Skip to content

Commit

Permalink
build: Update nuget for core v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed May 15, 2021
1 parent f9734c3 commit 9ddc26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ffi/build/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
inputs:
rootFolderOrFile: "$(System.DefaultWorkingDirectory)/ffi/nuget/"
archiveType: "zip"
archiveFile: "$(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.1.nupkg"
archiveFile: "$(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.2.nupkg"
includeRootFolder: false
- task: PowerShell@2
displayName: 'Sign Exported Nuget Packages'
Expand Down
2 changes: 1 addition & 1 deletion ffi/nuget/ButtplugRustFFI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ButtplugRustFFI</id>
<version>2.0.1</version>
<version>2.0.2</version>
<title>Buttplug</title>
<authors>Nonpolynomial, LLC</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 9ddc26c

Please sign in to comment.