Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Revert "Fix nuget version hash to match github"
Browse files Browse the repository at this point in the history
This reverts commit 60d1e51.
  • Loading branch information
caesay committed Apr 23, 2022
1 parent 60d1e51 commit d5f6ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $ErrorActionPreference = "Stop"
# get current git version
Write-Host "Retrieving current version from nbgv" -ForegroundColor Magenta
$gitVerJson = (&nbgv get-version -f json) | ConvertFrom-Json
$version = $gitVerJson.SemVer1
$version = $gitVerJson.NuGetPackageVersion
$public = $gitVerJson.PublicRelease

# build nuget package
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.9",
"gitCommitIdShortFixedLength": 7,
"gitCommitIdShortFixedLength": 6,
"publicReleaseRefSpec": [
"^refs/heads/master$"
]
Expand Down

0 comments on commit d5f6ab2

Please sign in to comment.