MvvmFormsBase 2.3.0-Beta
dotnet add package MvvmFormsBase --version 2.3.0-Beta
NuGet\Install-Package MvvmFormsBase -Version 2.3.0-Beta
<PackageReference Include="MvvmFormsBase" Version="2.3.0-Beta" />
paket add MvvmFormsBase --version 2.3.0-Beta
#r "nuget: MvvmFormsBase, 2.3.0-Beta"
// Install MvvmFormsBase as a Cake Addin #addin nuget:?package=MvvmFormsBase&version=2.3.0-Beta&prerelease // Install MvvmFormsBase as a Cake Tool #tool nuget:?package=MvvmFormsBase&version=2.3.0-Beta&prerelease
MvvmFormsBase includes base classes to design ViewModels, which are compatible to XAML and MvvmForms.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Newtonsoft.Json (>= 10.0.3)
- System.Reactive (>= 3.1.1)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MvvmFormsBase:
Package | Downloads |
---|---|
MvvmForms
MvvmForms is Dual License. For Open Source Projects under GPL, for evaluation purposes, for personal, non-commercial purpose, for academic purpose it's free. For propriety, commercial projects it is also free, but without any support or guarantees. For a supported version, please contact mvvmforms@activedevelop.de for information how to obtain per-developer licenses with included support options. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.3.0-Beta | 12,918 | 11/8/2017 | |
2.2.0-Beta | 2,520 | 6/30/2017 | |
2.2.0-Alpha2 | 766 | 6/27/2017 | |
2.2.0-Alpha | 849 | 6/20/2017 | |
2.1.6-Beta | 3,380 | 8/23/2016 | |
2.1.5-Beta | 1,048 | 7/23/2016 | |
2.1.3-Beta | 4,068 | 4/26/2016 | |
2.1.2-Beta3 | 1,983 | 2/7/2016 | |
2.1.2-Beta2 | 846 | 2/7/2016 | |
2.1.2-Beta | 894 | 2/2/2016 | |
2.1.2-Alpha | 855 | 1/29/2016 | |
2.1.1-Beta | 1,843 | 10/10/2015 | |
2.1.0-Beta | 1,027 | 9/27/2015 | |
2.0.31-Beta | 954 | 9/3/2015 | |
2.0.29-Beta | 1,227 | 8/11/2015 | |
2.0.28-Beta | 874 | 7/15/2015 | |
2.0.27-Beta2 | 874 | 7/12/2015 | |
2.0.27-Beta | 1,683 | 7/12/2015 | |
2.0.25-Beta | 842 | 6/16/2015 | |
2.0.24-Beta2 | 843 | 6/15/2015 | |
2.0.23-Beta | 865 | 6/13/2015 | |
2.0.20-Beta | 939 | 6/2/2015 | |
2.0.19-Beta | 803 | 5/25/2015 | |
2.0.18-Beta | 794 | 5/25/2015 | |
2.0.17-Beta | 790 | 5/25/2015 |
New in 2.3.0-Beta
* Several Bugfixes with .NET Standard
* WeakEventManager in .NET Standard implemented