Blue.MVVM.Lib 1.7.3

dotnet add package Blue.MVVM.Lib --version 1.7.3
NuGet\Install-Package Blue.MVVM.Lib -Version 1.7.3
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.Lib" Version="1.7.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blue.MVVM.Lib --version 1.7.3
#r "nuget: Blue.MVVM.Lib, 1.7.3"
#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.Lib as a Cake Addin
#addin nuget:?package=Blue.MVVM.Lib&version=1.7.3

// Install Blue.MVVM.Lib as a Cake Tool
#tool nuget:?package=Blue.MVVM.Lib&version=1.7.3

MVVM, bare knuckle style!
     Blue.MVVM is, and will remain, an ultra lightweight suite supporting your Model-View-ViewModel (MVVM) based applications.


     _about this package_

     This package includes binaries only. You should use this package for test projects or assemblies that need to interact with types in Blue.MVVM.
     For a head start, use Blue.MVVM (https://www.nuget.org/packages/Blue.MVVM/) instead.


     _what to expect in future releases?_

     There are many ideas around regarding upcoming releases of the Blue.MVVM suite.
     However, those updates will be shipped in form of additional packages. This way, you can add just those packages that best fits your application and needs.

     Upcoming releases may include, but are not limited to:
     + XML-comments
     - packages with samples
     - (fluid)validation
     - message broker
     - IoC-Container integration
     - public git-repo
     - many more...

     So stay tuned for updates!


     Send feedback, feature-request, unexpected breaking changes, etc. via the projects nuget-page, https://www.nuget.org/packages/Blue.MVVM.Lib/ContactOwners, until there is a projet homepage...

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.3 116 4/5/2015
1.7.2 60 4/5/2015
1.7.2-beta1 38 4/5/2015
1.7.0 66 3/20/2015
1.7.0-beta1 39 3/18/2015
1.6.2 110 11/28/2014
1.6.1-beta1 62 9/2/2014
1.6.0 268 8/26/2014
1.4.0-beta1 65 7/4/2014
1.3.6 241 4/23/2014
1.3.5 96 3/23/2014

1.7.2 - Version alignment
     1.7.1 - Dependency on Blue.Utils 0.5.0
     1.7.0 - Simplified pacakge-structure, added .NET3.5 support
     1.7.0-beta1 - Added Events "Executing" and "Executed" on Command-implementations
     1.6.1-beta1 - MonoAndroid and MonoTouch Support
     1.6.0 - Support for extensions by using Boot.Strap Compile-Time-Plugins (currently Blue.MVVM.LoggingModule, Blue.MVVM.ValidationExceptionsModule and Blue.MVVM.CancelOnEqualityModule)
     - Usage of parameter "notifyOnChangeOnly" is deprecated. If you need this behavior, install the according module "Blue.MVVM.CancelOnEquality"
     - upcoming fetaure: imperative and declarative ways to (temporary) deactivate a module
     1.5.1 - included assemlby for argument validation
     1.5.0 - internal use of Blue.Utils.ArgumentValidation with support of lambda-expressions to resolve argument names
     1.4.0 - implemented NotifyPropertyCHangedProxy for use in POCO classes, that can´t inherit a common ViewModel baseclass
     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.3.4 - WindowsStore-apps references NET 4.5 assemblies
     1.3.3 - release build
     1.3.2 - removed extension methods from Raise
     1.3.1 - PresentationCore gets referenced automatically
     1.3.0 - inlcuded static class Raise for easier event-raising (may be extracted in seperate package in the future)
     1.2.0 - changed access modifier of OnPropertyChanged(string) to protected, added OnPropertyChanged<T>(Expression<Func<T>>, for use in e.g. notifications for calculated properties
     1.1.4 - aligned assembly-versions to package version
     1.1.3 - adding Blue.MVVM.Lib to projects that target .NET 4.5 now references the 4.5 assemblies instead of 4.0 assemblies
     1.1.1 - Separated Blue.MVVM and Blue.MVVM.Lib