Skip to content

Commit 6b067e2

Browse files
committed
winget-pkgs 1.0.9.0
1 parent 3601f75 commit 6b067e2

10 files changed

+45
-46
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
2+
3+
PackageIdentifier: StefHeyenrath.GitHubReleaseNotes
4+
PackageVersion: 1.0.9.0
5+
InstallerLocale: en-US
6+
InstallerType: msi
7+
ProductCode: '{32249977-C6C1-40ED-B6A8-7084E69A0E7A}'
8+
ReleaseDate: 2024-02-01
9+
AppsAndFeaturesEntries:
10+
- UpgradeCode: '{C6C9F090-5E9F-4E30-B9D1-43238271456F}'
11+
Installers:
12+
- Architecture: x64
13+
InstallerUrl: https://github.com/StefH/GitHubReleaseNotes/releases/download/1.0.9.0/Setup.msi
14+
InstallerSha256: 89202CCCCBA257BAFC7376B055E20DFC518759BD22D8E0D518120082FA3D69D1
15+
ManifestType: installer
16+
ManifestVersion: 1.5.0
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# Created with WinGet Automation using Komac v1.10.0
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
32

43
PackageIdentifier: StefHeyenrath.GitHubReleaseNotes
5-
PackageVersion: 1.0.8.0
4+
PackageVersion: 1.0.9.0
65
PackageLocale: en-US
76
Publisher: Stef Heyenrath
87
PublisherUrl: https://github.com/StefH
9-
PublisherSupportUrl: https://github.com/StefH/GitHubReleaseNotes/issues
8+
PublisherSupportUrl: https://github.com/StefH/GitHubReleaseNotes
109
PackageName: GitHubReleaseNotes
1110
PackageUrl: https://github.com/StefH/GitHubReleaseNotes
1211
License: MIT
@@ -21,10 +20,6 @@ Tags:
2120
- md
2221
- releasenotes
2322
- tags
24-
ReleaseNotes: |-
25-
What's Changed
26-
- Upgrade to .
27-
NET 6 by @StefH in #26
28-
ReleaseNotesUrl: https://github.com/StefH/GitHubReleaseNotes/releases/tag/1.0.8.0
23+
ReleaseNotesUrl: https://github.com/StefH/GitHubReleaseNotes/blob/master/ReleaseNotes.md
2924
ManifestType: defaultLocale
3025
ManifestVersion: 1.5.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
2+
3+
PackageIdentifier: StefHeyenrath.GitHubReleaseNotes
4+
PackageVersion: 1.0.9.0
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.5.0

Wix/HowTo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Use LinqPad on `generate files.linq` to generate the 3 yaml files.
1616
Add the 3 new yaml files to the soluton in the "Wix and winget-pkgs" folder
1717

1818
## Verify : Validate
19-
Do a `winget validate --manifest {version}.yaml`
19+
Do a `winget validate --manifest {version}`
2020

2121
## Upload
2222
Create the new version (tag) and upload setup to https://github.com/StefH/GitHubReleaseNotes/releases
2323

2424
### Verify Install + Uninstall
25-
Do a `winget install --manifest {version}.yaml`
26-
Do a `winget uninstall --manifest {version}.yaml`
25+
Do a `winget install --manifest {version}`
26+
Do a `winget uninstall --manifest {version}`
2727

2828
## winget-pkgs
2929
Create a PR with the new {version}.yaml in https://github.com/StefH/winget-pkgs

Wix/Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="32249977-C6C1-40ED-B6A8-7084E69A0E7A" Name="GitHubReleaseNotes" Language="1033" Manufacturer="Stef Heyenrath" Version="1.0.9.0" UpgradeCode="9A4C29E2-4598-4D4A-BA2D-DE476B708ACB">
3+
<Product Id="32249977-C6C1-40ED-B6A8-7084E69A0E7A" Name="GitHubReleaseNotes" Language="1033" Manufacturer="Stef Heyenrath" Version="1.0.9.0" UpgradeCode="C6C9F090-5E9F-4E30-B9D1-43238271456F">
44
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
55
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
66
<MediaTemplate EmbedCab="yes" />

Wix/StefHeyenrath.GitHubReleaseNotes.installer.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

Wix/StefHeyenrath.GitHubReleaseNotes.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

Wix/generate files.linq

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ PackageLocale: en-US
6363
Publisher: Stef Heyenrath
6464
PublisherUrl: https://github.com/StefH
6565
PublisherSupportUrl: https://github.com/StefH/GitHubReleaseNotes
66-
Author: Stef Heyenrath
6766
PackageName: GitHubReleaseNotes
6867
PackageUrl: https://github.com/StefH/GitHubReleaseNotes
6968
License: MIT
@@ -93,9 +92,11 @@ DefaultLocale: en-US
9392
ManifestType: version
9493
ManifestVersion: 1.5.0";
9594

