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
Copy file name to clipboardExpand all lines: changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
## [Unreleased]
4
4
### Fixed
5
5
-**Cross-platform test compatibility**: Enhanced test infrastructure to resolve XSD file paths dynamically using cross-platform compatible `GetXsdPath` helper method, eliminating hardcoded Windows-specific paths that were causing failures in GitHub Actions Linux environment.
6
+
-**Security scan configuration**: Fixed security scan tool compatibility by adding .NET 6.0 runtime support and correcting command-line arguments.
7
+
### Added
8
+
-**Automatic version tagging**: Added GitVersion-based automatic tagging system in CI/CD pipeline that creates semantic version tags and GitHub releases automatically on pushes to master branch.
9
+
-**Enhanced NuGet packaging**: Improved NuGet package creation with GitVersion integration for consistent semantic versioning across all packages.
6
10
### Changed
7
11
-**Updated GitHub Actions workflows** to use `master` branch instead of `main` branch for consistency with repository setup
0 commit comments