Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Change how Git hash is appended to .NET version string for pre-release builds #3244

Merged
merged 3 commits into from
Jun 28, 2023

Conversation

Porges
Copy link
Member

@Porges Porges commented Jun 28, 2023

When .NET appends VersionSuffix to the InformationalVersion string, it appends it with a - separator. For consistency with the other version strings (and semver), we want it appended with a + separator. This is now supported by using the explicit SourceRevisionId property instead of VersionSuffix.

@Porges Porges enabled auto-merge (squash) June 28, 2023 20:36
@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2023

Codecov Report

Merging #3244 (d78bd74) into main (b236514) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3244   +/-   ##
=======================================
  Coverage   29.65%   29.65%           
=======================================
  Files         332      332           
  Lines       39290    39290           
=======================================
  Hits        11651    11651           
  Misses      27639    27639           

@Porges Porges merged commit 9d9df7c into main Jun 28, 2023
24 checks passed
@Porges Porges deleted the version-fix branch July 13, 2023 21:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants