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.
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.
// Install Dynamensions.Navigation.Wpf as a Cake Addin
#addin nuget:?package=Dynamensions.Navigation.Wpf&version=2021.12.10.5

// Install Dynamensions.Navigation.Wpf as a Cake Tool
#tool nuget:?package=Dynamensions.Navigation.Wpf&version=2021.12.10.5

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. 
.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 306 12/11/2021
2020.12.6.3 441 12/6/2020
2020.12.6.1 402 12/6/2020
2020.12.3.8 359 12/3/2020
2020.12.3.7 355 12/3/2020
2019.12.4.2 492 12/4/2019
2019.8.23.1 523 8/23/2019
2019.8.22.1 483 8/22/2019
2019.3.28.2 580 3/28/2019
4.7.1 491 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).