Skip to content

Commit 4d2cdb0

Browse files
committed
1 parent 8fb1b29 commit 4d2cdb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automatic/vultr-cli/vultr-cli.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>3.8.0</version>
24+
<version>3.9.2</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/vultr-cli</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>
@@ -100,7 +100,7 @@ Use "vultr-cli [command] --help" for more information about a command.
100100
<!-- =============================== -->
101101
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
102102
<dependencies>
103-
<dependency id="vultr-cli.portable" version="3.8.0" />
103+
<dependency id="vultr-cli.portable" version="3.9.2" />
104104
<!-- <dependency id="" version="[__EXACT_VERSION__]" /> -->
105105
<!-- <dependency id="chocolatey" version="0.10.8" /> -->
106106
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" /> -->

0 commit comments

Comments
 (0)