Metadata >> NuGet >> AtomicMVVM >> 3.0.0

3.0.0

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 3.0.0 - Significant changes to how the boot strapper works Can no longer pass in commands to the boot strapper constructor (work done in 1.0.11). You must call the Start method to start the binding. Added support (finally) for Windows Phone 7.1 - not that it was a good idea. Switched from Mercurial to Git. Massive amounts of clean up to the WinRT version. 2.0.1 - Updated to support Visual Studio "11" & Windows 8 Consumer Preview changes to Metro style app changes. 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. 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, Windows Phone & Metro projects.
Tags WindowsPhone71 WindowsPhone WP7 WP7.1 WindowsPhone7.1 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 3.0.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AtomicMVVM -Version 3.0.0 -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 3.0.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

Installing the package:
o add-wrap AtomicMVVM -Version 3.0.0
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=v4.0,Profile=WindowsPhone Binaries
AnyCPU Release Silverlight,Version=v5.0 Binaries