Slyno.MVVMToolkit
2.3.0
dotnet add package Slyno.MVVMToolkit --version 2.3.0
NuGet\Install-Package Slyno.MVVMToolkit -Version 2.3.0
<PackageReference Include="Slyno.MVVMToolkit" Version="2.3.0" />
<PackageVersion Include="Slyno.MVVMToolkit" Version="2.3.0" />
<PackageReference Include="Slyno.MVVMToolkit" />
paket add Slyno.MVVMToolkit --version 2.3.0
#r "nuget: Slyno.MVVMToolkit, 2.3.0"
#:package Slyno.MVVMToolkit@2.3.0
#addin nuget:?package=Slyno.MVVMToolkit&version=2.3.0
#tool nuget:?package=Slyno.MVVMToolkit&version=2.3.0
Universal library to help with MVVM applications.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
v2.3.0.0
Updated IDialogService to contain the Async versions of showing.
Added a number of converters.
v2.2.0.0
Removed INavigationService in favor of Prism.
Updated IDialogService to not be async to work in catch blocks.
Added ILogger for generic logging.
Removed IExceptionService in favor of an ILogger.
v2.1.0.1
Added INavigationService, IDialogService, IExceptionService and
default implementations for these.
v2.0.0.0
Added Converters.
v1.1.0.0
Updated for universal apps.
v1.0.0.0
Initial release.