revert 8115824455
Some checks failed
Build and publish package / Determine version (push) Has been cancelled
Build and publish package / Pack (push) Has been cancelled
Build and publish package / Publish (push) Has been cancelled
Build and publish package / Build (push) Has been cancelled
Build / Build (push) Successful in 21s
Some checks failed
Build and publish package / Determine version (push) Has been cancelled
Build and publish package / Pack (push) Has been cancelled
Build and publish package / Publish (push) Has been cancelled
Build and publish package / Build (push) Has been cancelled
Build / Build (push) Successful in 21s
revert Update SimpleToolkit.MVVM/README.md
This commit is contained in:
@@ -10,14 +10,14 @@ SimpleToolkit is package of useful classes, helpers, extensions and UI controls,
|
|||||||
|
|
||||||
| Subpackage | Status |
|
| Subpackage | Status |
|
||||||
|-----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|-----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **SimpleToolkit.MVVM** | [](https://repos.mateuszskoczek.com/SimpleToolkit/-/packages/nuget/simpletoolkit.mvvm/) |
|
| **SimpleToolkit.MVVM** | [](https://www.nuget.org/packages/SimpleToolkit.MVVM/) |
|
||||||
| SimpleToolkit.Extensions | [](https://repos.mateuszskoczek.com/SimpleToolkit/-/packages/nuget/simpletoolkit.extensions/) |
|
| SimpleToolkit.Extensions | [](https://www.nuget.org/packages/SimpleToolkit.Extensions/) |
|
||||||
| SimpleToolkit.Attributes | [](https://repos.mateuszskoczek.com/SimpleToolkit/-/packages/nuget/simpletoolkit.attributes/) |
|
| SimpleToolkit.Attributes | [](https://www.nuget.org/packages/SimpleToolkit.Attributes/) |
|
||||||
| SimpleToolkit.UI.Models | [](https://repos.mateuszskoczek.com/SimpleToolkit/-/packages/nuget/simpletoolkit.ui.models/) |
|
| SimpleToolkit.UI.Models | [](https://www.nuget.org/packages/SimpleToolkit.UI.Models/) |
|
||||||
| SimpleToolkit.UI.WinUI.Behaviors | [](https://repos.mateuszskoczek.com/SimpleToolkit/-/packages/nuget/simpletoolkit.ui.winui.behaviors/) |
|
| SimpleToolkit.UI.WinUI.Behaviors | [](https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Behaviors/) |
|
||||||
| SimpleToolkit.UI.WinUI.Converters | [](https://repos.mateuszskoczek.com/SimpleToolkit/-/packages/nuget/simpletoolkit.ui.winui.converters/) |
|
| SimpleToolkit.UI.WinUI.Converters | [](https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Converters/) |
|
||||||
| SimpleToolkit.UI.WinUI.Controls | [](https://repos.mateuszskoczek.com/SimpleToolkit/-/packages/nuget/simpletoolkit.ui.winui.controls/) |
|
| SimpleToolkit.UI.WinUI.Controls | [](https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Controls/) |
|
||||||
| SimpleToolkit.UI.WinUI.Helpers | [](https://repos.mateuszskoczek.com/SimpleToolkit/-/packages/nuget/simpletoolkit.ui.winui.helpers/) |
|
| SimpleToolkit.UI.WinUI.Helpers | [](https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Helpers/) |
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -26,13 +26,12 @@ SimpleToolkit is package of useful classes, helpers, extensions and UI controls,
|
|||||||
-
|
-
|
||||||
## Installation and usage
|
## 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:**
|
**CLI:**
|
||||||
|
|
||||||
```
|
```
|
||||||
dotnet nuget add source --name SimpleToolkit --username <username> --password <password> https://repos.mateuszskoczek.com/api/packages/SimpleToolkit/nuget/index.json
|
dotnet add package SimpleToolkit.MVVM
|
||||||
dotnet add package --source SimpleToolikt SimpleToolkit.MVVM
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Package reference in .csproj file:**
|
**Package reference in .csproj file:**
|
||||||
|
|||||||
Reference in New Issue
Block a user