equadrat.Framework.5.Mvvm.Wpf 5.2.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

equadrat.Framework.Mvvm.Wpf

Additional Details

Project has been renamed.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package equadrat.Framework.5.Mvvm.Wpf --version 5.2.3
NuGet\Install-Package equadrat.Framework.5.Mvvm.Wpf -Version 5.2.3
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="equadrat.Framework.5.Mvvm.Wpf" Version="5.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add equadrat.Framework.5.Mvvm.Wpf --version 5.2.3
#r "nuget: equadrat.Framework.5.Mvvm.Wpf, 5.2.3"
#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 equadrat.Framework.5.Mvvm.Wpf as a Cake Addin
#addin nuget:?package=equadrat.Framework.5.Mvvm.Wpf&version=5.2.3

// Install equadrat.Framework.5.Mvvm.Wpf as a Cake Tool
#tool nuget:?package=equadrat.Framework.5.Mvvm.Wpf&version=5.2.3

The framework mvvm part.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  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.  net6.0-windows7.0 is compatible.  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.  net7.0-windows7.0 is compatible.  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 netcoreapp3.1 is compatible. 
.NET Framework 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

====
v5.2.3
====
- Added CancellationToken support for IMvvmShellService.ShowModalAsync to force closing the view model when the cancellation token is cancelled.
- Fixed visual bug in MvvmSinglePageShell (WPF) when the content overlay effect didn't affect parts of the content container template.
- Fixed tab sequence for MvvmSinglePageShell (WPF).
====
v5.2.2
====
- Refactored code to use ICoreEventFactory instead of ICoreWeakEventFactory.
====
v5.2.1
====
- Added extension methods for ICoreBootstrapperModuleRegistry to register well-known bootstrapper modules.
====
v5.2
====
- Refactored the Single-Page-View into separate projects.
- Cleaned NuGet package tags.
====
v5.1
====
- Compatibility release.
====
v5.0.3
====
- Added .net 7 support.
====
v5.0.2
====
- Added MvvmFlyoutContainerBehavior to build UIs supporting flyouts (i.e. tool frames).
====
v5.0.1
====
- Compatibility release.
====
v5.0.0
====
- Initial Release