chore(perf): bump version to 9.0.40 to match MAUI 9.0.40
All checks were successful
CI / Build (Linux) (push) Successful in 21s
Release / Build and Publish (push) Successful in 20s

Update version from 9.0.0 to 9.0.40 to align precisely with MAUI 9.0.40 release. Update CHANGELOG, package metadata, and templates. Fix thread safety issue in FontFallbackManager by changing _glyphCache from Dictionary to ConcurrentDictionary to prevent race conditions during concurrent glyph lookups.
This commit is contained in:
2026-03-07 01:48:58 -05:00
parent 8a5ad459ed
commit c6a3f4acc4
11 changed files with 28 additions and 27 deletions

View File

@@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>OpenMaui.Controls.Linux</id>
<version>9.0.0</version>
<version>9.0.40</version>
<title>OpenMaui Linux Controls</title>
<authors>MarketAlly Pte Ltd, David H. Friedel Jr.</authors>
<owners>MarketAlly Pte Ltd</owners>
<license type="expression">MIT</license>
<projectUrl>https://git.marketally.com/open-maui/maui-linux</projectUrl>
<iconUrl>https://git.marketally.com/open-maui/maui-linux/raw/branch/main/assets/icon.png</iconUrl>
<projectUrl>https://git.marketally.ai/open-maui/maui-linux</projectUrl>
<iconUrl>https://git.marketally.ai/open-maui/maui-linux/raw/branch/main/assets/icon.png</iconUrl>
<description>
Linux desktop support for .NET MAUI applications. This package enables running MAUI applications on Linux desktop environments using SkiaSharp for rendering.
@@ -24,11 +24,11 @@ Features:
Developed by MarketAlly Pte Ltd. Lead Architect: David H. Friedel Jr.
</description>
<releaseNotes>
9.0: Version aligned with .NET 9 / MAUI 9. 100% .NET MAUI API compliance - all public APIs use MAUI types. Full XAML support, SkiaSharp rendering, X11 window management, 35+ controls, 18 platform services, accessibility support. 541 passing tests. Previously released as 1.0.0.
9.0.40: Version aligned with MAUI 9.0.40. 100% .NET MAUI API compliance - all public APIs use MAUI types. Full XAML support, SkiaSharp rendering, X11 window management, 35+ controls, 18 platform services, accessibility support. 541 passing tests. Previously released as 1.0.0.
</releaseNotes>
<copyright>Copyright 2025-2026 MarketAlly Pte Ltd</copyright>
<tags>maui linux desktop skia gui cross-platform dotnet openmaui</tags>
<repository type="git" url="https://git.marketally.com/open-maui/maui-linux.git" />
<repository type="git" url="https://git.marketally.ai/open-maui/maui-linux.git" />
<dependencies>
<group targetFramework="net9.0">
<dependency id="Microsoft.Maui.Controls" version="9.0.40" />