Skip to content

Commit ae7faa4

Browse files
committed
Update to 1.16.7
1 parent 6888ac7 commit ae7faa4

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

tools/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From: https://raw.githubusercontent.com/xanderfrangos/twinkle-tray/v1.16.6/LICENSE
1+
From: https://raw.githubusercontent.com/xanderfrangos/twinkle-tray/v1.16.7/LICENSE
22

33
MIT License
44

tools/VERIFICATION.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ in verifying that this package's contents are trustworthy.
55
The packaged Windows installer binary is available for independent download via the
66
Releases page on Twinkle Tray's GitHub repository. A download link for the packaged version
77
is included at the following URL:
8-
https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.6
8+
https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.7
99

1010
For convenience, this is a direct URL to the relevant asset:
11-
https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.16.6/Twinkle.Tray.v1.16.6.exe
11+
https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.16.7/Twinkle.Tray.v1.16.7.exe
1212

1313
The following PowerShell command will print a calculated SHA256 hash:
1414

15-
(Get-FileHash -Path Twinkle.Tray.v1.16.6.exe -Algorithm SHA256).Hash
15+
(Get-FileHash -Path Twinkle.Tray.v1.16.7.exe -Algorithm SHA256).Hash
1616

1717
This command should be executed against an independently downloaded binary, as well
1818
as the copy distributed with the package. Both hash values should be identical. A
1919
matching hash value should confirm that no corruption or tampering has occurred
2020
during this package's generation process.
2121

2222
For reference, the following SHA256 hash was calculated during the package's automated creation:
23-
EAC7A93A8951D72FF42781941C4D3C2D2EC8ED022235FFDB3EF45DB2D83B9CB9
23+
63063F056EAE57845D6F9C980C73BE8D87365FF075CBA489C2A5CEFFAE398E36

tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop'
22

33
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
4-
$installerFileName = 'Twinkle.Tray.v1.16.6.exe'
4+
$installerFileName = 'Twinkle.Tray.v1.16.7.exe'
55
$filePath = Join-Path -Path $toolsDir -ChildPath $installerFileName
66
$softwareNamePattern = 'Twinkle Tray*'
77

twinkle-tray.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"Beta": "1.16.0-beta8",
3-
"Stable": "1.16.6"
3+
"Stable": "1.16.7"
44
}

twinkle-tray.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>twinkle-tray</id>
6-
<version>1.16.6</version>
7-
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-twinkle-tray/tree/v1.16.6</packageSourceUrl>
6+
<version>1.16.7</version>
7+
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-twinkle-tray/tree/v1.16.7</packageSourceUrl>
88
<owners>sublym0nal</owners>
99
<title>Twinkle Tray</title>
1010
<authors>Xander Frangos</authors>
1111
<projectUrl>https://twinkletray.com/</projectUrl>
1212
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-twinkle-tray@800782d6afb5b6ab2e4dcefdb879bea194f0fef8/twinkle-tray.png</iconUrl>
1313
<copyright>Copyright © 2025 Xander Frangos</copyright>
14-
<licenseUrl>https://github.com/xanderfrangos/twinkle-tray/blob/v1.16.6/LICENSE</licenseUrl>
14+
<licenseUrl>https://github.com/xanderfrangos/twinkle-tray/blob/v1.16.7/LICENSE</licenseUrl>
1515
<requireLicenseAcceptance>false</requireLicenseAcceptance>
16-
<projectSourceUrl>https://github.com/xanderfrangos/twinkle-tray/tree/v1.16.6</projectSourceUrl>
16+
<projectSourceUrl>https://github.com/xanderfrangos/twinkle-tray/tree/v1.16.7</projectSourceUrl>
1717
<docsUrl>https://github.com/xanderfrangos/twinkle-tray/wiki</docsUrl>
1818
<mailingListUrl>https://github.com/xanderfrangos/twinkle-tray/discussions</mailingListUrl>
1919
<bugTrackerUrl>https://github.com/xanderfrangos/twinkle-tray/issues</bugTrackerUrl>
@@ -69,7 +69,7 @@ When using the `/Start` package parameter, you may see a large `CLIXML` block lo
6969
<dependencies>
7070
<dependency id="chocolatey-core.extension" version="1.0.0" />
7171
</dependencies>
72-
<releaseNotes>https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.6</releaseNotes>
72+
<releaseNotes>https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.7</releaseNotes>
7373
</metadata>
7474
<files>
7575
<file src="tools\chocolateyinstall.ps1" target="tools" />

0 commit comments

Comments
 (0)