Skip to content

Commit 580be26

Browse files
committed
1 parent 2538ee1 commit 580be26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automatic/sqlitestudio/sqlitestudio.nuspec

+2-2
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.4.16</version>
24+
<version>3.4.17</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/sqlitestudio</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>
@@ -53,7 +53,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
5353
<dependencies>
5454
<!-- <dependency id="autohotkey" /> -->
5555
<!-- <dependency id="" version="[__EXACT_VERSION__]" /> -->
56-
<dependency id="sqlite-studio.install" version="3.4.16" />
56+
<dependency id="sqlite-studio.install" version="3.4.17" />
5757
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" /> -->
5858
<!-- <dependency id="" /> -->
5959
<!-- <dependency id="chocolatey-uninstall.extension" /> -->

0 commit comments

Comments
 (0)