From 8badb846283b0e42486738984b304cf9d141c7ce Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sat, 11 Apr 2026 15:47:03 +0200 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b1a3d43..44969ab 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ SimpleToolkit.Extensions - + @@ -44,7 +44,7 @@ SimpleToolkit.Attributes - + @@ -52,7 +52,7 @@ SimpleToolkit.MVVM - + @@ -60,7 +60,7 @@ SimpleToolkit.UI.Models - + @@ -68,7 +68,7 @@ SimpleToolkit.UI.WinUI.Behaviors - + @@ -76,7 +76,7 @@ SimpleToolkit.UI.WinUI.Converters - + @@ -84,7 +84,7 @@ SimpleToolkit.UI.WinUI.Controls - + @@ -92,7 +92,7 @@ SimpleToolkit.UI.WinUI.Helpers - + @@ -111,12 +111,13 @@ ## Installation and usage -You can download package from official NuGet registry or .nupkg file itself from Releases tab. +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 file from repository Releases page. **CLI:** ``` -dotnet add package SimpleToolkit.Extensions +dotnet nuget add source --name SimpleToolkit --username --password https://repos.mateuszskoczek.com/api/packages/SimpleToolkit/nuget/index.json +dotnet add package --source SimpleToolikt SimpleToolkit.Extensions ``` **Package reference in .csproj file:**