You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: unify SemVer 2.0 version standards and improve config progress UI (#80)
- Set ConfigGeneratorModel/MainfestModel version defaults to '1.0.0'
- Fix SimulationService hardcoded '1.0.0.0' (4-part) to SemVer '1.0.0'
- Update XAML placeholders from '1.0.0.0' to '1.0.0 (semver)'
- Add SemverValidator.Compare() and ParseCore() for full SemVer 2.0 comparison
- Replace System.Version.TryParse with SemverValidator in LocalUpdateServer
- Update ManifestGeneratorService.FromCsprojInfo fallback values
- Add prominent ProgressBar + status text near action buttons in ConfigView
- Disable Generate/GenerateSample buttons while busy to prevent double-click
- Add _isPublishing state to distinguish Analyze vs GenerateSample operations
Closes#79
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments