nugetUpload: change baseVersion from 0.1.1 to 0.3.1

The layer update (and namespaces/assembly/type renames) is a
huge API breaking change.
This commit is contained in:
Andres G. Aragoneses 2020-09-11 01:21:44 +08:00
parent 94edf1b3eb
commit 9b68b69d14

View file

@ -28,7 +28,7 @@ jobs:
$version = $Env:GITHUB_REF.Substring($tagPrefix.Length) $version = $Env:GITHUB_REF.Substring($tagPrefix.Length)
} }
Else { Else {
$baseVersion = "0.1.1" $baseVersion = "0.3.1"
$version = "$baseVersion--date$date.git-$hash" $version = "$baseVersion--date$date.git-$hash"
} }