Dynamensions.Navigation.Wpf 2021.12.10.5

dotnet add package Dynamensions.Navigation.Wpf --version 2021.12.10.5
                    
NuGet\Install-Package Dynamensions.Navigation.Wpf -Version 2021.12.10.5
                    
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="Dynamensions.Navigation.Wpf" Version="2021.12.10.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamensions.Navigation.Wpf" Version="2021.12.10.5" />
                    
Directory.Packages.props
<PackageReference Include="Dynamensions.Navigation.Wpf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dynamensions.Navigation.Wpf --version 2021.12.10.5
                    
#r "nuget: Dynamensions.Navigation.Wpf, 2021.12.10.5"
                    
#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.
#:package Dynamensions.Navigation.Wpf@2021.12.10.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dynamensions.Navigation.Wpf&version=2021.12.10.5
                    
Install as a Cake Addin
#tool nuget:?package=Dynamensions.Navigation.Wpf&version=2021.12.10.5
                    
Install as a Cake Tool

Contains base classes used in MVVM applications.

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2021.12.10.5 583 12/11/2021
2020.12.6.3 683 12/6/2020
2020.12.6.1 639 12/6/2020
2020.12.3.8 594 12/3/2020
2020.12.3.7 600 12/3/2020
2019.12.4.2 741 12/4/2019
2019.8.23.1 804 8/23/2019
2019.8.22.1 748 8/22/2019
2019.3.28.2 840 3/28/2019
4.7.1 743 8/22/2019

Contains ObservableObject (Observed changes), ViewModelbase (Base class for all view models), MainViewModelBase (Container view model), EditViewModelBase (view model with error tracking and change tracking).