Blue.MVVM 2.1.0-pre4

This is a prerelease version of Blue.MVVM.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Blue.MVVM --version 2.1.0-pre4
NuGet\Install-Package Blue.MVVM -Version 2.1.0-pre4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Blue.MVVM" Version="2.1.0-pre4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blue.MVVM --version 2.1.0-pre4
#r "nuget: Blue.MVVM, 2.1.0-pre4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Blue.MVVM as a Cake Addin
#addin nuget:?package=Blue.MVVM&version=2.1.0-pre4&prerelease

// Install Blue.MVVM as a Cake Tool
#tool nuget:?package=Blue.MVVM&version=2.1.0-pre4&prerelease

MVVM<BareknuckleStyle>

     This package includes a partial class for use in your projects, which should be used as a base class for your notification-enabled class-hierarchy.
     This way you can extend Blue.MVVM with functionality that may be released in future updates, possibly preventing breaking changes that may be occur between releases.
     Also, future udates may use the partial class as an extension point.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.0.118-dev 861 5/3/2019
4.0.117-dev 805 5/3/2019
4.0.16-dev 1,122 11/30/2017
4.0.15-dev 1,119 11/24/2017
4.0.0-pre01 1,176 7/25/2017
3.0.4 2,076 7/20/2017
3.0.3 1,996 7/20/2017
3.0.2 2,141 5/29/2017
3.0.1 1,970 5/29/2017
3.0.0 1,866 5/29/2017
2.2.0-pre02 1,727 9/23/2016
2.2.0-pre01 1,695 9/23/2016
2.1.0-pre5 1,865 8/29/2016
2.1.0-pre4 1,843 8/29/2016
2.0.0-pre3 1,854 8/27/2016
2.0.0-pre2 1,734 8/27/2016
1.10.0 2,259 1/11/2016
1.9.1 1,930 12/21/2015
1.9.0 2,043 12/21/2015
1.8.0 2,070 9/17/2015
1.7.2 2,147 4/5/2015
1.7.0 2,022 3/20/2015
1.6.2 2,554 11/4/2014
1.6.1 2,279 9/3/2014
1.6.0 2,185 8/26/2014
1.5.0-beta1 1,989 7/4/2014
1.3.6 2,288 4/23/2014
1.3.5 2,365 3/23/2014

2.1.0 - updated dependencies to use Blue.MVVM.Core
     2.0.0 - added dependency to package Blue.MVVM.Commands
     1.10.0 - UWP projects reference base class file via NuGet 3.3 conform machanism
     1.9.0 - added netcore45 (UWP) as target, so that template files are populated coorect. updated dependency to Blue.MVVM.Lib (1.9.1)
     1.8.0 - removed snippets from package, updated dependency to Blue.MVVM.Lib (1.8.2)
     1.7.2 - Version alignment
     1.7.0 - simplified package structure, added NET3.5 and SL5 support
     1.6.1 - removed dependency to "SolutionSnippets" - if you want to deploy the Solution-Agnostic codesnippets, install "SolutionSnippets" seperatly
     1.6.0 - remove snippets for argument validation, those are now in Blue.Utils
     1.5.2 - requires BLue.MVVM.Lib 1.5.1
     1.5.1 - included snippets for argument validation
     1.5.0 - normalized content files to common names for the various target-platforms
     1.4.0 - implemented NotifyPropertyChangedProxy for use in POCO classes, that can´t inherit a common ViewModel baseclass
     1.3.8 - changed location of content-files to _Blue/MVVM
     1.3.7 - targeting support for silverlight 5 and windows phone 8.1
     1.3.6 - moved internal equality-comparison of NotifyPropertyChangedBase to protected AreEqual-Method, so custom logic can be provided. Default implementation uses EqualityComparery<T> instead of Comparer<T>.
     1.3.5 - version alignment
     1.2.2 - integrated snippets for notification properties
     - WindowsSore-apps references NET 4.5 files and snippets
     1.2.1 - release build
     1.2.0 - added XML-Comments, changes in raising PropertyChanged-Events according to latest updates in Blue.MVVM.Lib 1.3.2
     1.1.4 - aligned assembly-versions to package version
     1.1.3 - update aligning content and structure with sibling-packages
     1.1.1 - Extracted binaries to Blue.MVVM.Lib, allowing this package to include base class that should be used within your projects
     1.0.0 - Initial release with implementations of INotifyPropertyChanged and ICommand