Releases: UbiquityDotNET/CSemVer.GitBuild
Releases · UbiquityDotNET/CSemVer.GitBuild
v5.0.0.-rc
Re-Work of build/versioning to accommodate more thorough testing
What's Changed
- Expose version types for scripts to use directly by @smaillet in #3
- Major refactoring and corrections. by @smaillet in #4
- Updated automated build to support current changes. by @smaillet in #5
- Standardized build scripts by @smaillet in #6
- Build action fixes for release by @smaillet in #7
- Updated build action YAML for release builds by @smaillet in #8
- More fixes to release YAML. by @smaillet in #9
- More fixes to release build action YAML by @smaillet in #10
- More formatting of action YAML by @smaillet in #11
- Fix call to build-all by @smaillet in #12
- Re-write to support testable projects by @smaillet in #13
- Added invocation of tests to automated runs by @smaillet in #14
- Updated readme by @smaillet in #15
- Added build documentation support. by @smaillet in #16
- Potential fix for code scanning alerts: Workflow does not contain permissions by @smaillet in #17
- Re-worked PR/CI build support by @smaillet in #18
- Fixes for test results support by @smaillet in #19
- Code cleanup and updated comments by @smaillet in #20
- Fixed solution by removing bogus configuration for debug mode by @smaillet in #21
- Restored tests to use global properties by @smaillet in #22
- Added Testing of assembly attributes by @smaillet in #23
- Resolve differences on computation of CiBuildIndex between C# and PowerShell by @smaillet in #25
- Added support for CSemVer v1.0.0-rc.1 pre-release formatting by @smaillet in #26
- Refactoring tests and additional test cases by @smaillet in #27
- Converted to using long from for package name by @smaillet in #28
- Updating build version information to a release candidate by @smaillet in #29
- Fixed release build scripts by @smaillet in #31
- Updated test access to build environment information. by @smaillet in #32
Full Changelog: v2.0.3...v5.0.0-rc
v2.0.3
Minor update to resolve issues with the generated version file for legacy C# projects with strict code analysis policies in place. The generated file didn't have any marking that it was generated and it was possible for strict analyzer rules to try to enforce style rules on the generated file.
release 2.0.0
v2.0.0 updated creation of CiBuildName to prevent setting any value if it is…