Slyno.MVVMToolkit
4.0.1
See the version list below for details.
dotnet add package Slyno.MVVMToolkit --version 4.0.1
NuGet\Install-Package Slyno.MVVMToolkit -Version 4.0.1
<PackageReference Include="Slyno.MVVMToolkit" Version="4.0.1" />
paket add Slyno.MVVMToolkit --version 4.0.1
#r "nuget: Slyno.MVVMToolkit, 4.0.1"
// Install Slyno.MVVMToolkit as a Cake Addin #addin nuget:?package=Slyno.MVVMToolkit&version=4.0.1 // Install Slyno.MVVMToolkit as a Cake Tool #tool nuget:?package=Slyno.MVVMToolkit&version=4.0.1
Library to help with UWP applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | netcore50 is compatible. |
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 |
v4.0.1.0
Added Behaviors: Parallax, KeyUp, KeyDown, FullWindow, BindSelectedItems, BackgroundImageBrushFadeIn.
Added Converters: NumberToNumberFormat, Lowercase, Uppercase.
Removed EnterKeyUpBehavior, EnterKeyDownBehavior. Use KeyUp/KeyDown behaviors going forward.
Removed ILogger, NullLogger, DebugLogger. Loggers are so easy to build, not needed here.
Removed NullDialogService, DebugDialogService. Useless implementations.
Bug fixes.
v3.0.4.0
Added ContentProperty to all Triggers so the Actions can be set directly in XAML.
v3.0.3.0
Added IEncryptionService and an implementation of it.
v3.0.2.0
Added TiltBehavior.
v3.0.1.0
Updated ImageLoadZoomToFitBehavior to not need the ScrollViewer passed to it.
v3.0.0.0
Updated to a UWP package.
Added Behaviors, Triggers, and Actions.
Added more Converters.
Removed NotifyObject and RelayCommands in favor of Prism.
Removed sealed from all classes.
Please be aware that this update introduces breaking changes for those updating from pre 3.0.
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.