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

@@ -40,7 +40,7 @@ dotnet run
### Manual Installation
```bash
dotnet add package OpenMaui.Controls.Linux --prerelease
dotnet add package OpenMaui.Controls.Linux
```
## XAML Support
@@ -275,7 +275,7 @@ All interactive controls support VSM states: Normal, PointerOver, Pressed, Focus
## License
Copyright (c) 2025 MarketAlly LLC. Licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Copyright (c) 2025-2026 MarketAlly LLC. Licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments