We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad609f commit 84f8ffeCopy full SHA for 84f8ffe
Build/nuget-version.ps1
@@ -139,13 +139,13 @@
139
}
140
141
142
-$nuspecPaths = "UnitsNet.nuspec", "UnitsNet.WindowsRuntimeComponent.nuspec"
+$nuspecPaths = "UnitsNet.nuspec", "UnitsNet.Signed.nuspec", "UnitsNet.WindowsRuntimeComponent.nuspec"
143
$newSemVer = $null
144
foreach ($path in $nuspecPaths) {
145
$newSemVer = Update-NuspecFile $path
146
147
148
-git add UnitsNet.nuspec UnitsNet.WindowsRuntimeComponent.nuspec
+git add UnitsNet.nuspec UnitsNet.Signed.nuspec UnitsNet.WindowsRuntimeComponent.nuspec
149
git commit -m "UnitsNet: $newSemVer"
150
git tag -a $newSemVer -m "$newSemVer" -m "TODO List changes here"
151
0 commit comments