MvvmFormsBase 2.3.0-Beta

This is a prerelease version of MvvmFormsBase.
dotnet add package MvvmFormsBase --version 2.3.0-Beta
NuGet\Install-Package MvvmFormsBase -Version 2.3.0-Beta
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="MvvmFormsBase" Version="2.3.0-Beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvvmFormsBase --version 2.3.0-Beta
#r "nuget: MvvmFormsBase, 2.3.0-Beta"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,872 11/8/2017
2.2.0-Beta 2,507 6/30/2017
2.2.0-Alpha2 755 6/27/2017
2.2.0-Alpha 837 6/20/2017
2.1.6-Beta 3,362 8/23/2016
2.1.5-Beta 1,031 7/23/2016
2.1.3-Beta 4,049 4/26/2016
2.1.2-Beta3 1,970 2/7/2016
2.1.2-Beta2 834 2/7/2016
2.1.2-Beta 876 2/2/2016
2.1.2-Alpha 836 1/29/2016
2.1.1-Beta 1,819 10/10/2015
2.1.0-Beta 1,009 9/27/2015
2.0.31-Beta 941 9/3/2015
2.0.29-Beta 1,209 8/11/2015
2.0.28-Beta 863 7/15/2015
2.0.27-Beta2 861 7/12/2015
2.0.27-Beta 1,664 7/12/2015
2.0.25-Beta 829 6/16/2015
2.0.24-Beta2 827 6/15/2015
2.0.23-Beta 854 6/13/2015
2.0.20-Beta 920 6/2/2015
2.0.19-Beta 794 5/25/2015
2.0.18-Beta 779 5/25/2015
2.0.17-Beta 781 5/25/2015

New in 2.3.0-Beta
* Several Bugfixes with .NET Standard
* WeakEventManager in .NET Standard implemented