mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
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:
parent
94edf1b3eb
commit
9b68b69d14
2
.github/workflows/nugetUpload.yml
vendored
2
.github/workflows/nugetUpload.yml
vendored
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue