nugetUpload: change baseVersion from 0.1.0 to 0.1.1

Now that we have diverged from TLSharp[1], the new pre-release
versions pushed to nuget have different API and slightly
different behaviour so we want them to be marked as newer.

[1] since 4d09ac711d
This commit is contained in:
Andres G. Aragoneses 2020-04-14 21:59:36 +08:00
parent 0a5ab705f8
commit ba7e7cbfa9

View file

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