AtomicMVVM 2.0.0
See the version list below for details.
dotnet add package AtomicMVVM --version 2.0.0
NuGet\Install-Package AtomicMVVM -Version 2.0.0
<PackageReference Include="AtomicMVVM" Version="2.0.0" />
paket add AtomicMVVM --version 2.0.0
#r "nuget: AtomicMVVM, 2.0.0"
// Install AtomicMVVM as a Cake Addin #addin nuget:?package=AtomicMVVM&version=2.0.0 // Install AtomicMVVM as a Cake Tool #tool nuget:?package=AtomicMVVM&version=2.0.0
The goal of AtomicMVVM is to allow developers to work with MVVM in their XAML based solutions (XPF, Silverlight, Windows Phone, WinRT) with minimal effort while not getting in the way of the code. It requires .NET 4 or higher. The design goals of AtomicMVVM are (in order): simple over feature rich, unobtrusive over less code and convention over configuration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl5 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 was computed. |
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 |
---|---|---|
5.0.0 | 2,760 | 11/8/2012 |
4.0.0 | 1,866 | 6/29/2012 |
3.0.0 | 1,803 | 4/13/2012 |
2.0.1 | 1,809 | 3/1/2012 |
2.0.0 | 1,668 | 2/17/2012 |
1.0.11 | 1,708 | 1/25/2012 |
1.0.10 | 1,606 | 1/25/2012 |
1.0.9 | 1,635 | 1/23/2012 |
1.0.8 | 1,667 | 1/23/2012 |
1.0.7 | 1,703 | 1/23/2012 |
1.0.6 | 1,721 | 1/23/2012 |
1.0.5 | 1,766 | 1/18/2012 |
1.0.4 | 1,688 | 1/18/2012 |
1.0.3 | 1,645 | 1/18/2012 |
1.0.2 | 1,646 | 1/18/2012 |
1.0.1 | 1,678 | 1/17/2012 |
1.0.0 | 1,736 | 1/17/2012 |
2.0.0 - Changed the way attributes (Trigger & Reevaluate) work. No longer can you do multiple. Now you can only have one, but with multiple properties. This solves some edge case bugs & improves performance. Added small tweak around warning of unused event. Create the 'Views' & 'ViewModels' folder for you. Included a getting started guide.
1.0.11 - Bug fixes for WinRT command support (grr) and ability to pass in global commands in the constructor so they can be applied to the first view too.
1.0.10 - Improved the Nuget package quality (and managed to knock off about 90% of the file size too) and published a symbols version.
1.0.9 - Updated Nuget with a different icon.
1.0.8 - Updated Nuget with icon.
1.0.7 - Bug fixes for Metro & Silverlight 5 support
1.0.6 - Added support for .NET 4.5, Silverlight 5 & Metro in NuGet package
1.0.5 - Added support for non-default view constructors which allows for data passing. Added support for global app commands.
1.0.4 - Building for .NET 4 client profile now (rather than 4.5 as was doing).
1.0.3 - Doesn't help if I don't include the updated assembly. So this is 1.0.2 proper.
1.0.2 - Updated project to be the bitbucket site. Helps if I make classes public (doh). Added trigger property logic.
1.0.1 - Fixed bug in the type location.
1.0.0 - First release.