chore(perf): realign version to 9.0.0 to match .NET/MAUI versioning
All checks were successful
CI / Build (Linux) (pull_request) Successful in 23s

Change version from 1.0.0 to 9.0.0 to align with .NET 9 / MAUI 9.0.x versioning convention. Update all package references, templates, and documentation. Change copyright holder from "MarketAlly LLC" to "MarketAlly Pte Ltd" across all files. Update CHANGELOG to document version realignment and mark 1.0.0 as deprecated. Update release notes to reflect 541 passing tests (up from 217) and include native resource leak fixes, SafeHandle wrappers, and performance benchmarks.
This commit is contained in:
2026-03-07 00:14:47 -05:00
parent 967713c01a
commit 840ad0ce8f
18 changed files with 52 additions and 41 deletions

View File

@@ -304,4 +304,4 @@ jobs:
---
*Developed by [MarketAlly LLC](https://marketally.com) • Lead Architect: David H. Friedel Jr.*
*Developed by [MarketAlly Pte Ltd](https://marketally.com) • Lead Architect: David H. Friedel Jr.*

View File

@@ -3,7 +3,7 @@
## Goal
Achieve Release Candidate 1 with full XAML support, data binding, and stable controls.
> **Status: All phases completed. Released as v1.0.0.**
> **Status: All phases completed. Released as v1.0.0 (now v9.0.0, aligned with .NET 9/MAUI 9).**
---

View File

@@ -77,13 +77,11 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md) for details.
## Milestones
| Milestone | Target | Status |
|-----------|--------|--------|
| v1.0.0-preview.1 | Q1 2025 | ✅ Released |
| v1.0.0-preview.2 | Q1 2025 | ✅ Released |
| v1.0.0 | Q1 2026 | ✅ Released |
| v1.1.0 | Q3 2025 | 📋 Planned |
| v1.2.0 | Q4 2025 | 📋 Planned |
| Milestone | .NET / MAUI | Target | Status |
|-----------|-------------|--------|--------|
| v1.0.0 (now v9.0.0) | .NET 9 / MAUI 9.0.x | Q1 2026 | ✅ Released |
| v9.0.x | .NET 9 / MAUI 9.0.x | Q1-Q2 2026 | 🔧 Maintenance |
| v10.0.0 | .NET 10 / MAUI 10.0.x | Q4 2026 | 📋 Planned |
## Feedback
@@ -92,4 +90,4 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md) for details.
---
*Last updated: March 2026*
*Copyright 2025-2026 MarketAlly LLC*
*Copyright 2025-2026 MarketAlly Pte Ltd*