- Add Directory.Build.props for consistent version across all projects
- Add version.json to track current version in source control
- Update release pipeline to:
- Calculate version bumps from conventional commits
- Pass /p:Version to all build/test/pack commands
- Commit version.json back before tagging
- Generate changelog in GitHub releases
- Version bump rules:
- feat!: or BREAKING CHANGE: → major bump
- feat: → minor bump
- fix/perf/refactor/build/ci/docs/style/test: → patch bump
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>