Update attribution to MarketAlly LLC and David H. Friedel Jr.

- Update LICENSE with MarketAlly LLC copyright (2025)
- Add lead architect attribution
- Update README with company info
- Update CONTRIBUTING.md with maintainer info
- Update nuspec with correct author and owner
This commit is contained in:
logikonline 2025-12-19 04:36:16 -05:00
parent 86d6559151
commit 187e150bcf
4 changed files with 29 additions and 17 deletions

View File

@ -1,6 +1,8 @@
# Contributing to .NET MAUI Linux Platform # Contributing to .NET MAUI Linux Platform
Thank you for your interest in contributing to the .NET MAUI Linux Platform! This document provides guidelines and information for contributors. Thank you for your interest in contributing to the .NET MAUI Linux Platform! This project is developed and maintained by [MarketAlly LLC](https://marketally.com) under the leadership of David H. Friedel Jr.
This document provides guidelines and information for contributors.
## Code of Conduct ## Code of Conduct

View File

@ -1,6 +1,8 @@
MIT License MIT License
Copyright (c) 2024 Open MAUI Copyright (c) 2025 MarketAlly LLC
Lead Architect: David H. Friedel Jr.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -4,33 +4,37 @@
<id>Microsoft.Maui.Controls.Linux</id> <id>Microsoft.Maui.Controls.Linux</id>
<version>1.0.0-preview.1</version> <version>1.0.0-preview.1</version>
<title>.NET MAUI Linux Controls</title> <title>.NET MAUI Linux Controls</title>
<authors>MAUI Linux Community Contributors</authors> <authors>MarketAlly LLC, David H. Friedel Jr.</authors>
<owners>MAUI Linux Community</owners> <owners>MarketAlly LLC</owners>
<license type="expression">MIT</license> <license type="expression">MIT</license>
<projectUrl>https://github.com/dotnet/maui</projectUrl> <projectUrl>https://github.com/open-maui/maui-linux</projectUrl>
<iconUrl>https://raw.githubusercontent.com/dotnet/maui/main/assets/icon.png</iconUrl> <iconUrl>https://raw.githubusercontent.com/dotnet/maui/main/assets/icon.png</iconUrl>
<description> <description>
Linux desktop support for .NET MAUI applications. This experimental package enables running MAUI applications on Linux desktop environments using SkiaSharp for rendering. Linux desktop support for .NET MAUI applications. This package enables running MAUI applications on Linux desktop environments using SkiaSharp for rendering.
Features: Features:
- X11 display server support (primary) - X11 display server support (primary)
- Wayland support with XWayland fallback - Wayland support with XWayland fallback
- Skia-rendered controls (Button, Label, Entry, CheckBox, Slider, Switch, layouts) - 35+ Skia-rendered controls (Button, Label, Entry, CarouselView, SwipeView, RefreshView, and more)
- Input handling (keyboard, mouse, touch) - Full input handling (keyboard, mouse, touch, gestures)
- Platform services (Clipboard, FilePicker, Launcher, Preferences) - Platform services (Clipboard, FilePicker, Notifications, DragDrop, GlobalHotkeys)
- Accessibility support (AT-SPI2, High Contrast)
- HiDPI and Input Method support
Note: This is a community preview and not officially supported by Microsoft. Developed by MarketAlly LLC. Lead Architect: David H. Friedel Jr.
</description> </description>
<releaseNotes> <releaseNotes>
Initial community preview release: Initial release:
- Core SkiaSharp-based rendering engine - Core SkiaSharp-based rendering engine
- X11 window management with input handling - X11 window management with full input handling
- Basic control set implementation - 35+ control implementations
- Handler alignment with MAUI interface contracts - 18 platform services
- Accessibility support
- 216 unit tests
</releaseNotes> </releaseNotes>
<copyright>Copyright 2024-2025 .NET Foundation and Contributors</copyright> <copyright>Copyright 2025 MarketAlly LLC</copyright>
<tags>maui linux desktop skia gui cross-platform dotnet</tags> <tags>maui linux desktop skia gui cross-platform dotnet</tags>
<repository type="git" url="https://github.com/dotnet/maui.git" /> <repository type="git" url="https://github.com/open-maui/maui-linux.git" />
<dependencies> <dependencies>
<group targetFramework="net9.0"> <group targetFramework="net9.0">
<dependency id="Microsoft.Maui.Controls" version="9.0.0" /> <dependency id="Microsoft.Maui.Controls" version="9.0.0" />

View File

@ -6,6 +6,9 @@ A comprehensive Linux platform implementation for .NET MAUI using SkiaSharp rend
[![NuGet](https://img.shields.io/nuget/v/Microsoft.Maui.Controls.Linux)](https://www.nuget.org/packages/Microsoft.Maui.Controls.Linux) [![NuGet](https://img.shields.io/nuget/v/Microsoft.Maui.Controls.Linux)](https://www.nuget.org/packages/Microsoft.Maui.Controls.Linux)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
**Developed by [MarketAlly LLC](https://marketally.com)**
**Lead Architect: David H. Friedel Jr.**
## Overview ## Overview
This project brings .NET MAUI to Linux desktops with native X11/Wayland support, hardware-accelerated Skia rendering, and full platform service integration. This project brings .NET MAUI to Linux desktops with native X11/Wayland support, hardware-accelerated Skia rendering, and full platform service integration.
@ -187,10 +190,11 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
## License ## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. Copyright (c) 2025 MarketAlly LLC. Licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments ## Acknowledgments
- [MarketAlly LLC](https://marketally.com) - Project development and maintenance
- [SkiaSharp](https://github.com/mono/SkiaSharp) - 2D graphics library - [SkiaSharp](https://github.com/mono/SkiaSharp) - 2D graphics library
- [.NET MAUI](https://github.com/dotnet/maui) - Cross-platform UI framework - [.NET MAUI](https://github.com/dotnet/maui) - Cross-platform UI framework
- The .NET community - The .NET community