Skip to content

Commit cae2764

Browse files
committed
chore(release): prepare 1.1.2 manifests for winget and chocolatey
1 parent f97bf16 commit cae2764

6 files changed

Lines changed: 46 additions & 7 deletions

File tree

ThreadPilot.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<TrimMode>link</TrimMode>
1717
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1818
<NoWarn>CS1998;CS0067;CS0414;WFAC010;IL3000;MVVMTK0034</NoWarn>
19-
<Version>1.1.1</Version>
20-
<AssemblyVersion>1.1.1.0</AssemblyVersion>
21-
<FileVersion>1.1.1.0</FileVersion>
22-
<InformationalVersion>1.1.1</InformationalVersion>
19+
<Version>1.1.2</Version>
20+
<AssemblyVersion>1.1.2.0</AssemblyVersion>
21+
<FileVersion>1.1.2.0</FileVersion>
22+
<InformationalVersion>1.1.2</InformationalVersion>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

chocolatey/threadpilot.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>threadpilot</id>
5-
<version>1.1.1</version>
5+
<version>1.1.2</version>
66
<title>ThreadPilot</title>
77
<authors>Prime Build</authors>
88
<projectUrl>https://github.com/PrimeBuild-pc/ThreadPilot</projectUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Advanced Windows process and power plan manager with rules automation and performance controls.</description>
1313
<summary>ThreadPilot process and power plan manager.</summary>
14-
<releaseNotes>https://github.com/PrimeBuild-pc/ThreadPilot/releases/tag/v1.1.1</releaseNotes>
14+
<releaseNotes>https://github.com/PrimeBuild-pc/ThreadPilot/releases/tag/v1.1.2</releaseNotes>
1515
<tags>threadpilot process powerplan performance windows</tags>
1616
</metadata>
1717
<files>

chocolatey/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ $ErrorActionPreference = 'Stop'
22

33
$packageName = 'threadpilot'
44
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
5-
$url64 = 'https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v1.1.1/ThreadPilot_v1.1.1_Setup.exe'
5+
$url64 = 'https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v1.1.2/ThreadPilot_v1.1.2_Setup.exe'
6+
$checksum64 = 'fac3935ba126b01987b15cb323502ee8b6e91c957f22006bd9e62b8d57169790'
67

78
$packageArgs = @{
89
packageName = $packageName
910
fileType = 'exe'
1011
url64bit = $url64
12+
checksum64 = $checksum64
13+
checksumType64 = 'sha256'
1114
softwareName = 'ThreadPilot*'
1215
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
1316
validExitCodes = @(0)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
PackageIdentifier: PrimeBuild.ThreadPilot
2+
PackageVersion: 1.1.2
3+
InstallerType: inno
4+
Installers:
5+
- Architecture: x64
6+
InstallerUrl: https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v1.1.2/ThreadPilot_v1.1.2_Setup.exe
7+
InstallerSha256: FAC3935BA126B01987B15CB323502EE8B6E91C957F22006BD9E62B8D57169790
8+
ManifestType: installer
9+
ManifestVersion: 1.4.0
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
PackageIdentifier: PrimeBuild.ThreadPilot
2+
PackageVersion: 1.1.2
3+
PackageLocale: en-US
4+
Publisher: Prime Build
5+
PublisherUrl: https://github.com/PrimeBuild-pc
6+
PublisherSupportUrl: https://github.com/PrimeBuild-pc/ThreadPilot/issues
7+
PackageName: ThreadPilot
8+
PackageUrl: https://github.com/PrimeBuild-pc/ThreadPilot
9+
License: AGPL-3.0-only
10+
LicenseUrl: https://github.com/PrimeBuild-pc/ThreadPilot/blob/main/LICENSE
11+
ShortDescription: Advanced Windows process and power plan manager.
12+
Description: ThreadPilot is a Process Lasso style utility for process affinity, priority, and power plan automation on Windows.
13+
Tags:
14+
- windows
15+
- process
16+
- power-plan
17+
- performance
18+
ManifestType: defaultLocale
19+
ManifestVersion: 1.4.0
20+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
PackageIdentifier: PrimeBuild.ThreadPilot
2+
PackageVersion: 1.1.2
3+
DefaultLocale: en-US
4+
ManifestType: version
5+
ManifestVersion: 1.4.0
6+

0 commit comments

Comments
 (0)