From d50289aecc1045067685d85d9303395294be9842 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sat, 11 Apr 2026 15:40:12 +0200 Subject: [PATCH] Update profile/README.md --- profile/README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/profile/README.md b/profile/README.md index 98404c9..f74b3a8 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,19 +139,20 @@ - + ## Installation and usage -All subpackages can be download independently from official NuGet registry. You can also download .nupkg files from each repository Releases page. +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. **CLI:** ``` -dotnet add package SimpleToolkit. +dotnet nuget add source --name SimpleToolkit --username --password https://repos.mateuszskoczek.com/api/packages/SimpleToolkit/nuget/index.json +dotnet add package --source SimpleToolikt SimpleToolkit. ``` **Package reference in .csproj file:**