2025-12-19 09:30:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
2025-12-19 05:01:34 -05:00
<id>OpenMaui.Controls.Linux</id>
2026-03-07 01:48:58 -05:00
<version>9.0.40</version>
2025-12-19 05:01:34 -05:00
<title>OpenMaui Linux Controls</title>
2026-03-07 00:14:47 -05:00
<authors>MarketAlly Pte Ltd, David H. Friedel Jr.</authors>
<owners>MarketAlly Pte Ltd</owners>
2025-12-19 09:30:16 +00:00
<license type="expression">MIT</license>
2026-03-07 01:48:58 -05:00
<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>
2025-12-19 09:30:16 +00:00
<description>
2025-12-19 04:36:16 -05:00
Linux desktop support for .NET MAUI applications. This package enables running MAUI applications on Linux desktop environments using SkiaSharp for rendering.
2025-12-19 09:30:16 +00:00
Features:
- X11 display server support (primary)
- Wayland support with XWayland fallback
2025-12-19 04:36:16 -05:00
- 35+ Skia-rendered controls (Button, Label, Entry, CarouselView, SwipeView, RefreshView, and more)
- Full input handling (keyboard, mouse, touch, gestures)
- Platform services (Clipboard, FilePicker, Notifications, DragDrop, GlobalHotkeys)
- Accessibility support (AT-SPI2, High Contrast)
- HiDPI and Input Method support
2025-12-19 09:30:16 +00:00
2026-03-07 00:14:47 -05:00
Developed by MarketAlly Pte Ltd. Lead Architect: David H. Friedel Jr.
2025-12-19 09:30:16 +00:00
</description>
<releaseNotes>
2026-03-07 01:48:58 -05:00
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.
2025-12-19 09:30:16 +00:00
</releaseNotes>
2026-03-07 00:14:47 -05:00
<copyright>Copyright 2025-2026 MarketAlly Pte Ltd</copyright>
2025-12-19 05:01:34 -05:00
<tags>maui linux desktop skia gui cross-platform dotnet openmaui</tags>
2026-03-07 01:48:58 -05:00
<repository type="git" url="https://git.marketally.ai/open-maui/maui-linux.git" />
2025-12-19 09:30:16 +00:00
<dependencies>
<group targetFramework="net9.0">
2026-03-06 22:06:08 -05:00
<dependency id="Microsoft.Maui.Controls" version="9.0.40" />
<dependency id="SkiaSharp" version="2.88.9" />
<dependency id="SkiaSharp.NativeAssets.Linux" version="2.88.9" />
2025-12-19 09:30:16 +00:00
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Runtime" targetFramework="net9.0" />
</frameworkAssemblies>
</metadata>
<files>
2025-12-19 05:01:34 -05:00
<file src="bin/Release/net9.0/OpenMaui.Controls.Linux.dll" target="lib/net9.0" />
<file src="bin/Release/net9.0/OpenMaui.Controls.Linux.xml" target="lib/net9.0" />
2025-12-19 09:30:16 +00:00
<file src="README.md" target="" />
</files>
</package>