From 964b20fe15a58b60f332a5245db74ca8916a0195 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Wed, 15 Apr 2026 21:24:50 +0200 Subject: [PATCH] revert f8c2f917665191661c3ad6eb6d17f8f7e017dd76 revert Update README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6851a55..31cb13d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ SimpleToolkit.Attributes - + @@ -44,7 +44,7 @@ SimpleToolkit.Extensions - + @@ -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 - + @@ -109,13 +109,12 @@ Dependencies should be installed automatically with this package ## Installation and usage -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. +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.Attributes +dotnet add package SimpleToolkit.Attributes ``` **Package reference in .csproj file:**