Light.Maui 1.0.1

dotnet add package Light.Maui --version 1.0.1                
NuGet\Install-Package Light.Maui -Version 1.0.1                
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="Light.Maui" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Light.Maui --version 1.0.1                
#r "nuget: Light.Maui, 1.0.1"                
#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 Light.Maui as a Cake Addin
#addin nuget:?package=Light.Maui&version=1.0.1

// Install Light.Maui as a Cake Tool
#tool nuget:?package=Light.Maui&version=1.0.1                

Cambios en la version 1.0.1

Se agrega un método simple al NavigationService que devuelve todo acerca de una ruta, como por ejemplo sus instancias y sus datos generales (RouteInfo) si es que se asignaron al momento de su creación.

var routeInstance = NavigationService.Resolve(RouteName);
routeInstance.View;
routeInstance.ViewModel;
routeInstance.RouteInfo; // datos generales en caso de haber sido asignados.
Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net8.0-ios17.5 is compatible.  net8.0-maccatalyst17.5 is compatible.  net8.0-windows10.0.19041 is compatible.  net9.0-android was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-windows 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 Light.Maui:

Package Downloads
Plugin.UI.Extended

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 80 1/16/2025
1.0.0 89 12/18/2024