95+
var versionFolder = Path.Combine(folder, version);
96+
Directory.CreateDirectory(versionFolder);
9697

97-
File.WriteAllText(Path.Combine(folder, @"StefHeyenrath.GitHubReleaseNotes.installer.yaml"), installerText, Encoding.UTF8);
98-
File.WriteAllText(Path.Combine(folder, @"StefHeyenrath.GitHubReleaseNotes.locale.en-US.yaml"), defaultLocaleText, Encoding.UTF8);
99-
File.WriteAllText(Path.Combine(folder, @"StefHeyenrath.GitHubReleaseNotes.yaml"), versionText, Encoding.UTF8);
98+
File.WriteAllText(Path.Combine(versionFolder, @"StefHeyenrath.GitHubReleaseNotes.installer.yaml"), installerText, Encoding.UTF8);
99+
File.WriteAllText(Path.Combine(versionFolder, @"StefHeyenrath.GitHubReleaseNotes.locale.en-US.yaml"), defaultLocaleText, Encoding.UTF8);
100+
File.WriteAllText(Path.Combine(versionFolder, @"StefHeyenrath.GitHubReleaseNotes.yaml"), versionText, Encoding.UTF8);
100101

101102
$"Manifest yamls are generated for {version}".Dump();

Wix/upgradeGuid.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9A4C29E2-4598-4D4A-BA2D-DE476B708ACB
1+
C6C9F090-5E9F-4E30-B9D1-43238271456F

src/GitHubReleaseNotes.sln

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Wix and winget-pkgs", "Wix
4848
..\Wix\generate guid.linq = ..\Wix\generate guid.linq
4949
..\Wix\HowTo.md = ..\Wix\HowTo.md
5050
..\Wix\productGuid.txt = ..\Wix\productGuid.txt
51-
..\Wix\StefHeyenrath.GitHubReleaseNotes.installer.yaml = ..\Wix\StefHeyenrath.GitHubReleaseNotes.installer.yaml
52-
..\Wix\StefHeyenrath.GitHubReleaseNotes.locale.en-US.yaml = ..\Wix\StefHeyenrath.GitHubReleaseNotes.locale.en-US.yaml
53-
..\Wix\StefHeyenrath.GitHubReleaseNotes.yaml = ..\Wix\StefHeyenrath.GitHubReleaseNotes.yaml
5451
..\Wix\upgradeGuid.txt = ..\Wix\upgradeGuid.txt
5552
EndProjectSection
5653
EndProject
@@ -60,6 +57,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitHubReleaseNotes.NETCore3
6057
EndProject
6158
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitHubReleaseNotes.Tool", "dotnet-githubreleasenotes\GitHubReleaseNotes.Tool.csproj", "{A50D0A88-AC3D-455E-9048-B9BF6E6E2E5F}"
6259
EndProject
60+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.0.9.0", "1.0.9.0", "{CB61AA1D-6C90-4002-939F-77ABB1830CE4}"
61+
ProjectSection(SolutionItems) = preProject
62+
..\Wix\1.0.9.0\StefHeyenrath.GitHubReleaseNotes.installer.yaml = ..\Wix\1.0.9.0\StefHeyenrath.GitHubReleaseNotes.installer.yaml
63+
..\Wix\1.0.9.0\StefHeyenrath.GitHubReleaseNotes.locale.en-US.yaml = ..\Wix\1.0.9.0\StefHeyenrath.GitHubReleaseNotes.locale.en-US.yaml
64+
..\Wix\1.0.9.0\StefHeyenrath.GitHubReleaseNotes.yaml = ..\Wix\1.0.9.0\StefHeyenrath.GitHubReleaseNotes.yaml
65+
EndProjectSection
66+
EndProject
6367
Global
6468
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6569
Debug|Any CPU = Debug|Any CPU
@@ -117,6 +121,7 @@ Global
117121
{9456D153-CBDD-470B-9BFF-17C145ED9C24} = {1D8E407B-B13C-4377-8D6E-76521411105D}
118122
{E851802A-C1F1-47BB-8725-1FD1868CC6EB} = {EF77BB40-C919-4644-81A3-968854FB9B23}
119123
{A50D0A88-AC3D-455E-9048-B9BF6E6E2E5F} = {EF77BB40-C919-4644-81A3-968854FB9B23}
124+
{CB61AA1D-6C90-4002-939F-77ABB1830CE4} = {1D8E407B-B13C-4377-8D6E-76521411105D}
120125
EndGlobalSection
121126
GlobalSection(ExtensibilityGlobals) = postSolution
122127
SolutionGuid = {6A791AAB-CF55-4174-A6B7-C2AC7E7DECB2}

0 commit comments

Comments
 (0)