From ef074950751640a10b0e08152f13e6473547e9d5 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Wed, 15 Apr 2026 20:36:28 +0200 Subject: [PATCH] revert 6f5eb56c9b16c630c20de908bcc0443531d5a4c0 revert Update README.md --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a0ff5bd..c9a4df3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ SimpleToolkit.UI.WinUI.Behaviors - + @@ -44,7 +44,7 @@ SimpleToolkit.Extensions - + @@ -52,7 +52,7 @@ SimpleToolkit.Attributes - + @@ -60,7 +60,7 @@ SimpleToolkit.MVVM - + @@ -68,7 +68,7 @@ SimpleToolkit.UI.Models - + @@ -76,7 +76,7 @@ SimpleToolkit.UI.WinUI.Converters - + @@ -84,7 +84,7 @@ SimpleToolkit.UI.WinUI.Controls - + @@ -92,7 +92,7 @@ SimpleToolkit.UI.WinUI.Helpers - + @@ -107,13 +107,14 @@ Dependencies should be installed automatically with this package - Microsoft.Xaml.Behaviors.WinUI.Managed 2.0.9 -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. +## Installation and usage + +You can download package from official NuGet registry or .nupkg file itself from Releases tab. **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.UI.WinUI.Behaviors +dotnet add package SimpleToolkit.UI.WinUI.Behaviors ``` **Package reference in .csproj file:**