From cc751e254d4cac5d8410ff2f6c5a7876f4264cc9 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sun, 12 Apr 2026 22:38:35 +0200 Subject: [PATCH] Update README.md --- README.md | 56 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 2005173..4b6e836 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@

-

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.

--- @@ -27,114 +27,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 - + - + @@ -146,13 +146,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