1
0

Update profile/README.md

This commit is contained in:
2026-04-12 22:39:35 +02:00
Unverified
parent cc751e254d
commit d666d03360

View File

@@ -1,17 +1,17 @@
<p align="center"><img src="../assets/icon.png"/></p>
<h1 align="center">SimpleToolkit</h1>
<h1 align="center">MSEssentials</h1>
<h3 align="center"><b>Set of helpers, class extensions, UI controls used in my other C# projects</b></h3>
<p align="center">SimpleToolkit is package of useful classes, helpers, extensions and UI controls, I use in my C# projects.</p>
<p align="center">MSEssentials is package of useful classes, helpers, extensions and UI controls, I use in my C# projects.</p>
---
## Informations
> [!Important]
> This organization and repositories are only mirror to <a href="https://repos.mateuszskoczek.com/SimpleToolkit">this</a>. All changes are first uploaded to the original repositories. Releases are also published on original repositories. However, Github repositories handles issues and pull requests for better accessibility.
> This organization and repositories are only mirror to <a href="https://repos.mateuszskoczek.com/MSEssentials">this</a>. All changes are first uploaded to the original repositories. Releases are also published on original repositories. However, Github repositories handles issues and pull requests for better accessibility.
## List of subpackages
@@ -32,114 +32,114 @@
</tr>
<tr>
<th>
SimpleToolkit.Extensions
MSEssentials.Extensions
</th>
<td>
Class extensions
</td>
<td>
<a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.Extensions"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.Extensions"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
</td>
<td>
<a href="https://www.nuget.org/packages/SimpleToolkit.Extensions/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.Extensions.svg?style=flat-square"></a>
<a href="https://www.nuget.org/packages/MSEssentials.Extensions/"><img src="https://img.shields.io/nuget/v/MSEssentials.Extensions.svg?style=flat-square"></a>
</td>
</tr>
<tr>
<th>
SimpleToolkit.Attributes
MSEssentials.Attributes
</th>
<td>
Class, method and property attributes
</td>
<td>
<a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.Attributes"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.Attributes"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
</td>
<td>
<a href="https://www.nuget.org/packages/SimpleToolkit.Attributes/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.Attributes.svg?style=flat-square"></a>
<a href="https://www.nuget.org/packages/MSEssentials.Attributes/"><img src="https://img.shields.io/nuget/v/MSEssentials.Attributes.svg?style=flat-square"></a>
</td>
</tr>
<tr>
<th>
SimpleToolkit.MVVM
MSEssentials.MVVM
</th>
<td>
MVVM architecture models and helper classes
</td>
<td>
<a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.MVVM"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.MVVM"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
</td>
<td>
<a href="https://www.nuget.org/packages/SimpleToolkit.MVVM/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.MVVM.svg?style=flat-square"></a>
<a href="https://www.nuget.org/packages/MSEssentials.MVVM/"><img src="https://img.shields.io/nuget/v/MSEssentials.MVVM.svg?style=flat-square"></a>
</td>
</tr>
<tr>
<th>
SimpleToolkit.UI.Models
MSEssentials.UI.Models
</th>
<td>
UI helpers and models
</td>
<td>
<a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.Models"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.Models"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
</td>
<td>
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.Models/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.Models.svg?style=flat-square"></a>
<a href="https://www.nuget.org/packages/MSEssentials.UI.Models/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.Models.svg?style=flat-square"></a>
</td>
</tr>
<tr>
<th>
SimpleToolkit.UI.WinUI.Behaviors
MSEssentials.UI.WinUI.Behaviors
</th>
<td>
XAML action triggers for WinUI applications
</td>
<td>
<a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Behaviors"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Behaviors"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
</td>
<td>
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Behaviors/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.WinUI.Behaviors.svg?style=flat-square"></a>
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Behaviors/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Behaviors.svg?style=flat-square"></a>
</td>
</tr>
<tr>
<th>
SimpleToolkit.UI.WinUI.Converters
MSEssentials.UI.WinUI.Converters
</th>
<td>
XAML value converters for WinUI applications
</td>
<td>
<a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Converters"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Converters"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
</td>
<td>
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Converters/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.WinUI.Converters.svg?style=flat-square"></a>
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Converters/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Converters.svg?style=flat-square"></a>
</td>
</tr>
<tr>
<th>
SimpleToolkit.UI.WinUI.Controls
MSEssentials.UI.WinUI.Controls
</th>
<td>
Custom UI controls for WinUI applications
</td>
<td>
<a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Controls"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Controls"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
</td>
<td>
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Controls/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.WinUI.Controls.svg?style=flat-square"></a>
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Controls/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Controls.svg?style=flat-square"></a>
</td>
</tr>
<tr>
<th>
SimpleToolkit.UI.WinUI.Helpers
MSEssentials.UI.WinUI.Helpers
</th>
<td>
Helper classes for WinUI applications
</td>
<td>
<a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Helpers"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Helpers"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
</td>
<td>
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Helpers/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.WinUI.Helpers.svg?style=flat-square"></a>
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Helpers/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Helpers.svg?style=flat-square"></a>
</td>
</tr>
</table>
@@ -151,13 +151,13 @@ All subpackages can be download independently from official NuGet registry. You
**CLI:**
```
dotnet add package SimpleToolkit.<subpackage>
dotnet add package MSEssentials.<subpackage>
```
**Package reference in .csproj file:**
```
<PackageReference Include="SimpleToolkit.<subpackage>" Version="<version>" />
<PackageReference Include="MSEssentials.<subpackage>" Version="<version>" />
```
## Attribution and contribution