EZShell.Maui 2.0.4

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

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

EZShell.Maui allows more complex transfer of data between ViewModels in Xamarin Shell Navigation as well as Dependency Injection.

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net8.0-ios17.2 is compatible.  net8.0-maccatalyst17.2 is compatible. 
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
2.0.4 76 4/11/2024
2.0.3 92 4/8/2024
2.0.2 91 2/14/2024
2.0.0 92 1/27/2024
1.0.1 195 8/5/2022
1.0.0 166 8/5/2022

Added Initialized method to EzShellViewmodel to trigger when Viewmodels load. Code leanup and performannce improvements