From d666d03360efaf1863f70ba55b34f0e48b49c141 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sun, 12 Apr 2026 22:39:35 +0200 Subject: [PATCH] Update profile/README.md --- profile/README.md | 58 +++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/profile/README.md b/profile/README.md index 98404c9..99178a5 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,17 +1,17 @@

-

SimpleToolkit

+

MSEssentials

Set of helpers, class extensions, UI controls used in my other C# projects

-

SimpleToolkit is package of useful classes, helpers, extensions and UI controls, I use in my C# projects.

+

MSEssentials is package of useful classes, helpers, extensions and UI controls, I use in my C# projects.

--- ## Informations > [!Important] -> This organization and repositories are only mirror to this. 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 this. 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 @@ - SimpleToolkit.Extensions + MSEssentials.Extensions Class extensions - + - + - SimpleToolkit.Attributes + MSEssentials.Attributes Class, method and property attributes - + - + - SimpleToolkit.MVVM + MSEssentials.MVVM MVVM architecture models and helper classes - + - + - SimpleToolkit.UI.Models + MSEssentials.UI.Models UI helpers and models - + - + - SimpleToolkit.UI.WinUI.Behaviors + MSEssentials.UI.WinUI.Behaviors XAML action triggers for WinUI applications - + - + - SimpleToolkit.UI.WinUI.Converters + MSEssentials.UI.WinUI.Converters XAML value converters for WinUI applications - + - + - SimpleToolkit.UI.WinUI.Controls + MSEssentials.UI.WinUI.Controls Custom UI controls for WinUI applications - + - + - SimpleToolkit.UI.WinUI.Helpers + MSEssentials.UI.WinUI.Helpers Helper classes for WinUI applications - + - + @@ -151,13 +151,13 @@ All subpackages can be download independently from official NuGet registry. You **CLI:** ``` -dotnet add package SimpleToolkit. +dotnet add package MSEssentials. ``` **Package reference in .csproj file:** ``` - + ``` ## Attribution and contribution