Made the TPageEnumeration a value type so the multi page view model can start out with 'null' and switch to the initial page after the main window loads

This commit is contained in:
Markus Ewald 2026-04-28 09:31:04 +02:00 committed by Markus Ewald
commit 7d98ba1e0d
3 changed files with 17 additions and 10 deletions

View file

@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyProduct("Nuclex.Avalonia")]
[assembly: AssemblyDescription("Lean and elegant MVVM library with extras for Avalonia")]
[assembly: AssemblyCompany("Nuclex Development Labs")]
[assembly: AssemblyCopyright("Copyright © Markus Ewald / Nuclex Development Labs 2002-2025")]
[assembly: AssemblyCopyright("Copyright © Markus Ewald / Nuclex Development Labs 2002-2026")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -46,4 +46,4 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyVersion("1.5.0")]