Skip to content

Commit aff2eac

Browse files
authored
Fix ManifestVersion (#23)
1 parent 48da6bb commit aff2eac

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Wix/1.0.7.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Installers:
2222
InstallerSha256: 02F70E0C909DF04543743192DD24321CE364A0F60790129662F5A14850551C6E
2323
PackageLocale: en-US
2424
ManifestType: singleton
25-
ManifestVersion: 1.0.7.1
25+
ManifestVersion: 1.0.0

Wix/HowTo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Use LinqPad on `generate manifest.linq` to generate the yaml file
1818
## Add yaml
1919
Add the new {version}.yaml to the soluton in the "Wix and winget-pkgs" folder
2020

21+
## Verify
22+
Do a `winget validate --manifest {version}.yaml`
23+
2124
## Upload
2225
Create the new version and upload setup to https://github.com/StefH/GitHubReleaseNotes/releases
2326

Wix/generate manifest.linq

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Installers:
4747
InstallerSha256: {CreateSHA256()}
4848
PackageLocale: en-US
4949
ManifestType: singleton
50-
ManifestVersion: {version}";
50+
ManifestVersion: 1.0.0
51+
";
5152

5253
File.WriteAllText(Path.Combine(folder, $"{version}.yaml"), text, Encoding.UTF8);
5354

0 commit comments

Comments
 (0)