Blue.MVVM
4.0.118-dev
Install-Package Blue.MVVM -Version 4.0.118-dev
dotnet add package Blue.MVVM --version 4.0.118-dev
<PackageReference Include="Blue.MVVM" Version="4.0.118-dev" />
paket add Blue.MVVM --version 4.0.118-dev
#r "nuget: Blue.MVVM, 4.0.118-dev"
// Install Blue.MVVM as a Cake Addin
#addin nuget:?package=Blue.MVVM&version=4.0.118-dev&prerelease
// Install Blue.MVVM as a Cake Tool
#tool nuget:?package=Blue.MVVM&version=4.0.118-dev&prerelease
MVVM<BareknuckleStyle>
higly extensible, yet lightweight implementation of INotifyPropprtyChanged
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
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 | 368 | 5/3/2019 |
4.0.117-dev | 343 | 5/3/2019 |
4.0.16-dev | 619 | 11/30/2017 |
4.0.15-dev | 588 | 11/24/2017 |
4.0.0-pre01 | 672 | 7/25/2017 |
3.0.4 | 870 | 7/20/2017 |
3.0.3 | 658 | 7/20/2017 |
3.0.2 | 707 | 5/29/2017 |
3.0.1 | 669 | 5/29/2017 |
3.0.0 | 699 | 5/29/2017 |
2.2.0-pre02 | 712 | 9/23/2016 |
2.2.0-pre01 | 669 | 9/23/2016 |
2.1.0-pre5 | 692 | 8/29/2016 |
2.1.0-pre4 | 698 | 8/29/2016 |
2.0.0-pre3 | 702 | 8/27/2016 |
2.0.0-pre2 | 693 | 8/27/2016 |
1.10.0 | 940 | 1/11/2016 |
1.9.1 | 874 | 12/21/2015 |
1.9.0 | 845 | 12/21/2015 |
1.8.0 | 900 | 9/17/2015 |
1.7.2 | 910 | 4/5/2015 |
1.7.0 | 851 | 3/20/2015 |
1.6.2 | 1,166 | 11/4/2014 |
1.6.1 | 1,083 | 9/3/2014 |
1.6.0 | 949 | 8/26/2014 |
1.5.0-beta1 | 952 | 7/4/2014 |
1.3.6 | 1,213 | 4/23/2014 |
1.3.5 | 1,017 | 3/23/2014 |
4.0.0 - Moving forward - dropping support for net35/40, sl4/5, wp7/8
3.0.4 - updated dependency of Blue.MVVM.Core
3.0.3 - updated dependency of Blue.MVVM.Core
3.0.0 - added netstandard1.0
2.2.0 - NotifyPropertyCHangedBase derived types can utilize NotifyPropertyChangedProxy to gain control over extension-resolution when not deriving from project specific NotifyPropertyChanged via protected Func<PropertyChangedHandler> PropertyCHangedHandler
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