Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/winget-sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ winget uninstall --product-code '{9C6E17B8-912C-45F9-9E7F-49CEAD8D6D7A}_is1' --s
This is a clean installation test, not an upgrade test. Once the first version is
accepted into `microsoft/winget-pkgs`, also test upgrading from it before relying on
the release automation in PR #614. Submit only the three YAML files from `winget`
under `manifests/l/LogExperts/LogExpert/1.40.3/` in the community repository.
under `manifests/l/LogExperts/LogExpert/1.43.0/` in the community repository.
8 changes: 4 additions & 4 deletions winget/LogExperts.LogExpert.installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json

PackageIdentifier: LogExperts.LogExpert
PackageVersion: 1.40.3
PackageVersion: 1.43.0
InstallerType: inno
Scope: machine
ProductCode: '{9C6E17B8-912C-45F9-9E7F-49CEAD8D6D7A}_is1'
Expand All @@ -11,8 +11,8 @@ Dependencies:
- PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10
Installers:
- Architecture: x64
InstallerUrl: https://github.com/LogExperts/LogExpert/releases/download/v1.40.3/LogExpert-Setup-1.40.3.exe
InstallerSha256: f32bde3703da1db0c1a963d37ee0eeab029bb18cbe3b8730ea12eda0eaafe2fa
InstallerUrl: https://github.com/LogExperts/LogExpert/releases/download/v1.43.0/LogExpert-Setup-1.43.0.exe
InstallerSha256: 7b6decd54626f22ed3ff8b1249222a1c572093a4dca4303b672935d3dcd4de98
ManifestType: installer
ManifestVersion: 1.10.0
ReleaseDate: 2026-06-15
ReleaseDate: 2026-08-28
6 changes: 3 additions & 3 deletions winget/LogExperts.LogExpert.locale.en-US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json

PackageIdentifier: LogExperts.LogExpert
PackageVersion: 1.40.3
PackageVersion: 1.43.0
PackageLocale: en-US
Publisher: LogExperts
PublisherUrl: https://github.com/LogExperts
Expand All @@ -17,9 +17,9 @@ Tags:
- logger-interface
- logging
- winforms
ReleaseNotesUrl: https://github.com/LogExperts/LogExpert/releases/tag/v1.40.3
ReleaseNotesUrl: https://github.com/LogExperts/LogExpert/releases/tag/v1.43.0
Documentations:
- DocumentLabel: Wiki
DocumentUrl: https://github.com/LogExperts/LogExpert/wiki
ManifestType: defaultLocale
ManifestVersion: 1.10.0
ManifestVersion: 1.10.0
4 changes: 2 additions & 2 deletions winget/LogExperts.LogExpert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json

PackageIdentifier: LogExperts.LogExpert
PackageVersion: 1.40.3
PackageVersion: 1.43.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.10.0
ManifestVersion: 1.10.0
Loading