| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Stride.Cli.1.0.3.nupkg | 2026-09-21 | 6.2 MB | |
| README.md | 2026-09-21 | 1.4 kB | |
| Stride CLI 1.0.3 source code.tar.gz | 2026-09-21 | 9.5 MB | |
| Stride CLI 1.0.3 source code.zip | 2026-09-21 | 16.9 MB | |
| Totals: 4 Items | 32.6 MB | 0 | |
What's Changed
Auto-generated; a maintainer may hand-edit.
📦 Project templates & content
- Samples, starter projects, and asset packs are now versioned and released on their own schedule instead of being tied to the engine version, so
stride newalways installs the exact matching content instead of guessing which version to use, and content fixes can ship without waiting for a new engine release. If upgrading a newly created project's assets fails, the CLI now reports the error instead of silently leaving the project on the old version (@xen2, #3442)
🧰 .NET tooling
stride studio,stride upgrade, and the asset compiler commands can now run your project on a newer .NET version (for example .NET 11) than the one Stride itself ships with, without waiting for a new Stride release. Usestride studio --framework net11.0to try a newer .NET version (@xen2, #3440)
🔧 Under the hood
- Sped up crash report handling by switching its JSON reading/writing to generated code instead of reflection (@Kryptos-FR, #3425)
Full Changelog: https://github.com/stride3d/stride/compare/cli/1.0.2...cli/1.0.3