mirror of
https://github.com/sochix/TLSharp.git
synced 2026-03-03 20:13:50 +01:00
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:
parent
0a5ab705f8
commit
ba7e7cbfa9
2
.github/workflows/nugetUpload.yml
vendored
2
.github/workflows/nugetUpload.yml
vendored
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue