Skip to content

Commit

Permalink
AU: 1 updated - sqlitestudio
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Nov 23, 2024
1 parent 3fa3316 commit 40b70f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/sqlitestudio/sqlitestudio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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. -->
<version>3.4.5</version>
<version>3.4.6</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/sqlitestudio</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down Expand Up @@ -54,7 +54,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<dependencies>
<!-- <dependency id="autohotkey" /> -->
<!-- <dependency id="" version="[__EXACT_VERSION__]" /> -->
<dependency id="sqlite-studio.portable" version="3.4.5" />
<dependency id="sqlite-studio.portable" version="3.4.6" />
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" /> -->
<!-- <dependency id="" /> -->
<!-- <dependency id="chocolatey-uninstall.extension" /> -->
Expand Down

0 comments on commit 40b70f5

Please sign in to comment.