Navegar 6.0.0

dotnet add package Navegar --version 6.0.0
                    
NuGet\Install-Package Navegar -Version 6.0.0
                    
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="Navegar" Version="6.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Navegar" Version="6.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Navegar" />
                    
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 Navegar --version 6.0.0
                    
#r "nuget: Navegar, 6.0.0"
                    
#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 Navegar@6.0.0
                    
#: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=Navegar&version=6.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Navegar&version=6.0.0
                    
Install as a Cake Tool

Navegar vous permet de gérer une navigation, au sein de vos applications Windows Presentation Foundation et Universal Windows Platform en utilisant l'approche ViewModel First et non l'approche View First intégrée dans le Framework WinRT, le tout basé sur MVVMLight et SimpleIoc, vous pouvez donc passer d'une page à une autre simplement depuis vos ViewModels.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net472 is compatible.  net48 is compatible.  net481 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
6.0.0 1,135 4/10/2020
5.0.0 829 9/23/2019
4.7.2 1,551 6/6/2018
4.7.1 2,691 6/5/2018
4.7.0 2,718 6/5/2018
4.6.5 1,726 1/5/2017
4.6.4 1,495 12/20/2016
4.6.3 1,895 8/30/2016
4.6.2 1,478 8/30/2016
4.6.0 1,519 7/18/2016
4.5.9.6 1,551 4/12/2016
4.5.9.5 1,547 3/8/2016
4.5.9.4 1,915 2/11/2016
4.5.9.3 1,814 2/11/2016
4.5.9.2 1,866 2/11/2016
4.5.9.1 1,505 2/11/2016
4.5.9 1,975 10/20/2015
Loading failed

- Suppression de la plateforme WPF full framework spécifique, elle est remplacée par une version Standard 2.0
- La librairie supporte désormais le .Net Full  Framework v4.7.2, .Net Core et UWP en version minimale 1809 (build 17763)