Blue.MVVM
1.7.0
See the version list below for details.
dotnet add package Blue.MVVM --version 1.7.0
NuGet\Install-Package Blue.MVVM -Version 1.7.0
<PackageReference Include="Blue.MVVM" Version="1.7.0" />
paket add Blue.MVVM --version 1.7.0
#r "nuget: Blue.MVVM, 1.7.0"
// Install Blue.MVVM as a Cake Addin #addin nuget:?package=Blue.MVVM&version=1.7.0 // Install Blue.MVVM as a Cake Tool #tool nuget:?package=Blue.MVVM&version=1.7.0
MVVM, bare knuckle style!
Blue.MVVM is, and will remain, an ultra lightweight suite supporting your MVVM based applications.
_about this package_
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.
_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, Blue.MVVM/ContactOwners, until there is a projet homepage...
Learn more about Target Frameworks and .NET Standard.
-
- Blue.MVVM.Lib (>= 1.7.0)
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 | 913 | 5/3/2019 |
4.0.117-dev | 868 | 5/3/2019 |
4.0.16-dev | 1,170 | 11/30/2017 |
4.0.15-dev | 1,172 | 11/24/2017 |
4.0.0-pre01 | 1,236 | 7/25/2017 |
3.0.4 | 2,265 | 7/20/2017 |
3.0.3 | 2,179 | 7/20/2017 |
3.0.2 | 2,364 | 5/29/2017 |
3.0.1 | 2,177 | 5/29/2017 |
3.0.0 | 2,124 | 5/29/2017 |
2.2.0-pre02 | 1,853 | 9/23/2016 |
2.2.0-pre01 | 1,880 | 9/23/2016 |
2.1.0-pre5 | 2,040 | 8/29/2016 |
2.1.0-pre4 | 2,022 | 8/29/2016 |
2.0.0-pre3 | 2,017 | 8/27/2016 |
2.0.0-pre2 | 1,915 | 8/27/2016 |
1.10.0 | 2,452 | 1/11/2016 |
1.9.1 | 2,095 | 12/21/2015 |
1.9.0 | 2,195 | 12/21/2015 |
1.8.0 | 2,261 | 9/17/2015 |
1.7.2 | 2,370 | 4/5/2015 |
1.7.0 | 2,213 | 3/20/2015 |
1.6.2 | 2,713 | 11/4/2014 |
1.6.1 | 2,461 | 9/3/2014 |
1.6.0 | 2,355 | 8/26/2014 |
1.5.0-beta1 | 2,155 | 7/4/2014 |
1.3.6 | 2,509 | 4/23/2014 |
1.3.5 | 2,539 | 3/23/2014 |
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