Metadata >> NuGet >> AtomicMVVM >> 1.0.11

1.0.11

Metadata

Authors Robert MacLean
Copyrights Copyright Robert MacLean 2012
Description 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.
IconUrl http://cdn.bitbucket.org/rmaclean/atomicmvvm/downloads/icon.png
LicenseUrl http://www.opensource.org/licenses/MS-PL
Owners Robert MacLean
ProjectUrl https://bitbucket.org/rmaclean/atomicmvvm/
ReleaseNotes 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.
RequireLicenseAcceptance False
Summary A supremely lightweight MVVM framework for WPF, Silverlight & Metro projects.
Tags MVVM WPF SILVERLIGHT METRO WINRT BINDING SL5 SL Convention Model-View-ViewModel Model View Presentation UI ViewModel mvvmlight data

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install AtomicMVVM -Version 1.0.11 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AtomicMVVM -Version 1.0.11 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete AtomicMVVM 1.0.11 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package AtomicMVVM -Version 1.0.11 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package AtomicMVVM -Version 1.0.11 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap AtomicMVVM -Version 1.0.11
Uninstalling the package:
o remove-wrap AtomicMVVM

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETCore,Version=v4.5 Binaries
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries
AnyCPU Release Silverlight,Version=v5.0 Binaries