chore: bump version to 1.0.0 and update release metadata

Update package references from RC/preview versions to stable 1.0.* across all templates and project files. Mark RC1 roadmap as completed and update documentation to reflect v1.0.0 release. Add GestureManager cleanup in SkiaView.Dispose() to prevent memory leaks. Update copyright years to 2025-2026 and add development artifacts to .gitignore.
This commit is contained in:
2026-03-06 22:11:46 -05:00
parent e55230c441
commit 15ced2ac55
9 changed files with 31 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.0.0-rc.1</PackageVersion>
<PackageVersion>1.0.0</PackageVersion>
<PackageId>OpenMaui.Linux.Templates</PackageId>
<Title>OpenMaui Linux Project Templates</Title>
<Authors>MarketAlly LLC, David H. Friedel Jr.</Authors>
@@ -13,9 +13,9 @@ Templates included:
- openmaui-linux: Basic Linux app with code-based UI
- openmaui-linux-xaml: Full XAML support with standard MAUI syntax</Description>
<PackageTags>dotnet-new;templates;maui;linux;desktop;openmaui;xaml</PackageTags>
<PackageProjectUrl>https://github.com/open-maui/maui-linux</PackageProjectUrl>
<PackageProjectUrl>https://git.marketally.com/open-maui/maui-linux</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright 2025 MarketAlly LLC</Copyright>
<Copyright>Copyright 2025-2026 MarketAlly LLC</Copyright>
<TargetFramework>netstandard2.0</TargetFramework>

View File

@@ -12,7 +12,7 @@
<ItemGroup>
<!-- OpenMaui Linux Platform -->
<PackageReference Include="OpenMaui.Controls.Linux" Version="1.0.0-rc.*" />
<PackageReference Include="OpenMaui.Controls.Linux" Version="1.0.*" />
<!-- Core MAUI packages -->
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.40" />

View File

@@ -16,7 +16,7 @@
<ItemGroup>
<!-- OpenMaui Linux Platform -->
<PackageReference Include="OpenMaui.Controls.Linux" Version="1.0.0-rc.*" />
<PackageReference Include="OpenMaui.Controls.Linux" Version="1.0.*" />
<!-- Core MAUI packages (includes XAML support) -->
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.*" />