Slyno.MVVMToolkit
2.2.0
See the version list below for details.
dotnet add package Slyno.MVVMToolkit --version 2.2.0
NuGet\Install-Package Slyno.MVVMToolkit -Version 2.2.0
<PackageReference Include="Slyno.MVVMToolkit" Version="2.2.0" />
paket add Slyno.MVVMToolkit --version 2.2.0
#r "nuget: Slyno.MVVMToolkit, 2.2.0"
// Install Slyno.MVVMToolkit as a Cake Addin #addin nuget:?package=Slyno.MVVMToolkit&version=2.2.0 // Install Slyno.MVVMToolkit as a Cake Tool #tool nuget:?package=Slyno.MVVMToolkit&version=2.2.0
Universal library to help with MVVM applications.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0 | 1,160 | 12/27/2016 |
4.0.2 | 953 | 12/27/2016 |
4.0.1 | 943 | 12/27/2016 |
4.0.0 | 936 | 12/27/2016 |
3.0.4 | 1,516 | 1/14/2016 |
3.0.3 | 1,247 | 12/21/2015 |
3.0.2 | 1,205 | 12/8/2015 |
3.0.1 | 1,207 | 12/7/2015 |
3.0.0 | 1,272 | 12/6/2015 |
2.3.0 | 1,550 | 4/25/2015 |
2.2.0 | 1,368 | 12/7/2014 |
2.1.0.1 | 1,045 | 10/10/2014 |
2.1.0 | 1,082 | 10/10/2014 |
2.0.0 | 1,094 | 8/16/2014 |
1.1.0 | 1,140 | 6/30/2014 |
1.0.0 | 1,271 | 6/30/2014 |
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.