Skip to content

Commit

Permalink
AU: 1 updated - windowinspector.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Dec 15, 2021
1 parent 80a126c commit 4398cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://binaryfortressdownloads.com/Download/BFSFiles/126/WindowInspector-2.7.1.zip'
$checksum = 'aad5212be78ad9b3bbf4b7809227b6c52c8ce43fc4b7b6dfd9e0abf9876df26f'
$url = 'https://binaryfortressdownloads.com/Download/BFSFiles/126/WindowInspector-2.8.zip'
$checksum = 'd1e96c4e385b7d99a8024f69272aae81e3e48c526d9e33bda7bbbff3422cf8f8'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>2.7.1</version>
<version>2.8</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>virtualex</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 4398cb9

Please sign in to comment.