Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump assembly version to 8.0.0 #1121

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

martincostello
Copy link
Member

Bump version to 8.0.0.

I noticed in NuGet Package Explorer that the versions were all 7.x.x except for AssemblyInformationalVersion:

image

This empty commit has a message of the format understood by GitVersion so that it should version correctly.

Running it locally with the commit I get this 8.0.0 now:

{
  "Major": 8,
  "Minor": 0,
  "Patch": 0,
  "PreReleaseTag": "bump-version.1",
  "PreReleaseTagWithDash": "-bump-version.1",
  "PreReleaseLabel": "bump-version",
  "PreReleaseLabelWithDash": "-bump-version",
  "PreReleaseNumber": 1,
  "WeightedPreReleaseNumber": 1,
  "BuildMetaData": 324,
  "BuildMetaDataPadded": "0324",
  "FullBuildMetaData": "324.Branch.bump-version.Sha.73d676f869e64d27cd8604392bb7471e4b88e5f9",
  "MajorMinorPatch": "8.0.0",
  "SemVer": "8.0.0-bump-version.1",
  "LegacySemVer": "8.0.0-bump-version1",
  "LegacySemVerPadded": "8.0.0-bump-version0001",
  "AssemblySemVer": "8.0.0.0",
  "AssemblySemFileVer": "8.0.0.0",
  "FullSemVer": "8.0.0-bump-version.1+324",
  "InformationalVersion": "8.0.0-bump-version.1+324.Branch.bump-version.Sha.73d676f869e64d27cd8604392bb7471e4b88e5f9",
  "BranchName": "bump-version",
  "EscapedBranchName": "bump-version",
  "Sha": "73d676f869e64d27cd8604392bb7471e4b88e5f9",
  "ShortSha": "73d676f",
  "NuGetVersionV2": "8.0.0-bump-version0001",
  "NuGetVersion": "8.0.0-bump-version0001",
  "NuGetPreReleaseTagV2": "bump-version0001",
  "NuGetPreReleaseTag": "bump-version0001",
  "VersionSourceSha": "1a351a85950864be53914408f55f279e037c856b",
  "CommitsSinceVersionSource": 324,
  "CommitsSinceVersionSourcePadded": "0324",
  "UncommittedChanges": 0,
  "CommitDate": "2023-04-13"
}

Bump version to 8.0.0.
@codecov-commenter
Copy link

Codecov Report

Merging #1121 (73d676f) into main (26fd4cb) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main    #1121   +/-   ##
=======================================
  Coverage   77.71%   77.71%           
=======================================
  Files         200      200           
  Lines        4753     4753           
  Branches      850      850           
=======================================
  Hits         3694     3694           
  Misses        854      854           
  Partials      205      205           
Flag Coverage Δ
linux 77.71% <0.00%> (ø)
macos 77.71% <0.00%> (ø)
windows 77.71% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@martincostello martincostello merged commit 1296fe1 into App-vNext:main Apr 14, 2023
@martincostello martincostello deleted the bump-version branch April 14, 2023 12:25
@martincostello martincostello restored the bump-version branch April 14, 2023 12:58
@martincostello martincostello deleted the bump-version branch April 14, 2023 12:59
@martincostello
Copy link
Member Author

Looks like the rebase made the commit get lost for some reason - will roll into #1126 instead.

martincostello added a commit that referenced this pull request Apr 14, 2023
- Fix deterministic builds.
- Bump version to 8.0.0 as #1121 failed.
martincostello added a commit that referenced this pull request Apr 14, 2023
- Fix deterministic builds.
- Bump version to 8.0.0 as #1121 failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants