Commit 9ddc26c 1 parent f9734c3 commit 9ddc26c Copy full SHA for 9ddc26c
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
inputs :
144
144
rootFolderOrFile : " $(System.DefaultWorkingDirectory)/ffi/nuget/"
145
145
archiveType : " zip"
146
- archiveFile : " $(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.1 .nupkg"
146
+ archiveFile : " $(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.2 .nupkg"
147
147
includeRootFolder : false
148
148
- task : PowerShell@2
149
149
displayName : ' Sign Exported Nuget Packages'
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
3
3
<metadata >
4
4
<id >ButtplugRustFFI</id >
5
- <version >2.0.1 </version >
5
+ <version >2.0.2 </version >
6
6
<title >Buttplug</title >
7
7
<authors >Nonpolynomial, LLC</authors >
8
8
<requireLicenseAcceptance >false</requireLicenseAcceptance >
You can’t perform that action at this time.
0 commit comments