Updated roadmap

- Removed footnotes due to rendering issue
This commit is contained in:
Tony Bark 2025-04-30 07:36:42 -04:00
parent ebfca0fbb9
commit 170a46b6bf

View file

@ -12,6 +12,7 @@ S2PK was created to address the need for a reliable and efficient cross-platform
| ----- | ------------------------------------------- | ------ |
| v0.1 | Core package manager | ✅ |
| v0.2 | Config file with default destination | 🔜 |
| v0.x | Target .NET 10 | 🔜 |
| v1.0 | Stable "Release" version with documentation | 🔜 |
## 🧩 Tech Stack
@ -34,10 +35,10 @@ s2pk unpack -p ./output.s2pk -d "%USERPROFILE%\Documents\EA Games\The Sims 2\Dow
## 🗓️ Update Cycle
| Type | Frequency | Notes |
| ---------------- | ---------------- | ---------------------------------------- |
| ------------ | ---------------- | ---------------------------------------- |
| Minor Update | Every 36 months | Small enhancements, non-breaking changes |
| Patch Update | As needed | Bug fixes, security updates |
| Major Update[^1] | As needed | Framework upgrades, major refactors |
| Major Update | As needed | Framework upgrades, major refactors |
- Reserve months: June (Mid-Year Chill) & December (End-Year Freeze)
@ -56,10 +57,6 @@ s2pk unpack -p ./output.s2pk -d "%USERPROFILE%\Documents\EA Games\The Sims 2\Dow
- Critical vulnerabilities
- Framework-breaking issues
## 🔍 Footnotes
- [^1]: At this early stage, major updates bump the minor version number. This usually involves re-targeting to the newest .NET LTS.
## 🗒️ License
I license this project under the GPL v3 license - see [LICENSE](LICENSE) for details.