From e743686b1fef31402b0cb0be76c50245a80ae77a Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sun, 12 Apr 2026 22:36:55 +0200 Subject: [PATCH] revert d50289aecc1045067685d85d9303395294be9842 revert Update profile/README.md --- profile/README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/profile/README.md b/profile/README.md index f74b3a8..98404c9 100644 --- a/profile/README.md +++ b/profile/README.md @@ -41,7 +41,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -83,7 +83,7 @@ - + @@ -97,7 +97,7 @@ - + @@ -111,7 +111,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -139,20 +139,19 @@ - + ## Installation and usage -All subpackages can be download independently from this organization's NuGet registry. To download package from organization package registry, you have to add new NuGet package source. You will need access details, which you can obtain by contacting the repository owner. You can also download .nupkg files from each repository Releases page. +All subpackages can be download independently from official NuGet registry. You can also download .nupkg files from each repository Releases page. **CLI:** ``` -dotnet nuget add source --name SimpleToolkit --username --password https://repos.mateuszskoczek.com/api/packages/SimpleToolkit/nuget/index.json -dotnet add package --source SimpleToolikt SimpleToolkit. +dotnet add package SimpleToolkit. ``` **Package reference in .csproj file:**