diff --git a/.github/policies/labelAdded.highestVersionRemoval.yml b/.github/policies/labelAdded.highestVersionRemoval.yml index e099f5b8cea9a..80d27281614fc 100644 --- a/.github/policies/labelAdded.highestVersionRemoval.yml +++ b/.github/policies/labelAdded.highestVersionRemoval.yml @@ -29,6 +29,9 @@ configuration: Please provide the reason for removal to help our moderators understand the context. + (This might be in error if the version is switching from semantic to string, or string to semantic.) + + Template: msftbot/highestVersionRemoval - assignTo: author: True diff --git a/.github/policies/labelAdded.lastVersionRemoval.yml b/.github/policies/labelAdded.lastVersionRemoval.yml index a7746a46077f0..bb31da1f5fdc3 100644 --- a/.github/policies/labelAdded.lastVersionRemoval.yml +++ b/.github/policies/labelAdded.lastVersionRemoval.yml @@ -23,10 +23,13 @@ configuration: Hello @${issueAuthor}, - This PR removes the last version of the package from the repository. + This PR removes the last version of this package in the repository, meaning it will completely remove this package from WinGet. - Please check if the package requires an update or is available from another source. + Please provide the reason for removal to help our moderators understand the context and check if the package requires an update or is available from another source. + + + Is it available from another location? (This might be in error if the version is switching from semantic to string, or string to semantic.) Template: msftbot/lastVersionRemoval diff --git a/Tools/PRTest.ps1 b/Tools/PRTest.ps1 index f6a1703fc15b1..0f0d5cb44fec8 100644 --- a/Tools/PRTest.ps1 +++ b/Tools/PRTest.ps1 @@ -34,7 +34,7 @@ if (-Not (Get-Command 'git' -ErrorAction 'SilentlyContinue')) { return } -gh pr checkout $PullRequest $(if (!$KeepBranch) { '--detach' }) -f | Out-Null +gh pr checkout $PullRequest $(if (!$KeepBranch) { '--detach' }) -f -R $repositoryRoot | Out-Null if ($LASTEXITCODE -ne 0) { Write-Host "There was an error checking out the PR. Make sure you're logged into GitHub via 'gh auth login' and come back here!" -ForegroundColor Red diff --git a/Tools/SandboxTest.ps1 b/Tools/SandboxTest.ps1 index d0b44a80d3130..869cfc4f04c65 100644 --- a/Tools/SandboxTest.ps1 +++ b/Tools/SandboxTest.ps1 @@ -295,8 +295,19 @@ if (!$SkipManifestValidation -and ![String]::IsNullOrWhiteSpace($Manifest)) { Invoke-CleanExit -ExitCode 3 } Write-Information "--> Validating Manifest" - $validateCommandOutput = winget.exe validate $Manifest - switch ($LASTEXITCODE) { + $validateCommandOutput = + & { + # Store current output encoding setting + $prevOutEnc = [Console]::OutputEncoding + # Set [Console]::OutputEncoding to UTF-8 since winget uses UTF-8 for output + [Console]::OutputEncoding = $OutputEncoding = [System.Text.Utf8Encoding]::new() + + winget.exe validate $Manifest + + # Reset the encoding to the previous values + [Console]::OutputEncoding = $prevOutEnc + } + switch ($LASTEXITCODE) { '-1978335191' { ($validateCommandOutput | Select-Object -Skip 1 -SkipLast 1) | Write-Information # Skip the first line and the empty last line Write-Error -Category ParserError 'Manifest validation failed' -ErrorAction Continue diff --git a/doc/Moderation.md b/doc/Moderation.md index 9faa5f39d2b37..70e88bee3e687 100644 --- a/doc/Moderation.md +++ b/doc/Moderation.md @@ -12,16 +12,18 @@ Our intent was not to introduce a numbers game for others to achieve and automat | Windows Package Manager Administrators | Community Moderators | | :---: | :---: | -| **[@denelon](https://github.com/denelon)** | **[@ImJoakim](https://github.com/ImJoakim)** | -| **[@hackean-msft](https://github.com/hackean-msft)** | **[@ItzLevvie](https://github.com/ItzLevvie)** | -| **[@JohnMcPMS](https://github.com/JohnMcPMS)** | **[@jedieaston](https://github.com/jedieaston)** | -| **[@KevinLaMS](https://github.com/KevinLaMS)** | **[@KaranKad](https://github.com/KaranKad)** | -| **[@msftrubengu](https://github.com/msftrubengu)** | **[@mdanish-kh](https://github.com/mdanish-kh)** | -| **[@ranm-msft](https://github.com/ranm-msft)** | **[@OfficialEsco](https://github.com/OfficialEsco)** | -| **[@ryfu-msft](https://github.com/ryfu-msft)** | **[@quhxl](https://github.com/quhxl)** | -| **[@stephengillie](https://github.com/stephengillie)** | **[@russellbanks](https://github.com/russellbanks)** | -| **[@yao-msft](https://github.com/yao-msft)** | **[@Trenly](https://github.com/Trenly)** | -| **[@zachcarp](https://github.com/zachcarp)** | | +| **[@AmelBawa-msft](https://github.com/AmelBawa-msft)** | **[@ImJoakim](https://github.com/ImJoakim)** | +| **[@denelon](https://github.com/denelon)** | **[@ItzLevvie](https://github.com/ItzLevvie)** | +| **[@florelis](https://github.com/florelis)** | **[@jedieaston](https://github.com/jedieaston)** | +| **[@hackean-msft](https://github.com/hackean-msft)** | **[@KaranKad](https://github.com/KaranKad)** | +| **[@JohnMcPMS](https://github.com/JohnMcPMS)** | **[@mdanish-kh](https://github.com/mdanish-kh)** | +| **[@KevinLaMS](https://github.com/KevinLaMS)** | **[@OfficialEsco](https://github.com/OfficialEsco)** | +| **[@Madhusudhan-MSFT](https://github.com/Madhusudhan-MSFT)** | **[@quhxl](https://github.com/quhxl)** | +| **[@msftrubengu](https://github.com/msftrubengu)** | **[@russellbanks](https://github.com/russellbanks)** | +| **[@ranm-msft](https://github.com/ranm-msft)** | **[@Trenly](https://github.com/Trenly)** | +| **[@RDMacLachlan](https://github.com/RDMacLachlan)** | | +| **[@stephengillie](https://github.com/stephengillie)** | | +| **[@yao-msft](https://github.com/yao-msft)** | | ## Expectations diff --git a/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.installer.yaml b/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.installer.yaml new file mode 100644 index 0000000000000..ed0cf3dc6023f --- /dev/null +++ b/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: 7.7.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: v2rayN-windows-64\v2rayN.exe +UpgradeBehavior: deny +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/2dust/v2rayN/releases/download/7.7.1/v2rayN-windows-64.zip + InstallerSha256: 142874E10AB512042963A64DFE55B6570C472D052EF3D32A419A5A11A335CD48 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-01 diff --git a/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.locale.zh-CN.yaml b/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4b2861831b456 --- /dev/null +++ b/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: 7.7.1 +PackageLocale: zh-CN +Publisher: 2dust +PublisherUrl: https://github.com/2dust +PublisherSupportUrl: https://github.com/2dust/v2rayN/issues +Author: 2dust +PackageName: v2rayN +PackageUrl: https://github.com/2dust/v2rayN +License: GPL-3.0 +LicenseUrl: https://github.com/2dust/v2rayN/blob/master/LICENSE +ShortDescription: 支持 Xray、v2fly 等 core 的 GUI 客户端 +Moniker: v2rayn +Tags: +- proxy +- shadowsocks +- socks5 +- trojan +- v2fly +- v2ray +- vless +- vmess +- windows +- xray +- xtls +ReleaseNotesUrl: https://github.com/2dust/v2rayN/releases/tag/7.7.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/2dust/v2rayN/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.yaml b/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.yaml new file mode 100644 index 0000000000000..f4d5cec005beb --- /dev/null +++ b/manifests/2/2dust/v2rayN/7.7.1/2dust.v2rayN.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 2dust.v2rayN +PackageVersion: 7.7.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.installer.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.installer.yaml new file mode 100644 index 0000000000000..d0553d10c3c75 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.6 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5BirdBase.msi +UpgradeBehavior: install +ProductCode: '{BFD2FD7D-83F7-41B9-AD25-C2B6FA675380}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5BirdBaseMSI_526.zip + InstallerSha256: BE69456B696763757E3A350F89BFDB72EFB506C6F5BDC17E493D5C9C329E8478 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.locale.de-DE.yaml new file mode 100644 index 0000000000000..3fd9bdf1931ac --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.6 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS BirdBase +License: Proprietary +ShortDescription: MultiBaseCS BirdBase. Die MultiBaseCS-Edition für die Beringungszentrale Hiddensee. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/52_BirdBase/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.yaml b/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.yaml new file mode 100644 index 0000000000000..5cccd404f55ae --- /dev/null +++ b/manifests/3/34u/MultiBaseCSBirdBase/5.2.6/34u.MultiBaseCSBirdBase.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSBirdBase +PackageVersion: 5.2.6 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.installer.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.installer.yaml new file mode 100644 index 0000000000000..d05c8323425c8 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.6 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Home.msi +UpgradeBehavior: install +ProductCode: '{D6132963-0330-4643-AA51-A73DDF2AC9F3}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5HomeMSI_526.zip + InstallerSha256: 966B4F4CFCEE7B52CD1C691F20BF924005206B836011A65FB6BC351B70F8CFCB +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.locale.de-DE.yaml new file mode 100644 index 0000000000000..9e0954407e38c --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.6 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Home +License: Proprietary +ShortDescription: MultiBaseCS Home. Die moderne Artenerfassung. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_home/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.yaml b/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.yaml new file mode 100644 index 0000000000000..abbbc18252ec9 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSHome/5.2.6/34u.MultiBaseCSHome.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSHome +PackageVersion: 5.2.6 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.installer.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.installer.yaml new file mode 100644 index 0000000000000..3536f62b1d9c0 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.6 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Professional.msi +UpgradeBehavior: install +ProductCode: '{2B599F30-200B-44FD-93DB-661761A7A1C5}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5ProMSI_526.zip + InstallerSha256: BBB77A5F995E6E911860F1AB7A97EED0241DEEEB9D998BA6430085872F9EF43F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.locale.de-DE.yaml new file mode 100644 index 0000000000000..d61f2568fd84a --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.6 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Professional +License: Proprietary +ShortDescription: MultiBaseCS Professional. Die moderne Artenerfassung. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_professional/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.yaml b/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.yaml new file mode 100644 index 0000000000000..aab6f42060249 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSProfessional/5.2.6/34u.MultiBaseCSProfessional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSProfessional +PackageVersion: 5.2.6 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.installer.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.installer.yaml new file mode 100644 index 0000000000000..c714049effbf9 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.6 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: MultiBaseCS5Server.msi +UpgradeBehavior: install +ProductCode: '{B77EA7CB-C5C1-4CD5-B4AE-BDEC2C50E580}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.multibasecs.de/downloads/Files/MultiBaseCS/Version_52/MultiBaseCS5ServerMSI_526.zip + InstallerSha256: F5D62246E4A2C11B60DD53A465E76AFFA1558697B037778C0C03901ED96D55C9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.locale.de-DE.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.locale.de-DE.yaml new file mode 100644 index 0000000000000..856a3d209395d --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.locale.de-DE.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.6 +PackageLocale: de-DE +Publisher: 34u GmbH +PublisherUrl: https://www.multibasecs.de +PublisherSupportUrl: https://www.multibasecs.de/hilfe/ +PrivacyUrl: https://www.multibasecs.de/impressum/ +PackageName: MultiBaseCS Server +License: Proprietary +ShortDescription: MultiBaseCS Server. Die Behördenlösung für den Artenschutz. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://hilfe.multibasecs.de/51_server/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.yaml b/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.yaml new file mode 100644 index 0000000000000..be08c0c75a708 --- /dev/null +++ b/manifests/3/34u/MultiBaseCSServer/5.2.6/34u.MultiBaseCSServer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 34u.MultiBaseCSServer +PackageVersion: 5.2.6 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.installer.yaml b/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.installer.yaml index c8b30046de618..1537b3b7d5c29 100644 --- a/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.installer.yaml +++ b/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.installer.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2022/Oct/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: 3CX.CallFlowDesigner PackageVersion: 18.5.8 @@ -22,4 +22,4 @@ Installers: InstallerLocale: en-US UpgradeBehavior: uninstallPrevious ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.locale.en-US.yaml b/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.locale.en-US.yaml index f2ed4cd7664e8..1fa21b45eef73 100644 --- a/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.locale.en-US.yaml +++ b/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Automatically updated by the winget bot at 2022/Oct/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: 3CX.CallFlowDesigner PackageVersion: 18.5.8 PackageLocale: en-US Publisher: 3CX Ltd PublisherUrl: https://www.3cx.com/ -PublisherSupportUrl: https://www.3cx.com/support/ +PublisherSupportUrl: https://www.3cx.com/contact/ PrivacyUrl: https://www.3cx.com/company/privacy/ PackageName: 3CX Call Flow Designer PackageUrl: https://www.3cx.com/docs/manual/cfd-installation/ @@ -19,4 +19,4 @@ Tags: - cfd - 3cx-cfd ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.locale.zh-CN.yaml b/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4defc7dbc107 --- /dev/null +++ b/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: 3CX.CallFlowDesigner +PackageVersion: 18.5.8 +PackageLocale: zh-CN +Publisher: 3CX Ltd +PublisherUrl: https://www.3cx.com/ +PublisherSupportUrl: https://www.3cx.com/contact/ +PrivacyUrl: https://www.3cx.com/company/privacy/ +PackageName: 3CX Call Flow Designer +PackageUrl: https://www.3cx.com/docs/manual/cfd-installation/ +License: 专有软件 +Copyright: Copyright (c) 3CX +ShortDescription: 通过 3CX Call Flow Designer,您可以在 3CX 通信系统上轻松创建语音应用程序。 +Description: 通过 3CX Call Flow Designer,您可以在 3CX 通信系统上轻松创建语音应用程序。语音应用程序是通过电话与用户交互,然后执行特定逻辑的程序。例如,您可以创建一个语音应用程序,要求呼叫者输入一个客户号码,然后根据数据库对该号码进行验证。然后根据该号码将呼叫转到某个队列。由于 3CX 呼叫流设计器完全可视化,因此几乎不需要电话或编程知识。 +Tags: +- 3cx +- cfd +- 3cx-cfd +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.yaml b/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.yaml index e23898f1c9c0b..31c957ad0eae7 100644 --- a/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.yaml +++ b/manifests/3/3CX/CallFlowDesigner/18.5.8/3CX.CallFlowDesigner.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2022/Oct/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: 3CX.CallFlowDesigner PackageVersion: 18.5.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.installer.yaml b/manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.installer.yaml deleted file mode 100644 index aa3f8a93f58aa..0000000000000 --- a/manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: 3DVista.VirtualTour -PackageVersion: 2025.0.3.0 -InstallerType: nullsoft -Installers: -- Architecture: x64 - InstallerUrl: https://download.3dvista.com/current/show/3DVVirtualTour_x64.exe - InstallerSha256: A3ABB9C65C1F991D1AF62065B6DBCDDDC6D0C3FE62727FC378184E07D7A84382 -AppsAndFeaturesEntries: -- DisplayName: 3DVista Virtual Tour (remove only) -ManifestType: installer -ManifestVersion: 1.9.0 - diff --git a/manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.yaml b/manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.yaml deleted file mode 100644 index 8292d869b4c45..0000000000000 --- a/manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: 3DVista.VirtualTour -PackageVersion: 2025.0.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 - diff --git a/manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.installer.yaml b/manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.installer.yaml new file mode 100644 index 0000000000000..09e1cf43e22b7 --- /dev/null +++ b/manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 3DVista.VirtualTour +PackageVersion: 2025.0.6 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://download.3dvista.com/current/show/3DVVirtualTour_x64.exe + InstallerSha256: 2F9587B0D1FB1479B687CC44B8D2B677C65031257C163802F38FED1C42B41937 +AppsAndFeaturesEntries: +- DisplayName: 3DVista Virtual Tour (remove only) +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.locale.en-US.yaml b/manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.locale.en-US.yaml similarity index 84% rename from manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.locale.en-US.yaml rename to manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.locale.en-US.yaml index 8ed9d8a7a133b..51ea4a3ac20ad 100644 --- a/manifests/3/3DVista/VirtualTour/2025.0.3.0/3DVista.VirtualTour.locale.en-US.yaml +++ b/manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.locale.en-US.yaml @@ -1,15 +1,14 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: 3DVista.VirtualTour -PackageVersion: 2025.0.3.0 -PackageLocale: en-US -Publisher: 3dVista -PackageName: 3DVista Virtual Tour -PackageUrl: https://www.3dvista.com/en/kb/faqs/general/download-official-version-of-vt-pro-beta/ -License: Proprietary -Copyright: Copyright (c) 2023 3DVista - All Rights Reserved -ShortDescription: Multimedia software to create 3D tours and 360º virtual visits. -ManifestType: defaultLocale -ManifestVersion: 1.9.0 - +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 3DVista.VirtualTour +PackageVersion: 2025.0.6 +PackageLocale: en-US +Publisher: 3dVista +PackageName: 3DVista Virtual Tour +PackageUrl: https://www.3dvista.com/en/kb/faqs/general/download-official-version-of-vt-pro-beta/ +License: Proprietary +Copyright: Copyright (c) 2023 3DVista - All Rights Reserved +ShortDescription: Multimedia software to create 3D tours and 360º virtual visits. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.yaml b/manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.yaml new file mode 100644 index 0000000000000..2f765d80b43bb --- /dev/null +++ b/manifests/3/3DVista/VirtualTour/2025.0.6/3DVista.VirtualTour.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 3DVista.VirtualTour +PackageVersion: 2025.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.installer.yaml b/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.installer.yaml new file mode 100644 index 0000000000000..d85427d5e9e21 --- /dev/null +++ b/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 3TSoftwareLabs.Studio3T +PackageVersion: 2025.2.0 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: studio-3t-x64.exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +ProductCode: 0526-4458-1435-8154 +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.studio3t.com/studio-3t/windows/2025.2.0/studio-3t-x64.zip + InstallerSha256: B35030227A744C103922C65F303855B1BE198F3D1ABDF96B3B7496A4C72FDAC7 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.studio3t.com/studio-3t/windows/2025.2.0/studio-3t-x64.zip + InstallerSha256: B35030227A744C103922C65F303855B1BE198F3D1ABDF96B3B7496A4C72FDAC7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.locale.en-US.yaml b/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.locale.en-US.yaml new file mode 100644 index 0000000000000..5f515fa53bd35 --- /dev/null +++ b/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 3TSoftwareLabs.Studio3T +PackageVersion: 2025.2.0 +PackageLocale: en-US +Publisher: 3T Software Labs +PublisherUrl: https://studio3t.com/ +PublisherSupportUrl: https://studio3t.com/feedback/ +PrivacyUrl: https://studio3t.com/privacy-policy/ +Author: 3T Software Labs Limited +PackageName: Studio 3T +PackageUrl: https://studio3t.com/download/ +License: Proprietary +LicenseUrl: https://files.studio3t.com/eula/eula.pdf +Copyright: © 2024 3T Software Labs Ltd. All rights reserved. +ShortDescription: The Ultimate GUI for MongoDB +Tags: +- database +- db +- mongodb +- nosql +ReleaseNotes: |- + New: Collection Tab - Added a preference option to toggle whether the default query runs when opening the tab. + Improved: AI Helper - Added a timestamp to responses. + Fixed: Updated dependency to fix vulnerability CVE-2021-37533. + Fixed: Aggregation - Changing databases no longer opens prompt to keep or discard changes. + Fixed: Index Manager - Fixed a crash that could occur when collection or database names contained a colon in their name. +ReleaseNotesUrl: https://studio3t.com/whats-new/release-2025-2/ +PurchaseUrl: https://studio3t.com/buy/ +Documentations: +- DocumentLabel: Knowledge Base + DocumentUrl: https://studio3t.com/knowledge-base/ +- DocumentLabel: FAQ + DocumentUrl: https://studio3t.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.locale.zh-CN.yaml b/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6abac47121c1b --- /dev/null +++ b/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: 3TSoftwareLabs.Studio3T +PackageVersion: 2025.2.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: MongoDB 的终极图形用户界面 +Tags: +- mongodb +- nosql +- 数据库 +ReleaseNotesUrl: https://studio3t.com/whats-new/release-2025-2/ +Documentations: +- DocumentLabel: 知识库 + DocumentUrl: https://studio3t.com/knowledge-base/ +- DocumentLabel: 常见问题 + DocumentUrl: https://studio3t.com/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.yaml b/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.yaml new file mode 100644 index 0000000000000..b794c60083318 --- /dev/null +++ b/manifests/3/3TSoftwareLabs/Studio3T/2025.2.0/3TSoftwareLabs.Studio3T.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 3TSoftwareLabs.Studio3T +PackageVersion: 2025.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.installer.yaml new file mode 100644 index 0000000000000..ef3e92bbaf930 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.3.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- effie +FileExtensions: +- effie +ProductCode: Effie for Windows_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.pro/effie/effieapp_setup_4.3.3.exe + InstallerSha256: 4CF707904A81F4518B73BE5AC59558FA8008ECAE538D96CC79BD1B6FEBCF3622 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.locale.en-US.yaml new file mode 100644 index 0000000000000..03832da3caee8 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.3.3 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 7S2P Inc. +PackageName: Effie +PackageUrl: https://www.effie.pro +License: Proprietary +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.effie.pro/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3625930c7cd89 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.3.3 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.pro +License: 专有软件 +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.effie.pro/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.yaml new file mode 100644 index 0000000000000..9e5818a1502c4 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.3.3/7S2P.Effie.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.installer.yaml new file mode 100644 index 0000000000000..1cb9b3f3a7123 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.3.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- effie +FileExtensions: +- effie +ProductCode: Effie for Windows_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.pro/effie/effieapp_setup_4.3.5.exe + InstallerSha256: 3D8A337D847FCF194388FC55BE4A1F2D9F7506576DA5ECE19ABD94D26119B71E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.locale.en-US.yaml new file mode 100644 index 0000000000000..0d3c158c8a5af --- /dev/null +++ b/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.3.5 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 7S2P Inc. +PackageName: Effie +PackageUrl: https://www.effie.pro +License: Proprietary +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.effie.pro/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.locale.zh-CN.yaml new file mode 100644 index 0000000000000..468eaa2e4adca --- /dev/null +++ b/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.3.5 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.pro +License: 专有软件 +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.effie.pro/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.yaml new file mode 100644 index 0000000000000..5178b073d6f26 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.3.5/7S2P.Effie.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.installer.yaml new file mode 100644 index 0000000000000..adbcfead2f58b --- /dev/null +++ b/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.4.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- effie +FileExtensions: +- effie +ProductCode: Effie for Windows_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.pro/effie/effieapp_setup_4.4.1.exe + InstallerSha256: 590BCA0365264C0FEF1DF1E46BBBA15005D7D51545EACD5426884C749F3492CF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.locale.en-US.yaml new file mode 100644 index 0000000000000..b9aa1eb14ffd1 --- /dev/null +++ b/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.4.1 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 7S2P Inc. +PackageName: Effie +PackageUrl: https://www.effie.pro +License: Proprietary +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.effie.pro/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.locale.zh-CN.yaml new file mode 100644 index 0000000000000..093c06f8c5bab --- /dev/null +++ b/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.4.1 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.pro +PublisherSupportUrl: https://www.effie.pro/contact +PrivacyUrl: https://www.effie.pro/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.pro +License: 专有软件 +LicenseUrl: https://www.effie.pro/eula +Copyright: Copyright © 2024 7S2P Inc. All rights reserved. +CopyrightUrl: https://www.effie.pro/terms +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.effie.pro/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.yaml new file mode 100644 index 0000000000000..77dfe80bdbeca --- /dev/null +++ b/manifests/7/7S2P/Effie/4.4.1/7S2P.Effie.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie +PackageVersion: 4.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.installer.yaml new file mode 100644 index 0000000000000..676c5fc1ccd46 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.3.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- effie +ProductCode: Effie_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.co/effie/effie_setup_4.3.3.exe + InstallerSha256: 27F5CA1EA2372C469BDEFAD9666D011312523CECB501286ED1DF8D542FCAED87 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..25c4fd8c23dbd --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.3.3 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.co +PrivacyUrl: https://www.effie.co/privacy +Author: Shanghai 7S2P Technology Co., Ltd. +PackageName: Effie +PackageUrl: https://www.effie.co +License: Proprietary +LicenseUrl: https://www.effie.co/terms +Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://blog.effie.co/fq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..276a5959f6fd0 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.3.3 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.co +PrivacyUrl: https://www.effie.co/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.co +License: 专有软件 +LicenseUrl: https://www.effie.co/terms +Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://blog.effie.co/fq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.yaml new file mode 100644 index 0000000000000..da5aaa787cc87 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.3.3/7S2P.Effie.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.installer.yaml new file mode 100644 index 0000000000000..484bed40acc6f --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.3.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- effie +ProductCode: Effie_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.co/effie/effie_setup_4.3.5.exe + InstallerSha256: 870C3A63D0C53BB0C5382C3D632EA16A7821D41828AE62FFDD20A13DD8568DB0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..c56571917322c --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.3.5 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.co +PrivacyUrl: https://www.effie.co/privacy +Author: Shanghai 7S2P Technology Co., Ltd. +PackageName: Effie +PackageUrl: https://www.effie.co +License: Proprietary +LicenseUrl: https://www.effie.co/terms +Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://blog.effie.co/fq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..18fe2ab1338a0 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.3.5 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.co +PrivacyUrl: https://www.effie.co/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.co +License: 专有软件 +LicenseUrl: https://www.effie.co/terms +Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://blog.effie.co/fq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.yaml new file mode 100644 index 0000000000000..26337a00ec983 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.3.5/7S2P.Effie.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.installer.yaml new file mode 100644 index 0000000000000..7094a126de709 --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.4.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- effie +ProductCode: Effie_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://download.effie.co/effie/effie_setup_4.4.1.exe + InstallerSha256: 43EE7831D162BA78EEECAC7BFD056F3E4A386DACEECE083EEAE2BE4304BF9DAC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..c2cc16a655ebe --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.4.1 +PackageLocale: en-US +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.co +PrivacyUrl: https://www.effie.co/privacy +Author: Shanghai 7S2P Technology Co., Ltd. +PackageName: Effie +PackageUrl: https://www.effie.co +License: Proprietary +LicenseUrl: https://www.effie.co/terms +Copyright: Copyright © 2024 Shanghai 7S2P Technology Co., Ltd. All rights reserved +ShortDescription: Make ideas happen +Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. +Tags: +- article +- docs +- document +- editor +- markdown +- mind-map +- mind-mapping +- mindmap +- notes +- outline +- outliner +- writing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://blog.effie.co/fq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f49018d903f0c --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.4.1 +PackageLocale: zh-CN +Publisher: 7S2P Inc. +PublisherUrl: https://www.effie.co +PrivacyUrl: https://www.effie.co/privacy +Author: 上海七加二科技有限公司 +PackageName: Effie +PackageUrl: https://www.effie.co +License: 专有软件 +LicenseUrl: https://www.effie.co/terms +Copyright: 版权所有 © 2024 上海七加二科技有限公司 保留所有权利 +ShortDescription: 把思想变成价值 +Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 +Tags: +- markdown +- 写作 +- 大纲 +- 思维导图 +- 文档 +- 文稿 +- 文章 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://blog.effie.co/fq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.yaml new file mode 100644 index 0000000000000..9ca355676296f --- /dev/null +++ b/manifests/7/7S2P/Effie/CN/4.4.1/7S2P.Effie.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: 7S2P.Effie.CN +PackageVersion: 4.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.installer.yaml b/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.installer.yaml new file mode 100644 index 0000000000000..48359bf8ef55c --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.2.2 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +Installers: +- Architecture: x64 + InstallerUrl: https://info.agfeo.de/agfeo_web/dokulib.nsf/Anlage_w/35C7DB9E2B6C0340C1258C1B004BCCFD/%24FILE/AGFEO-Dashboard-2.2.2-x64.msi + InstallerSha256: 16D9D766493AC4E840BF5D25C8776DBDA30660D4F5B7FBCC8E81EF0A5379F354 + ProductCode: '{B6A097E9-C279-4CDE-87FA-6A9B3ADDF89B}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.locale.de-DE.yaml b/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.locale.de-DE.yaml new file mode 100644 index 0000000000000..0e5c64e9941ff --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.locale.de-DE.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.2.2 +PackageLocale: de-DE +Publisher: AGFEO +PublisherUrl: https://agfeo.de +# PublisherSupportUrl: +PrivacyUrl: https://agfeo.de/datenschutz/ +Author: AGFEO GmbH & Co. KG +PackageName: AGFEO Dashboard +# PackageUrl: +License: Proprietary +# LicenseUrl: +Copyright: 2025, AGFEO GmbH & Co. KG +# CopyrightUrl: +ShortDescription: Dashboard für die Nutzung mit AGFEO Telefonanlagen +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.yaml b/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.yaml new file mode 100644 index 0000000000000..ff4288f8ef390 --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.2.2/AGFEO.AGFEODashboard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-22621-2506.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.2.2 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.installer.yaml b/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.installer.yaml new file mode 100644 index 0000000000000..8c8bb1ffb6f1f --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 0.1.135 +UpgradeBehavior: install +Protocols: +- scalar +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar%20Setup%200.1.135%20-%20Build%20250130yfsbevxjr-x64.exe + InstallerSha256: 161397911B407D62C7F4738561BFCFFF1AD1834DEC7A27F39124ADA8250FFC00 + InstallerSwitches: + Upgrade: --updated + ProductCode: e9dd711d-c676-5095-8529-f41d327b2a3a +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar-0.1.135-build-250130yfsbevxjr-x64.msi + InstallerSha256: 532BBE2D9F2B9D137092D62E3C337C98EAE5C43FA4253EE87F0D5FB934F46F85 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{7B357904-8673-496E-9C21-B45E1BC2F894}' + AppsAndFeaturesEntries: + - ProductCode: '{7B357904-8673-496E-9C21-B45E1BC2F894}' + UpgradeCode: '{AFBD09A8-1E98-5D6D-9359-BA480727D943}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.locale.en-US.yaml b/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.locale.en-US.yaml new file mode 100644 index 0000000000000..94fda3629bdfb --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 0.1.135 +PackageLocale: en-US +Publisher: Scalar +PublisherUrl: https://scalar.com/ +PublisherSupportUrl: https://github.com/scalar/scalar/issues +PrivacyUrl: https://scalar.com/privacy-policy +Author: API Documentation Inc. +PackageName: Scalar +PackageUrl: https://scalar.com/download +License: MIT +LicenseUrl: https://github.com/scalar/scalar/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023-present Scalar +CopyrightUrl: https://scalar.com/terms-and-conditions +ShortDescription: An offline first API Client built for OpenAPI. +Tags: +- api +- automation +- debug +- develop +- development +- document +- documentation +- interface +- internet +- network +- request +- response +ReleaseNotesUrl: https://scalar.com/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://guides.scalar.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.locale.zh-CN.yaml b/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8d6060d3ebb36 --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 0.1.135 +PackageLocale: zh-CN +ShortDescription: 为 OpenAPI 打造的本地优先 API 客户端。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 文档 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://guides.scalar.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.yaml b/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.yaml new file mode 100644 index 0000000000000..6199382fab216 --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/0.1.135/APIDocumentation.Scalar.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 0.1.135 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.installer.yaml b/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.installer.yaml new file mode 100644 index 0000000000000..88f63e471c853 --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 0.1.138 +UpgradeBehavior: install +Protocols: +- scalar +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar%20Setup%200.1.138%20-%20Build%20250204be414s4b7-x64.exe + InstallerSha256: FEC52560A93FF076CC9F684E3B2B0F0F4AF6D7DBF480C90048A8949281708A08 + InstallerSwitches: + Upgrade: --updated + ProductCode: e9dd711d-c676-5095-8529-f41d327b2a3a +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar-0.1.138-build-250204be414s4b7-x64.msi + InstallerSha256: A059B7B3CCB087DEE8E1D786CE8D2EAD3C50013F39777961C3F5412E4189C99E + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{8102A644-BCE6-49DF-B5C3-32CDAD97D714}' + AppsAndFeaturesEntries: + - ProductCode: '{8102A644-BCE6-49DF-B5C3-32CDAD97D714}' + UpgradeCode: '{AFBD09A8-1E98-5D6D-9359-BA480727D943}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.locale.en-US.yaml b/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.locale.en-US.yaml new file mode 100644 index 0000000000000..538bc47f4386d --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 0.1.138 +PackageLocale: en-US +Publisher: Scalar +PublisherUrl: https://scalar.com/ +PublisherSupportUrl: https://github.com/scalar/scalar/issues +PrivacyUrl: https://scalar.com/privacy-policy +Author: API Documentation Inc. +PackageName: Scalar +PackageUrl: https://scalar.com/download +License: MIT +LicenseUrl: https://github.com/scalar/scalar/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023-present Scalar +CopyrightUrl: https://scalar.com/terms-and-conditions +ShortDescription: An offline first API Client built for OpenAPI. +Tags: +- api +- automation +- debug +- develop +- development +- document +- documentation +- interface +- internet +- network +- request +- response +ReleaseNotesUrl: https://scalar.com/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://guides.scalar.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.locale.zh-CN.yaml b/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.locale.zh-CN.yaml new file mode 100644 index 0000000000000..632fa227bf99f --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 0.1.138 +PackageLocale: zh-CN +ShortDescription: 为 OpenAPI 打造的本地优先 API 客户端。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 文档 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://guides.scalar.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.yaml b/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.yaml new file mode 100644 index 0000000000000..754d23b6b7100 --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/0.1.138/APIDocumentation.Scalar.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 0.1.138 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.installer.yaml b/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.installer.yaml deleted file mode 100644 index 8a204b4389736..0000000000000 --- a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Aug/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: AVS.InstallPackComplete -PackageVersion: 5.7.2.189 -Installers: -- Architecture: x64 - InstallerType: inno - InstallerUrl: https://downloads.avs4you.com/distributives/AVSInstallPack.exe - InstallerSha256: 44E86583101AF90D5375B175FBB68A002D049788CC5E08E095B0203F7DAA0305 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.yaml b/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.yaml deleted file mode 100644 index 40aa7d40536e8..0000000000000 --- a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Aug/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: AVS.InstallPackComplete -PackageVersion: 5.7.2.189 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.installer.yaml b/manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.installer.yaml new file mode 100644 index 0000000000000..d0e5040292013 --- /dev/null +++ b/manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2025/Feb/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: AVS.InstallPackComplete +PackageVersion: 6.0.1.172 +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://downloads.avs4you.com/distributives/AVSInstallPack.exe + InstallerSha256: A8C8E14D6186B820D7D8688076DD9BFE173E6F881494161CB31764B12FFF803D +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.locale.en-US.yaml b/manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.locale.en-US.yaml similarity index 82% rename from manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.locale.en-US.yaml rename to manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.locale.en-US.yaml index b11f0fde56148..88ecbb342b401 100644 --- a/manifests/a/AVS/InstallPackComplete/5.7.2.189/AVS.InstallPackComplete.locale.en-US.yaml +++ b/manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Aug/06 +# Automatically updated by the winget bot at 2025/Feb/01 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: AVS.InstallPackComplete -PackageVersion: 5.7.2.189 +PackageVersion: 6.0.1.172 PackageLocale: en-US Publisher: Online Media Technologies Ltd. PackageName: AVS4YOU Programs Installation diff --git a/manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.yaml b/manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.yaml new file mode 100644 index 0000000000000..5cf2d1bb26e32 --- /dev/null +++ b/manifests/a/AVS/InstallPackComplete/6.0.1.172/AVS.InstallPackComplete.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: AVS.InstallPackComplete +PackageVersion: 6.0.1.172 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.installer.yaml b/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.installer.yaml new file mode 100644 index 0000000000000..b007024571485 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.installer.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.23.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Commands: +- floorp +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2025-02-05 +Scope: machine +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v11.23.0/floorp-win64.installer.exe + InstallerSha256: 0DD198D2CA81E89DF8C3BB5E1599941F7580485247EAB9ECC1DC24BDE912C52B + AppsAndFeaturesEntries: + - DisplayName: Ablaze Floorp (x64 en-US) + ProductCode: Ablaze Floorp 11.23.0 (x64 en-US) +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.locale.en-US.yaml b/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.locale.en-US.yaml new file mode 100644 index 0000000000000..c5b7ccf3ba090 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.23.0 +PackageLocale: en-US +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://docs.floorp.app/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility. +Moniker: floorp +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4674/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.locale.ja-JP.yaml b/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.locale.ja-JP.yaml new file mode 100644 index 0000000000000..d21225bbf16b0 --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.locale.ja-JP.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.23.0 +PackageLocale: ja-JP +Publisher: Ablaze +PublisherUrl: https://ablaze.one/ +PublisherSupportUrl: https://docs.floorp.app/ja/ +PrivacyUrl: https://docs.ablaze.one/floorp_privacy_policy/ +Author: Ablaze +PackageName: Ablaze Floorp +PackageUrl: https://floorp.app/ +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/ESR128/LICENSE/ +ShortDescription: FloorpはFirefoxをベースに、ウェブの公開性、匿名性、安全性、機能性のバランスにフォーカスを当てた日本製のウェブブラウザーです。 +Tags: +- browser +- cross-platform +- firefox-fork +- foss +- gecko +- internet-browser +- open-source +- web +- web-browser +ReleaseNotesUrl: https://blog.ablaze.one/4670/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.yaml b/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.yaml new file mode 100644 index 0000000000000..2eb22e97de40c --- /dev/null +++ b/manifests/a/Ablaze/Floorp/11.23.0/Ablaze.Floorp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: Ablaze.Floorp +PackageVersion: 11.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.installer.yaml b/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.installer.yaml deleted file mode 100644 index ab23a3db60556..0000000000000 --- a/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Mar/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Actifile.ActifileAgent -PackageVersion: 2.0.100.12 -Installers: -- Architecture: x86 - InstallerType: msi - InstallerUrl: https://app.actifile.com/Home/DownloadAgentMsi - InstallerSha256: 64FE212198F74D383D27970EFC934E4440E286C96DE0CD1D3BFB9C4BA6905453 - ProductCode: "{0D13F554-E542-4590-AACB-AA60CAE75A64}" - Scope: machine -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.locale.en-US.yaml b/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.locale.en-US.yaml deleted file mode 100644 index c64c3f7217829..0000000000000 --- a/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2024/Mar/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Actifile.ActifileAgent -PackageVersion: 2.0.100.12 -PackageLocale: en-US -Publisher: Actifile -PackageName: Actifile Agent -License: Copyright (c) Actifile -ShortDescription: Actifile’s SaaS platform automates sensitive data discovery, monitoring and protection for zero-trust endpoints. -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.yaml b/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.yaml deleted file mode 100644 index 233a33853537d..0000000000000 --- a/manifests/a/Actifile/ActifileAgent/2.0.100.12/Actifile.ActifileAgent.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Mar/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Actifile.ActifileAgent -PackageVersion: 2.0.100.12 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.installer.yaml b/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.installer.yaml deleted file mode 100644 index b1caeb93c88f5..0000000000000 --- a/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ActiveDatabaseSoftware.FlySpeedSQLQuery -PackageVersion: 4.10.6.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://www.activedbsoft.com/files/sqlquerytool-x64.exe - InstallerSha256: 75B9D31942B58D7EEEC3B1828BAD525ED589A1070980B67D0CC5D004AE82B1DE -- Architecture: x86 - InstallerUrl: https://www.activedbsoft.com/files/sqlquerytool.exe - InstallerSha256: FF3ACDD33D9694087309882C550785434B566BAF600455B012958154035CF934 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.locale.en-US.yaml b/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.locale.en-US.yaml deleted file mode 100644 index 42eddd80c123b..0000000000000 --- a/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ActiveDatabaseSoftware.FlySpeedSQLQuery -PackageVersion: 4.10.6.0 -PackageLocale: en-US -Publisher: Active Database Software, Inc. -PackageName: FlySpeed SQL Query -License: Proprietary -ShortDescription: Universal Database SQL Query Tool -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.yaml b/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.yaml deleted file mode 100644 index e59a615e6462c..0000000000000 --- a/manifests/a/ActiveDatabaseSoftware/FlySpeedSQLQuery/4.10.6.0/ActiveDatabaseSoftware.FlySpeedSQLQuery.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ActiveDatabaseSoftware.FlySpeedSQLQuery -PackageVersion: 4.10.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.installer.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.installer.yaml deleted file mode 100644 index ffc414d55c260..0000000000000 --- a/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ActiveDirectoryPro.ADProToolkit -PackageVersion: 2.2.1 -InstallerLocale: en-US -InstallerType: msi -ProductCode: '{BE18DA8F-1FEF-45BB-9703-089F075520BB}' -AppsAndFeaturesEntries: -- DisplayName: AD Pro Toolkit - Publisher: ActiveDirectoryPro - ProductCode: '{BE18DA8F-1FEF-45BB-9703-089F075520BB}' - UpgradeCode: '{1A0C25E2-86F2-475B-B44E-7774AF3F3676}' -Installers: -- Architecture: x64 - InstallerUrl: https://activedirectorypro.com/downloads/ADProToolkit.msi - InstallerSha256: D8021D99576588A9B8EAB2D33C7A33BEBC2AC31388FF096FBABE1CD44E017A2F -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml deleted file mode 100644 index 36c79e885af88..0000000000000 --- a/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ActiveDirectoryPro.ADProToolkit -PackageVersion: 2.2.1 -PackageLocale: en-US -Publisher: ActiveDirectoryPro -PackageName: AD Pro Toolkit -License: Proprietary -ShortDescription: The AD Pro Toolkit is a collection of Active Directory Tools to streamline Active Directory -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.yaml deleted file mode 100644 index 7d04b1804d453..0000000000000 --- a/manifests/a/ActiveDirectoryPro/ADProToolkit/2.2.1/ActiveDirectoryPro.ADProToolkit.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ActiveDirectoryPro.ADProToolkit -PackageVersion: 2.2.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.installer.yaml deleted file mode 100644 index a152d373c6733..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.20.4925.0 -InstallerType: burn -Installers: -- Architecture: x64 - InstallerUrl: https://agrd.io/windows_nightly - InstallerSha256: 688F9118E34E97997F78780171BBEF93E30E446C6807035CBF0B7F28748C7469 -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml deleted file mode 100644 index 5a39b716253e1..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.20.4925.0 -PackageLocale: en-US -Publisher: Adguard Software Limited -PackageName: AdGuard -PackageUrl: https://adguard.com/en/beta.html -License: Proprietary -Copyright: (c) All rights reserved -ShortDescription: AdGuard -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.yaml deleted file mode 100644 index 70b3345f1fe24..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4925.0/AdGuard.AdGuard.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.20.4925.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.installer.yaml deleted file mode 100644 index 81053b255c642..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.20.4935.0 -InstallerType: burn -Installers: -- Architecture: x64 - InstallerUrl: https://agrd.io/windows_nightly - InstallerSha256: F208905B9331A18ECA0619F02A14B46C4142D25FE425F4257D5C6661025A1AB2 -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml deleted file mode 100644 index 9899c390592fd..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.20.4935.0 -PackageLocale: en-US -Publisher: Adguard Software Limited -PackageName: AdGuard -PackageUrl: https://adguard.com/en/beta.html -License: Proprietary -Copyright: (c) All rights reserved -ShortDescription: AdGuard -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.yaml deleted file mode 100644 index 2d17b8f336049..0000000000000 --- a/manifests/a/AdGuard/AdGuard/Nightly/7.20.4935.0/AdGuard.AdGuard.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AdGuard.AdGuard.Nightly -PackageVersion: 7.20.4935.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.installer.yaml new file mode 100644 index 0000000000000..96cd5f5d779da --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.21.4945.0 +InstallerType: burn +Installers: +- Architecture: x64 + InstallerUrl: https://agrd.io/windows_nightly + InstallerSha256: B72377692824024152C086E3DE3850EA62262302C943F188990DBCE9AECF702B +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..97b04fb421d54 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.21.4945.0 +PackageLocale: en-US +Publisher: Adguard Software Limited +PackageName: AdGuard +PackageUrl: https://adguard.com/en/beta.html +License: Proprietary +Copyright: (c) All rights reserved +ShortDescription: AdGuard +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.yaml new file mode 100644 index 0000000000000..3939a4d92fe25 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4945.0/AdGuard.AdGuard.Nightly.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.21.4945.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.installer.yaml new file mode 100644 index 0000000000000..7931df44ae359 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2025/Feb/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.21.4949.0 +InstallerType: burn +Installers: +- Architecture: x64 + InstallerUrl: https://agrd.io/windows_nightly + InstallerSha256: 73C6446A6B2E9DC14C86213EEC532368AF70C204BE3732EB1FECF70EC836CF5A +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..9df1951c30af0 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2025/Feb/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.21.4949.0 +PackageLocale: en-US +Publisher: Adguard Software Limited +PackageName: AdGuard +PackageUrl: https://adguard.com/en/beta.html +License: Proprietary +Copyright: (c) All rights reserved +ShortDescription: AdGuard +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.yaml b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.yaml new file mode 100644 index 0000000000000..d90e988da6096 --- /dev/null +++ b/manifests/a/AdGuard/AdGuard/Nightly/7.21.4949.0/AdGuard.AdGuard.Nightly.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AdGuard.AdGuard.Nightly +PackageVersion: 7.21.4949.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.installer.yaml deleted file mode 100644 index 01cdd00bee5de..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.6.1682.0 -InstallerType: burn -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://agrd.io/windows_vpn_nightly - InstallerSha256: A30C9EDECD6E90B7985095F5D024FF0EF62939EB9EFA2F2513C3D975C6E8DB6E -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml deleted file mode 100644 index 651bc52c5fc4c..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.6.1682.0 -PackageLocale: en-US -Publisher: Adguard Software Limited -PackageName: AdGuardVPN -License: Proprietary -Copyright: (c) All rights reserved -ShortDescription: AdGuardVPN -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.yaml deleted file mode 100644 index cbb7cf0893fe6..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1682.0/AdGuard.AdGuardVPN.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.6.1682.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.installer.yaml deleted file mode 100644 index 35eda59db73df..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.6.1688.0 -InstallerType: burn -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -quiet - SilentWithProgress: -quiet -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://agrd.io/windows_vpn_nightly - InstallerSha256: A0E53B7B39911D1F420C9BC0B85D6E28B58C9E5371BB0AF700551707DD40B47C -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml deleted file mode 100644 index 2eb64161e581b..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.6.1688.0 -PackageLocale: en-US -Publisher: Adguard Software Limited -PackageName: AdGuardVPN -License: Proprietary -Copyright: (c) All rights reserved -ShortDescription: AdGuardVPN -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.yaml deleted file mode 100644 index 811cdba15992d..0000000000000 --- a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1688.0/AdGuard.AdGuardVPN.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: AdGuard.AdGuardVPN.Nightly -PackageVersion: 2.6.1688.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.installer.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.installer.yaml new file mode 100644 index 0000000000000..d4160194b4107 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Nightly +PackageVersion: 2.6.1691.0 +InstallerType: burn +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -quiet + SilentWithProgress: -quiet +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://agrd.io/windows_vpn_nightly + InstallerSha256: 7CC3F83AB81CB073A473BE91A10F962B52E6A9C9D0331339570BAADAA449BBE3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..d63f993276e50 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Nightly +PackageVersion: 2.6.1691.0 +PackageLocale: en-US +Publisher: Adguard Software Limited +PackageName: AdGuardVPN +License: Proprietary +Copyright: (c) All rights reserved +ShortDescription: AdGuardVPN +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.yaml b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.yaml new file mode 100644 index 0000000000000..c1118dcd27eec --- /dev/null +++ b/manifests/a/AdGuard/AdGuardVPN/Nightly/2.6.1691.0/AdGuard.AdGuardVPN.Nightly.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: AdGuard.AdGuardVPN.Nightly +PackageVersion: 2.6.1691.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.installer.yaml b/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.installer.yaml new file mode 100644 index 0000000000000..1615a93d725e7 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.75.0 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2025-01-29 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: windows-386/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.0/dnsproxy-windows-386-v0.75.0.zip + InstallerSha256: 7A6E636398F5649EA09642825C6E0A6CCB653A8F5A34B65DBCDCD63B99EC47F4 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.0/dnsproxy-windows-amd64-v0.75.0.zip + InstallerSha256: C65AB62395CCE7CF85758BBB282B543DA9F7F02D0673282ED98820D05262C628 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: windows-arm64/dnsproxy.exe + InstallerUrl: https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.0/dnsproxy-windows-arm64-v0.75.0.zip + InstallerSha256: 863965E7E2E383F799AF89D2F1DF4FA35BA620D94439BC97C0D1605BDF1215EA +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.locale.en-US.yaml b/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.locale.en-US.yaml new file mode 100644 index 0000000000000..cfaec4dff4fe9 --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.75.0 +PackageLocale: en-US +Publisher: AdGuard +PublisherUrl: https://adguard.com/ +PublisherSupportUrl: https://github.com/AdguardTeam/dnsproxy/issues +PackageName: DNS Proxy +PackageUrl: https://github.com/AdguardTeam/dnsproxy +License: Apache-2.0 +LicenseUrl: https://github.com/AdguardTeam/dnsproxy/blob/HEAD/LICENSE +ShortDescription: Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support +Tags: +- dns +- dns-over-https +- dns-over-quic +- dns-over-tls +- dnscrypt +- golang +- open-source +- proxy +ReleaseNotes: |- + Added + - The DNSContext.QueryStatistics method that returns the DNS query statistics for both the upstream and fallback DNS servers. + Changed + - Positional (non-flag) arguments now cause an error instead of being ignored. + Fixed + - The upstream.ExchangeParallel function now consistently returns a nil upstream in case of a DNS lookup error. + Removed + - The DNSContext.CachedUpstreamAddr and DNSContext.QueryDuration properties. +ReleaseNotesUrl: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.75.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.yaml b/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.yaml new file mode 100644 index 0000000000000..5bc2ec750e2ac --- /dev/null +++ b/manifests/a/AdGuard/dnsproxy/0.75.0/AdGuard.dnsproxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AdGuard.dnsproxy +PackageVersion: 0.75.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.installer.yaml b/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.installer.yaml deleted file mode 100644 index 7b75be6e9ff55..0000000000000 --- a/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.installer.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Created with komac v2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Adobe.Acrobat.Pro -PackageVersion: 24.005.20320 -InstallerType: zip -NestedInstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /sAll /rs /msi - SilentWithProgress: /sPB /rs /msi - Interactive: /msi - InstallLocation: INSTALLDIR="" - Log: /log "" - Custom: EULA_ACCEPT=YES -ExpectedReturnCodes: -- InstallerReturnCode: 1601 - ReturnResponse: contactSupport -- InstallerReturnCode: 1602 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1618 - ReturnResponse: installInProgress -- InstallerReturnCode: 1623 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1625 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1628 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1633 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1638 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 1639 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1641 - ReturnResponse: rebootInitiated -- InstallerReturnCode: 1640 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1643 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1644 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1649 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1650 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1654 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 3010 - ReturnResponse: rebootRequiredToFinish -UpgradeBehavior: install -Protocols: -- acrobat -- acrobat2018 -- acrobat2019 -- acrobat2020 -- acrobat2024 -- launchacrobat -- launchreader -FileExtensions: -- aaui -- acrobatsecuritysettings -- api -- bpdx -- chs -- fcdt -- fdf -- joboptions -- pdf -- pdfxml -- pdx -- ps -- rmf -- secstore -- sequ -- xdp -- xfdf -ReleaseDate: 2024-12-09 -Installers: -# - Architecture: x86 -# NestedInstallerFiles: -# - RelativeFilePath: Adobe Acrobat\Setup.exe -# InstallerUrl: https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/win32/Acrobat_DC_Web_WWMUI.zip -# InstallerSha256: 9BC1FD79E59E5AEE62B600B64F9F667FD12E50B64FD72AB496FD8DBBDED842AD -# ProductCode: '{AC76BA86-1033-FFFF-7760-0C0F074E4100}' -# AppsAndFeaturesEntries: -# - DisplayName: Adobe Acrobat -# Publisher: Adobe Systems Incorporated -# InstallerType: msi -- Architecture: x64 - NestedInstallerFiles: - - RelativeFilePath: Adobe Acrobat\setup.exe - InstallerUrl: https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/win32/Acrobat_DC_Web_x64_WWMUI.zip - InstallerSha256: 3355714CC3FC5087B1941D77F4CF073DF9FF5B37DA013FC5CCA85808CDB08BAB - ProductCode: '{AC76BA86-1033-FFFF-7760-BC15014EA700}' - AppsAndFeaturesEntries: - - DisplayName: Adobe Acrobat (64-bit) - InstallerType: msi -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.yaml b/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.yaml deleted file mode 100644 index 9840dd1fe1d93..0000000000000 --- a/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Adobe.Acrobat.Pro -PackageVersion: 24.005.20320 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.installer.yaml b/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.installer.yaml new file mode 100644 index 0000000000000..02d4ed6db8ca4 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.005.20399 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: Adobe Acrobat\setup.exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sAll /rs /msi + SilentWithProgress: /sPB /rs /msi + Interactive: /msi + InstallLocation: INSTALLDIR="" + Log: /log "" + Custom: EULA_ACCEPT=YES +ExpectedReturnCodes: +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- acrobat +- acrobat2018 +- acrobat2019 +- acrobat2020 +- acrobat2024 +- launchacrobat +- launchreader +FileExtensions: +- aaui +- acrobatsecuritysettings +- api +- bpdx +- chs +- fcdt +- fdf +- joboptions +- pdf +- pdfxml +- pdx +- ps +- rmf +- secstore +- sequ +- xdp +- xfdf +ProductCode: '{AC76BA86-1033-FFFF-7760-BC15014EA700}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat (64-bit) + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/win32/Acrobat_DC_Web_x64_WWMUI.zip + InstallerSha256: 3BBED5C489D496A01A773AF1162DBFEFE69771C529A01AE85F989A6984A61C03 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.locale.en-US.yaml similarity index 92% rename from manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.locale.en-US.yaml rename to manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.locale.en-US.yaml index 4021365686472..a64ea838503e8 100644 --- a/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.8.0 +# Created using wingetcreate 1.9.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Pro -PackageVersion: 24.005.20320 +PackageVersion: 24.005.20399 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com/ diff --git a/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.locale.zh-CN.yaml b/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.locale.zh-CN.yaml similarity index 82% rename from manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.locale.zh-CN.yaml rename to manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.locale.zh-CN.yaml index e4f656dff8e1f..2742ee6a659f2 100644 --- a/manifests/a/Adobe/Acrobat/Pro/24.005.20320/Adobe.Acrobat.Pro.locale.zh-CN.yaml +++ b/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.locale.zh-CN.yaml @@ -1,36 +1,27 @@ -# Created with komac v2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Adobe.Acrobat.Pro -PackageVersion: 24.005.20320 -PackageLocale: zh-CN -# Publisher: -# PublisherUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -License: 专有软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: 随时随地与客户协作,或与团队一起实时查看文档。在所有设备上编辑、签署、共享、保护和搜索 PDF。 -Description: Acrobat 是一个生产力与协作 PDF 解决方案,包含 Acrobat 桌面软件、Acrobat 在线工具、Acrobat Reader 移动应用程序和 Adobe Scan 应用程序,皆让您可以随时随地在任何设备上安全高效地工作。 -Tags: -- ocr -- pdf -- 批注 -- 查看器 -- 标注 -- 注释 -- 电子书 -- 编辑 -- 编辑器 -- 转换 -- 阅读 -- 阅读器 -Agreements: -- AgreementLabel: 最终用户许可协议 (EULA) - AgreementUrl: https://www.adobe.com/products/eula/tools/captivate.html -ManifestType: locale -ManifestVersion: 1.9.0 +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.005.20399 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 随时随地与客户协作,或与团队一起实时查看文档。在所有设备上编辑、签署、共享、保护和搜索 PDF。 +Description: Acrobat 是一个生产力与协作 PDF 解决方案,包含 Acrobat 桌面软件、Acrobat 在线工具、Acrobat Reader 移动应用程序和 Adobe Scan 应用程序,皆让您可以随时随地在任何设备上安全高效地工作。 +Tags: +- ocr +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +Agreements: +- AgreementLabel: 最终用户许可协议 (EULA) + AgreementUrl: https://www.adobe.com/products/eula/tools/captivate.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.yaml b/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.yaml new file mode 100644 index 0000000000000..637ba3738f097 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Pro/24.005.20399/Adobe.Acrobat.Pro.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Pro +PackageVersion: 24.005.20399 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.installer.yaml index b0cfd34dc9da0..f209457400c5f 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.009.20063 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2000920063/AcroRdrDC2000920063_MUI.exe InstallerSha256: 0FF4FE9AC2186D5D3CBEB10748C75DD8BC2955E4EAF94EA7CF3FC9DC0EAD812A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 01eab0c959721..c9b7413e3799b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.009.20063 PackageLocale: en-US Publisher: Adobe -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Adobe Acrobat Reader DC PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html License: Copyright (c) Adobe LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. -# Description: +# Description: Moniker: acrobatreader-x86 -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.yaml index fd0e2f1ca0860..789e8944781b0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.009.20063/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.009.20063 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.installer.yaml index 7fe7eedd7b113..407e6327a7231 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,49 +1,45 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.012.20041 MinimumOSVersion: 10.0.0.0 -FileExtensions: - - pdf - - pdfa - - pdfx - - xfx -InstallModes: - - interactive - - silent - - silentWithProgress InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress InstallerSwitches: Silent: /sAll /rs /rps /l /re SilentWithProgress: /sAll /rs /rps /l /re -Scope: machine UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx Installers: - - Architecture: x86 - InstallerLocale: en-US - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_en_US.exe - InstallerSha256: 9DD98FE4D1ABD7574CA99FA697983A1865BF1F343172E228C2BFBF638C2DDF73 - ProductCode: "{AC76BA86-7AD7-1033-7B44-AC0F074E4100}" - - Architecture: x86 - InstallerLocale: de-DE - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_de_DE.exe - InstallerSha256: 4BFAF76912C6866445A996ABACFBD4A8E75992ACD0C32F8958AA2B28F777BAC8 -# ProductCode: - - Architecture: x86 - InstallerLocale: es-ES - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_es_ES.exe - InstallerSha256: 74D3DFFC624F7A2D90BA84B350AA0854B4D55A8B87506CC4E945508A673B8D30 -# ProductCode: - - Architecture: x86 - InstallerLocale: fr-FR - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_fr_FR.exe - InstallerSha256: C29C03667852929FB028B098E529FD3C60EBB51BC4FAD4A8F5DD2D44E410282D -# ProductCode: - - Architecture: x86 - InstallerLocale: ja-JP - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_ja_JP.exe - InstallerSha256: F7B04F8044D3C5FECB3EF2F8427AB048D0D533C9FA0F6B9C6774232CB703FCD7 -# ProductCode: +- InstallerLocale: en-US + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_en_US.exe + InstallerSha256: 9DD98FE4D1ABD7574CA99FA697983A1865BF1F343172E228C2BFBF638C2DDF73 + ProductCode: '{AC76BA86-7AD7-1033-7B44-AC0F074E4100}' +- InstallerLocale: de-DE + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_de_DE.exe + InstallerSha256: 4BFAF76912C6866445A996ABACFBD4A8E75992ACD0C32F8958AA2B28F777BAC8 +- InstallerLocale: es-ES + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_es_ES.exe + InstallerSha256: 74D3DFFC624F7A2D90BA84B350AA0854B4D55A8B87506CC4E945508A673B8D30 +- InstallerLocale: fr-FR + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_fr_FR.exe + InstallerSha256: C29C03667852929FB028B098E529FD3C60EBB51BC4FAD4A8F5DD2D44E410282D +- InstallerLocale: ja-JP + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220041/AcroRdrDC2001220041_ja_JP.exe + InstallerSha256: F7B04F8044D3C5FECB3EF2F8427AB048D0D533C9FA0F6B9C6774232CB703FCD7 ManifestType: installer -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index b3d5170f94641..8979d7c8bf5fc 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,10 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.012.20041 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -14,14 +16,17 @@ LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Rea Copyright: Copyright (c) Adobe CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. -#Description: +# Description: Moniker: acrobatreader-x86 Tags: - - adobe - - reader - - acrobat - - dc +- acrobat +- adobe +- dc +- reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.yaml index 0f0e25d018ff6..88f2da2c5b9b5 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20041/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.012.20041 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.installer.yaml index 74b1799916e67..07b31cccbdfe7 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.012.20048 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001220048/AcroRdrDC2001220048_MUI.exe InstallerSha256: C4FC6ABAF3BF76ED38ED02CFA95CD15F98632DE2C4E55FD5EC00FB6A27868020 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index e60944f3c5f9d..e78323a5f6e55 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,27 +1,29 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.012.20048 PackageLocale: en-US Publisher: Adobe -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Adobe Acrobat Reader DC PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html License: Copyright (c) Adobe LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. -# Description: +# Description: Moniker: acrobatreader-x86 Tags: - adobe-reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.yaml index 6d28a5396ed9c..acf18b6bc4cb8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.012.20048/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.012.20048 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.installer.yaml index f46ead5fbb483..5894e6421c17c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.013.20064 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001320064/AcroRdrDC2001320064_MUI.exe InstallerSha256: 2C4D484F852207101AA39101F998604228FF2F7DD4BB185BEEA581060EF401D5 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 9013bcc1b25fa..5228ea0ed4e99 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,27 +1,29 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.013.20064 PackageLocale: en-US Publisher: Adobe -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Adobe Acrobat Reader DC PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html License: Copyright (c) Adobe LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. -# Description: +# Description: Moniker: acrobatreader-x86 Tags: - adobe-reader-acrobat-pdf -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.yaml index e381c64ca5e0a..51524be41045c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20064/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.013.20064 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.installer.yaml index 815f6bea575e4..a56a89050e829 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.013.20074 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001320074/AcroRdrDC2001320074_MUI.exe InstallerSha256: 0FBD0BD7097A075F9D89C24AC8540EB10C03D20116DD70673FB47569DA6465D8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index aca4647fb42f7..2fb747c7db5cf 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,27 +1,29 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.013.20074 PackageLocale: en-US Publisher: Adobe -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Adobe Acrobat Reader DC PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html License: Copyright (c) Adobe LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. -# Description: +# Description: Moniker: acrobatreader-x86 Tags: - adobe-reader-acrobat-pdf -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.yaml index 6d5d46c4bc6c3..450fee482dae3 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/20.013.20074/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 20.013.20074 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.installer.yaml index 0592afe234765..264596076c9b0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.001.20140 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120140/AcroRdrDC2100120140_MUI.exe InstallerSha256: 3A1B8B0F989404FECBF6419F91179A34308A86C3E4879C09241962EEB81C7B1A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 41cde7c6e3237..430aa6590ff27 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,27 +1,29 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.001.20140 PackageLocale: en-US Publisher: Adobe Systems Incorporated -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Adobe Acrobat Reader DC MUI PackageUrl: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html License: Copyright (c) Adobe LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. -# Description: +# Description: Moniker: acrobatreader-x86 Tags: - adobe-reader-acrobat-pdf -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.yaml index c54cad530961e..d0a210e561f9d 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20140/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.001.20140 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.installer.yaml index 9bd7fc198013c..c19626ba48770 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,49 +1,45 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.001.20155 MinimumOSVersion: 10.0.0.0 -FileExtensions: - - pdf - - pdfa - - pdfx - - xfx -InstallModes: - - interactive - - silent - - silentWithProgress InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress InstallerSwitches: Silent: /sAll /rs /rps /l /re SilentWithProgress: /sAll /rs /rps /l /re -Scope: machine UpgradeBehavior: install +FileExtensions: +- pdf +- pdfa +- pdfx +- xfx Installers: - - Architecture: x86 - InstallerLocale: en-US - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_en_US.exe - InstallerSha256: a8287c059e3988c1843d6023950b065ec32f3269988c6344369e84db2d277d17 - ProductCode: "{AC76BA86-7AD7-1033-7B44-AC0F074E4100}" - - Architecture: x86 - InstallerLocale: de-DE - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_de_DE.exe - InstallerSha256: ab6a9f6c7b8890019be1d0245c3d33c7fa25372af60c433f942d3d5dd3f3c2f1 -# ProductCode: - - Architecture: x86 - InstallerLocale: es-ES - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_es_ES.exe - InstallerSha256: 7eb43829a4a44a5fe0c87b614df8cf7d3026e8c3dfbee6f3789ae482589190ac -# ProductCode: - - Architecture: x86 - InstallerLocale: fr-FR - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_fr_FR.exe - InstallerSha256: 52ca8b49cb3b75af33f2bf11b01b6ebabb551bff50ced9ce8ef3bfb49431b480 -# ProductCode: - - Architecture: x86 - InstallerLocale: ja-JP - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_ja_JP.exe - InstallerSha256: 4446c8bd42dfd36bf6b1adce948dc18b0d8562d39aa952d8061d4fd15eb0cd61 -# ProductCode: +- InstallerLocale: en-US + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_en_US.exe + InstallerSha256: A8287C059E3988C1843D6023950B065EC32F3269988C6344369E84DB2D277D17 + ProductCode: '{AC76BA86-7AD7-1033-7B44-AC0F074E4100}' +- InstallerLocale: de-DE + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_de_DE.exe + InstallerSha256: AB6A9F6C7B8890019BE1D0245C3D33C7FA25372AF60C433F942D3D5DD3F3C2F1 +- InstallerLocale: es-ES + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_es_ES.exe + InstallerSha256: 7EB43829A4A44A5FE0C87B614DF8CF7D3026E8C3DFBEE6F3789AE482589190AC +- InstallerLocale: fr-FR + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_fr_FR.exe + InstallerSha256: 52CA8B49CB3B75AF33F2BF11B01B6EBABB551BFF50CED9CE8EF3BFB49431B480 +- InstallerLocale: ja-JP + Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120155/AcroRdrDC2100120155_ja_JP.exe + InstallerSha256: 4446C8BD42DFD36BF6B1ADCE948DC18B0D8562D39AA952D8061D4FD15EB0CD61 ManifestType: installer -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 93cd0f85e91af..7ef60fdd4e367 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,10 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.001.20155 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -14,14 +16,17 @@ LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Rea Copyright: Copyright (c) Adobe CopyrightUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. -#Description: +# Description: Moniker: acrobatreader-x86 Tags: - - adobe - - reader - - acrobat - - dc +- acrobat +- adobe +- dc +- reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.yaml index 032103c28b498..31d3f0fe5894a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.001.20155/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.001.20155 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.installer.yaml index 69a92bd139e43..7d00b3e9396ee 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20048 @@ -41,6 +41,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100520048/AcroRdrDC2100520048_ja_JP.exe InstallerSha256: 3F9EA69A8A6642E790D930C4C6C57F770B92CFEFAF1FA80DC0F68A4AE442902C ManifestType: installer -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 36096f60658f2..5f0e88d341ac6 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20048 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -19,11 +19,14 @@ ShortDescription: The free global standard for reliably viewing, printing, signi Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. Moniker: acrobatreader-x86 Tags: -- adobe -- reader - acrobat +- adobe - dc +- reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.yaml index a6f9833007453..f5ffa050c9f41 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20048/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,10 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20048 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.installer.yaml index 3bd5370b59096..8f14d2fadbf8a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20058 @@ -41,6 +41,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100520058/AcroRdrDC2100520058_ja_JP.exe InstallerSha256: 50FBC32DE836BC73C09EDA7BDEB6261F876D4EF838B293E0730BDC1F0F8B44C5 ManifestType: installer -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 2835a5b892c60..3dc3493aee423 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20058 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -19,11 +19,14 @@ ShortDescription: The free global standard for reliably viewing, printing, signi Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. Moniker: acrobatreader-x86 Tags: -- adobe -- reader - acrobat +- adobe - dc +- reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.yaml index 788e08db8f42d..c38460ba23928 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20058/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,10 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20058 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.installer.yaml index c794b7516d2c4..63db0fb3f2110 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20060 @@ -41,7 +41,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100520060/AcroRdrDC2100520060_ja_JP.exe InstallerSha256: 158E3D43291B418115C7C33C53A54CCF777E62336993DEF953EC6C94BBA9CC6E ManifestType: installer -ManifestVersion: 1.0.0 - - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index fbf0ab2b867ef..8775d439e9398 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20060 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -19,12 +19,14 @@ ShortDescription: The free global standard for reliably viewing, printing, signi Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. Moniker: acrobatreader-x86 Tags: -- adobe -- reader - acrobat +- adobe - dc +- reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.yaml index aa12519b89858..a8e05ea0399e7 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.005.20060/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,11 +1,8 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.005.20060 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.installer.yaml index d1466b6e07b36..7580596e5fa65 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.007.20091 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -21,31 +22,23 @@ FileExtensions: Installers: - InstallerLocale: en-US Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100720091/AcroRdrDC2100720091_en_US.exe InstallerSha256: D3D6B8DB2B01F9210BB213021E4B2D8C6F063E2E6E058E24BBE62C0BDD9FBAD5 - InstallerLocale: de-DE Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100720091/AcroRdrDC2100720091_de_DE.exe InstallerSha256: F3BDAF3F1B124A0F5A39B64C52BF39F6D06AD26B3FA0C0AD966FBB50E4320DAC - InstallerLocale: es-ES Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100720091/AcroRdrDC2100720091_es_ES.exe InstallerSha256: F8CB8C1437B459F6033763604B5DA70D41BD242698CFE174851513573A184DB1 - InstallerLocale: fr-FR Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100720091/AcroRdrDC2100720091_fr_FR.exe InstallerSha256: D6DA4D1FEF839A44648B768EAC99898FAE5F2D637F6EB62F3A07FFA9B60066EE - InstallerLocale: ja-JP Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100720091/AcroRdrDC2100720091_ja_JP.exe InstallerSha256: EB01DF68D247E6165D1826E44D1BB2752AADF80049CF7D0231C2AB591522B708 ManifestType: installer -ManifestVersion: 1.0.0 - - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 6afcd193d1a30..bb8f453202066 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.007.20091 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -19,12 +19,14 @@ ShortDescription: The free global standard for reliably viewing, printing, signi Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. Moniker: acrobatreader-x86 Tags: -- adobe -- reader - acrobat +- adobe - dc +- reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.yaml index 90252b1c89757..7fba2a0342874 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20091/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,11 +1,8 @@ -# Created using wingetcreate 0.4.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.007.20091 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.installer.yaml index 33f97c12bd271..38b8364b363f1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,7 +1,10 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.007.20099 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -18,10 +21,7 @@ FileExtensions: - xfx Installers: - Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100720099/AcroRdrDC2100720099_MUI.exe - InstallerSha256: 41186971b48f37bcd62f85df3b542db086f83476ee41c92d1ff553b29e4492ea + InstallerSha256: 41186971B48F37BCD62F85DF3B542DB086F83476EE41C92D1FF553B29E4492EA ManifestType: installer -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 5cee38d72a90a..41d014fbc3587 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,10 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.007.20099 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -17,12 +19,14 @@ ShortDescription: The free global standard for reliably viewing, printing, signi Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. Moniker: acrobatreader-x86 Tags: -- adobe -- reader - acrobat +- adobe - dc +- reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.yaml index e7883196027db..a67c82cde5c48 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.007.20099/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,9 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.007.20099 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.installer.yaml index 5fdb92ea805c9..b5e9a68031f27 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.011.20039 @@ -19,14 +19,14 @@ FileExtensions: - pdfa - pdfx - xfx +AppsAndFeaturesEntries: +- Publisher: Adobe Systems Incorporated + DisplayName: Adobe Acrobat Reader DC MUI + InstallerType: msi + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2101120039/AcroRdrDC2101120039_MUI.exe InstallerSha256: 021C69296F5ABEA1683602F7EDBF98471294543CBA580E8373A9B97FCD4E6742 - AppsAndFeaturesEntries: - - Publisher: Adobe Systems Incorporated - DisplayName: Adobe Acrobat Reader DC MUI - InstallerType: msi - ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index af8b10b1caccc..c7669fef2a96d 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.011.20039 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -# PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.yaml index c4327e9ca8bb8..6f408443493b1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/21.011.20039/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 21.011.20039 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.installer.yaml index e888e61edb41a..a2dfe9318e621 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20085 @@ -19,14 +19,14 @@ FileExtensions: - pdfa - pdfx - xfx +AppsAndFeaturesEntries: +- Publisher: Adobe Systems Incorporated + DisplayName: Adobe Acrobat Reader DC MUI + InstallerType: msi + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2200120085/AcroRdrDC2200120085_MUI.exe InstallerSha256: 2694CA516F3BB40B2A7B63A1C4605DD2A32DC07A8BA9C8B982BC82EC87D23C0C - AppsAndFeaturesEntries: - - Publisher: Adobe Systems Incorporated - DisplayName: Adobe Acrobat Reader DC MUI - InstallerType: msi - ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index e0a99aab5bc8f..f9a17888eefd8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20085 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -# PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.yaml index a7d2dccf87450..b3bcc69e9879b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20085/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20085 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.installer.yaml index 8d69f47f5d921..edc0f0831fdfb 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20117 @@ -19,14 +19,14 @@ FileExtensions: - pdfa - pdfx - xfx +AppsAndFeaturesEntries: +- Publisher: Adobe Systems Incorporated + DisplayName: Adobe Acrobat Reader DC MUI + InstallerType: msi + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2200120117/AcroRdrDC2200120117_MUI.exe InstallerSha256: 788C99706CE0BDFA78269F0740F4A1EA65076EA9E14EAE6713DE8BFAD099BFB6 - AppsAndFeaturesEntries: - - Publisher: Adobe Systems Incorporated - DisplayName: Adobe Acrobat Reader DC MUI - InstallerType: msi - ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index c1dcbbb726769..70618027cf0de 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20117 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.yaml index 78c0ba6ca49db..50094fd46c148 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20117/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20117 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.installer.yaml index e7a2d3dbbc2ca..b13e61a0b5a75 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20142 @@ -30,4 +30,4 @@ Installers: InstallerSha256: 305808C701017877764E5CC77E2DCB6F8CB37165325445218BAFD9E072EDCEBD ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index d904083320729..932f2497ecd6c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20142 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.yaml index 0c2d9eda47d26..05ca8f3493bbc 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20142/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20142 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.installer.yaml index 2d67ab2a2dc7d..887cf0f96e777 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20169 @@ -27,6 +27,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2200120169/AcroRdrDC2200120169_MUI.exe - InstallerSha256: A62F03932A3750A1DDFEBA3AEAB328DA7C6843DA1A9073183D9ED5111420EA2B + InstallerSha256: 306B97623521AFC56BDA0597B54C6E119EE1D6ECBA91232C3BAF10ED6EE3ADEB ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 9ee68e85dc496..c1e54c3db3973 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20169 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.yaml index 06240890e2a08..d43d7b33de56d 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.001.20169/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.001.20169 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.installer.yaml index e79102e06fe56..805d93f20c9d6 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.002.20191 @@ -30,4 +30,4 @@ Installers: InstallerSha256: 3D07EFC460156EF2992C3D8764A0AF58AFCBD2A98D49800E563AF76419A06282 ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 1d788ca22c105..105025261c6d7 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.002.20191 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.yaml index c7723f97b07d0..905c7f25f0d33 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.002.20191/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.002.20191 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.installer.yaml index 440ccff801201..8f8e671f28e91 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.003.20258 @@ -30,4 +30,4 @@ Installers: InstallerSha256: 3330DAA49B542F83F20B3024B2A676C481F99B18168F99F90F4E4DF015E2C995 ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 5a4b3ab604837..7b5625251da20 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.003.20258 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.yaml index 05c874c3eadde..b250b3c662906 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20258/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.003.20258 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.installer.yaml index 92f1eba5619ed..19ad310b42ead 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.003.20310 @@ -23,11 +23,11 @@ AppsAndFeaturesEntries: - Publisher: Adobe Systems Incorporated DisplayName: Adobe Acrobat Reader DC MUI InstallerType: msi - ProductCode: "{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}" + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2200320310/AcroRdrDC2200320310_MUI.exe InstallerSha256: 0494BD2D1A84337DC7EDB4B0AA973FEDAB658C463246AB5AAFDB9F81E6F93067 - ProductCode: "{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}" + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index ef116393efaf1..95c1545965ab3 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.003.20310 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.yaml index 696fc52144100..409c5c446b099 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/22.003.20310/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 22.003.20310 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.installer.yaml index 2303ef41885fd..cc38743415c61 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20064 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300120064/AcroRdrDC2300120064_MUI.exe InstallerSha256: 5F873FA536BF067E03F9E173C8A5D9D6C092E6BD56CFDE6393C738305C19D59E ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index b115e0c65438d..fc4a1883981a0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20064 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.yaml index 44082469582e6..15caa95fe9aa0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20064/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20064 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.installer.yaml index f7c193c610ded..bf510f7a3696a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20143 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300120143/AcroRdrDC2300120143_MUI.exe InstallerSha256: D89E077B2CAC4E449E4C1D1F84847E6EED8AF841AAA969D204C1788621AC6141 ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 8769b94c66b48..5a1dd9ade3b6d 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20143 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.yaml index 338403230bb27..aeadcc253e6f9 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20143/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20143 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.installer.yaml index e40334f8701ba..3599b6b513e7b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20174 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300120174/AcroRdrDC2300120174_MUI.exe InstallerSha256: 5B318723363E6CBC4B802C75BEBA032DF8C8D32AD2982FA2897FCFF56DE4D5FC ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 99235075b9095..61f936c7a4566 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20174 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.yaml index cf798fc892e03..6794508cf9291 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.001.20174/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.001.20174 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.installer.yaml index dca9d3406d8c4..c0d2a06694b47 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20201 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300320201/AcroRdrDC2300320201_MUI.exe - InstallerSha256: 19ad63d65fbc9e0e0c036d82e701a7cbd69fe3e1042ab559e108bec9078a08e8 + InstallerSha256: 19AD63D65FBC9E0E0C036D82E701A7CBD69FE3E1042AB559E108BEC9078A08E8 ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index a1df6af8cac68..5d9d8bfa56034 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20201 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.yaml index 6b48b30c5e1e0..d4e577d497213 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20201/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20201 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.installer.yaml index 6b1f945b853a8..7cfd7518f24cd 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20215 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300320215/AcroRdrDC2300320215_MUI.exe InstallerSha256: 153FFEB7BC7BF0962CCEAE7C72CC130C239A59B31CEF22BD70D81E7C87AF8C42 ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index f05ade84914be..bbdf97bebda60 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20215 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.yaml index 4c037bcc63dcc..40fd6f24cdb0a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20215/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20215 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.installer.yaml index 25068e996875b..87359dd512841 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20244 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x86 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300320244/AcroRdrDC2300320244_MUI.exe InstallerSha256: 4333BD63B7309D44429D2C6203CA7E3D855F0A062C72889D6418A8E08CB0FDEC ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index e332593e6ea81..f4b001a96cd6a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20244 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.yaml index 87b8696af9fcb..9692808b70a28 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20244/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20244 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.installer.yaml index f1fa617e16ef8..6c8b52400672a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20284 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300320284/AcroRdrDC2300320284_MUI.exe InstallerSha256: 47A0D8CC92F5C5E2B7A477FB3F427E68F6FD23BCF5092D3286DE2F9F34C35606 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 48223ab3bb809..295182a9082c1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20284 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.yaml index 4a88fcc570f34..f7a2c2e4ed6f1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.003.20284/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.003.20284 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.installer.yaml index 58859d7240ac0..17d043e98ba47 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20320 @@ -30,4 +30,4 @@ Installers: InstallerSha256: 363A1258BC7FC9A96C5541A7DF6527FFDAEAD7AB48FDB756EBF00F681FB455CA ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index bb6de4501abc6..01d64482f729c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20320 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.yaml index 57668aff43924..97698ae0544fc 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20320/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20320 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.installer.yaml index f834a2e76a0a9..7df9740c734b1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20360 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,6 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300620360/AcroRdrDC2300620360_MUI.exe InstallerSha256: CAD02B8C08530A27BE9B9DB737FE256736B1F6C994B763280EB6C830FE4800E4 - + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 7e2d185bdc052..025c42655407f 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20360 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.yaml index 5ea290e042f3f..5bb4a99545c37 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20360/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20360 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.installer.yaml index 2ea13875bf47e..f77083a8d2852 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20380 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300620380/AcroRdrDC2300620380_MUI.exe InstallerSha256: 6FA445FA148D9BD5CDCF8D704029D84E060EC925086105B8B1F357E2C9B36517 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 5d1701938972c..87c0cfb09c6fb 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20380 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.yaml index 7516147980a94..f30bc9b6be17c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.006.20380/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.006.20380 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.installer.yaml index 7a34025e1d4e8..aff722c191538 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.2042 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300820421/AcroRdrDC2300820421_MUI.exe InstallerSha256: FAB45F55F9EE6D96F123654D28C1A0EF88140BE3D2D51B2CBFB79A446967D99D + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index eb117c1d2a1f4..ee6c6fe7868b3 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.2042 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.yaml index a7f5738c48aea..2bb0e35462e8c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.2042/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.2042 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.installer.yaml index c2d233580c07f..e7bf87073e682 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20421 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300820421/AcroRdrDC2300820421_MUI.exe InstallerSha256: FAB45F55F9EE6D96F123654D28C1A0EF88140BE3D2D51B2CBFB79A446967D99D + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 252956b7422da..5426c59e0b094 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20421 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.yaml index a225a7a74bd59..75a928a40a4bd 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20421/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20421 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.installer.yaml index d9578d6601dd5..75a1772abbcd7 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20470 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300820470/AcroRdrDC2300820470_MUI.exe InstallerSha256: 4800A6D4471EF6C6A7566235C6EC5DD5AAE182675B96C3230B35AB6BD8E72DC6 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index c03d62f8accb1..f03c5e5448622 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20470 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.yaml index a100dd832044f..d42e4fa5d31b6 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20470/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20470 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.installer.yaml index d89fc7282276b..599654ca1e2e7 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20533 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300820533/AcroRdrDC2300820533_MUI.exe InstallerSha256: 564E88E623BE219B5F2B90B596E8CB162E082557333AF63BB2CD5DF8E57F6519 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index eeff6e1e58a80..88c337cbf43c8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20533 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.yaml index 5709edbfc5abc..ca0e1cd10c735 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20533/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20533 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.installer.yaml index 1a283dd84ef92..40edfd4bb46ab 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20555 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2300820555/AcroRdrDC2300820555_MUI.exe InstallerSha256: C58506A91E578E196FA13C2205DFEA29CBD83C291DD6E61C1E6A79CD85B1A129 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index d40b23941b6d9..5145632141c6f 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20555 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.yaml index c5cc174b6945c..80727419d0b63 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/23.008.20555/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 23.008.20555 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.installer.yaml index cda41c4795180..6a9f301fd8823 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20604 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400120604/AcroRdrDC2400120604_MUI.exe InstallerSha256: DC9D7FF2FF07AD775F9F57A143ABB2341BAC9A1D561B399106A128EB007E3286 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 6449a45040dc5..b315c573c2a4f 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20604 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.yaml index 74908e5607e86..74d0274a82d9e 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20604/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20604 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.installer.yaml index e1478a16af4fb..068a4892df119 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20615 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400120615/AcroRdrDC2400120615_MUI.exe InstallerSha256: C34F14E5E1C5FFAE7B0422E92CB907D72B1B243B7A0C085E55C1601B6838F1C1 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 9c76392d12af9..155d58cf54ef2 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20615 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.yaml index a539087098ddd..d541874aac002 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20615/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20615 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.installer.yaml index b26d9b1d15434..6ea751c145934 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20629 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400120629/AcroRdrDC2400120629_MUI.exe InstallerSha256: 8C432EDEC68876F3E04B71421A29712DDC1D02B5017EEB662A4C48878C30ECC3 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index b218b956b1dcc..e5731ba6bf5f0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20629 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.yaml index 7368236693cb1..fdf2d7bf311bb 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20629/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20629 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.installer.yaml index 59daf9cb6ad62..f992a7978769b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20643 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400120643/AcroRdrDC2400120643_MUI.exe InstallerSha256: 3E8FC98216424F8929B1EE8DE4E77971FA044F4D45441A5DD08DFA09EA818F7B + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index d47329d7537e3..07bc76203952a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20643 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.yaml index efe281b593823..27fd463ef163c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.001.20643/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.001.20643 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.installer.yaml index 3c7412c9dbcba..47b02f531c9af 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20687 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400220687/AcroRdrDC2400220687_MUI.exe InstallerSha256: 3D9A63224F7014A509D330FF22D9D647CEE584521343FB725AA756357AC03205 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 3180b27fde931..598e11685b39a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20687 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.yaml index 9c71c21d59b05..eedd0d130eeef 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20687/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20687 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.installer.yaml index e16c862da617e..78cea2222c8d8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20736 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400220736/AcroRdrDC2400220736_MUI.exe InstallerSha256: D3588C99527698BE280F1FF75287DE9A46A92DD897A6F045D0D7D9CE1498D06B + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 3f936671bf402..92a93d43c61fe 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20736 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.yaml index 16bf25cfaf2be..dda5f850b1d21 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20736/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20736 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.installer.yaml index 35a440c817bd5..fac22a5b7f3ae 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20759 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400220759/AcroRdrDC2400220759_MUI.exe InstallerSha256: A01BA9E824848B344F98E9CB6B19334865E8F37F515B8CE30B06EEA77451B9A9 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 352a458d712b8..1eb8db3e004d0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20759 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.yaml index 35836d533bec6..589c510bb6d42 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20759/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20759 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.installer.yaml index e48b97aff0dbc..2c0b74febdcee 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20854 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400220854/AcroRdrDC2400220854_MUI.exe InstallerSha256: 2D707441E3C2176506EEC1DAD86A1E5F30CB672774AF0948350193D0D299382B + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 9784a6c22ac58..6fdfa042c16c5 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20854 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com -#PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.yaml index 141691fd783c6..c47aa324e5c83 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20854/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20854 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.installer.yaml index 436ae7d2698dd..58f5f4835950a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20857 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400220857/AcroRdrDC2400220857_MUI.exe InstallerSha256: 93E2F80CD22FEA541AAE85CD52CBB5A81FF0B337817EAB5E89F980BAF0F77B3C + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 4e840cd0125e3..3bf845dbe820b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20857 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.yaml index 3691213a75546..3840edcf0f8ab 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20857/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20857 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.installer.yaml index 0f5943fb58ae0..2aaa7764ea2a0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20965 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400220965/AcroRdrDC2400220965_MUI.exe InstallerSha256: AEC95F6AA3A93AE96E5824202589ABD7D6AEE2F4213E02B90D73808BDD9359C9 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index a69c233068fa4..645a9e50ba562 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20965 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.yaml index c314b66bfa6d6..f802d227e108d 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.20965/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.20965 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.installer.yaml index 064c80bd976c0..92bd888e87a9b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.21005 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400221005/AcroRdrDC2400221005_MUI.exe InstallerSha256: 4D382B57A17E2D784B00703BDF51ABF40FF437AD762701F50AB5309A28DC1877 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 40a15a97bbd2b..c6c89d0614798 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.21005 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.yaml index 80520e77db217..6217d893900b1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.002.21005/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.002.21005 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.installer.yaml index cf0afc31f9aa9..511d834be9978 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.003.20112 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400320112/AcroRdrDC2400320112_MUI.exe InstallerSha256: 0423611FE3A31CCDDFB843F6B34936965C194E37E8693A4E178C88A22D41AA3D + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 3591c27138af0..d1a836f8e78fb 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.003.20112 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.yaml index 68cd40a6d5e66..becbcf2311dc8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.003.20112/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.003.20112 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.installer.yaml index da7f635f7ad63..49cb7cda688b8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.004.20220 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader DC MUI Publisher: Adobe Systems Incorporated @@ -29,5 +28,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400420220/AcroRdrDC2400420220_MUI.exe InstallerSha256: 1052E78DA068501BA0BF8B14123A3AFD4FBD3EE916C5287A0F78EFCD1E0597FD + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index a12b49375eb85..2c85759042e69 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.004.20220 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.yaml index 4c1c58105a861..528e804aa58ca 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.004.20220/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit PackageVersion: 24.004.20220 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.installer.yaml index 45f1982141111..bcc91d8dc9569 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit @@ -73,7 +73,6 @@ FileExtensions: - sequ - xdp - xfdf -ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat Reader MUI InstallerType: msi @@ -81,5 +80,6 @@ Installers: - Architecture: x86 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400520320/AcroRdrDC2400520320_MUI.exe InstallerSha256: 6D73AF631943F0A12E3538944BC28FB80797FE158B109C4D8E214177E7912D92 + ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml index 567781ae2e871..c4d0c1a94dbf8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit @@ -6,6 +6,7 @@ PackageVersion: 24.005.20320 PackageLocale: en-US Publisher: Adobe Systems Incorporated PublisherUrl: https://www.adobe.com/ +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy/policy.html Author: Adobe Inc. PackageName: Adobe Acrobat Reader (32-bit) @@ -26,5 +27,10 @@ Tags: - read - reader - viewer +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml index 8bdcb51d016e5..5ebf860d7aa39 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit @@ -6,6 +6,7 @@ PackageVersion: 24.005.20320 PackageLocale: zh-CN # Publisher: # PublisherUrl: +# PublisherSupportUrl: # PrivacyUrl: # Author: # PackageName: @@ -26,5 +27,10 @@ Tags: - 电子书 - 阅读 - 阅读器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.yaml index 92576af14939b..ece56dc14e47b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20320/Adobe.Acrobat.Reader.32-bit.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.32-bit diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.installer.yaml new file mode 100644 index 0000000000000..cdb6e3591d9ed --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -0,0 +1,85 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.005.20399 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -sfx_nu /sAll /rs /msi + SilentWithProgress: /sPB /rs /msi + Interactive: /msi + InstallLocation: INSTALLDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- acrobat +- acrobat2018 +- acrobat2019 +- acrobat2024 +- launchreader +FileExtensions: +- aaui +- acrobatsecuritysettings +- api +- bpdx +- chs +- fcdt +- fdf +- pdf +- pdfxml +- pdx +- rmf +- secstore +- sequ +- xdp +- xfdf +ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat Reader MUI + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2400520399/AcroRdrDC2400520399_MUI.exe + InstallerSha256: BCCECD30A4311BA4D9A15289750AF05FC79CCBBC83C11035A103CAC8F37F93B6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..11ac13eb061ee --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.005.20399 +PackageLocale: en-US +Publisher: Adobe Systems Incorporated +PublisherUrl: https://www.adobe.com/ +PrivacyUrl: https://www.adobe.com/privacy/policy.html +Author: Adobe Inc. +PackageName: Adobe Acrobat Reader (32-bit) +PackageUrl: https://www.adobe.com/acrobat/pdf-reader.html +License: Proprietary +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright © 1984-2024 Adobe. All rights reserved. +CopyrightUrl: https://www.adobe.com/legal/permissions.html +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader-x86 +Tags: +- annotate +- annotation +- comment +- ebook +- pdf +- read +- reader +- viewer +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2973599081213 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.005.20399 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 查看、打印、签署、共享和注释 PDF 文档的免费、可靠的全球标准。 +Description: Adobe Acrobat Reader 软件是查看、打印、签署、共享和注释 PDF 文档的免费、值得信赖的全球标准。它是唯一一款可以打开所有类型 PDF 内容(包括表单和多媒体)并与之交互的 PDF 阅读器。 +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 阅读 +- 阅读器 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.yaml new file mode 100644 index 0000000000000..e6615db5c3070 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/24.005.20399/Adobe.Acrobat.Reader.32-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 24.005.20399 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.installer.yaml index 5109b55526228..17e895d0d5de3 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=AUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 21.007.20099 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2100720099/AcroRdrDCx642100720099_MUI.exe InstallerSha256: 591B458BF74E7CC0BD14F98F160EAD20AD6C8D74D326FCB1FAED94AA16DCE164 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 88f580b16dc14..5ffb920bfaf81 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=AUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 21.007.20099 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat DC (64-bit) @@ -19,9 +19,14 @@ ShortDescription: The free global standard for reliably viewing, printing, signi Description: Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. Moniker: acrobatreader Tags: -- adobe -- reader - acrobat +- adobe - dc +- reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.yaml index b8340613f718e..272c73aba1dbe 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.007.20099/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=AUSU.5-1-19041-1237 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 21.007.20099 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.installer.yaml index c42eb1665c0d7..629a95bad6112 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 21.011.20039 @@ -19,14 +19,14 @@ FileExtensions: - pdfa - pdfx - xfx +AppsAndFeaturesEntries: +- Publisher: Adobe + DisplayName: Adobe Acrobat DC (64-bit) + InstallerType: msi + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2101120039/AcroRdrDCx642101120039_MUI.exe InstallerSha256: BB71454AF46C35E8C5827D81168B037CEF5E5A5870CA9F04AB5C68582B032D9C - AppsAndFeaturesEntries: - - Publisher: Adobe - DisplayName: Adobe Acrobat DC (64-bit) - InstallerType: msi - ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 70424946a650c..d8f4b41a5674b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 21.011.20039 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat DC (64-bit) @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.yaml index 52adfcf08b352..d86835f004f48 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/21.011.20039/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 21.011.20039 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.installer.yaml index 70af4416265c9..d810083181f15 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20085 @@ -20,14 +20,14 @@ FileExtensions: - pdfx - xfx ReleaseDate: 2022-03-07 +AppsAndFeaturesEntries: +- Publisher: Adobe + DisplayName: Adobe Acrobat DC (64-bit) + InstallerType: msi + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2200120085/AcroRdrDCx642200120085_MUI.exe InstallerSha256: AED9342DEB9BFFC1E5F10D0E38DEF1A4CF781F0C2679672DF1A5412E942899E2 - AppsAndFeaturesEntries: - - Publisher: Adobe - DisplayName: Adobe Acrobat DC (64-bit) - InstallerType: msi - ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index d0d3a726c7329..0bd81c30851fd 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20085 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat DC (64-bit) @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.yaml index 1ad6e2aa6af9b..4c57c4f639628 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20085/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20085 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.installer.yaml index ad6ccff3585d3..876b6c0a53273 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20117 @@ -20,14 +20,14 @@ FileExtensions: - pdfx - xfx ReleaseDate: 2022-04-12 +AppsAndFeaturesEntries: +- Publisher: Adobe + DisplayName: Adobe Acrobat DC (64-bit) + InstallerType: msi + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2200120117/AcroRdrDCx642200120117_MUI.exe InstallerSha256: 3E84588E76B6164F9C01573F559ACF75B2A2EFF6F27E2415C247DDE87E586AAE - AppsAndFeaturesEntries: - - Publisher: Adobe - DisplayName: Adobe Acrobat DC (64-bit) - InstallerType: msi - ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 11d105a913e42..8bb03eae7627c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20117 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.yaml index f756610af0267..31d4f8cc841df 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20117/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20117 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.installer.yaml index 21348ff637581..b51c20998e745 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20142 @@ -30,4 +30,4 @@ Installers: InstallerSha256: 7D08859CB6FA8EBCB4BFA15A69426BE05467C3622DBE859636A4EA0ECE40CB26 ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 1fc8cc345932b..22770fe756b7b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20142 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.yaml index 63fbca3e5799a..93733afc9b12d 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20142/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20142 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.installer.yaml index 71e8bfa91ecbc..4d9877a8e4dc5 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20169 @@ -27,7 +27,7 @@ AppsAndFeaturesEntries: Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2200120169/AcroRdrDCx642200120169_MUI.exe - InstallerSha256: 975e4094fb1f23fb3739e65242cac476796883117368f114260594978b3a8abf + InstallerSha256: 975E4094FB1F23FB3739E65242CAC476796883117368F114260594978B3A8ABF ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 28ea05a5c18b3..6f73136a683ca 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20169 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.yaml index 49c3057dd8aa5..d3a277329d823 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.001.20169/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.001.20169 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.installer.yaml index f6d22c3b565b9..31fc7688a9b41 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.002.20191 @@ -30,4 +30,4 @@ Installers: InstallerSha256: BC5AA8211AF3C9F95EAAF332288B605876ED434FFDF49218681406F7CDCDBF4C ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index ab68132c8118e..468926461c555 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.002.20191 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,8 +23,10 @@ Tags: - adobe - dc - reader -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.yaml index 5305a3819783d..3f6601ec5b378 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20191/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.002.20191 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.installer.yaml index 638d203f926fc..3501c56a1edfd 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.002.20212 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,10 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2200220212/AcroRdrDCx642200220212_MUI.exe InstallerSha256: 591C209FBD76B72102C161007A29172242426AAF4B39311F0EC847759C87B34F ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 49580c595c677..9b45fc6c220e9 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.002.20212 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,6 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.yaml index a4b3f2056352c..4a3b3e99ba59d 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.002.20212/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.002.20212 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.installer.yaml index 5d8b391b137fa..645f4dd508f2c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.003.20258 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,10 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2200320258/AcroRdrDCx642200320258_MUI.exe InstallerSha256: C66F8D46D00FC1E61D55538285B655D30E8D422549BA2D6CE29129521A6EA100 ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index dc2ba5b37ff27..0f4b58ad31666 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.003.20258 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,6 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.yaml index 648f259cbcd05..1c59a5501b8f9 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20258/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.003.20258 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.installer.yaml index edda4ca37ae67..56cb12928b11f 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.003.20310 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2200320310/AcroRdrDCx642200320310_MUI.exe InstallerSha256: 120D64364584A3E53501A6E561C08B4529E7096D674ACB7D6BE58E41A611C09D ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 384d55573f24b..f1375a0c3cafb 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.003.20310 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.yaml index 3f9af7d695f9c..97778237417e2 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/22.003.20310/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 22.003.20310 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.installer.yaml index f86103e9108cc..86164992dd68c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20064 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300120064/AcroRdrDCx642300120064_MUI.exe InstallerSha256: BB72998F6F32E09E869D0377D946AA9CC5C9820F1605D375268D54CB97F02BAD ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index cf28ad6287f65..ca3dd4397266e 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20064 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.yaml index 4153349bc9275..ad92366df90eb 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20064/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20064 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.installer.yaml index f7f0d1024b8b7..77fb127acf57a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20143 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300120143/AcroRdrDCx642300120143_MUI.exe InstallerSha256: 0EF37C51EC19130D33B7FA0FAE981F578B4C20085DED35527C049FC5C02DED86 ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index f8282f50b4388..985be2d38ed3b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20143 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.yaml index 6185b0f3c052e..f392de24bc3c1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20143/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20143 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.installer.yaml index 95a76347e48c6..16f2210efbe10 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20174 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300120174/AcroRdrDCx642300120174_MUI.exe InstallerSha256: D69096C3826A8CBAB45A54F63668B212463A7EA8B8B2928BBDA42F70D72D029E ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 154a11071fd1a..6026ae8126d90 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20174 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.yaml index 259f2bcbd528c..2ebc3e7c197c4 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.001.20174/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.001.20174 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.installer.yaml index 1d490bb6c2d12..86abe40c4b5a1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20201 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300320201/AcroRdrDCx642300320201_MUI.exe InstallerSha256: D221835FE6736D84BFAD37F186DA20861F5320839ED8D917B843A72EE1075061 ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 3631553687f45..b24dba538386a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20201 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.yaml index 18dafba84a762..de3baadc32e9e 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20201/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20201 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.installer.yaml index 77fe686f70dcd..20b6104322696 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20215 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300320215/AcroRdrDCx642300320215_MUI.exe InstallerSha256: 8A704F83CDC984ACF4AC0C948BDC4FBC5E2CB7C4F5183C8223327A9061BB356F ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 4869308797561..535b3c89d5f33 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20215 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.yaml index 6f03e94469106..81c19cd5d058f 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20215/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20215 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.installer.yaml index 0ec0775014576..5ed721be04bb1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20244 MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -25,9 +26,8 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300320244/AcroRdrDCx642300320244_MUI.exe InstallerSha256: 22DDD7C3FFDB98E8A466967BD73284C2273E78CEC559535BC9DA3EBB620789D8 ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index b39dff785c71f..7845a96267676 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20244 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.yaml index 53e6f26a8c95d..f218cb6ec7c25 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20244/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20244 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.installer.yaml index f2883fbd710d9..9cad4a98b20f0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20269 @@ -30,5 +30,4 @@ Installers: InstallerSha256: D80DF35597F1BF221DABE2608082ACC8D24B8F65920DB49B5CB8E63BF89D95FC ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 48a36e0f93681..6733f445ed776 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20269 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,11 +23,10 @@ Tags: - adobe - dc - reader -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.yaml index ef8b89daa842d..780033cac66c2 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20269/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,9 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20269 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.installer.yaml index 796f0947251be..1b24b652a6f61 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20284 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300320284/AcroRdrDCx642300320284_MUI.exe InstallerSha256: 987181EDF9361205C4C4E888139E0D273F9D5C969AAB5D6EA7DFC03C7E5E91FD + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 17d6f9d47b609..bb590335aca15 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20284 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.yaml index 8d414a023c465..6c26ac9257571 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.003.20284/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.003.20284 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.installer.yaml index 2520f56c08760..c14c61db78ccb 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20320 @@ -30,4 +30,4 @@ Installers: InstallerSha256: 0CD2FEE26E56E831F9FAAB9AF40FA247B0020B770B8A3BED5A0FEAD7AB94BA4E ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index f991b2aac198c..e903102bdb321 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20320 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.yaml index b3ab1b8e1a067..f80f24dde94fa 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20320/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20320 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.installer.yaml index 3322e1097b829..65ab0a4aa43ba 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20360 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,6 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300620360/AcroRdrDCx642300620360_MUI.exe InstallerSha256: 7A15C50F218BACE91DEA9BC773A6E8346D9647E851B0FD4663EE77EEE63B3DD0 - + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 558000b402a66..1c206b0c18f3c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20360 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.yaml index b4581dbde85d6..3d37763715d65 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20360/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20360 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.installer.yaml index c584e9086b1ab..936ef9adb7284 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20380 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300620380/AcroRdrDCx642300620380_MUI.exe InstallerSha256: 11D4487E308B8C10F657E194A45661EA93D24A55441415C3CED75A7815DB94DE + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 327db122aeb66..c45eda66b1c42 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20380 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.yaml index 4b36a58162adc..05f8e093f5902 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.006.20380/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.006.20380 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.installer.yaml index d15f77d28771a..3e95538ac9068 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.2042 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300820421/AcroRdrDCx642300820421_MUI.exe InstallerSha256: 5C79E5ABF6CD39A94893F4FDD73BAA9B8CBD7B501DE90CF45E04A05BB6669332 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index bdcd85eb49ffb..1521c9a2fbb81 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.2042 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.yaml index 4bc16bf061a9d..5100bdfdaa876 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.2042/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.2042 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.installer.yaml index b685bd83fff98..c7ad55b1d0c0a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20421 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300820421/AcroRdrDCx642300820421_MUI.exe InstallerSha256: 5C79E5ABF6CD39A94893F4FDD73BAA9B8CBD7B501DE90CF45E04A05BB6669332 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index c7c85214f22b5..1d75c3549d4a7 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20421 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.yaml index 055e0573bf60a..10ef0f4346d4c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20421/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20421 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.installer.yaml index 043d1ad3a94e2..3525a5b27ecc8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20470 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300820470/AcroRdrDCx642300820470_MUI.exe InstallerSha256: 7DFB6F6293B5D1BB2F2EC8645CC97EE5F40F8C70FAD3D09982E5080F1B1B224F + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index efaec01693ca6..4389109a1bb04 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20470 @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.yaml index 4db17ae2caa6e..92630bea2f6c5 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20470/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20470 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.installer.yaml index 6ef392905d889..eeffc3dc692d8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20533 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300820533/AcroRdrDCx642300820533_MUI.exe InstallerSha256: D41CFD5A794087F809123AB1FB4AC7A0AB26741A4A7810BA7490B6A95FBD12C6 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index c120baaec9ce2..54601d8adb6db 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20533 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.yaml index cae90f04a6496..f77f9bcf58957 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20533/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20533 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.installer.yaml index a9832698a5868..0860f8a955b92 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20555 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300820555/AcroRdrDCx642300820555_MUI.exe InstallerSha256: 9BB42A1E23BA2A900DD5421F4F20405594822CEB01D4685F1C21DE933999B16A + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index bd00be38afa08..bf8a576a37869 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20555 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.yaml index 63dc7060fb51e..fdda94c28eb07 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/23.008.20555/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 23.008.20555 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.installer.yaml index efbf8998af30c..599359a09e79d 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20604 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400120604/AcroRdrDCx642400120604_MUI.exe InstallerSha256: 5E465936AC088B65867799344E7D7E2363D457592AE5A2BAAC6FB2C921E5A8F3 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 2222643248cd3..548fd46477b6c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20604 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.yaml index 030c6e369e841..e25b6b83578b2 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20604/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20604 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.installer.yaml index e0812315ef167..3e9ae6e090e00 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20615 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400120615/AcroRdrDCx642400120615_MUI.exe InstallerSha256: 8820BFF54ABD9C636BBC7FB11A5ED338DE5DC72222055D22983A7B86388A3F1D + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index a0a3504ac2077..667b4c09a2bf6 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20615 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.yaml index 80de3f37dc4b8..919e893694f9b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20615/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20615 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.installer.yaml index a4622dc62651f..602970901e43b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20629 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400120629/AcroRdrDCx642400120629_MUI.exe InstallerSha256: 79D6A4CAEF7A26CAE91770D3FF6C65B64463015B6314CA4161405D655D8131D2 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 8cec1cec96b7c..3176627c284ba 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20629 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.yaml index e66ea5dd9eb16..881464dbce680 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20629/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20629 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.installer.yaml index 9d9579fce330a..0e2cc6adad1c4 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20643 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400120643/AcroRdrDCx642400120643_MUI.exe InstallerSha256: 72104C04AF1729488E1E6C458D8B6AA27B987E4A81BA57F1691CC839F9A7F4C1 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 118d325fe0164..22bdc66706f0f 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20643 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.yaml index 3a4a0d9cfc1fd..f07123c201b92 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.001.20643/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.001.20643 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.installer.yaml index 8229262596608..ad59814ab2b48 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20687 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220687/AcroRdrDCx642400220687_MUI.exe InstallerSha256: B89E8B70ED21E4871A4127C7882F66962AFDF8B1B056E41B3B5CEEE7288A701B + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 67eeef62fbf88..97d90d07a87e4 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20687 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.yaml index 566343cf5186a..3d8d967dda764 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20687/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20687 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.installer.yaml index be920ef81b52b..1755fa6488974 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20736 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220736/AcroRdrDCx642400220736_MUI.exe InstallerSha256: A42222414FA7541250C2676D4285FA01F025E486A78F24CB814293FE24B4E078 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 562709501b281..5859851c024e2 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20736 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.yaml index bb3415d85e4d7..ee901e8091985 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20736/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20736 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.installer.yaml index aef24a72d4dda..e80405f251ad5 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20759 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220759/AcroRdrDCx642400220759_MUI.exe InstallerSha256: 1D344CA4788568A605B09DD83CC839F2FE2C8390EE45518D53CEE032D25A5DF7 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 12f0ac03ecb35..4fcecf468da2c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20759 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: https://helpx.adobe.com/support.html PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.yaml index 95bc0a04b5749..cdf79fde0070b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20759/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20759 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.installer.yaml index 11e5915d96659..152e885a2e503 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20854 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220854/AcroRdrDCx642400220854_MUI.exe InstallerSha256: 3BEC65D2506F766C314A5C1048F51CC8077B84C7D2FC0FA15B54C75AF64C7E8F + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 2a7b9a7a837b7..7cc3ca4584304 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20854 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com -#PublisherSupportUrl: https://helpx.adobe.com/support.html +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -23,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.yaml index b6f5a4e928648..eaab6e0504a4e 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20854/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20854 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.installer.yaml index 4cd2df7ef8ed6..f8ae2c6e07f67 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20857 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220857/AcroRdrDCx642400220857_MUI.exe InstallerSha256: 8E7D2D08D4F9B7AA608659FE99EDC54C07FE438EB0F412D778EB5CFED147801A + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index fbf328ceb84d9..ecf65e39a6400 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20857 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.yaml index dcfd1a99078eb..09470b7875b7e 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20857/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20857 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.installer.yaml index 7b90217efcae6..2acf486265e19 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20933 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220933/AcroRdrDCx642400220933_MUI.exe InstallerSha256: CAD2AF4B3C0B53C5BAFC1D7E652E09ADAADDD2A31D4AEDB52B1FD92F02D46D97 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 8036e8bb37c02..3d8ea2de8c0bc 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20933 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.yaml index 7e9c3bc3f2d23..d700ab47da2e7 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20933/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20933 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.installer.yaml index 9b977e28f5783..1500cb90abe90 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20965 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220965/AcroRdrDCx642400220965_MUI.exe InstallerSha256: AA0375B25A520BCDA1535BCBB8764861F18B912B2B203A2610FE08770EAB0322 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 78921d6299a58..b98d99d2939ee 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20965 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.yaml index c80830475ade7..702c107bbcb53 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20965/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20965 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.installer.yaml index f859f901c4ade..e4ef59978d1db 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20991 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400220991/AcroRdrDCx642400220991_MUI.exe InstallerSha256: DE59F4B13BA00EDB88AC51ED4D348186D379DE58CD80B5450EF575F94449208D + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 16ba10661fcd3..4872602796125 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20991 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.yaml index 1d0e47e359c83..2c6b256af8729 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.20991/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.20991 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.installer.yaml index d6a4f121c3deb..bbad2ad5c0854 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.21005 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400221005/AcroRdrDCx642400221005_MUI.exe InstallerSha256: 6907BDFD43C049D3D63D415F047621EE8EDED9CC0284CDE0A994A4DF17116AC2 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index bab8ccce5490b..6593296b422c3 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.21005 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.yaml index 369517cb71983..832a16d2261ff 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.002.21005/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.002.21005 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.installer.yaml index 33dccb57e548b..c889ae4f236be 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20054 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400320054/AcroRdrDCx642400320054_MUI.exe InstallerSha256: B84DE45E63FCE4B8AAFA60FD1488ECAB850444D18B3CCC3DB8C6E37732757214 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index f18a3113bd55d..851d2a15127d0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20054 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.yaml index 26804e3b6bc94..0215372ff55ef 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20054/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20054 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.installer.yaml index 488d8c286c820..6b1b871675b8a 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20112 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400320112/AcroRdrDCx642400320112_MUI.exe InstallerSha256: 7B16031FBE4BC748993EB12493EBF9947CC0CA58956DC4D650BA020E58C4B532 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 385298d98e2d8..1c36c6d6f73f0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20112 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.yaml index b85113d0e8b8d..0ba25ca500d51 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20112/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20112 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.installer.yaml index 7278c084d5af1..c2ceeb871b1a2 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20180 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400320180/AcroRdrDCx642400320180_MUI.exe InstallerSha256: 8DDE05B5A2F4E8550D54CD071BB9D57D273813B92E22E82124C18C8B948FF609 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index c2aef35c50da3..b74d252eb55ba 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20180 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.yaml index 8a94837dc8b66..a044174c65300 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.003.20180/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.003.20180 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.installer.yaml index 593291a234327..23ca23677e6f9 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20220 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400420220/AcroRdrDCx642400420220_MUI.exe InstallerSha256: F69676B27D07452F40FAB3E824C0FD30EDCB2B7B9D5AF0E1DEE5055E55C6C7B6 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 766151362978b..3f9f4c4ed91e8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20220 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.yaml index d83f06b796088..2024285246f90 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20220/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20220 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.installer.yaml index 7776d8c30efba..ce770b2b081c2 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20243 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400420243/AcroRdrDCx642400420243_MUI.exe InstallerSha256: 0CB3AA2466C693D5E4EE4DDFDC41522ADA99B0DF913D65BC7E2E808D6506A99E + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 856627062f374..cc53e0287d2a8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20243 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.yaml index 6000e96742fa0..e664661608c85 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20243/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20243 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.installer.yaml index b00a59107e571..702e2c80926e8 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20272 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400420272/AcroRdrDCx642400420272_MUI.exe InstallerSha256: 772833558BC428665171AFCE9E707660B9619EC7B248A46B4CAC95D168B6CA74 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index 9737b439613a4..454e65c2a1090 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20272 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.yaml index ec3167ad6e15d..b812a420d1baf 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.004.20272/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.004.20272 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.installer.yaml index 67c5ad636e303..fde74aa12d8f0 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.005.20307 @@ -19,7 +19,6 @@ FileExtensions: - pdfa - pdfx - xfx -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat DC (64-bit) Publisher: Adobe @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400520307/AcroRdrDCx642400520307_MUI.exe InstallerSha256: 83ABDA1C2AF55294FB85614AB8DAA228F6ABA8D1D7D0B0756423CD306EB7076C + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index d026111283fca..c12ffe7dfab0b 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.005.20307 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy.html Author: Adobe Systems Incorporated PackageName: Adobe Acrobat Reader DC (64-bit) @@ -22,5 +23,10 @@ Tags: - adobe - dc - reader +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.yaml index c4aef7ed17998..f3d73ab0ad2b5 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20307/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit PackageVersion: 24.005.20307 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.installer.yaml index e59442f9b2d6f..97612db6a5d98 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit @@ -73,7 +73,6 @@ FileExtensions: - sequ - xdp - xfdf -ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat (64-bit) InstallerType: msi @@ -81,5 +80,6 @@ Installers: - Architecture: x64 InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400520320/AcroRdrDCx642400520320_MUI.exe InstallerSha256: DF58B7BEDBD6241B79F33D79E5A41580AE2C046E5D076816F6864C33AD7C2291 + ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml index bf242e445df01..3609333dc9778 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit @@ -6,6 +6,7 @@ PackageVersion: 24.005.20320 PackageLocale: en-US Publisher: Adobe PublisherUrl: https://www.adobe.com/ +# PublisherSupportUrl: PrivacyUrl: https://www.adobe.com/privacy/policy.html Author: Adobe Inc. PackageName: Adobe Acrobat Reader (64-bit) @@ -26,5 +27,10 @@ Tags: - read - reader - viewer +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.locale.zh-CN.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.locale.zh-CN.yaml index 114b461ae7e33..cab736c5d3ea1 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.locale.zh-CN.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit @@ -6,6 +6,7 @@ PackageVersion: 24.005.20320 PackageLocale: zh-CN # Publisher: # PublisherUrl: +# PublisherSupportUrl: # PrivacyUrl: # Author: # PackageName: @@ -26,5 +27,10 @@ Tags: - 电子书 - 阅读 - 阅读器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.yaml index 365e7ad9de365..2c0123edccb5c 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20320/Adobe.Acrobat.Reader.64-bit.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Adobe.Acrobat.Reader.64-bit diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.installer.yaml new file mode 100644 index 0000000000000..a6e854ee54426 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -0,0 +1,85 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.005.20399 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -sfx_nu /sAll /rs /msi + SilentWithProgress: /sPB /rs /msi + Interactive: /msi + InstallLocation: INSTALLDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- acrobat +- acrobat2018 +- acrobat2019 +- acrobat2024 +- launchreader +FileExtensions: +- aaui +- acrobatsecuritysettings +- api +- bpdx +- chs +- fcdt +- fdf +- pdf +- pdfxml +- pdx +- rmf +- secstore +- sequ +- xdp +- xfdf +ProductCode: '{AC76BA86-1033-FF00-7760-BC15014EA700}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat (64-bit) + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2400520399/AcroRdrDCx642400520399_MUI.exe + InstallerSha256: 4371319BEC61B6CDAA86B91D2438699DF9D165A4528F30DE93D4EFC8AE4560CC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml new file mode 100644 index 0000000000000..8376c23b805e5 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.005.20399 +PackageLocale: en-US +Publisher: Adobe +PublisherUrl: https://www.adobe.com/ +PrivacyUrl: https://www.adobe.com/privacy/policy.html +Author: Adobe Inc. +PackageName: Adobe Acrobat Reader (64-bit) +PackageUrl: https://www.adobe.com/acrobat/pdf-reader.html +License: Proprietary +LicenseUrl: https://www.adobe.com/content/dam/cc/en/legal/licenses-terms/pdf/Reader-EULA-en_US-20181207.pdf +Copyright: Copyright © 1984-2024 Adobe. All rights reserved. +CopyrightUrl: https://www.adobe.com/legal/permissions.html +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader +Tags: +- annotate +- annotation +- comment +- ebook +- pdf +- read +- reader +- viewer +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.locale.zh-CN.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..887a2e7295432 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.005.20399 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 查看、打印、签署、共享和注释 PDF 文档的免费、可靠的全球标准。 +Description: Adobe Acrobat Reader 软件是查看、打印、签署、共享和注释 PDF 文档的免费、值得信赖的全球标准。它是唯一一款可以打开所有类型 PDF 内容(包括表单和多媒体)并与之交互的 PDF 阅读器。 +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 阅读 +- 阅读器 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.yaml new file mode 100644 index 0000000000000..bee2a38b523d7 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/24.005.20399/Adobe.Acrobat.Reader.64-bit.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.64-bit +PackageVersion: 24.005.20399 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adobe/CreativeCloud/6.5.0.348/Adobe.CreativeCloud.installer.yaml b/manifests/a/Adobe/CreativeCloud/6.5.0.348/Adobe.CreativeCloud.installer.yaml index 74bbc19d684a1..9deee7463bcda 100644 --- a/manifests/a/Adobe/CreativeCloud/6.5.0.348/Adobe.CreativeCloud.installer.yaml +++ b/manifests/a/Adobe/CreativeCloud/6.5.0.348/Adobe.CreativeCloud.installer.yaml @@ -22,6 +22,6 @@ ProductCode: Adobe Creative Cloud Installers: - Architecture: x64 InstallerUrl: https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=KCCC&wamFeature=nuj-live - InstallerSha256: 0F727129CD58C2291DBCCAC8930AD80C28B6D19EBFA4C5F91DEB4C00B7C75774 + InstallerSha256: ABBB5FECE76F8FFFA0AF39BFB070C00F682DD8ECE6717D0CA2DC10FA8123DBFE ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.installer.yaml b/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.installer.yaml index 7f13f7c4bffae..bf6e0ba2fc721 100644 --- a/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.installer.yaml +++ b/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Aegisub.Aegisub PackageVersion: 3.2.2 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 19AE304C586F5D59171C44E89037006DDA2C511C866FA9E453038EAADC58AFCD ProductCode: '{24BC8B57-716C-444F-B46B-A3349B9164C5}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.locale.en-US.yaml b/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.locale.en-US.yaml index 174eec5c317b7..5cf2717d1d6de 100644 --- a/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.locale.en-US.yaml +++ b/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Aegisub.Aegisub PackageVersion: 3.2.2 @@ -7,10 +7,10 @@ PackageLocale: en-US Publisher: Aegisub Team PublisherUrl: https://github.com/Aegisub PublisherSupportUrl: https://github.com/Aegisub/Aegisub/issues -# PrivacyUrl: +PrivacyUrl: https://aegisub.org/privacy-policy/ Author: Aegisub Team PackageName: Aegisub -PackageUrl: https://aeg-dev.github.io/AegiSite/ +PackageUrl: https://aegisub.org/ License: GPL-2.0 LicenseUrl: https://github.com/Aegisub/Aegisub/blob/master/LICENCE Copyright: Copyright (c) 2004-2014, Aegisub Project @@ -31,11 +31,11 @@ ReleaseNotes: |- - Update the selection and scroll position after opening subtitles from video - Fix crash on a certain kind of malformed shift times history file - Don't set the YCbCr header field to "None" when resampling resolution without changing colors -ReleaseNotesUrl: https://aeg-dev.github.io/AegiSite/changelog/3.2.2/ +ReleaseNotesUrl: https://aegisub.org/changelog/3.2.2/ # PurchaseUrl: # InstallationNotes: Documentations: - DocumentLabel: User manual DocumentUrl: https://aeg-dev.github.io/AegiSite/docs/3.2 ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.locale.zh-CN.yaml b/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.locale.zh-CN.yaml index 501ea5b2b32a3..dc34740b906da 100644 --- a/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.locale.zh-CN.yaml +++ b/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Aegisub.Aegisub PackageVersion: 3.2.2 @@ -7,10 +7,10 @@ PackageLocale: zh-CN Publisher: Aegisub Team PublisherUrl: https://github.com/Aegisub PublisherSupportUrl: https://github.com/Aegisub/Aegisub/issues -# PrivacyUrl: +PrivacyUrl: https://aegisub.org/zh-cn/privacy-policy/ Author: Aegisub Team PackageName: Aegisub -PackageUrl: https://aeg-dev.github.io/AegiSite/zh-cn/ +PackageUrl: https://aegisub.org/zh-cn/ License: GPL-2.0 LicenseUrl: https://github.com/Aegisub/Aegisub/blob/master/LICENCE Copyright: Copyright (c) 2004-2014, Aegisub Project @@ -24,11 +24,11 @@ Tags: - 音频 # Agreements: # ReleaseNotes: -ReleaseNotesUrl: https://aeg-dev.github.io/AegiSite/zh-cn/changelog/3.2.2/ +ReleaseNotesUrl: https://aegisub.org/changelog/3.2.2/ # PurchaseUrl: # InstallationNotes: Documentations: - DocumentLabel: 用户手册 DocumentUrl: https://aeg-dev.github.io/AegiSite/zh-cn/docs/3.2 ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.yaml b/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.yaml index 0eddd7aff77cf..a2a6ecd6fcf44 100644 --- a/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.yaml +++ b/manifests/a/Aegisub/Aegisub/3.2.2/Aegisub.Aegisub.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Aegisub.Aegisub PackageVersion: 3.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.installer.yaml b/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.installer.yaml new file mode 100644 index 0000000000000..b0878aef5d78d --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.60 +UpgradeBehavior: install +Protocols: +- onepassword +- onepassword8 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.60.exe + InstallerSha256: D7FE35E4856E8CAD9B22DAB5E0CD7F7130FFD9A5F1EFC7BFA7FC50AF0D3B7E97 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 1Password +- Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-8.10.60.msi + InstallerSha256: 9D400AE86D769E9B2F10BC81105E98A87427F9C1DC05EC48BE2FF102B7B8BC9C + ProductCode: '{E1DA7231-3F15-4C34-9DD9-CF25512B9493}' + AppsAndFeaturesEntries: + - Publisher: Agilebits Inc. + ProductCode: '{E1DA7231-3F15-4C34-9DD9-CF25512B9493}' + UpgradeCode: '{04B64D44-52BF-41A6-85BA-CDBA63AEB44D}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.locale.en-US.yaml b/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.locale.en-US.yaml new file mode 100644 index 0000000000000..2f01f5c2abe88 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.60 +PackageLocale: en-US +Publisher: AgileBits Inc. +PublisherUrl: https://1password.com/ +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/legal/privacy +Author: AgileBits Inc. +PackageName: 1Password +PackageUrl: https://1password.com/downloads/windows +License: Proprietary +LicenseUrl: https://1password.com/legal/terms-of-service +Copyright: © 2024 1Password. All rights reserved. +CopyrightUrl: https://1password.com/legal/terms-of-service +ShortDescription: Top-Rated Password Manager for Personal & Business Use +Description: Protect your sensitive information with our password manager. Stop data breaches, secure apps, and autofill passwords with 1Password. +Tags: +- credential +- password +- protect +- protection +- security +- vault +ReleaseNotesUrl: https://releases.1password.com/windows/ +PurchaseUrl: https://1password.com/pricing +Documentations: +- DocumentLabel: 1Password Developer + DocumentUrl: https://developer.1password.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.locale.zh-CN.yaml b/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f55645fc86870 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.60 +PackageLocale: zh-CN +Publisher: AgileBits Inc. +PublisherUrl: https://1password.com/zh-cn +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/zh-cn/legal/privacy +Author: AgileBits Inc. +PackageName: 1Password +PackageUrl: https://1password.com/downloads/windows +License: 专有软件 +LicenseUrl: https://1password.com/zh-cn/legal/terms-of-service +Copyright: © 2024 1Password. 保留所有权利。 +CopyrightUrl: https://1password.com/zh-cn/legal/terms-of-service +ShortDescription: 适合个人和企业使用的顶级密码管理器 +Description: 使用我们的密码管理器保护您的敏感信息。使用 1Password 杜绝数据泄露、确保应用程序安全并自动填充密码。 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +ReleaseNotesUrl: https://releases.1password.com/windows/ +PurchaseUrl: https://1password.com/zh-cn/pricing +Documentations: +- DocumentLabel: 1Password 开发者 + DocumentUrl: https://developer.1password.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.yaml b/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.yaml new file mode 100644 index 0000000000000..1c15b43284692 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.10.60/AgileBits.1Password.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.10.60 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.installer.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.installer.yaml deleted file mode 100644 index 62c7337e8b29d..0000000000000 --- a/manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: AgileBits.1Password.Beta -PackageVersion: 8.10.60.4 -InstallerType: exe -Scope: user -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-latest.BETA.exe - InstallerSha256: 94DBE81712C5CB0EA2215611F6D7F82EDE61F639886FDDE140A1DC08837140B9 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.yaml deleted file mode 100644 index 57f159ca33693..0000000000000 --- a/manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: AgileBits.1Password.Beta -PackageVersion: 8.10.60.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.installer.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.installer.yaml new file mode 100644 index 0000000000000..69b93a0a55be5 --- /dev/null +++ b/manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AgileBits.1Password.Beta +PackageVersion: 8.10.62.14 +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.1password.com/win/1PasswordSetup-latest.BETA.exe + InstallerSha256: E55C99D30D194831898DD12E7EE490BE543F1CB8625351E72B5C118BA22777A8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.locale.en-US.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.locale.en-US.yaml similarity index 85% rename from manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.locale.en-US.yaml rename to manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.locale.en-US.yaml index 726cbff8f5f2a..07b4b4e77674a 100644 --- a/manifests/a/AgileBits/1Password/Beta/8.10.60.4/AgileBits.1Password.Beta.locale.en-US.yaml +++ b/manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/23 +# Automatically updated by the winget bot at 2025/Feb/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: AgileBits.1Password.Beta -PackageVersion: 8.10.60.4 +PackageVersion: 8.10.62.14 PackageLocale: en-US Publisher: AgileBits, Inc. PublisherUrl: https://1password.com/ diff --git a/manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.yaml b/manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.yaml new file mode 100644 index 0000000000000..d3bac95118ba6 --- /dev/null +++ b/manifests/a/AgileBits/1Password/Beta/8.10.62.14/AgileBits.1Password.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AgileBits.1Password.Beta +PackageVersion: 8.10.62.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.installer.yaml b/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.installer.yaml index 69ddddc5fd3cb..901864b194c92 100644 --- a/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.installer.yaml +++ b/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Alibaba.AliWorkbench PackageVersion: 9.26.02N @@ -22,9 +22,5 @@ Installers: InstallerUrl: https://download.alicdn.com/wangwang/qianniu_(9.26.02N).exe InstallerSha256: E9011FD1A6BF7114A6F5B1CF8AAC556AA44C9921E6DBDD26D4FB4295A69BB057 ProductCode: 千牛工作台 -- Architecture: x64 - InstallerUrl: https://download.alicdn.com/wangwang/qianniu_(9.26.02N)_64.exe - InstallerSha256: 227B27491A5E737520B317061771D684B54646C63B5510293A1E7D59584078B8 - ProductCode: 千牛工作台 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.locale.en-US.yaml b/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.locale.en-US.yaml index 3ee9182a05429..8a1b0a58f84cd 100644 --- a/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.locale.en-US.yaml +++ b/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Alibaba.AliWorkbench PackageVersion: 9.26.02N @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: FAQ DocumentUrl: https://www.yuque.com/fld1bg/scy9lg ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.locale.zh-CN.yaml b/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.locale.zh-CN.yaml index c9720bf3d6c9f..0d954477e7512 100644 --- a/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.locale.zh-CN.yaml +++ b/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Alibaba.AliWorkbench PackageVersion: 9.26.02N @@ -47,4 +47,4 @@ Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://www.yuque.com/fld1bg/scy9lg ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.yaml b/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.yaml index 7cb08e3de58d1..8aaba995a18de 100644 --- a/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.yaml +++ b/manifests/a/Alibaba/AliWorkbench/9.26.02N/Alibaba.AliWorkbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Alibaba.AliWorkbench PackageVersion: 9.26.02N DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.installer.yaml b/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.installer.yaml index bd62ec9a7b8fd..8dacb5e02ac96 100644 --- a/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.installer.yaml +++ b/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Alibaba.AliWorkbench PackageVersion: 9.31.01N @@ -22,9 +22,5 @@ Installers: InstallerUrl: https://download.alicdn.com/wangwang/qianniu_(9.31.01N).exe InstallerSha256: 9AAEDD15FC5B1371E15B84598D3F06CDE4FAF0DDA7A84165A78C4BED3EBAFEC9 ProductCode: 千牛工作台 -- Architecture: x64 - InstallerUrl: https://download.alicdn.com/wangwang/qianniu_(9.31.01N)_64.exe - InstallerSha256: 594A24BE273969970766A5BEF164E60F8799CDE77713EAC5A234295388CA2406 - ProductCode: 千牛工作台 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.locale.en-US.yaml b/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.locale.en-US.yaml index 2adec1d19d673..7c505efbb6482 100644 --- a/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.locale.en-US.yaml +++ b/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Alibaba.AliWorkbench PackageVersion: 9.31.01N @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: FAQ DocumentUrl: https://www.yuque.com/fld1bg/scy9lg ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.locale.zh-CN.yaml b/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.locale.zh-CN.yaml index abf170ad49c34..8eee67387260b 100644 --- a/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.locale.zh-CN.yaml +++ b/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Alibaba.AliWorkbench PackageVersion: 9.31.01N @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://www.yuque.com/fld1bg/scy9lg ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.yaml b/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.yaml index 92ef2a81bdef9..f839f186acd39 100644 --- a/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.yaml +++ b/manifests/a/Alibaba/AliWorkbench/9.31.01N/Alibaba.AliWorkbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Alibaba.AliWorkbench PackageVersion: 9.31.01N DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..d3c7fa5063dae --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.251 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.0.251/aliyun-cli-windows-3.0.251-amd64.zip + InstallerSha256: 6EC4284AF969D095D40542DD9EE78340757A35974321C0993D1EDE4C26AD4587 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..bf546cf82cfc5 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.251 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - 'configure set' command save the STS region configuration to config file. by @CodeSpaceiiii in https://github.com/aliyun/aliyun-cli/pull/1179 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.0.250...v3.0.251 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.251 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8177c0b2343e4 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.251 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2009-present, Alibaba Cloud All rights reserved. +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +Tags: +- 阿里云 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.251 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..0413bdcda5d25 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.0.251/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.0.251 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.installer.yaml b/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.installer.yaml deleted file mode 100644 index 6563bd4d8ae2b..0000000000000 --- a/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Alibaba.DingTalk.Lite -PackageVersion: 5.1.21-Release.516 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallerSuccessCodes: -- 1223 -UpgradeBehavior: install -Protocols: -- dingtalk -- dingtalkscheme -Installers: -- Architecture: x86 - InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/dingtalk_lite/Release/DingTalkLite_v5.1.21.516.exe - InstallerSha256: 0B033806CFC8B933DF863129A7838DF9CA33F6AE256879C5F06C5AEC8FD87B55 - ProductCode: DingTalk Lite -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.locale.en-US.yaml deleted file mode 100644 index 0405574e9bdf6..0000000000000 --- a/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Alibaba.DingTalk.Lite -PackageVersion: 5.1.21-Release.516 -PackageLocale: en-US -Publisher: Alibaba (China) Network Technology Co.,Ltd. -PublisherUrl: https://www.dingtalk.com/en/ -PublisherSupportUrl: https://survey.aliyun.com/apps/zhiliao/LWuswjFCS -PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html -Author: Dingtalk (China) Information Technology Co., Ltd. -PackageName: DingTalk Lite -PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download -License: Proprietary -LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite -Copyright: Copyright:2014-2020 Alibaba DingTalk, all rights resrved. -# CopyrightUrl: -ShortDescription: DingTalk, make work and study easy -Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. -# Moniker: -Tags: -- attendance -- bussiness -- check-in -- collaboration -- comunication -- conference -- docs -- document -- enterprise -- meeting -- oa -- office -- saas -- team -- work -- working -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.locale.zh-CN.yaml deleted file mode 100644 index d4133bf3de5f9..0000000000000 --- a/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Alibaba.DingTalk.Lite -PackageVersion: 5.1.21-Release.516 -PackageLocale: zh-CN -Publisher: Alibaba (China) Network Technology Co.,Ltd. -PublisherUrl: https://www.dingtalk.com/ -PublisherSupportUrl: https://page.dingtalk.com/wow/dingtalk/act/dd-server-y -PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html -Author: 钉钉(中国)信息技术有限公司 -PackageName: DingTalk Lite -PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download -License: 专有软件 -LicenseUrl: https://tms.dingtalk.com/markets/dingtalk/service-terms-zh -Copyright: 版权公告:2014-2020 阿里钉钉 版权所有 -CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html -ShortDescription: 钉钉,让工作学习更简单 -Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 -# Moniker: -Tags: -- oa -- saas -- 企业 -- 会议 -- 公司 -- 办公 -- 协作 -- 协同 -- 商务 -- 团队 -- 工作 -- 打卡 -- 文档 -- 沟通 -- 签到 -- 考勤 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.yaml b/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.yaml deleted file mode 100644 index fa09594e9ba8f..0000000000000 --- a/manifests/a/Alibaba/DingTalk/Lite/5.1.21-Release.516/Alibaba.DingTalk.Lite.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Alibaba.DingTalk.Lite -PackageVersion: 5.1.21-Release.516 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.installer.yaml b/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.installer.yaml deleted file mode 100644 index 17a5c3d95e1b3..0000000000000 --- a/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.installer.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Alibaba.Quark -PackageVersion: 1.0.5.9 -InstallerType: inno -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- mhtml -- pdf -- shtml -- svg -- webp -- xht -- xhtml -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://umcdn.quark.cn/download/37212/quarkpc/pcquark@store_guanwang/QuarkPC_V1.0.5.9_pc_pf30002_(zh-cn)_release1_(Build1642175-240110140437-x64).exe - InstallerSha256: 98B31FB016110B400CF38C36795EC5F43D427C5B8A3427D34C28FFB1CE3270A0 - InstallerSwitches: - Custom: /CURRENTUSER - ProductCode: '{FB7670C2-7F99-426D-B687-21BB585A5C73}_is1' -- Architecture: x64 - Scope: machine - InstallerUrl: https://umcdn.quark.cn/download/37212/quarkpc/pcquark@store_guanwang/QuarkPC_V1.0.5.9_pc_pf30002_(zh-cn)_release1_(Build1642175-240110140437-x64).exe - InstallerSha256: 98B31FB016110B400CF38C36795EC5F43D427C5B8A3427D34C28FFB1CE3270A0 - InstallerSwitches: - Custom: /ALLUSERS - ProductCode: '{FB7670C2-7F99-426D-B687-21BB585A5C73}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.locale.en-US.yaml b/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.locale.en-US.yaml deleted file mode 100644 index 74e5e1290238d..0000000000000 --- a/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Alibaba.Quark -PackageVersion: 1.0.5.9 -PackageLocale: en-US -Publisher: Quark -PublisherUrl: https://www.quark.cn/ -# PublisherSupportUrl: -PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/c_end_product_protocol/20230727184418287/20230727184418287.html -Author: Guangzhou Dongyue Information Technology Co., Ltd. -PackageName: 夸克 -PackageUrl: https://www.quark.cn/ -License: Freeware -LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/c_end_product_protocol/20230727183841535/20230727183841535.html -Copyright: Copyright © 2024 The Quark Authors. All rights reserved. -# CopyrightUrl: -ShortDescription: Quark is a browser that integrates search, cloud drive, utilities and more, providing users with fast, intelligent and efficient experience. -# Description: -# Moniker: -Tags: -- browser -- chromium -- internet -- web -- webpage -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.locale.zh-CN.yaml b/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.locale.zh-CN.yaml deleted file mode 100644 index a1d3f06aa7de4..0000000000000 --- a/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Alibaba.Quark -PackageVersion: 1.0.5.9 -PackageLocale: zh-CN -Publisher: Quark -PublisherUrl: https://www.quark.cn/ -# PublisherSupportUrl: -PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/c_end_product_protocol/20230727184418287/20230727184418287.html -Author: 广州市动悦信息技术有限公司 -PackageName: 夸克 -PackageUrl: https://www.quark.cn/ -License: 免费软件 -LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/c_end_product_protocol/20230727183841535/20230727183841535.html -Copyright: 版权所有 2024 The Quark Authors。保留所有权利。 -# CopyrightUrl: -ShortDescription: 夸克是一款集搜索、网盘、工具等功能于一体的浏览器,为用户提供极速、智能、高效的体验。 -# Description: -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.yaml b/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.yaml deleted file mode 100644 index 9a22c560adfa1..0000000000000 --- a/manifests/a/Alibaba/Quark/1.0.5.9/Alibaba.Quark.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Alibaba.Quark -PackageVersion: 1.0.5.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.installer.yaml b/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.installer.yaml new file mode 100644 index 0000000000000..8b6dda9492ae3 --- /dev/null +++ b/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AltekaSolutions.Kards +PackageVersion: 1.3.1 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Alteka/Kards/releases/download/v1.3.1/Kards-1.3.1-windows-x64.exe + InstallerSha256: 568A2388794F382AB4D38D244A8A855121A5392034DB4B9AB727ABAB3D9A5169 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.locale.en-UK.yaml b/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.locale.en-UK.yaml new file mode 100644 index 0000000000000..17a9e5a2ab860 --- /dev/null +++ b/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.locale.en-UK.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AltekaSolutions.Kards +PackageVersion: 1.3.1 +PackageLocale: en-UK +Publisher: Alteka Solutions +PackageName: Kards +License: GPLv3 +Copyright: Copyright © 2024 Alteka Solutions +ShortDescription: A cross-platform test card generator for AV professionals +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.yaml b/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.yaml new file mode 100644 index 0000000000000..a6c099b86789b --- /dev/null +++ b/manifests/a/AltekaSolutions/Kards/1.3.1/AltekaSolutions.Kards.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AltekaSolutions.Kards +PackageVersion: 1.3.1 +DefaultLocale: en-UK +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AmN/yasb/1.5.8/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.5.8/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..ffb29b72fd5ab --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.8/AmN.yasb.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.5.8 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{FD30168A-2D6B-4D13-BD84-D103424BE1B9}' +AppsAndFeaturesEntries: +- ProductCode: '{FD30168A-2D6B-4D13-BD84-D103424BE1B9}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.5.8/yasb-1.5.8-win64.msi + InstallerSha256: 7E21735CDF9E93694C7EA6241717AD9404D5268077B9AF636B493AA0B5313113 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-01 diff --git a/manifests/a/AmN/yasb/1.5.8/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.5.8/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..b568ae25a685f --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.8/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.5.8 +PackageLocale: en-US +Publisher: AmN +PublisherUrl: https://github.com/amnweb +PublisherSupportUrl: https://github.com/amnweb/yasb/issues +Author: AmN +PackageName: yasb +PackageUrl: https://github.com/amnweb/yasb +License: MIT License +LicenseUrl: https://github.com/amnweb/yasb/blob/HEAD/LICENSE +Copyright: Copyright 2024 AmN. All rights reserved. +CopyrightUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +ShortDescription: A configurable Windows status bar. +Description: A configurable Windows status bar. +Tags: +- status bar +- topbar +ReleaseNotes: "New Features\n- add Windows notification widget\n -add hide_if_offline, max_label_length options, implement internet connectivity check\nFull Changelog: https://github.com/amnweb/yasb/compare/v1.5.7...v1.5.8" +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v1.5.8 +InstallationNotes: https://github.com/amnweb/yasb +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/amnweb/yasb/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AmN/yasb/1.5.8/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.5.8/AmN.yasb.yaml new file mode 100644 index 0000000000000..a52d04d7e240f --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.8/AmN.yasb.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.5.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..a52f30610e974 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.10 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{1CE34C0E-0ADE-4F34-B765-F1BADBAE7ECF}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.23.10.msi + InstallerSha256: AC80BB5751DE328F90F30801CE4C2F90C905C5CACA93C747FD221C82E956C245 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..611486cc767dd --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.10 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..25f22a1193e50 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.10/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..8076b0d06542b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.11 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{1F072274-ACBD-492B-AFE4-BA7F61EBAE52}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.23.11.msi + InstallerSha256: 84D166AA38D3A0577A00193074C31B1AFE4A2F65468C7A196B79523F48C058BC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d9f9b165e67ad --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.11 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..1fb1ff6807084 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.11/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..24ef3863bc4d9 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.12 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{61D83EC3-F774-4BEE-A463-86FE6EFDC219}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.23.12.msi + InstallerSha256: 1AB667618A619584B5F7D0F4E0DFB2E25D33839DEC41C9ECED5A81C6D011F9BF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..e76f7c32923b9 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.12 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..9027dcd8f95f9 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.12/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..4c4dc2553d42f --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.13 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{E17A49BF-E158-4224-810A-4A8B161357A2}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.23.13.msi + InstallerSha256: 3E0A38F5A6B49D650728A8D9B80F388C504351A9082A5B4AA9160F0AA7B3A468 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4fe90532c20fc --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.13 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..cebc46fc89a54 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.13/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..0672bd3b55b87 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.14 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{FBE9817F-28C6-4EBF-99B0-23E039F06AB1}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.23.14.msi + InstallerSha256: 24B6A5B1D4C84748E220604E5527D8FA8DE106D5155255114554229BFB652921 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..6adf632e7671f --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.14 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..dbe286c2f103c --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.14/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..54e73fa55c1f3 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.15 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{CD23A9AA-9A12-4067-8342-BD2F5D5A571A}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.23.15.msi + InstallerSha256: F816348FA462F6CDEE406F958B3C24A322987EE906A9FFA4FD4C80F3245F9C99 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..5b9e6683cafd7 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.15 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..a0f408ba81701 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.23.15/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.23.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..8bda84bb073b7 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.24.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{5F5CA8B5-A720-4A8D-BBBF-D6E7B8C29B3D}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + Publisher: Amazon Web Services + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.24.0.msi + InstallerSha256: 22BA7022D26B7F11A96BE1DBEA5FA4C54299F4678CE557D59E0D51E4EE6B61DF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..17fb9ee1034ea --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.24.0 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..7fd2f17b38f8b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.24.0/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.installer.yaml b/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.installer.yaml new file mode 100644 index 0000000000000..22656a7c14bc2 --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 5.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{FEB2C047-EBAF-4294-83E4-42ED57F9044A}' +AppsAndFeaturesEntries: +- UpgradeCode: '{8D1975AA-4987-4668-ACD2-66EC556E5608}' +Installers: +- Architecture: x64 + InstallerUrl: https://d20adtppz83p9s.cloudfront.net/WPF/5.0.1/AWS_VPN_Client.msi + InstallerSha256: 00AB532F9C979CBF7D7889E27AC6AE5A15D38F21893F8A48345BAC5302B683C1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.locale.en-US.yaml b/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.locale.en-US.yaml new file mode 100644 index 0000000000000..cefa80b5e9f3d --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 5.0.1 +PackageLocale: en-US +Publisher: Amazon +PackageName: AWS VPN Client +License: https://aws.amazon.com/agreement/ +ShortDescription: Securely access AWS resources and resources in your on-premises network. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.yaml b/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.yaml new file mode 100644 index 0000000000000..f9e0d95a0fa4a --- /dev/null +++ b/manifests/a/Amazon/AWSVPNClient/5.0.1/Amazon.AWSVPNClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.AWSVPNClient +PackageVersion: 5.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.yaml b/manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.yaml deleted file mode 100644 index 5b6e059c1c2ac..0000000000000 --- a/manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Amazon.CloudWatchAgent -PackageVersion: 1.4.37907 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.installer.yaml b/manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.installer.yaml similarity index 77% rename from manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.installer.yaml rename to manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.installer.yaml index 22854e5b51f48..a4a77e105cd0b 100644 --- a/manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.installer.yaml +++ b/manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.9.2.0 +# Automatically updated by the winget bot at 2025/Feb/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Amazon.CloudWatchAgent -PackageVersion: 1.4.37907 +PackageVersion: 1.4.37908 InstallerLocale: en-US InstallerType: wix ProductCode: '{415DDA6F-9E6F-4815-8538-62A2E93A797D}' @@ -14,6 +14,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x64 InstallerUrl: https://amazoncloudwatch-agent.s3.amazonaws.com/windows/amd64/latest/amazon-cloudwatch-agent.msi - InstallerSha256: D6E275D90079DD9227EEE2926689B010C728AF3B12A25472A1002F536C87C1B8 + InstallerSha256: 1EF98B769EADACE673D8D1AF0AD3FB33FA7DE8A7DAEFDDE65A717C30E3202822 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.locale.en-US.yaml b/manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.locale.en-US.yaml similarity index 80% rename from manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.locale.en-US.yaml rename to manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.locale.en-US.yaml index 68de107d62c6b..0a719052d81d8 100644 --- a/manifests/a/Amazon/CloudWatchAgent/1.4.37907/Amazon.CloudWatchAgent.locale.en-US.yaml +++ b/manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.9.2.0 +# Automatically updated by the winget bot at 2025/Feb/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Amazon.CloudWatchAgent -PackageVersion: 1.4.37907 +PackageVersion: 1.4.37908 PackageLocale: en-US Publisher: Amazon.com, Inc. PackageName: Amazon CloudWatch Agent diff --git a/manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.yaml b/manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.yaml new file mode 100644 index 0000000000000..39e7be7e5084a --- /dev/null +++ b/manifests/a/Amazon/CloudWatchAgent/1.4.37908/Amazon.CloudWatchAgent.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Amazon.CloudWatchAgent +PackageVersion: 1.4.37908 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.installer.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.installer.yaml new file mode 100644 index 0000000000000..ea6514ddc3b8d --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anaconda.Miniconda3 +PackageVersion: py312_25.1.1-0 +MinimumOSVersion: 10.0.18362.0 +InstallerType: nullsoft +Commands: +- conda +- pip +- pip3 +- python +- pythonw +ProductCode: Miniconda3 py312_25.1.1-0 (Python 3.12.8 64-bit) +AppsAndFeaturesEntries: +- DisplayName: Miniconda3 py312_25.1.1-0 (Python 3.12.8 64-bit) + ProductCode: Miniconda3 py312_25.1.1-0 (Python 3.12.8 64-bit) +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0-Windows-x86_64.exe + InstallerSha256: 39C39848C1AD93B0E938C8732EFFB449F1C4BE07B50B1B2E37C16F355F510F70 + InstallerSwitches: + Custom: /InstallationType=JustMe + UpgradeBehavior: deny + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0-Windows-x86_64.exe + InstallerSha256: 39C39848C1AD93B0E938C8732EFFB449F1C4BE07B50B1B2E37C16F355F510F70 + InstallerSwitches: + Custom: /InstallationType=AllUsers + UpgradeBehavior: uninstallPrevious + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.locale.en-US.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.locale.en-US.yaml new file mode 100644 index 0000000000000..3b4ec81b4f72b --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anaconda.Miniconda3 +PackageVersion: py312_25.1.1-0 +PackageLocale: en-US +Publisher: Anaconda, Inc. +PublisherUrl: https://www.anaconda.com/ +PublisherSupportUrl: https://anaconda.cloud/support-center +PrivacyUrl: https://legal.anaconda.com/policies/en?name=privacy-policy +Author: Anaconda, Inc. +PackageName: Miniconda3 +PackageUrl: https://docs.anaconda.com/free/miniconda/ +License: Proprietary +LicenseUrl: https://legal.anaconda.com/policies/en/?name=end-user-license-agreement +Copyright: © 2024 Anaconda Inc. All rights reserved. +CopyrightUrl: https://legal.anaconda.com/policies/en/?name=additional-policies-terms#anaconda-trademark-brand-guidelines +ShortDescription: The minimal way to bootstrap conda onto a system. Contains only conda and its dependencies. +Description: Miniconda is a free minimal installer for conda. It is a small bootstrap version of Anaconda that includes only conda, Python, the packages they both depend on, and a small number of other useful packages (like pip, zlib, and a few others). If you need more packages, use the conda install command to install from thousands of packages available by default in Anaconda’s public repo, or from other channels, like conda-forge or bioconda. +Moniker: miniconda3 +Tags: +- conda +- miniconda +- miniconda3 +- python +ReleaseNotesUrl: https://docs.anaconda.com/free/miniconda/miniconda-release-notes/ +PurchaseUrl: https://www.anaconda.com/pricing +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.anaconda.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.locale.zh-CN.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..499230b41ee00 --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Anaconda.Miniconda3 +PackageVersion: py312_25.1.1-0 +PackageLocale: zh-CN +Publisher: Anaconda, Inc. +PublisherUrl: https://www.anaconda.com/ +PublisherSupportUrl: https://anaconda.cloud/support-center +PrivacyUrl: https://legal.anaconda.com/policies/en?name=privacy-policy +Author: Anaconda, Inc. +PackageName: Miniconda3 +PackageUrl: https://docs.anaconda.com/free/miniconda/ +License: 专有软件 +LicenseUrl: https://legal.anaconda.com/policies/en/?name=end-user-license-agreement +Copyright: © 2024 Anaconda Inc. All rights reserved. +CopyrightUrl: https://legal.anaconda.com/policies/en/?name=additional-policies-terms#anaconda-trademark-brand-guidelines +ShortDescription: 在系统上引导 conda 的最简单方法。仅包含 conda 及其依赖项。 +Description: Miniconda 是一款免费的用于 conda 的最小安装程序。它是 Anaconda 的一个小型引导版本,只包含 conda、Python 及其依赖,以及少量其它有用的软件包(如 pip、zlib 和其它一些软件包)。如果需要更多软件包,可以使用 conda install 命令从 Anaconda 公共软件仓库中的数千个包中安装,或者从 conda-forge 或 bioconda 等其它渠道安装。 +Tags: +- conda +- miniconda +- miniconda3 +- python +ReleaseNotesUrl: https://docs.anaconda.com/free/miniconda/miniconda-release-notes/ +PurchaseUrl: https://www.anaconda.com/pricing +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.anaconda.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.yaml new file mode 100644 index 0000000000000..7932671e2eadf --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-0/Anaconda.Miniconda3.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anaconda.Miniconda3 +PackageVersion: py312_25.1.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.installer.yaml b/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.installer.yaml index 4fa2e24b0c6d1..1a8984654c59d 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.installer.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.installer.yaml @@ -1,5 +1,5 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: AntibodySoftware.WizTree PackageVersion: "4.23" @@ -12,10 +12,10 @@ ProductCode: WizTree_is1 ReleaseDate: 2024-12-03 Installers: - Architecture: x86 - InstallerUrl: https://diskanalyzer.com/files/wiztree_4_23_setup.exe + InstallerUrl: https://diskanalyzer.com/files/archive/wiztree_4_23_setup.exe InstallerSha256: EDE889913A2B3819B2AA642A1BC46185A91202D854FA3EEC141C6E8E64EDD5C5 - Architecture: x64 - InstallerUrl: https://diskanalyzer.com/files/wiztree_4_23_setup.exe + InstallerUrl: https://diskanalyzer.com/files/archive/wiztree_4_23_setup.exe InstallerSha256: EDE889913A2B3819B2AA642A1BC46185A91202D854FA3EEC141C6E8E64EDD5C5 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.locale.en-US.yaml b/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.locale.en-US.yaml index 5e92886b81317..14689afbe91c6 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.locale.en-US.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.locale.en-US.yaml @@ -1,5 +1,5 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: AntibodySoftware.WizTree PackageVersion: "4.23" @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: User Guides DocumentUrl: https://diskanalyzer.com/guide ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.locale.zh-CN.yaml b/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.locale.zh-CN.yaml index 8232457c753b1..898659ce12fc7 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.locale.zh-CN.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.locale.zh-CN.yaml @@ -1,5 +1,5 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: AntibodySoftware.WizTree PackageVersion: "4.23" @@ -27,4 +27,4 @@ Documentations: - DocumentLabel: 用户指南 DocumentUrl: https://diskanalyzer.com/guide ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.yaml b/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.yaml index 5d0f7378380a8..4465384b0f198 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.23/AntibodySoftware.WizTree.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: AntibodySoftware.WizTree PackageVersion: "4.23" DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.installer.yaml b/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.installer.yaml new file mode 100644 index 0000000000000..b0c57617fa6b6 --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.24" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- mft +ProductCode: WizTree_is1 +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x86 + InstallerUrl: https://diskanalyzer.com/files/wiztree_4_24_setup.exe + InstallerSha256: 21ECEFF757CC4E3EE00FF4348C32C1750372DF5C9BBD19AD1363AFADD1248886 +- Architecture: x64 + InstallerUrl: https://diskanalyzer.com/files/wiztree_4_24_setup.exe + InstallerSha256: 21ECEFF757CC4E3EE00FF4348C32C1750372DF5C9BBD19AD1363AFADD1248886 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.locale.en-US.yaml b/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.locale.en-US.yaml new file mode 100644 index 0000000000000..a36d85dcf1c6f --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.24" +PackageLocale: en-US +Publisher: Antibody Software +PublisherUrl: https://antibody-software.com/ +PublisherSupportUrl: https://antibody-software.com/contact +PrivacyUrl: https://diskanalyzer.com/privacy-policy +Author: Antibody Software Limited +PackageName: WizTree +PackageUrl: https://diskanalyzer.com/ +License: Proprietary +LicenseUrl: https://diskanalyzer.com/eula +Copyright: Copyright © 2024 Antibody Software Limited. All Rights Reserved. +ShortDescription: WizTree is a hard drive disk space analyser similar to WinDirStat but is MUCH faster. +Moniker: wiztree +Tags: +- disk-analyzer +- file-scanner +- space-analyzer +- storage-scanner +ReleaseNotes: |- + - WizTree will now hide drives hidden by Windows Group Policy settings (if any). Note that these hidden drives can still be selected by using 'Select Folder' and then typing in the drive name, e.g. "c:" (like Windows Explorer allows) + - percentage displayed for file extensions was not calculated correctly when multiple items were scanned together - fixed + - Percentages displayed will now always default to being calculated using "allocated" values instead of "size", unless sort order is set to "Size" as "Allocated" is the default sort order + - Duplicate detection method now defaults to name, size AND date (previously just name and size) - will affect new installs only + - it's now possible to set the WizTree config folder location via command line parameter. e.g. /configfolder="c:\WizTreeConfig" + OR by creating the following registry key: + HKEY_LOCAL_MACHINE\SOFTWARE\Antibody Software\WizTree + and creating a string named "configfolder" within this key containing the config file folder location. + The command line parameter will take precedence over the registry key. This setting and command line work with both the installer (setup) and WizTree executables (4.24 or newer) +ReleaseNotesUrl: https://diskanalyzer.com/whats-new +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://diskanalyzer.com/faq +- DocumentLabel: User Guides + DocumentUrl: https://diskanalyzer.com/guide +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.locale.zh-CN.yaml b/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ba699673b3810 --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.24" +PackageLocale: zh-CN +Publisher: Antibody Software +PublisherUrl: https://antibody-software.com/ +PublisherSupportUrl: https://antibody-software.com/contact +PrivacyUrl: https://diskanalyzer.com/privacy-policy +Author: Antibody Software Limited +PackageName: WizTree +PackageUrl: https://diskanalyzer.com/ +License: 专有软件 +LicenseUrl: https://diskanalyzer.com/eula +Copyright: Copyright © 2024 Antibody Software Limited. All Rights Reserved. +ShortDescription: WizTree 是一款硬盘空间分析器,类似于 WinDirStat,但速度更快。 +Tags: +- 存储扫描器 +- 文件扫描器 +- 磁盘分析器 +- 空间分析器 +ReleaseNotesUrl: https://diskanalyzer.com/whats-new +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://diskanalyzer.com/faq +- DocumentLabel: 用户指南 + DocumentUrl: https://diskanalyzer.com/guide +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.yaml b/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.yaml new file mode 100644 index 0000000000000..8865f6f66248d --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.24/AntibodySoftware.WizTree.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.24" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.installer.yaml b/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.installer.yaml new file mode 100644 index 0000000000000..c0dc10f6942f8 --- /dev/null +++ b/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.installer.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AntoineAflalo.SoundSwitch +PackageVersion: 6.12.0 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: SoundSwitch_is1 +ReleaseDate: 2025-02-06 +AppsAndFeaturesEntries: +- ProductCode: SoundSwitch_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Belphemur/SoundSwitch/releases/download/v6.12.0/SoundSwitch_v6.12.0.0_Release_Installer.exe + InstallerSha256: 1FC77024C263D35BE4844218AB804CE77A5FA02B984BCF95919E89CB05FDD143 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Belphemur/SoundSwitch/releases/download/v6.12.0/SoundSwitch_v6.12.0.0_Release_Installer.exe + InstallerSha256: 1FC77024C263D35BE4844218AB804CE77A5FA02B984BCF95919E89CB05FDD143 + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\SoundSwitch' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.locale.en-US.yaml b/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.locale.en-US.yaml new file mode 100644 index 0000000000000..d436e42f9bb4b --- /dev/null +++ b/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.locale.en-US.yaml @@ -0,0 +1,70 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AntoineAflalo.SoundSwitch +PackageVersion: 6.12.0 +PackageLocale: en-US +Publisher: Antoine Aflalo +PublisherUrl: https://github.com/Belphemur +PublisherSupportUrl: https://github.com/Belphemur/SoundSwitch/issues +Author: Antoine Aflalo +PackageName: SoundSwitch +PackageUrl: https://soundswitch.aaflalo.me/ +License: GPL-2.0 +LicenseUrl: https://github.com/Belphemur/SoundSwitch/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) Antoine Aflalo +ShortDescription: SoundSwitch offers you the opportunity to switch your playback and recording devices using simple hotkeys. +Description: |- + No more navigating through several menus and screens. + Just configure SoundSwitch once - and you are able to switch between your devices as fast as never before! +Tags: +- audio +- hotkey +- microphone +- sound +ReleaseNotes: |- + Update to .NET 9 and also I've finally fixed the issue with Fortnite (and surely other game) that would make SoundSwitch freeze. + Thanks to the team of translators, most of SoundSwitch is now fully multilingual ! + 6.12.0 (2025-02-05) + Languages + - Arabic: Translated Settings using Weblate (f1fc3ff) + - Croatian: Translated Settings using Weblate (bbf054b) + - Croatian: Translated Settings using Weblate (29b1c3f) + - Danish: Added Tray Icon translation using Weblate (e86d491) + - Danish: Added Update Download translation using Weblate (fa179c9) + - Danish: Translated Settings using Weblate (97b7cbd) + - Danish: Translated Settings using Weblate (f9de1ab) + - Danish: Translated Settings using Weblate (8e79d8a) + - Dutch: Translated Settings using Weblate (8e1e1be) + - Finnish: Translated About using Weblate (15b0003) + - Greek: Translated About using Weblate (9ba7cfb) + - Hebrew: Translated Settings using Weblate (c12486c) + - Korean: Translated Settings using Weblate (dea1edb) + - Korean: Translated Settings using Weblate (547b10f) + - Portuguese (Brazil): Translated Settings using Weblate (f1953c4) + - Portuguese (Brazil): Translated Settings using Weblate (f37ec33) + - Russian: Translated Settings using Weblate (89ef328) + - Russian: Translated Settings using Weblate (006d8ec) + - Spanish: Translated Settings using Weblate (409ecd5) + - Swedish: Translated Settings using Weblate (1595260) + - Swedish: Translated Settings using Weblate (101c56d) + - Ukrainian: Translated Settings using Weblate (29a4254) + - Ukrainian: Translated Settings using Weblate (5ac9654) + - Ukrainian: Translated Settings using Weblate (8caacba) + - Ukrainian: Translated Settings using Weblate (bd3f44e) + - Ukrainian: Translated Settings using Weblate (21515db) + Bug Fixes + - .NET: Fix components for .NET 9.0 (ec45a8e) + - file format (6ea931e) + - formatting of file (f633666) + - Fornite: Fix SoundSwitch compatibility with Fornite (ea25a25), closes #1588 #1553 + - fortnite: possible fix with Fortnite freeze SoundSwitch (04ad1ee) + - profile:steam big picture: Fix detecting big picture in different languages (78fc229), closes #1403 + - profile:steam big picture: Fix detecting big picture in most language (12bd798), closes #1403 + Features + - .NET: move to .NET 9.0 (53878ab) + 🛡 VirusTotal GitHub Action analysis: + - SoundSwitch_v6.12.0.0_Release_Installer.exe +ReleaseNotesUrl: https://github.com/Belphemur/SoundSwitch/releases/tag/v6.12.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.yaml b/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.yaml new file mode 100644 index 0000000000000..cac78976482e0 --- /dev/null +++ b/manifests/a/AntoineAflalo/SoundSwitch/6.12.0/AntoineAflalo.SoundSwitch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AntoineAflalo.SoundSwitch +PackageVersion: 6.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.installer.yaml b/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.installer.yaml new file mode 100644 index 0000000000000..daec35f337e81 --- /dev/null +++ b/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anydo.Anydo +PackageVersion: 5.0.89 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: bdca438a-7562-5396-862b-eb2ec136d564 +ReleaseDate: 2025-02-02 +Installers: +- Architecture: x64 + InstallerUrl: https://electron-app.any.do/_windows/Anydo%20Setup%205.0.89.exe + InstallerSha256: D23BA4313F2044F914E05852D1E6D0078B8022210F1CF608B0A5334FAC59365D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.locale.en-US.yaml b/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.locale.en-US.yaml new file mode 100644 index 0000000000000..86c93ac6e71f7 --- /dev/null +++ b/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anydo.Anydo +PackageVersion: 5.0.89 +PackageLocale: en-US +Publisher: Any.do +PublisherUrl: https://www.any.do/ +PublisherSupportUrl: https://support.any.do/ +PrivacyUrl: https://www.any.do/legal/privacy-policy +Author: Any.do +PackageName: Anydo +PackageUrl: https://www.any.do/ +License: Proprietary +LicenseUrl: https://www.any.do/legal/app-license-agreement +Copyright: Copyright (c) Any.do 2024 +ShortDescription: Organize your tasks, lists and reminders in Any.do app. +Description: A simple to do list app to manage your personal tasks, family projects, and team's work. Trusted by +40m people to stay organized and get more done. +Moniker: any.do +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- gtd +- list +- schedule +- task +- to-do +- todo +PurchaseUrl: https://www.any.do/pricing +Documentations: +- DocumentLabel: How to guides + DocumentUrl: https://www.any.do/blog/how-to-guides/ +- DocumentLabel: Video tutorials + DocumentUrl: https://www.youtube.com/c/anydo +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.locale.zh-CN.yaml b/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1cae556c581ce --- /dev/null +++ b/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Anydo.Anydo +PackageVersion: 5.0.89 +PackageLocale: zh-CN +Publisher: Any.do +PublisherUrl: https://www.any.do/ +PublisherSupportUrl: https://support.any.do/ +PrivacyUrl: https://www.any.do/legal/privacy-policy +Author: Any.do +PackageName: Anydo +PackageUrl: https://www.any.do/ +License: 专有软件 +LicenseUrl: https://www.any.do/legal/app-license-agreement +Copyright: Copyright (c) Any.do 2024 +ShortDescription: 在 Any.do 应用中整理你的任务、列表和提醒事项。 +Description: 一款简洁的待办事项应用,帮助你管理个人任务、家庭项目和团队工作,让你井井有条,完成更多工作。超 4000 万人信赖。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 议程 +PurchaseUrl: https://www.any.do/pricing +Documentations: +- DocumentLabel: 入门指南 + DocumentUrl: https://www.any.do/blog/how-to-guides/ +- DocumentLabel: 视频教程 + DocumentUrl: https://www.youtube.com/c/anydo +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.yaml b/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.yaml new file mode 100644 index 0000000000000..93b8ea55d88a2 --- /dev/null +++ b/manifests/a/Anydo/Anydo/5.0.89/Anydo.Anydo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anydo.Anydo +PackageVersion: 5.0.89 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/.validation b/manifests/a/Anysphere/Cursor/.validation new file mode 100644 index 0000000000000..91299c9f5e259 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"a5397f36-f053-4806-b468-4f9c031b4651","TestPlan":"Validation-Domain","PackagePath":"manifests/a/Anysphere/Cursor/0.45.8","CommitId":"65dc28d613d1e13f1c6e8692d3e8e0d119a5671b"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..5a0705aef2dc7 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.10 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.10%20-%20Build%20250205buadkzpea-x64.exe + InstallerSha256: 17EC709F4F8E80903B579C8B2394224E960D3CB71DDB547FBCCD78FC346426EF +- Architecture: arm64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.10%20-%20Build%20250205buadkzpea-arm64.exe + InstallerSha256: 74CFFFA6D69022F70007F5B39E3948A74ACD7D7019382282506DFD93A4BEBF03 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..2cfb7fb258c6c --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.10 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4cac242275d61 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.10 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: AI 代码编辑器 +Tags: +- ai +- 代码 +- 开发 +- 编程 +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..b6eb682b99b02 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.10/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..699f2d5504d8c --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.11 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ReleaseDate: 2025-02-07 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.11%20-%20Build%20250207y6nbaw5qc-x64.exe + InstallerSha256: E9E4A5D48C7803BA8422A098933DD5EDC04C599A4FD7E1A1CB883BA812EDCE41 +- Architecture: arm64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.11%20-%20Build%20250207y6nbaw5qc-arm64.exe + InstallerSha256: BE76FF75A2B2C37D57BF586B872E80EB6F95F0AC78A968B359CBA212C568F094 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..a5ac8701075fd --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.11 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d28d05ef264f2 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.11 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: AI 代码编辑器 +Tags: +- ai +- 代码 +- 开发 +- 编程 +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..f2df2d2d995ea --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.11/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..84062f6eb05a0 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.6 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.6%20-%20Build%2025013021lv9say3-x64.exe + InstallerSha256: 5DA3A67894F5D1331AE91D893908C9421631B3C91DC817F2F87CCA0CD982203A +- Architecture: arm64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.6%20-%20Build%2025013021lv9say3-arm64.exe + InstallerSha256: E4F3111E822396F0D9C08E0C5CE1B8F95AC508F92A4BEB16AE82FECE5415BCA0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..814702ce6930d --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.6 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..693cadc440ed1 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.6 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: AI 代码编辑器 +Tags: +- ai +- 代码 +- 开发 +- 编程 +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..106a40fb4b6d6 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.6/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..d6a31c328cc69 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.7 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.7%20-%20Build%20250130nr6eorv84-x64.exe + InstallerSha256: D2B7AD105549DC4E86BD16B8DF438E85A2F5505A88B13FCAB7B2E6DBA2FA08AD +- Architecture: arm64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.7%20-%20Build%20250130nr6eorv84-arm64.exe + InstallerSha256: 6F6AA72B6748BEA4B89CDEA9C19468A6D6F81500D9D9978331ABB053F45D1E85 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..ab22c1f21c5a2 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.7 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..30f9364665ce3 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.7 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: AI 代码编辑器 +Tags: +- ai +- 代码 +- 开发 +- 编程 +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..3584e3d2a2f9b --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.7/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..8d6a632d36cf6 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.8 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ReleaseDate: 2025-02-01 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.8%20-%20Build%20250201b44xw1x2k-x64.exe + InstallerSha256: 4805BE88B7B70AB1379FEACE27976B914B0676CAE2D41D4A3ABFE7AE0B80BC0E +- Architecture: arm64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.8%20-%20Build%20250201b44xw1x2k-arm64.exe + InstallerSha256: 02CA14B03212F96185F9C07F999402F959C29FF02BB5529CF7C2EAE275AF6868 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..ae9ee32e453bc --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.8 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b3263127f82f2 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.8 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: AI 代码编辑器 +Tags: +- ai +- 代码 +- 开发 +- 编程 +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..d46edafd3a95e --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.8/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..57c06bd88e235 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.9 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- c +- coffee +- cpp +- cs +- css +- dart +- elm +- erl +- ex +- exs +- go +- groovy +- hs +- html +- ini +- java +- js +- json +- jsonl +- kt +- less +- lua +- md +- php +- pl +- py +- r +- rb +- rs +- scala +- scss +- sh +- sql +- svg +- swift +- toml +- ts +- xml +- yaml +- yml +ProductCode: 62625861-8486-5be9-9e46-1da50df5f8ff +ReleaseDate: 2025-02-02 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.9%20-%20Build%20250202tgstl42dt-x64.exe + InstallerSha256: C37FD3F0D7D84259D9D93C56C4BEB8A13EF8F931131DC49F2B37D87972DDCE22 +- Architecture: arm64 + InstallerUrl: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.45.9%20-%20Build%20250202tgstl42dt-arm64.exe + InstallerSha256: BBAE83F63A133945C939E30AA30F28A6907ED236D959A98758F951C201F1E5D1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..54a3a8ab0f6b6 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.9 +PackageLocale: en-US +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bd21c3063e5e5 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.9 +PackageLocale: zh-CN +Publisher: Cursor AI, Inc. +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: 专有软件 +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: AI 代码编辑器 +Tags: +- ai +- 代码 +- 开发 +- 编程 +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..083b759b92d01 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/0.45.9/Anysphere.Cursor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 0.45.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.installer.yaml b/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.installer.yaml new file mode 100644 index 0000000000000..eff96370bad40 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.8.3 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: AppFlowy_is1 +ReleaseDate: 2025-02-05 +AppsAndFeaturesEntries: +- ProductCode: AppFlowy_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\AppFlowy\' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.8.3/AppFlowy-0.8.3-windows-x86_64.exe + InstallerSha256: 226B8408824165A7EE61FDDE061FB93A83CEEEFA00169538A66C01EB3CFBC881 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.locale.en-US.yaml b/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..716963148b5cb --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.8.3 +PackageLocale: en-US +Publisher: AppFlowy-IO +PublisherUrl: https://github.com/AppFlowy-IO +PublisherSupportUrl: https://github.com/AppFlowy-IO/AppFlowy/issues +PackageName: AppFlowy +PackageUrl: https://github.com/AppFlowy-IO/AppFlowy +License: AGPL-3.0 +LicenseUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/AppFlowy-IO/AppFlowy/blob/main/LICENSE +ShortDescription: The Open Source Alternative To Notion. +Description: |- + AppFlowy is an open source alternative to Notion. + You are in charge of your data and customizations. +Tags: +- content-management +- content-services +- editor +- flutter +- flutter-app +- flutter-apps +- flutter-examples +- flutter-ui +- low-code +- no-code +- notion +- notion-alternative +- rust +- rust-lang +- rust-language +- wiki +ReleaseNotes: |- + Release Notes + Version 0.8.3 - 05/02/2025 + New Features + - Support OpenAI o3-mini model + Bug Fixes + - Fixed an issue where users were unable to upload images in row pages + - Fixed an issue where users were unable to upload files on Android devices +ReleaseNotesUrl: https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.8.3 +PurchaseUrl: https://ko-fi.com/appflowy +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.yaml b/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.yaml new file mode 100644 index 0000000000000..e2068deb68908 --- /dev/null +++ b/manifests/a/AppFlowy/AppFlowy/0.8.3/AppFlowy.AppFlowy.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AppFlowy.AppFlowy +PackageVersion: 0.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.installer.yaml b/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.installer.yaml new file mode 100644 index 0000000000000..e42a7f60e9004 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.59.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: trivy.exe +Commands: +- trivy +FileExtensions: +- trivyignore +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aquasecurity/trivy/releases/download/v0.59.0/trivy_0.59.0_windows-64bit.zip + InstallerSha256: FE600A0AA3F159A3DF73091AA80A428DB1DBD7CFF284815435777882CE2E1D50 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.locale.en-US.yaml b/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.locale.en-US.yaml new file mode 100644 index 0000000000000..3813c76b7e1fc --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.59.0 +PackageLocale: en-US +Publisher: Aqua Security Software +PublisherUrl: https://www.aquasec.com/ +PublisherSupportUrl: https://github.com/aquasecurity/trivy +PackageName: Trivy +PackageUrl: https://aquasecurity.github.io/trivy +License: Apache-2.0 +LicenseUrl: https://github.com/aquasecurity/trivy/blob/HEAD/LICENSE +ShortDescription: Trivy is a comprehensive and versatile security scanner. +Description: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more +Moniker: trivy +Tags: +- cli +- containers +- devops-tools +- docker +- golang +- infrastructure-as-code +- kubernetes +- sbom +- security +- security-tools +- vulnerability +- vulnerability-detector +- vulnerability-scanners +ReleaseNotes: |- + ⚡Release highlights and summary⚡ + 👉 Changelog +ReleaseNotesUrl: https://github.com/aquasecurity/trivy/releases/tag/v0.59.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.yaml b/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.yaml new file mode 100644 index 0000000000000..2b17078461a49 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.59.0/AquaSecurity.Trivy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.59.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.installer.yaml b/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.installer.yaml new file mode 100644 index 0000000000000..d35bea3038a25 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.59.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: trivy.exe +Commands: +- trivy +FileExtensions: +- trivyignore +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aquasecurity/trivy/releases/download/v0.59.1/trivy_0.59.1_windows-64bit.zip + InstallerSha256: FCC61AAF1FFE669AF7557724A015BECD2C2DEB244BE2844BA59F62590CBADA4B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.locale.en-US.yaml b/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.locale.en-US.yaml new file mode 100644 index 0000000000000..83d55dbad6d59 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.59.1 +PackageLocale: en-US +Publisher: Aqua Security Software +PublisherUrl: https://www.aquasec.com/ +PublisherSupportUrl: https://github.com/aquasecurity/trivy +PackageName: Trivy +PackageUrl: https://aquasecurity.github.io/trivy +License: Apache-2.0 +LicenseUrl: https://github.com/aquasecurity/trivy/blob/HEAD/LICENSE +ShortDescription: Trivy is a comprehensive and versatile security scanner. +Description: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more +Moniker: trivy +Tags: +- cli +- containers +- devops-tools +- docker +- golang +- infrastructure-as-code +- kubernetes +- sbom +- security +- security-tools +- vulnerability +- vulnerability-detector +- vulnerability-scanners +ReleaseNotes: |- + Changelog + - 9aabfd2 release: v0.59.1 [release/v0.59] (#8334) + - 412c690 fix(misconf): do not log scanners when misconfig scanning is disabled [backport: release/v0.59] (#8349) + - 98f9ba2 chore(deps): bump Go to v1.23.5 [backport: release/v0.59] (#8343) + - 1741fdd fix(python): add poetry v2 support [backport: release/v0.59] (#8335) + - 3fd8e27 fix(sbom): preserve OS packages from multiple SBOMs [backport: release/v0.59] (#8333) +ReleaseNotesUrl: https://github.com/aquasecurity/trivy/releases/tag/v0.59.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.yaml b/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.yaml new file mode 100644 index 0000000000000..3cd32049124a8 --- /dev/null +++ b/manifests/a/AquaSecurity/Trivy/0.59.1/AquaSecurity.Trivy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AquaSecurity.Trivy +PackageVersion: 0.59.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.installer.yaml b/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.installer.yaml new file mode 100644 index 0000000000000..a53ebb285dc7f --- /dev/null +++ b/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Archeb.OpenTrace +PackageVersion: 1.4.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: OpenTrace.exe + PortableCommandAlias: OpenTrace +- RelativeFilePath: nexttrace.exe + PortableCommandAlias: NextTrace +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2024-06-08 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Archeb/opentrace/releases/download/v1.4.3.0/win-x64.zip + InstallerSha256: 7CB389190217ED991E7EB8FEFE9BFD0D285EDF057CD2E1825E44B4FFD4A6B8F2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.locale.en-US.yaml b/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.locale.en-US.yaml new file mode 100644 index 0000000000000..2ad5f077dedae --- /dev/null +++ b/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Archeb.OpenTrace +PackageVersion: 1.4.3.0 +PackageLocale: en-US +Publisher: Archeb +PublisherUrl: https://github.com/Archeb +PublisherSupportUrl: https://github.com/Archeb/opentrace/issues +PackageName: OpenTrace +PackageUrl: https://github.com/Archeb/opentrace +License: GPL-3.0 +LicenseUrl: https://github.com/Archeb/opentrace/blob/master/LICENSE.txt +ShortDescription: A cross-platform GUI wrapper for NextTrace. Bringing you the familiar traceroute experience. +Description: OpenTrace is a cross-platform GUI wrapper for NextTrace. Bringing you a sense of familiarity. +Tags: +- network +- network-analysis +- traceroute +- utility +ReleaseNotes: |- + ### 新功能 New Features + + - (393507e) 隐私打码功能,可以隐藏指定的前几跳 + - (d419b97) 记忆上次选择的追踪协议/DNS解析器/IP库 + + ### 故障修复 Bugfix + + - (d419b97) 删除 NyaLabs POW 服务器 +ReleaseNotesUrl: https://github.com/Archeb/opentrace/releases/tag/v1.4.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.yaml b/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.yaml new file mode 100644 index 0000000000000..dcd4629fdd24b --- /dev/null +++ b/manifests/a/Archeb/OpenTrace/1.4.3.0/Archeb.OpenTrace.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Archeb.OpenTrace +PackageVersion: 1.4.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.installer.yaml b/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.installer.yaml new file mode 100644 index 0000000000000..47ac0460d166f --- /dev/null +++ b/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Arm.GnuArmEmbeddedToolchain +PackageVersion: 14.2.Rel1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + Custom: /P /R +ReleaseDate: 2024-12-09 +AppsAndFeaturesEntries: +- DisplayName: Arm GNU Toolchain 14.2.rel1 arm-none-eabi (remove only) + DisplayVersion: 14.2 rel1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Arm GNU Toolchain arm-none-eabi\14.2 rel1' +Installers: +- Architecture: x86 + InstallerUrl: https://developer.arm.com/-/media/Files/downloads/gnu/14.2.rel1/binrel/arm-gnu-toolchain-14.2.rel1-mingw-w64-i686-arm-none-eabi.exe + InstallerSha256: 8A53F7E9688EAA6816843CD03261D7A1538E861F8FE91C1D4B72D2E5069CBCBD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.locale.en-US.yaml b/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.locale.en-US.yaml new file mode 100644 index 0000000000000..a5c9e284b8880 --- /dev/null +++ b/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Arm.GnuArmEmbeddedToolchain +PackageVersion: 14.2.Rel1 +PackageLocale: en-US +Publisher: ARM Holdings +PackageName: GNU Arm Embedded Toolchain +PackageUrl: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm +License: GPL v3 +ShortDescription: The GNU Arm Embedded toolchain contains integrated and validated packages featuring the GCC compiler, libraries and other tools necessary for bare-metal software development on devices based on 32-bit Arm Cortex-A, Cortex-R and Cortex-M processors. +Tags: +- aarch32 +- arm +- gcc +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.yaml b/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.yaml new file mode 100644 index 0000000000000..556a050e32709 --- /dev/null +++ b/manifests/a/Arm/GnuArmEmbeddedToolchain/14.2.Rel1/Arm.GnuArmEmbeddedToolchain.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Arm.GnuArmEmbeddedToolchain +PackageVersion: 14.2.Rel1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Audient/iD/4.4.0.0/Audient.iD.installer.yaml b/manifests/a/Audient/iD/4.4.0.0/Audient.iD.installer.yaml new file mode 100644 index 0000000000000..a31ba6618e6c9 --- /dev/null +++ b/manifests/a/Audient/iD/4.4.0.0/Audient.iD.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Audient.iD +PackageVersion: 4.4.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://d9w4fhj63j193.cloudfront.net/2024/iD%20Drivers/iD-v4.4.0b3.exe + InstallerSha256: 77E56D1DC6B17F79E5DEDCEDFF5C25C4BA60381060B673D20AC0041F08934055 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Audient/iD/4.4.0.0/Audient.iD.locale.en-US.yaml b/manifests/a/Audient/iD/4.4.0.0/Audient.iD.locale.en-US.yaml new file mode 100644 index 0000000000000..712055e6884c4 --- /dev/null +++ b/manifests/a/Audient/iD/4.4.0.0/Audient.iD.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Audient.iD +PackageVersion: 4.4.0.0 +PackageLocale: en-US +Publisher: Audient +PackageName: iD +PackageUrl: https://audient.com/products/audio-interfaces/id14/downloads/ +License: Proprietary +Copyright: Audient © 2006 +ShortDescription: Keep up to date with the latest drivers, documentation and more to make the most out of your Audient product. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Audient/iD/4.4.0.0/Audient.iD.yaml b/manifests/a/Audient/iD/4.4.0.0/Audient.iD.yaml new file mode 100644 index 0000000000000..f6624d0659592 --- /dev/null +++ b/manifests/a/Audient/iD/4.4.0.0/Audient.iD.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Audient.iD +PackageVersion: 4.4.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.installer.yaml b/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.installer.yaml new file mode 100644 index 0000000000000..abc50fcbdc505 --- /dev/null +++ b/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Avanquest.SodaPDFDesktop +PackageVersion: 14.0.437.3315 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet /wait /no-check-updates /run_application=0 + SilentWithProgress: /quiet /wait /no-check-updates /run_application=0 +UpgradeBehavior: deny +Installers: + - Architecture: x64 + InstallerUrl: https://www.sodapdf.com/download/?src=winget&btsp_version=1.0.2.6 + InstallerSha256: c3b3a51bdc36bfa544baa3a54fcca36845f895bce75712009377589a136409d3 + - Architecture: x86 + InstallerUrl: https://www.sodapdf.com/download/?src=winget&btsp_version=1.0.2.6 + InstallerSha256: c3b3a51bdc36bfa544baa3a54fcca36845f895bce75712009377589a136409d3 +ManifestType: installer +ManifestVersion: 1.9.0 \ No newline at end of file diff --git a/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.locale.en-US.yaml b/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..4eb6dbd439133 --- /dev/null +++ b/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Avanquest.SodaPDFDesktop +PackageVersion: 14.0.437.3315 +PackageLocale: en-US +Publisher: Avanquest Software (7270356 Canada Inc) +PublisherSupportUrl: https://www.sodapdf.com/support/ +PackageName: Soda PDF Desktop 14 +PackageUrl: https://www.sodapdf.com/ +License: Proprietary +LicenseUrl: https://www.sodapdf.com/eula/ +Copyright: Copyright © 2010-2025 Avanquest Software. All rights reserved. +CopyrightUrl: https://www.sodapdf.com/eula/ +ShortDescription: Comprehensive PDF management and editing solution for enhanced productivity. +Description: Soda PDF is a complete solution for creating, editing, converting, and securing PDF documents. With both a powerful desktop application and online tools, it streamlines document management and enhances productivity. +Moniker: sodapdf +Tags: + - soda + - soda-pdf + - pdf + - pdf-edit + - pdf-conversion + - pdf-tools + - merge-pdf + - split-pdf + - secure-pdf + - ocr-pdf + - pdf-reader + - document-management + - watermark-pdf + - resize-pdf + - compress-pdf + - sign-pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 \ No newline at end of file diff --git a/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.yaml b/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.yaml new file mode 100644 index 0000000000000..c662e3e0578a9 --- /dev/null +++ b/manifests/a/Avanquest/SodaPDFDesktop/14.0.437.3315/Avanquest.SodaPDFDesktop.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Avanquest.SodaPDFDesktop +PackageVersion: 14.0.437.3315 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 \ No newline at end of file diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml deleted file mode 100644 index cb19b31c3ff44..0000000000000 --- a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server -PackageVersion: 5.3.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml similarity index 76% rename from manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml rename to manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml index 839119a83a8ae..5b971e074c54f 100644 --- a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.installer.yaml @@ -1,25 +1,26 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server -PackageVersion: 5.3.2 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK - SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK -UpgradeBehavior: install -ReleaseDate: 2024-11-07 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://download.pdfforge.org/download/pdfcreator-terminal-server/PDFCreatorTerminalServer-stable?download - InstallerSha256: 304b3a563e41a78234df2ab3cc7835c3244583d962cba601d00b79436f7146d2 -- Architecture: x64 - InstallerUrl: https://download.pdfforge.org/download/pdfcreator-terminal-server/PDFCreatorTerminalServer-stable?download - InstallerSha256: 304b3a563e41a78234df2ab3cc7835c3244583d962cba601d00b79436f7146d2 -ManifestType: installer -ManifestVersion: 1.6.0 +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.3 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF,HOTFOLDER" /SILENT /DEFERLICENSECHECK +UpgradeBehavior: install +ReleaseDate: 2024-11-07 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://download.pdfforge.org/download/pdfcreator-terminal-server/PDFCreatorTerminalServer-stable?download + InstallerSha256: 65E7DCC4C1CABB28C2B2741967D033D52A9826985F304CB1DF3CE81E34A1D0E4 +- Architecture: x64 + InstallerUrl: https://download.pdfforge.org/download/pdfcreator-terminal-server/PDFCreatorTerminalServer-stable?download + InstallerSha256: 65E7DCC4C1CABB28C2B2741967D033D52A9826985F304CB1DF3CE81E34A1D0E4 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml similarity index 90% rename from manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml rename to manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml index 4a7bf8cb8c9bb..adeb934ca9f83 100644 --- a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.2/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.locale.en-US.yaml @@ -1,27 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server -PackageVersion: 5.3.2 -PackageLocale: en-US -Publisher: Avanquest pdfforge GmbH -PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support -PackageName: PDFCreator Terminal Server -PackageUrl: https://www.pdfforge.org/pdfcreator/editions/pdfcreator-terminal-server -License: EULA -LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ -Copyright: Copyright (c) 2024 Avanquest pdfforge GmbH. All rights reserved. -CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ -ShortDescription: A solution designed for Windows Servers with Remote Desktop Services and Citrix Servers, ensuring the secure allocation of print jobs to individual user sessions. -Moniker: PDFCreator-Terminal-Server -Tags: -- automation -- file-compression -- file-conversion -- pdf -- pdfcreator -- remote-desktop-services -- terminal-server -- tool -- utility -ManifestType: defaultLocale -ManifestVersion: 1.6.0 +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.3 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Terminal Server +PackageUrl: https://www.pdfforge.org/pdfcreator/editions/pdfcreator-terminal-server +License: EULA +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +Copyright: Copyright (c) 2024 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/pdfcreator-eula/ +ShortDescription: A solution designed for Windows Servers with Remote Desktop Services and Citrix Servers, ensuring the secure allocation of print jobs to individual user sessions. +Moniker: PDFCreator-Terminal-Server +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- remote-desktop-services +- terminal-server +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml new file mode 100644 index 0000000000000..78585273bbce9 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Terminal-Server/5.3.3/Avanquestpdfforge.PDFCreator-Terminal-Server.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Terminal-Server +PackageVersion: 5.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.installer.yaml b/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.installer.yaml deleted file mode 100644 index eef3e38089fad..0000000000000 --- a/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Avidemux.Avidemux -PackageVersion: 2.7.8.210306 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSuccessCodes: -- 1223 -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://sourceforge.net/projects/avidemux/files/avidemux/2.7.8/avidemux_2.7.8__win64.exe/download - InstallerSha256: 5B6197FC98A356E1D3A15163C0813F3AEE7D35FB43D2D8FBE29F5E3A1596A818 - ProductCode: Avidemux 2.7 - 64 bits (64-bit) -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.locale.en-US.yaml b/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.locale.en-US.yaml deleted file mode 100644 index 38a8252410169..0000000000000 --- a/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Avidemux.Avidemux -PackageVersion: 2.7.8.210306 -PackageLocale: en-US -Publisher: Avidemux -PublisherUrl: http://avidemux.sourceforge.net -# PublisherSupportUrl: -# PrivacyUrl: -Author: Avidemux -PackageName: Avidemux -PackageUrl: http://avidemux.sourceforge.net -License: GPL-2.0 -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Avidemux is a simple platform video editor for Linux, Windows and Mac OS X. -# Description: -Moniker: avidemux -Tags: -- admin -- cross-platform -- cutting -- editor -- encoding -- filtering -- foss -- multimedia -- video -- video-editor -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.yaml b/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.yaml deleted file mode 100644 index a2d272d4b85b0..0000000000000 --- a/manifests/a/Avidemux/Avidemux/2.7.8.210306/Avidemux.Avidemux.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Avidemux.Avidemux -PackageVersion: 2.7.8.210306 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.installer.yaml b/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.installer.yaml new file mode 100644 index 0000000000000..9391a1eda876a --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tv.exe +UpgradeBehavior: install +Dependencies: + # https://github.com/microsoft/winget-pkgs/pull/216738#issuecomment-2619867863 + # https://github.com/microsoft/winget-pkgs/pull/216745#issuecomment-2619908615 + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-01-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alexpasmantier/television/releases/download/0.10.2/tv-0.10.2-windows-x86_64.zip + InstallerSha256: F2530E23D8D79D8AE5FF807C211226CDA13F07E72A7C99D2DA8BC9547196088D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.locale.en-US.yaml b/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.locale.en-US.yaml new file mode 100644 index 0000000000000..cfe7df430b722 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.2 +PackageLocale: en-US +Publisher: alexpasmantier +PublisherUrl: https://github.com/alexpasmantier +PublisherSupportUrl: https://github.com/alexpasmantier/television/issues +PackageName: Television +PackageUrl: https://github.com/alexpasmantier/television +License: MIT +LicenseUrl: https://github.com/alexpasmantier/television/blob/0.10.2/LICENSE +Copyright: Copyright (c) 2024 Alexandre Pasmantier +CopyrightUrl: https://github.com/alexpasmantier/television/blob/0.10.2/LICENSE?plain=1#L3 +ShortDescription: fast and versatile fuzzy finder TUI +Tags: +- cli +- command-line-tool +- fuzzy +- fuzzy-matching +- fuzzy-search +- rust +- terminal +- tui +ReleaseNotesUrl: https://github.com/alexpasmantier/television/releases/tag/0.10.2 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.yaml b/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.yaml new file mode 100644 index 0000000000000..8fbf4ac107f8d --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.2/alexpasmantier.television.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.installer.yaml b/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.installer.yaml new file mode 100644 index 0000000000000..631bbc05e1e9f --- /dev/null +++ b/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 8.1.4 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +AppsAndFeaturesEntries: +- DisplayName: Altair GraphQL Client 8.1.3 + Publisher: Samuel Imolorhe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/altair-graphql/altair/releases/download/v8.1.4/altair_8.1.4_x64_win.exe + InstallerSha256: 82A164E3983789E1248544CEBA9E474E08939D9C9058F4ED39F20FEA2CC02B2C +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-03 diff --git a/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.locale.en-US.yaml b/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.locale.en-US.yaml new file mode 100644 index 0000000000000..36e612c20d3b0 --- /dev/null +++ b/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 8.1.4 +PackageLocale: en-US +Publisher: Samuel Imolorhe +PublisherUrl: https://github.com/altair-graphql/altair +PublisherSupportUrl: https://github.com/altair-graphql/altair/issues +Author: Samuel Imolorhe +PackageName: Altair GraphQL Client +PackageUrl: https://altair.sirmuel.design/ +License: MIT +LicenseUrl: https://github.com/altair-graphql/altair/blob/HEAD/LICENSE +Copyright: Copyright (c) Samuel Imolorhe +CopyrightUrl: https://github.com/altair-graphql/altair/blob/staging/packages/gatsby-plugin-altair-graphql/LICENSE +ShortDescription: A beautiful feature-rich GraphQL Client for all platforms. +Description: |- + Altair is a beautiful feature-rich GraphQL Client IDE for all platforms. + Available for MacOS, Windows, Linux, Chrome, Firefox. + It enables you interact with any GraphQL server you are authorized to access from any platform you are on. +Moniker: altair +Tags: +- electron +ReleaseNotesUrl: https://github.com/altair-graphql/altair/releases/tag/v8.1.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/altair-graphql/altair/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.yaml b/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.yaml new file mode 100644 index 0000000000000..70285bab57710 --- /dev/null +++ b/manifests/a/altair-graphql/altair/8.1.4/altair-graphql.altair.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: altair-graphql.altair +PackageVersion: 8.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.installer.yaml b/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.installer.yaml new file mode 100644 index 0000000000000..4c967829c1758 --- /dev/null +++ b/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.5.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: amrdeveloper.gitql +PackageVersion: 0.36.0 +InstallerType: portable +Commands: + - gitql +Installers: + - Architecture: x86 + InstallerUrl: https://github.com/AmrDeveloper/GQL/releases/download/0.36.0/gql-x86-windows.exe + InstallerSha256: 61f29985e231147f4bfaeebb556bedcecef4745d39b1218af494a1bf4af99af2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + - PackageIdentifier: Microsoft.UI.Xaml.2.8 + - Architecture: x64 + InstallerUrl: https://github.com/AmrDeveloper/GQL/releases/download/0.36.0/gql-x86_64-windows.exe + InstallerSha256: bd17c836ae118772a707c5cf0bc90262e85e010b16eecf18ab0ef43c03dd5e8d + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.UI.Xaml.2.8 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.locale.en-US.yaml b/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.locale.en-US.yaml new file mode 100644 index 0000000000000..bb580965113c9 --- /dev/null +++ b/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.5.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: amrdeveloper.gitql +PackageVersion: 0.36.0 +PackageLocale: en-US +Publisher: AmrDeveloper +PackageName: GitQL +License: MIT +ShortDescription: A SQL like query language to perform queries on .git files +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.yaml b/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.yaml new file mode 100644 index 0000000000000..23e8a7226824b --- /dev/null +++ b/manifests/a/amrdeveloper/gitql/0.36.0/amrdeveloper.gitql.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.5.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: amrdeveloper.gitql +PackageVersion: 0.36.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.installer.yaml b/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.installer.yaml new file mode 100644 index 0000000000000..ce7c0be7b4477 --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.43.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-03" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aqua.exe + PortableCommandAlias: aqua + InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.43.1/aqua_windows_amd64.zip + InstallerSha256: 554c9aecd764f2f51ba03ebc543edc82688eaa33392bbcb16ed7644dbaefa5c8 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aqua.exe + PortableCommandAlias: aqua + InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.43.1/aqua_windows_arm64.zip + InstallerSha256: 5320826d8a3a72c2b76948db1ff52d662dcdef470ec899784bc7d39b279d024e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.locale.en-US.yaml b/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.locale.en-US.yaml new file mode 100644 index 0000000000000..fd2576f430d87 --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.locale.en-US.yaml @@ -0,0 +1,20 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.43.1 +PackageLocale: en-US +Publisher: aquaproj +PublisherSupportUrl: https://github.com/aquaproj/aqua/discussions +PackageName: aqua +PackageUrl: https://github.com/aquaproj/aqua +License: mit +LicenseUrl: https://github.com/aquaproj/aqua/blob/main/LICENSE +ShortDescription: Declarative CLI Version manager written in Go +Description: | + Declarative CLI Version manager written in Go. + Support Lazy Install, Registry, and continuous update by Renovate. + CLI version is switched seamlessly +Moniker: aqua +ReleaseNotesUrl: https://github.com/aquaproj/aqua/releases/tag/v2.43.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.yaml b/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.yaml new file mode 100644 index 0000000000000..6c82f4dd09443 --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.43.1/aquaproj.aqua.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.43.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.installer.yaml b/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.installer.yaml new file mode 100644 index 0000000000000..a5dd6a071b871 --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.43.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-04" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aqua.exe + PortableCommandAlias: aqua + InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.43.2/aqua_windows_arm64.zip + InstallerSha256: 21b435817846c71d0f3351d8290482283a13a547ace727c09d0cd710ea122883 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aqua.exe + PortableCommandAlias: aqua + InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.43.2/aqua_windows_amd64.zip + InstallerSha256: 93f649abd7994ba6ba20b67ba40629b3578e8b97b2595170ada6e43cc40bcdd8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.locale.en-US.yaml b/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.locale.en-US.yaml new file mode 100644 index 0000000000000..90fab443d7b4d --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.locale.en-US.yaml @@ -0,0 +1,20 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.43.2 +PackageLocale: en-US +Publisher: aquaproj +PublisherSupportUrl: https://github.com/aquaproj/aqua/discussions +PackageName: aqua +PackageUrl: https://github.com/aquaproj/aqua +License: mit +LicenseUrl: https://github.com/aquaproj/aqua/blob/main/LICENSE +ShortDescription: Declarative CLI Version manager written in Go +Description: | + Declarative CLI Version manager written in Go. + Support Lazy Install, Registry, and continuous update by Renovate. + CLI version is switched seamlessly +Moniker: aqua +ReleaseNotesUrl: https://github.com/aquaproj/aqua/releases/tag/v2.43.2 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.yaml b/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.yaml new file mode 100644 index 0000000000000..90d64d040d4d5 --- /dev/null +++ b/manifests/a/aquaproj/aqua/2.43.2/aquaproj.aqua.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: aquaproj.aqua +PackageVersion: 2.43.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.installer.yaml new file mode 100644 index 0000000000000..3a7114b1328e4 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.9.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ruff.exe +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.9.4/ruff-i686-pc-windows-msvc.zip + InstallerSha256: DAE8A08A794BA0716CD4D48A84A3605F5049CEF1A70381906B7EC9731915478A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.9.4/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: 45F4B700E864520FDC051B0631DF4F07A2F65BCDF51FC01EE07769FD8257D092 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.9.4/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 3C14B5FCFAE80D22532F895FEC0C84DBC9C387A766368B460C3C96AA62B83562 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-30 diff --git a/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 0000000000000..65757cffcce27 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,68 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.9.4 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +ReleaseNotes: |- + Preview features + - [airflow] Extend airflow context parameter check for `BaseOperator.execute` (AIR302) (#15713) + - [airflow] Update AIR302 to check for deprecated context keys (#15144) + - [flake8-bandit] Permit suspicious imports within stub files (S4) (#15822) + - [pylint] Do not trigger PLR6201 on empty collections (#15732) + - [refurb] Do not emit diagnostic when loop variables are used outside loop body (FURB122) (#15757) + - [ruff] Add support for more `re` patterns (RUF055) (#15764) + - [ruff] Check for shadowed `map` before suggesting fix (RUF058) (#15790) + - [ruff] Do not emit diagnostic when all arguments to `zip()` are variadic (RUF058) (#15744) + - [ruff] Parenthesize fix when argument spans multiple lines for `unnecessary-round` (RUF057) (#15703) + + Rule changes + - Preserve quote style in generated code (#15726, #15778, #15794) + - [flake8-bugbear] Exempt `NewType` calls where the original type is immutable (B008) (#15765) + - [pylint] Honor banned top-level imports by TID253 in PLC0415. (#15628) + - [pyupgrade] Ignore `is_typeddict` and `TypedDict` for `deprecated-import` (UP035) (#15800) + + CLI + - Fix formatter warning message for `flake8-quotes` option (#15788) + - Implement tab autocomplete for `ruff config` (#15603) + + Bug fixes + - [flake8-comprehensions] Do not emit `unnecessary-map` diagnostic when lambda has different arity (C417) (#15802) + - [flake8-comprehensions] Parenthesize `sorted` when needed for `unnecessary-call-around-sorted` (C413) (#15825) + - [pyupgrade] Handle end-of-line comments for `quoted-annotation` (UP037) (#15824) + + Documentation + - Add missing config docstrings (#15803) + - Add references to `trio.run_process` and `anyio.run_process` (#15761) + - Use `uv init --lib` in tutorial (#15718) +ReleaseNotesUrl: https://github.com/astral-sh/ruff/releases/tag/0.9.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.yaml new file mode 100644 index 0000000000000..f78e3b4d39ea3 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.9.4/astral-sh.ruff.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..396f7c950adea --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.26 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +Commands: +- uv +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.5.26/uv-i686-pc-windows-msvc.zip + InstallerSha256: ECF2858D13BA0CBE1B82CC10E9B0538309EE53A7C18F71E8AFCC56B1E5E909E0 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.5.26/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: A938EEBB7433EB7097AE1CF3D53F9BB083EDD4C746045F284A1C8904AF1A1A11 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..bce9e29a2ab3c --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.26 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2024 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Enhancements + - Add support for uvx python (#11076) + - Allow --no-dev --invert in uv tree (#11068) + - Update uv python install --reinstall to reinstall all previous versions (#11072) + - Consistently write log messages with capitalized first word (#11111) + - Suggest --build-backend when --backend is passed to uv init (#10958) + - Improve retry trace message (#11108) + Performance + - Remove unnecessary UTF-8 conversion in hash parsing (#11110) + Bug fixes + - Ignore non-hash fragments in HTML API responses (#11107) + - Avoid resolving symbolic links when querying Python interpreters (#11083) + - Avoid sharing state between universal and non-universal resolves (#11051) + - Error when --script is passing a non-PEP 723 script (#11118) + - Make metadata deserialization failures non-fatal in the cache (#11105) + - Mark metadata as dynamic when reading from built wheel cache (#11046) + - Propagate credentials for /simple to /... endpoints (#11074) + - Fix conflicting extra bug during uv sync (#11075) + Documentation + - Add PyTorch XPU instructions to the PyTorch guide (#11109) + - Add docs for signal handling (#11041) + - Explain build frontend vs. build backend (#11094) + - Fix formatting of RUST_LOG documentation (#10053) + - Fix typo in --no-deps description (#11073) + - Reflow CLI documentation comments (#11040) + - Shorten "Using existing Python versions" nav item so it fits on one line (#11077) + - Some minor touch-ups to the Python install guide (#11116) + - Update Dependabot tracking issue link (#11054) + - Update documentation for running in a container (#11052) + - Upgrade PyTorch version in documentation (#11114) + - Use sys_platform in lieu of platform_system in PyTorch docs (#11113) + - Use positive (rather than negative) markers in PyTorch examples (#11112) + - Fix unnecessary backslashes in brackets (#11059) + - Suggest setting copy link mode in GitLab integration guide (#11067) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.5.26 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76e0f3f514eda --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.26 +PackageLocale: zh-CN +License: Apache-2.0 或 MIT +ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器 +Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。 +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.5.26 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.yaml new file mode 100644 index 0000000000000..3932ec6985208 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.26/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..2188dad118631 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.27 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +Commands: +- uv +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.5.27/uv-i686-pc-windows-msvc.zip + InstallerSha256: 0158534490BA4B4CF64716116D73220F019688A22A1EBA78535D9D95E918EC71 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.5.27/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 195D43F6578C33838523BF4F3C80D690914496592B2946BDA8598B8500E744F6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..5f6b63f28cf0e --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.27 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2024 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Enhancements + - Avoid setting permissions during tar extraction (#11191) + - Remove warnings for missing lower bounds (#11195) + - Update PubGrub to set-based outdated priority tracking (#11169) + - Improve error messages for uv pip install with --extra or --all-extras and invalid sources (#11193) + - Sign Docker images using GitHub attestations (#8685) + Preview features + - Don't expand self-referential extras in the build backend (#11142) + Performance + - Filter discovered Python executables by source before querying (#11143) + - Optimize exclusion computation for markers (#11158) + - Use Astral-maintained tokio-tar fork (#11174) + - Remove unneeded .clone() (#11127) + Bug fixes + - Fix relative paths in bytecode compilation (#11177) + - Percent-decode URLs in canonical comparisons (#11088) + - Respect concurrency limits in parallel index fetch (#11182) + - Use wire JSON schema for conflict items (#11196) + - Use explicit _GLibCVersion tuple in uv-python crate (#11122) + Documentation + - Add Git SHA locking behavior to docs (#11125) + - Add best-practice flags to pip install example in troubleshooting guide (#11194) + - Set VIRTUAL_ENV in Jupyter kernels (#11155) + - Add instructions for deactivating an environment (#11200) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.5.27 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..389d297f9ee49 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.27 +PackageLocale: zh-CN +License: Apache-2.0 或 MIT +ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器 +Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。 +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.5.27 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.yaml new file mode 100644 index 0000000000000..11a84b0dc365a --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.27/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..2ac14dced5e9a --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.28 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +Commands: +- uv +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.5.28/uv-i686-pc-windows-msvc.zip + InstallerSha256: 7FF2B7BDE705CDCA7F6FE6AEC9E7047B47E09BF97BE9C5FF597FF6E19A369544 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.5.28/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 31053741C49624726D5CE8CB1AB8F5FC267ED0333AB8257450BD71A7C2A68D05 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..4ac47bcbaa166 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.28 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2024 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Bug fixes + - Allow discovering virtual environments from the first interpreter found on the PATH (#11218) + - Clear ephemeral overlays when running tools (#11141) + - Disable SSL in Git commands for --allow-insecure-host (#11210) + - Fix hardlinks in tar unpacking (#11221) + - Set base executable when returning virtual environment (#11209) + - Use base Python for cached environments (#11208) + Documentation + - Add documentation on verifying Docker image attestations (#11140) + - Add last updated to documentation (#11164) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.5.28 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a5085c21e5c2c --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.28 +PackageLocale: zh-CN +License: Apache-2.0 或 MIT +ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器 +Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。 +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.5.26 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.yaml new file mode 100644 index 0000000000000..bfea3a7a3a069 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.28/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..9926e38c28fdf --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.29 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +Commands: +- uv +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.5.29/uv-i686-pc-windows-msvc.zip + InstallerSha256: E35C4BBA6AF151E3A952629C7054B0F6D901C83AA7A3A21AEDC3880424790294 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.5.29/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 2453B17DF889822A5B8DCD3467DD6B75A410D61F5E6504362E3852FB3175C19C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..54cb4ad3d1628 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.29 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2024 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Enhancements + - Add --bare option to uv init (#11192) + - Add support for respecting VIRTUAL_ENV in project commands via --active (#11189) + - Allow the project VIRTUAL_ENV warning to be silenced with --no-active (#11251) + Python + The managed Python distributions have been updated, including: + - CPython 3.12.9 + - CPython 3.13.2 + - pkg-config files are now relocatable + See the python-build-standalone release notes for more details. + Bug fixes + - Always use base Python discovery logic for cached environments (#11254) + - Use a flock to avoid concurrent initialization of project environments (#11259) + - Fix handling of --all-groups and --no-default-groups flags (#11224) + Documentation + - Minor touchups to the Docker provenance docs (#11252) + - Move content from the mkdocs.public.yml into the template (#11246) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.5.29 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0fb2af3ab5fb9 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.29 +PackageLocale: zh-CN +License: Apache-2.0 或 MIT +ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器 +Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。 +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.5.29 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.yaml new file mode 100644 index 0000000000000..1f2f5324cefce --- /dev/null +++ b/manifests/a/astral-sh/uv/0.5.29/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.5.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.installer.yaml new file mode 100644 index 0000000000000..d980bd108c945 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.52.0 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia +ProductCode: 百度云管家 +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x86 + InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.52.0.135.exe + InstallerSha256: 9E630806DA61A57BA0CB672325667F0FBA5674DBEA4EC0F306578273A77F964D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.locale.en-US.yaml new file mode 100644 index 0000000000000..6d9afca548065 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.52.0 +PackageLocale: en-US +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: http://privacy.baidu.com/policy +Author: Beijing Duyou Technology Co., Ltd. +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: Proprietary +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Personal cloud service product by Baidu +Description: Baidu Netdisk is a convenient and easy-to-use cloud storage product that is serving more than 700 million users, which has mass storage and several self-hosted data centers, supports backup, sharing, viewing and processing multiple types of files, and protects users' data security under two top international security certifications ISO27001 and ISO27018. It would be your best choice if you want to back up your data, free up your phone's space, share files with others or operate files online. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +PurchaseUrl: https://pan.baidu.com/buy/center +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e61b67f7ef4de --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.52.0 +PackageLocale: zh-CN +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: http://privacy.baidu.com/policy +Author: 北京度友科技有限公司 +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: 专有软件 +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 百度公司出品的个人云服务产品 +Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 百度云 +- 百度云管家 +- 网盘 +ReleaseNotes: |- + 1. 云一朵首页升级啦!新增音视频转文稿、视频课件等超多 AI 功能,快来试试吧~ + 2. 全新上线“一键转文稿”功能,高效转写,省时便捷,让音频内容轻松变文字! +PurchaseUrl: https://pan.baidu.com/buy/center +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.yaml new file mode 100644 index 0000000000000..c4dafc002ee1a --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/7.52.0/Baidu.BaiduNetdisk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 7.52.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.installer.yaml index 0a254e083d25d..99a9cb2690694 100644 --- a/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.14.3 @@ -30,4 +30,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.14.3/balenaEtcher-Setup-1.14.3.exe InstallerSha256: 4C227B7FA2254393564ED437C61F9EA0300C87C5C8E6898D1C5C9262B5CC773E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.locale.en-US.yaml index e15add6448aba..f81c58c3632c7 100644 --- a/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.14.3 @@ -28,11 +28,10 @@ Tags: - img - open-source - usb -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.14.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.yaml index b375ce58da61d..f8f0f6412d060 100644 --- a/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.14.3/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.14.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.installer.yaml index 3cfe06a63f2a7..7c67d5aaac9b0 100644 --- a/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.18.11 @@ -27,6 +27,6 @@ ReleaseDate: 2023-07-12 Installers: - Architecture: neutral InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.18.11/balenaEtcher-Setup-1.18.11.exe - InstallerSha256: 3248227518f4aaf25f83c06a7fb476cf7f71705c234f6ce8c9cdcc98362409a6 + InstallerSha256: 3248227518F4AAF25F83C06A7FB476CF7F71705C234F6CE8C9CDCC98362409A6 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.locale.en-US.yaml index 4f57bdcbda09d..6ea76249f33ba 100644 --- a/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.18.11 @@ -13,11 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: APACHE-2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. +# Moniker: Tags: - cross-platform - flasher @@ -26,6 +28,10 @@ Tags: - img - open-source - usb +# ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.18.11 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.yaml index cd282c5422ab3..9d6967ed023bc 100644 --- a/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.18.11/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.18.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.installer.yaml index e59e1121940cc..dfb158a25cb1f 100644 --- a/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.18.4 @@ -29,4 +29,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.18.4/balenaEtcher-Setup-1.18.4.exe InstallerSha256: EAEC03357A06C213F4A966F44E2F0FA5B6F19CA4F5147FE9BD61B27431E0BA5B ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.locale.en-US.yaml index c781a6b6382d5..124eced47ab63 100644 --- a/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.18.4 @@ -13,11 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: APACHE-2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. +# Moniker: Tags: - cross-platform - flasher @@ -26,6 +28,10 @@ Tags: - img - open-source - usb +# ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.18.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.yaml index 6339c3b9ea82c..3387136e95d1d 100644 --- a/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.18.4/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.18.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.installer.yaml index 175ea47d6293d..c37519c5ed856 100644 --- a/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.19.21 -InstallerType: exe # Squirrel +InstallerType: exe Scope: user InstallModes: - interactive @@ -21,4 +21,4 @@ Installers: InstallerSha256: D65FCF62F303FE02117095B2F8C1FD00D873CBE98F4037C62B6D65A3281A66FF ProductCode: balena_etcher ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.locale.en-US.yaml index 29626085e29c7..add3b468e6515 100644 --- a/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.19.21 @@ -35,4 +35,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://etcher-docs.balena.io/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.locale.zh-CN.yaml b/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.locale.zh-CN.yaml index 4058bdd23de28..95dea212e539f 100644 --- a/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.locale.zh-CN.yaml +++ b/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.19.21 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://etcher-docs.balena.io/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.yaml index 3d538555c3934..e658586dd3de1 100644 --- a/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.19.21/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.19.21 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.installer.yaml index 8bc75a72fe60b..e53ac1adf2bbc 100644 --- a/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.19.25 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 5684B1F0DB8DCFA7D19B1AEF810639D7753E48B487A20CF63F0DC524DED5D4CF ProductCode: balena_etcher ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.locale.en-US.yaml index 1d29e11838c7f..e342733b84a27 100644 --- a/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.19.25 @@ -35,4 +35,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://etcher-docs.balena.io/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.locale.zh-CN.yaml b/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.locale.zh-CN.yaml index dd49fbcc25ace..babe9d3c15622 100644 --- a/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.locale.zh-CN.yaml +++ b/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.19.25 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://etcher-docs.balena.io/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.yaml index 512790e37eca1..ba08057cc8351 100644 --- a/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.19.25/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.19.25 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.installer.yaml index 1f0f1dddd6db6..fd633afb81c77 100644 --- a/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.100 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.100/balenaEtcher-Setup-1.5.100.exe InstallerSha256: 36DFAC596C220A7C23108BBB385643BB42932B1D8B563D52C6C4EDA79B5323A8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.locale.en-US.yaml index d48b0d7ca0e59..ef59c9d71fe0f 100644 --- a/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.100 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://etcher.io/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. -# Description: +# Description: Moniker: etcher -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.yaml index bae6ba7eee362..97764507d6615 100644 --- a/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.100 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.installer.yaml index 66fa763df3fb2..c65a1130a6bbf 100644 --- a/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.101 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.101/balenaEtcher-Setup-1.5.101.exe InstallerSha256: 9E8F848AA4095D85F8915574FAF026A435FD7D01C52DE6C8754D9D888E87BE0E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.locale.en-US.yaml index 34f72e6a18c17..c766ad1b60841 100644 --- a/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.101 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://etcher.io/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. -# Description: +# Description: Moniker: etcher -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.yaml index e83b60e1f8f84..8fc580aa62e71 100644 --- a/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.101 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.installer.yaml index 795cb938d0c66..b099b8bf90178 100644 --- a/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.102 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.102/balenaEtcher-Setup-1.5.102.exe InstallerSha256: 33D1A7C0D0860382B86BED4DD0D8E4FA5E07A7BD424E4CC358238E58BA9F5E10 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.locale.en-US.yaml index b88501cf8165b..0a1deb551364c 100644 --- a/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.102 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://etcher.io/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. -# Description: +# Description: Moniker: etcher -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.yaml index f994f8ca6724c..10830b9b4e950 100644 --- a/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.102 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.installer.yaml index 7727c68dbcd16..4fa5b9458f155 100644 --- a/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.106 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.106/balenaEtcher-Setup-1.5.106.exe InstallerSha256: 30C6CA4E2C55CB623D63C64E152892CDC216F2C38AB6472E373E9BF9DF6469E9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.locale.en-US.yaml index 314a4a8a45787..538ba74c71a67 100644 --- a/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.106 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Balena PackageName: Etcher PackageUrl: https://etcher.io/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. -# Description: +# Description: Moniker: etcher Tags: - boot @@ -27,8 +27,10 @@ Tags: - img - sd - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.yaml index 4f3764e3a2884..bac307f3f1104 100644 --- a/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.106 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.installer.yaml index 795cb49330264..ab13495ac053c 100644 --- a/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.107 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.107/balenaEtcher-Setup-1.5.107.exe InstallerSha256: 63467B94CCA4C6BF8C536B6DE7D1B692F3C5FF2558AE46A1090EEA8358D41574 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.locale.en-US.yaml index 67ab2058104e9..4904fe0f7449c 100644 --- a/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.107 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Balena PackageName: Etcher PackageUrl: https://etcher.io/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. -# Description: +# Description: Moniker: etcher Tags: - boot @@ -27,8 +27,10 @@ Tags: - img - sd - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.yaml index ba40d2265d33e..5785846203f12 100644 --- a/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.107 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.installer.yaml index bb4ec56f92aab..8d3be573a1512 100644 --- a/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.109 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.109/balenaEtcher-Setup-1.5.109.exe InstallerSha256: 818AEF3C3F16864980410374B269672CD69D912A674AC471348E85E76CA86942 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.locale.en-US.yaml index dd325ae4d7c1f..643b21645e1fc 100644 --- a/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.109 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Balena PackageName: Etcher PackageUrl: https://etcher.io/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. -# Description: +# Description: Moniker: etcher Tags: - boot @@ -27,8 +27,10 @@ Tags: - img - sd - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.yaml index f3225c7577479..695bd4991386a 100644 --- a/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.109 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.installer.yaml index 00cebfd70a7cc..b2e7e53594ac6 100644 --- a/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.112 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.112/balenaEtcher-Setup-1.5.112.exe InstallerSha256: A3368FE3C170C4E5BC85D10D8B1719F9F5F445BF8AAA3C5EB22B7DC0AC216AAA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.locale.en-US.yaml index c990d6d9912e9..a6bb1e4a947cd 100644 --- a/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.112 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://www.balena.io/etcher/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash. Flawless. Flash OS images to SD cards & USB drives, safely and easily. -# Description: +# Description: Moniker: etcher Tags: - flash @@ -24,8 +24,10 @@ Tags: - imager - sd - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.yaml index 613eb2cfee420..a2d8a247e5efd 100644 --- a/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.112 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.installer.yaml index a13ad55351782..688a5518e3384 100644 --- a/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.113 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.113/balenaEtcher-Setup-1.5.113.exe InstallerSha256: 64C644BE75BFEDAC330C1F3FB6ACF9456547F6CE2A6608C3A773C1C4438BA253 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.locale.en-US.yaml index d30282b44d008..6f19159fee595 100644 --- a/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.113 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://www.balena.io/etcher/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash. Flawless. Flash OS images to SD cards & USB drives, safely and easily. -# Description: +# Description: Moniker: etcher Tags: - flash @@ -24,8 +24,10 @@ Tags: - imager - sd - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.yaml index dda8b3e3a221c..0950afa9197c4 100644 --- a/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.113 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.installer.yaml index 96b6b239ade45..ffbcc1153835c 100644 --- a/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.115 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.115/balenaEtcher-Setup-1.5.115.exe InstallerSha256: 94FD67AAEF3C4556E1A8C95A2DD93A7B7373EFBA961B8E9E9996F5227B129692 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.locale.en-US.yaml index ce9c9112b765c..ac200d1e5d63b 100644 --- a/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.115 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://www.balena.io/etcher/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash. Flawless. Flash OS images to SD cards & USB drives, safely and easily. -# Description: +# Description: Moniker: etcher Tags: - flash @@ -24,8 +24,10 @@ Tags: - imager - sd - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.yaml index fd167244eb625..4429c7767929a 100644 --- a/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.115 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.installer.yaml index c89952462fdca..0e0391cca35d4 100644 --- a/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.116 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 86C9BB1DBD1CC80BFBA99631E9BA1E711A4DD7D2BD01FC8A9BBD18829E304693 ProductCode: '{d2f3b6c7-6f49-59e2-b8a5-f72e33900c2b}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.locale.en-US.yaml index 80f52bebdfff1..758fa3e1bc90c 100644 --- a/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.116 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://www.balena.io/etcher/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash. Flawless. Flash OS images to SD cards & USB drives, safely and easily. -# Description: +# Description: Moniker: etcher Tags: - flash @@ -24,8 +24,10 @@ Tags: - imager - sd - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.yaml index e68491c721f95..80e8040964cd1 100644 --- a/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.116 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.installer.yaml index e083a2a19f4a3..2c723ff45a20f 100644 --- a/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.installer.yaml @@ -1,31 +1,32 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Balena.Etcher PackageVersion: 1.5.117 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - ISO - - BZ2 - - DMG - - DSK - - ETCH - - GZ - - HDDIMG - - IMG - - RAW - - XZ - - ZIP +InstallerType: nullsoft +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bz2 +- dmg +- dsk +- etch +- gz +- hddimg +- img +- iso +- raw +- xz +- zip Installers: - - Architecture: neutral - InstallerType: nullsoft - InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.117/balenaEtcher-Setup-1.5.117.exe - InstallerSha256: 030370D59CD8BC67CCF923F7BEAD374385C35B753029FB0A017C4235AC350640 -# ProductCode: - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.117/balenaEtcher-Setup-1.5.117.exe + InstallerSha256: 030370D59CD8BC67CCF923F7BEAD374385C35B753029FB0A017C4235AC350640 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.locale.en-US.yaml index 4ec262d695f6e..db26ee2bcb675 100644 --- a/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Balena.Etcher PackageVersion: 1.5.117 PackageLocale: en-US @@ -11,18 +13,23 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. Moniker: etcher Tags: - - foss - - open source - - cross platform - - usb - - format - - img - - flasher +- cross-platform +- flasher +- format +- foss +- img +- open-source +- usb +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.yaml index f53a9aa4907f7..1ce90a79caf9e 100644 --- a/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.117/Balena.Etcher.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Balena.Etcher PackageVersion: 1.5.117 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.installer.yaml index 3592961cf5c15..0b13fdc094b26 100644 --- a/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.installer.yaml @@ -1,31 +1,32 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Balena.Etcher PackageVersion: 1.5.120 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - ISO - - BZ2 - - DMG - - DSK - - ETCH - - GZ - - HDDIMG - - IMG - - RAW - - XZ - - ZIP +InstallerType: nullsoft +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bz2 +- dmg +- dsk +- etch +- gz +- hddimg +- img +- iso +- raw +- xz +- zip Installers: - - Architecture: neutral - InstallerType: nullsoft - InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.120/balenaEtcher-Setup-1.5.120.exe - InstallerSha256: FE851A8AAE366151A53EC87DD3230A81CBE6509D4D0E000F57719F394D8E8522 -# ProductCode: - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.120/balenaEtcher-Setup-1.5.120.exe + InstallerSha256: FE851A8AAE366151A53EC87DD3230A81CBE6509D4D0E000F57719F394D8E8522 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.locale.en-US.yaml index 42ea5489d05b5..886a3ebfbd1ea 100644 --- a/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Balena.Etcher PackageVersion: 1.5.120 PackageLocale: en-US @@ -11,18 +13,23 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/v1.5.120/LICENSE -#Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/blob/v1.5.120/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. Moniker: etcher Tags: - - foss - - open-source - - cross-platform - - usb - - format - - img - - flasher +- cross-platform +- flasher +- format +- foss +- img +- open-source +- usb +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.yaml index df2c5ae3a72c9..d7b14d6c110ce 100644 --- a/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.120/Balena.Etcher.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Balena.Etcher PackageVersion: 1.5.120 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.installer.yaml index 3f22f0038cc73..cf64eaec57010 100644 --- a/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.installer.yaml @@ -1,34 +1,33 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.121 +InstallerLocale: en-US +Platform: +- Windows.Desktop MinimumOSVersion: 10.0.0.0 -FileExtensions: -- ISO -- BZ2 -- DMG -- DSK -- ETCH -- GZ -- HDDIMG -- IMG -- RAW -- XZ -- ZIP +InstallerType: nullsoft +Scope: user InstallModes: - interactive - silent +UpgradeBehavior: install +FileExtensions: +- bz2 +- dmg +- dsk +- etch +- gz +- hddimg +- img +- iso +- raw +- xz +- zip Installers: -- Platform: - - Windows.Desktop - InstallerLocale: en-US - Architecture: neutral - InstallerType: nullsoft - Scope: user +- Architecture: neutral InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.121/balenaEtcher-Setup-1.5.121.exe InstallerSha256: 6F9FF111D7B546CB75F7A90AF571B080BD2BC5FBA5753C46A405FC9AAE01E6AA - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.locale.en-US.yaml index 22a140b37085a..8b3c4e3fbd481 100644 --- a/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.121 @@ -13,19 +13,23 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.5.121/LICENSE -#Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.5.121/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. Moniker: etcher Tags: -- foss -- open-source - cross-platform -- usb +- flasher - format +- foss - img -- flasher +- open-source +- usb +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.yaml index 677da8062e7b2..e9e46a206305e 100644 --- a/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.121/Balena.Etcher.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.121 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.installer.yaml index 88b06e0b74fd1..8e9b2894c0fa3 100644 --- a/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.installer.yaml @@ -1,30 +1,30 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.122 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - interactive - silent +UpgradeBehavior: install FileExtensions: -- ISO -- BZ2 -- DMG -- DSK -- ETCH -- GZ -- HDDIMG -- IMG -- RAW -- XZ -- ZIP +- bz2 +- dmg +- dsk +- etch +- gz +- hddimg +- img +- iso +- raw +- xz +- zip Installers: - Architecture: neutral - InstallerType: nullsoft - Scope: user InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.122/balenaEtcher-Setup-1.5.122.exe InstallerSha256: 81FBFDDB91F5A7591C4217487956CA07AEED66D84CDC0BF29E8BC8963EB60E78 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.locale.en-US.yaml index 9bca08c087d59..b8bea8c266761 100644 --- a/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.122 @@ -13,17 +13,23 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.5.121/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.5.121/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. Moniker: etcher Tags: -- foss -- open-source - cross-platform -- usb +- flasher - format +- foss - img -- flasher +- open-source +- usb +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.yaml index 9b84f94623c3b..4cbd8d5d3302d 100644 --- a/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.122/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.122 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.installer.yaml index ead2f67f7e39f..c578c3d0ae949 100644 --- a/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.88 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.88/balenaEtcher-Setup-1.5.88.exe InstallerSha256: 96960036A9B8DCCBEED2F6E0B8950AF9C0EC8F06F3CE3376B72110D38A49A02C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.locale.en-US.yaml index 9bcbf4a80e67e..c71b68f200619 100644 --- a/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.88 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://etcher.io/ License: Copyright 2016-2020 Balena Ltd -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. -# Description: +# Description: Moniker: etcher -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.yaml index 3df0dd1fde6c3..5a43cc49d8b50 100644 --- a/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.88 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.installer.yaml index 875e928c5c268..da5d19278ddfd 100644 --- a/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.95 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.5.95/balenaEtcher-Setup-1.5.95.exe InstallerSha256: 803ACB6F51EC67E8CCF5C77AB1E691589448123915CEC28C6ACD84FE57CA623F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.locale.en-US.yaml index 4ea8fd2217a3d..b9b43f403dd04 100644 --- a/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.95 PackageLocale: en-US Publisher: Balena -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Etcher PackageUrl: https://etcher.io/ License: Apache-2.0 LicenseUrl: https://github.com/balena-io/etcher/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. -# Description: +# Description: Moniker: etcher -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.yaml index 809fcaf744a7d..966d5409489c9 100644 --- a/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.5.95 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.installer.yaml index a6df42789fd61..27ad5d1a2b1c4 100644 --- a/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.6.0 @@ -11,20 +11,20 @@ InstallModes: - silent UpgradeBehavior: install FileExtensions: -- ISO -- BZ2 -- DMG -- DSK -- ETCH -- GZ -- HDDIMG -- IMG -- RAW -- XZ -- ZIP +- bz2 +- dmg +- dsk +- etch +- gz +- hddimg +- img +- iso +- raw +- xz +- zip Installers: - Architecture: neutral InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.6.0/balenaEtcher-Setup-1.6.0.exe InstallerSha256: 9D96CF06A03293A5B11280BE1502D7D030B31B2D3FE91A90FF3C9ED22C13D7BE ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.locale.en-US.yaml index c7c0014cd669b..2ddca7beecf55 100644 --- a/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.6.0 @@ -13,18 +13,23 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.6.0/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.6.0/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. Moniker: etcher Tags: -- foss -- open-source - cross-platform -- usb +- flasher - format +- foss - img -- flasher +- open-source +- usb +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.yaml index 546fe9e19aae7..2e6bbfb95630c 100644 --- a/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.6.0/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.installer.yaml index 291fa26f84170..aafa5e63591f3 100644 --- a/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.0 @@ -11,20 +11,20 @@ InstallModes: - silent UpgradeBehavior: install FileExtensions: -- ISO -- BZ2 -- DMG -- DSK -- ETCH -- GZ -- HDDIMG -- IMG -- RAW -- XZ -- ZIP +- bz2 +- dmg +- dsk +- etch +- gz +- hddimg +- img +- iso +- raw +- xz +- zip Installers: - Architecture: neutral InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.0/balenaEtcher-Setup-1.7.0.exe InstallerSha256: 0FF379126F719D789CF869D65CE13ABF45B0F1EC3CB4991A1B2D2CF42E8F07D6 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.locale.en-US.yaml index b4fb4929e17a5..766ae949abe79 100644 --- a/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.0 @@ -13,17 +13,23 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.6.0/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.6.0/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. +# Moniker: Tags: -- foss -- open-source - cross-platform -- usb +- flasher - format +- foss - img -- flasher +- open-source +- usb +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.yaml index 2d33894b13b86..ecbbbbcbed8e0 100644 --- a/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.0/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.installer.yaml index 649b3eab3d8e3..3daddd6947387 100644 --- a/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.1 @@ -11,20 +11,20 @@ InstallModes: - silent UpgradeBehavior: install FileExtensions: -- ISO -- BZ2 -- DMG -- DSK -- ETCH -- GZ -- HDDIMG -- IMG -- RAW -- XZ -- ZIP +- bz2 +- dmg +- dsk +- etch +- gz +- hddimg +- img +- iso +- raw +- xz +- zip Installers: - Architecture: neutral InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.1/balenaEtcher-Setup-1.7.1.exe InstallerSha256: FB786F8069C0F5BE319B1DA8251A2721809E60F16EA39B99F2DD3EE9D86F6F31 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.locale.en-US.yaml index b9d2b613c70d8..d28faa7577e5a 100644 --- a/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.1 @@ -13,21 +13,23 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.6.0/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/balena-io/etcher/v1.6.0/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: -- foss -- open-source - cross-platform -- usb +- flasher - format +- foss - img -- flasher -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- open-source +- usb +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.yaml index 3feab1df5f87d..b47c27af6027f 100644 --- a/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.1/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.installer.yaml index 1225e061dc383..2702213ab4ff4 100644 --- a/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.2 @@ -29,4 +29,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.2/balenaEtcher-Setup-1.7.2.exe InstallerSha256: C627BE7B587900240F253AADF7E751C1149FD3C5F0BE382AD9EFA1DB10C9C5F2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.locale.en-US.yaml index f8092e7d1ae5e..c6485207fa55a 100644 --- a/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.2 @@ -13,13 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: - cross-platform - flasher @@ -28,8 +28,10 @@ Tags: - img - open-source - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.yaml index 72f1f9f5d801b..fde148b369d44 100644 --- a/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.2/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.installer.yaml index a8dce3a88647e..0bfbb9cdf55b8 100644 --- a/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.3 @@ -29,4 +29,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.3/balenaEtcher-Setup-1.7.3.exe InstallerSha256: 28B6B055096913AF60B9DF814CD1B1CA003B3B13C97B825BC9CB9F8322E7978B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.locale.en-US.yaml index 738459005e122..281a5bcb5d263 100644 --- a/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.3 @@ -13,13 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: - cross-platform - flasher @@ -28,8 +28,10 @@ Tags: - img - open-source - usb -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.yaml index f458eb3e85ebd..969c05e6e8bc6 100644 --- a/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.3/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.installer.yaml index 768fb48c54eef..be1e0af988cf7 100644 --- a/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.4 @@ -30,4 +30,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.4/balenaEtcher-Setup-1.7.4.exe InstallerSha256: 4047A76CB269A143D98DBA3838006B24DB189FC7DCBC57550C50B082BCC6E511 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.locale.en-US.yaml index 118c9865f2548..2c0ccaed0aaf0 100644 --- a/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.4 @@ -13,13 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: - cross-platform - flasher @@ -28,8 +28,10 @@ Tags: - img - open-source - usb -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.7.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.yaml index 12958d4afb73f..a16a7751c1ced 100644 --- a/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.4/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.installer.yaml index 44f548eccf874..3e1a2406d6c59 100644 --- a/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.5 @@ -30,4 +30,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.5/balenaEtcher-Setup-1.7.5.exe InstallerSha256: 62AE9AEF83C720A59C996150EDD6BDD7861982495F4A0475A0925AE088C93E25 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.locale.en-US.yaml index 08769eced41de..4921aa5777290 100644 --- a/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.5 @@ -13,13 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: - cross-platform - flasher @@ -28,8 +28,10 @@ Tags: - img - open-source - usb -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.7.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.yaml index 05050b8d05705..ae7488952ff71 100644 --- a/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.5/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.installer.yaml index 04e9634d1ee9a..e1204d0420714 100644 --- a/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.6 @@ -30,4 +30,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.6/balenaEtcher-Setup-1.7.6.exe InstallerSha256: 9D2C2A76BBA5C115BC062C3EB76F0052F4B919319D9178C4CEC312C0BC32B9B3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.locale.en-US.yaml index 941303deaecc8..e01110c3ecea0 100644 --- a/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.6 @@ -13,13 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: - cross-platform - flasher @@ -28,8 +28,10 @@ Tags: - img - open-source - usb -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.7.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.yaml index f5e82c5921887..0ed080c14e9d7 100644 --- a/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.6/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.installer.yaml index 30e3c984c6906..158c30d5013d0 100644 --- a/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.7 @@ -30,4 +30,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.7/balenaEtcher-Setup-1.7.7.exe InstallerSha256: D8FFA86E0C460E1AA6EE0CF6F326B79FECC0F57B4E1FDB15860A3F7E9EA868CB ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.locale.en-US.yaml index a5b5f0a4a2dfb..98c7c40514a07 100644 --- a/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.7 @@ -13,13 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: - cross-platform - flasher @@ -28,8 +28,10 @@ Tags: - img - open-source - usb -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.7.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.yaml index 697df5d26780f..fde0ea6d24e29 100644 --- a/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.7/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.installer.yaml index fca989f4ef456..df32eab4dce65 100644 --- a/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.8 @@ -30,4 +30,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.8/balenaEtcher-Setup-1.7.8.exe InstallerSha256: C4455E411BC5FFA5E0D20F99A68855E75F3B013C800C4ECD2CB3A06B4C67A4BD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.locale.en-US.yaml index e26b0d668c652..7db5a71be6668 100644 --- a/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.8 @@ -13,13 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: - cross-platform - flasher @@ -28,8 +28,10 @@ Tags: - img - open-source - usb -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.7.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.yaml index e06d5fe714f3b..e40f7da14218d 100644 --- a/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.8/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.installer.yaml b/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.installer.yaml index e54dd17429d00..a27d1b27a653c 100644 --- a/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.installer.yaml +++ b/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.9 @@ -30,4 +30,4 @@ Installers: InstallerUrl: https://github.com/balena-io/etcher/releases/download/v1.7.9/balenaEtcher-Setup-1.7.9.exe InstallerSha256: BFE2AC48F2B821F743FDB9AB8BF96CE554C4365BA445CA1CCA2C9FFD8A4315BC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.locale.en-US.yaml b/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.locale.en-US.yaml index 0a0ab1c2645d5..d0d915e12dd8c 100644 --- a/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.locale.en-US.yaml +++ b/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.9 @@ -13,13 +13,13 @@ PackageName: balenaEtcher PackageUrl: https://www.balena.io/etcher License: Apache License 2.0 LicenseUrl: https://github.com/balena-io/etcher/raw/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://github.com/balena-io/etcher/raw/master/LICENSE ShortDescription: Flash OS images to SD cards and USB drives, safely and easily. Description: |- Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. -# Moniker: +# Moniker: Tags: - cross-platform - flasher @@ -28,8 +28,10 @@ Tags: - img - open-source - usb -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/balena-io/etcher/releases/tag/v1.7.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.yaml b/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.yaml index 102052a6035e8..85dfe9e40c32e 100644 --- a/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.yaml +++ b/manifests/b/Balena/Etcher/1.7.9/Balena.Etcher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Balena.Etcher PackageVersion: 1.7.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.installer.yaml b/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.installer.yaml deleted file mode 100644 index dfe08436618f3..0000000000000 --- a/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Balsamiq.Wireframes -PackageVersion: 4.7.5 -UpgradeBehavior: install -InstallerType: inno -InstallerSwitches: - Silent: /VERYSILENT - SilentWithProgress: /SILENT -ReleaseDate: 2024-04-24 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://builds.balsamiq.com/bwd/Balsamiq_Wireframes_4.7.5_x64_Setup.exe - InstallerSha256: EFE6D0FEC19B91458F1E80E970E8169DF453D63179695D8973D15012B6D4D0DF - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://builds.balsamiq.com/bwd/Balsamiq_Wireframes_4.7.5_x64_Setup.exe - InstallerSha256: EFE6D0FEC19B91458F1E80E970E8169DF453D63179695D8973D15012B6D4D0DF - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.locale.en-US.yaml b/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.locale.en-US.yaml deleted file mode 100644 index cd6e6c2eab368..0000000000000 --- a/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Balsamiq.Wireframes -PackageVersion: 4.7.5 -PackageLocale: en-US -Publisher: Balsamiq -PublisherUrl: https://balsamiq.com/ -PublisherSupportUrl: https://balsamiq.com/support/ -PrivacyUrl: https://balsamiq.com/legal/privacy/ -Author: Balsamiq -PackageName: Balsamiq Wireframes -PackageUrl: https://balsamiq.com/wireframes/ -License: Proprietary -LicenseUrl: https://balsamiq.com/legal/terms/tos/ -Copyright: Copyright (c) 2008-2022 Balsamiq Studios, LLC -ShortDescription: Balsamiq Wireframes is a rapid low-fidelity UI wireframing tool that reproduces the experience of sketching on a notepad or whiteboard, but using a computer. -Description: |- - Balsamiq Wireframes is a rapid low-fidelity UI wireframing tool that reproduces the experience of sketching on a notepad or whiteboard, but using a computer. - It really forces you to focus on structure and content, avoiding lengthy discussions about colors and details that should come later in the process. - Wireframes is FAST: you will generate more ideas, so you can throw out the bad ones and discover the best solutions. -Tags: -- design -- interface -- sketching -- ui -- ux -- webpage -- wireframe -PurchaseUrl: https://balsamiq.com/buy/ -Documentations: -- DocumentLabel: Balsamiq Documentation - DocumentUrl: https://balsamiq.com/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.yaml b/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.yaml deleted file mode 100644 index b28018c65b9ef..0000000000000 --- a/manifests/b/Balsamiq/Wireframes/4.7.5/Balsamiq.Wireframes.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Balsamiq.Wireframes -PackageVersion: 4.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.installer.yaml new file mode 100644 index 0000000000000..e27f6d0906083 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 4.0.1.2516 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- bcpf +ProductCode: Bandicut +ReleaseDate: 2025-02-06 +AppsAndFeaturesEntries: +- ProductCode: Bandicut +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Bandicut' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.bandicam.com/bandicut/bandicut-setup.exe + InstallerSha256: 1A7AFB862DDB87F5B1A128B80F180ABBE1DBB4C6AAE27ED41B636657C6B81F92 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.locale.en-US.yaml new file mode 100644 index 0000000000000..47be844b5b4f8 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 4.0.1.2516 +PackageLocale: en-US +Publisher: Bandicam.com +PublisherUrl: https://www.bandicam.com/ +PublisherSupportUrl: https://www.bandicam.com/faqs/ +PrivacyUrl: https://www.bandicam.com/company/privacy/ +Author: Bandicam Company +PackageName: Bandicut +PackageUrl: https://www.bandicam.com/bandicut-video-cutter/ +License: Shareware +LicenseUrl: https://www.bandicam.com/company/tos/ +Copyright: Copyright (c) 2008-2025 Bandicam Company. All rights reserved. +CopyrightUrl: https://www.bandicam.com/company/tos/ +ShortDescription: Bandicut is super fast video-cutting and joining software with an easy-to-use interface. +Moniker: bandicut +Tags: +- cut +- video +- video-editing +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.yaml new file mode 100644 index 0000000000000..59e4ad0ad7571 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BandicamCompany.Bandicut +PackageVersion: 4.0.1.2516 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.installer.yaml b/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.installer.yaml new file mode 100644 index 0000000000000..52bb8ff6e862e --- /dev/null +++ b/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.installer.yaml @@ -0,0 +1,23 @@ +# Created with Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Barry-ran.QtScrcpy +PackageVersion: 3.1.0 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2025-01-10 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: QtScrcpy-win-x86-v3.1.0\QtScrcpy.exe + PortableCommandAlias: QtScrcpy + InstallerUrl: https://github.com/barry-ran/QtScrcpy/releases/download/v3.1.0/QtScrcpy-win-x86-v3.1.0.zip + InstallerSha256: 95F25BA3937015438A7603C9DA0D30EB6DA5B07A7119DE895931980364693DD7 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: QtScrcpy-win-x64-v3.1.0\QtScrcpy.exe + PortableCommandAlias: QtScrcpy + InstallerUrl: https://github.com/barry-ran/QtScrcpy/releases/download/v3.1.0/QtScrcpy-win-x64-v3.1.0.zip + InstallerSha256: 500F164498DF8DE525BE00679058739848409B1DF9BB6AA0C4858C1324A14113 +ManifestType: installer +ManifestVersion: 1.5.0 \ No newline at end of file diff --git a/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.locale.en-US.yaml b/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.locale.en-US.yaml new file mode 100644 index 0000000000000..8770002072706 --- /dev/null +++ b/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Barry-ran.QtScrcpy +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: Barry +PublisherUrl: https://github.com/barry-ran +PublisherSupportUrl: https://github.com/barry-ran/QtScrcpy +PrivacyUrl: https://github.com/barry-ran/QtScrcpy +Author: barry-ran +PackageName: QtScrcpy +PackageUrl: https://github.com/barry-ran/QtScrcpy +License: Apache-2.0 license +LicenseUrl: https://github.com/barry-ran/QtScrcpy/blob/dev/LICENSE +CopyrightUrl: https://github.com/barry-ran/QtScrcpy/blob/dev/LICENSE +ShortDescription: Android real-time display control software +ReleaseNotesUrl: https://github.com/barry-ran/QtScrcpy/releases/tag/v3.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 \ No newline at end of file diff --git a/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.locale.zh-CN.yaml b/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a1d9840e10376 --- /dev/null +++ b/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json + +PackageIdentifier: Barry-ran.QtScrcpy +PackageVersion: 3.1.0 +PackageLocale: zh-CN +Publisher: Barry +PublisherUrl: https://github.com/barry-ran +PublisherSupportUrl: https://github.com/barry-ran/QtScrcpy +PrivacyUrl: https://github.com/barry-ran/QtScrcpy +Author: barry-ran +PackageName: QtScrcpy +PackageUrl: https://github.com/barry-ran/QtScrcpy +License: Apache-2.0 license +LicenseUrl: https://github.com/barry-ran/QtScrcpy/blob/dev/LICENSE +CopyrightUrl: https://github.com/barry-ran/QtScrcpy/blob/dev/LICENSE +ShortDescription: 安卓实时显示控制软件 +ReleaseNotes: https://github.com/barry-ran/QtScrcpy/releases/tag/v3.1.0 +ReleaseNotesUrl: https://github.com/barry-ran/QtScrcpy/releases/tag/v3.1.0 +ManifestType: locale +ManifestVersion: 1.5.0 \ No newline at end of file diff --git a/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.yaml b/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.yaml new file mode 100644 index 0000000000000..02c0abee3a04d --- /dev/null +++ b/manifests/b/Barry-ran/QtScrcpy/3.1.0/Barry-ran.QtScrcpy.yaml @@ -0,0 +1,8 @@ +# Created with Komac v1.11.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Barry-ran.QtScrcpy +PackageVersion: 3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 \ No newline at end of file diff --git a/manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.installer.yaml b/manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.installer.yaml deleted file mode 100644 index 1f708fc1f806b..0000000000000 --- a/manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Basecamp,LLC.Basecamp3 -PackageVersion: 2.4.0 -InstallerType: exe -InstallerSwitches: - Silent: --silent -Installers: -- InstallerUrl: https://bc3-desktop.s3.amazonaws.com/windows/basecamp3setup.exe - Architecture: x64 - InstallerSha256: 6237EE162F27EBF0EFB936953B50D2F6A41A7676589FC579505692D42DB184CF -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.yaml b/manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.yaml deleted file mode 100644 index 17cb639489630..0000000000000 --- a/manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Basecamp,LLC.Basecamp3 -PackageVersion: 2.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.installer.yaml b/manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.installer.yaml new file mode 100644 index 0000000000000..f1459c3974945 --- /dev/null +++ b/manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2025/Jan/31 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Basecamp,LLC.Basecamp3 +PackageVersion: 2.4.1 +InstallerType: exe +InstallerSwitches: + Silent: --silent +Installers: +- InstallerUrl: https://bc3-desktop.s3.amazonaws.com/windows/basecamp3setup.exe + Architecture: x64 + InstallerSha256: 0C23A54A6082CF8126526BC66FD1A3FC2C8C8F2E1202EC2127612AE7E820D04C +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.locale.en-US.yaml b/manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.locale.en-US.yaml similarity index 80% rename from manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.locale.en-US.yaml rename to manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.locale.en-US.yaml index faa11b633477d..ecd797365fc7d 100644 --- a/manifests/b/Basecamp,LLC/Basecamp3/2.4.0/Basecamp,LLC.Basecamp3.locale.en-US.yaml +++ b/manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/22 +# Automatically updated by the winget bot at 2025/Jan/31 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Basecamp,LLC.Basecamp3 -PackageVersion: 2.4.0 +PackageVersion: 2.4.1 PackageLocale: en-US Publisher: Basecamp, LLC PackageName: Basecamp 3 diff --git a/manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.yaml b/manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.yaml new file mode 100644 index 0000000000000..427f2c46ab84f --- /dev/null +++ b/manifests/b/Basecamp,LLC/Basecamp3/2.4.1/Basecamp,LLC.Basecamp3.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Jan/31 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Basecamp,LLC.Basecamp3 +PackageVersion: 2.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/Belarc/Advisor/12.1.0.0/Belarc.Advisor.installer.yaml b/manifests/b/Belarc/Advisor/12.1.0.0/Belarc.Advisor.installer.yaml index 5a4e43a4e3e65..91df3d7e813ed 100644 --- a/manifests/b/Belarc/Advisor/12.1.0.0/Belarc.Advisor.installer.yaml +++ b/manifests/b/Belarc/Advisor/12.1.0.0/Belarc.Advisor.installer.yaml @@ -16,7 +16,7 @@ FileExtensions: ProductCode: Belarc Advisor Installers: - Architecture: x86 - InstallerUrl: https://downloads.belarc.com/advisor/advisorinstaller.exe?t=20250116 - InstallerSha256: 29401A4D38D523263AB18B0C27FE01C8F189E566CF0802381954F64E510BE017 + InstallerUrl: https://downloads.belarc.com/advisor/advisorinstaller.exe?t=20250130 + InstallerSha256: 3A5B2F754305683E73C5A4FDC0D4A02CC679FA68E6075993AA33FE4D115B3A6D ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.installer.yaml deleted file mode 100644 index 452dfb4f5fb92..0000000000000 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.installer.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Silent: /S /PreventRebootRequired=true - SilentWithProgress: /S /PreventRebootRequired=true - InstallLocation: /InstallDirectoryPath="" -UpgradeBehavior: install -Protocols: -- mailto -- mid -- webcal -- webcals -FileExtensions: -- eml -- ics -- wdseml -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.6.1esr-bb21.en-US.win64.installer.exe - InstallerSha256: 515D5A84845C9CB4879DE17C35C9EF9D8314E1AAC6E6E0BEB0E2FBA83A02DE46 - ProductCode: Betterbird 128.6.1 (x64 en-US) -- InstallerLocale: de - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.6.1esr-bb21.de.win64.installer.exe - InstallerSha256: 892D4014881C9E8C356F7FA6E7E0F2A6D00DFDEF912531EBFA0786CB13A10FB0 - ProductCode: Betterbird 128.6.1 (x64 de) -- InstallerLocale: es-AR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.6.1esr-bb21.es-AR.win64.installer.exe - InstallerSha256: 152D43F0AAB014A0DBAF8B03EDDB0280D2B719BC998426E51D015D0450D127C6 - ProductCode: Betterbird 128.6.1 (x64 es-AR) -- InstallerLocale: fr - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.6.1esr-bb21.fr.win64.installer.exe - InstallerSha256: E7A9CAE396E576A51948EE0FB43810C925EE1362D7E772D90EAC27D96369C73D - ProductCode: Betterbird 128.6.1 (x64 fr) -- InstallerLocale: it - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.6.1esr-bb21.it.win64.installer.exe - InstallerSha256: B42A3BC4A2D2CA86703B4CB123DA8E5DE1071D8BD5594C5B2E87A19B9D540CF7 - ProductCode: Betterbird 128.6.1 (x64 it) -- InstallerLocale: ja - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.6.1esr-bb21.ja.win64.installer.exe - InstallerSha256: E7B51CFF0DB66D4B82E1186CC5F6A0C2249E946E1675B57E3DE975C96B1826CC - ProductCode: Betterbird 128.6.1 (x64 ja) -- InstallerLocale: nl - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.6.1esr-bb21.nl.win64.installer.exe - InstallerSha256: 61D8963608FD50A4C7E412DCF304FB1913B3BE5FBA1F4D77F8DDCEE7C0D71297 - ProductCode: Betterbird 128.6.1 (x64 nl) -- InstallerLocale: pt-BR - Architecture: x64 - InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.6.1esr-bb21.pt-BR.win64.installer.exe - InstallerSha256: 802A87AED1F72143970EC0EE3120BDFDDD6F6A0BCDB87AE256B692BBB89D89F3 - ProductCode: Betterbird 128.6.1 (x64 pt-BR) -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.installer.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.installer.yaml new file mode 100644 index 0000000000000..0177e853ffc6c --- /dev/null +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Betterbird.Betterbird +PackageVersion: 128.7.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.7.0esr-bb22.en-US.win64.installer.exe + InstallerSha256: E1FA8A2C17FA606C0B85658B0DCE7FDFE90822340FCB17E88AE2F1DB1BF50AB0 + ProductCode: Betterbird 128.7.0 (x64 en-US) +- InstallerLocale: de + Architecture: x64 + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.7.0esr-bb22.de.win64.installer.exe + InstallerSha256: 3595E89263EAA7621B62C9916A1972A2B23A7850C592415FF5B60CBE32F218AA + ProductCode: Betterbird 128.7.0 (x64 de) +- InstallerLocale: es-AR + Architecture: x64 + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.7.0esr-bb22.es-AR.win64.installer.exe + InstallerSha256: 4A4A9DBDBDEBD4D6E1310C14CE5A8C3A69DA8B2EE2D2CD2DF4401BB0262813E9 + ProductCode: Betterbird 128.7.0 (x64 es-AR) +- InstallerLocale: fr + Architecture: x64 + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.7.0esr-bb22.fr.win64.installer.exe + InstallerSha256: A36054EB5496EDCD641E5A8B761D79CDDDF4D897A866FD521BC5510A4C2FAAE1 + ProductCode: Betterbird 128.7.0 (x64 fr) +- InstallerLocale: it + Architecture: x64 + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.7.0esr-bb22.it.win64.installer.exe + InstallerSha256: 9BA47076243189F873A3DFB73269A1FA227E06D32A4EEF46168E7B5BDB052854 + ProductCode: Betterbird 128.7.0 (x64 it) +- InstallerLocale: ja + Architecture: x64 + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.7.0esr-bb22.ja.win64.installer.exe + InstallerSha256: 21B0F41D3FA67D3AB9E60E7870AF8951AB9DC9BFA131A4E4FA0001798BDAE94D + ProductCode: Betterbird 128.7.0 (x64 ja) +- InstallerLocale: nl + Architecture: x64 + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.7.0esr-bb22.nl.win64.installer.exe + InstallerSha256: FEA316ABE0BEEAB3E18438BAF42DFC0AD09E2E427F56C13AA39FCB467BF780A0 + ProductCode: Betterbird 128.7.0 (x64 nl) +- InstallerLocale: pt-BR + Architecture: x64 + InstallerUrl: https://www.betterbird.eu/downloads/WindowsInstaller/betterbird-128.7.0esr-bb22.pt-BR.win64.installer.exe + InstallerSha256: 37E594F4A0B7F04CA83A9AF6B311DFBC6CD9AD0AC002705378D0DBFDA17B26B3 + ProductCode: Betterbird 128.7.0 (x64 pt-BR) +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.de.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.de.yaml similarity index 91% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.de.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.de.yaml index 29c200a9f01b9..35ca6fe27309c 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.de.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.de.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 PackageLocale: de ShortDescription: Betterbird ist eine Variante (Fork) von Mozilla Thunderbird, der zusätzliche Features und Bugfixes enthält. ManifestType: locale diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.en-US.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.en-US.yaml similarity index 94% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.en-US.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.en-US.yaml index e2a4b0f164dee..9bcde78846eaf 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.en-US.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 PackageLocale: en-US Publisher: Betterbird Project PublisherUrl: https://www.betterbird.eu/ diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.es-AR.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.es-AR.yaml similarity index 91% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.es-AR.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.es-AR.yaml index ee906366799f0..a73a8747b7ef2 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.es-AR.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.es-AR.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 PackageLocale: es-AR ShortDescription: Betterbird es una bifurcación de Mozilla Thunderbird con funciones y correcciones de errores adicionales. ManifestType: locale diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.fr.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.fr.yaml similarity index 91% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.fr.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.fr.yaml index f77bca0739f2f..3afef2375754f 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.fr.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.fr.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 PackageLocale: fr ShortDescription: Betterbird est un fork de Mozilla Thunderbird avec des fonctionnalités et des corrections de bogues supplémentaires. ManifestType: locale diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.it.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.it.yaml similarity index 91% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.it.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.it.yaml index cd5f45a706504..0e28e76ca90cc 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.it.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.it.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 PackageLocale: it ShortDescription: Betterbird è un fork di Mozilla Thunderbird con funzioni e correzioni di bug aggiuntive. ManifestType: locale diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.nl.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.nl.yaml similarity index 91% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.nl.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.nl.yaml index d2d8f19cbefd4..b62fcc9d83397 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.nl.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.nl.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 PackageLocale: nl ShortDescription: Betterbird is een afsplitsing van Mozilla Thunderbird met extra functies en bugfixes. ManifestType: locale diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.pt-BR.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.pt-BR.yaml similarity index 91% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.pt-BR.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.pt-BR.yaml index a1108992f5f2d..23b63491afead 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.pt-BR.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.pt-BR.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 PackageLocale: pt-BR ShortDescription: Betterbird é um fork do Mozilla Thunderbird com recursos e correções de bugs adicionais. ManifestType: locale diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.zh-CN.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.zh-CN.yaml similarity index 91% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.zh-CN.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.zh-CN.yaml index f93baa670cbfc..58f6a7ef9da69 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.locale.zh-CN.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 PackageLocale: zh-CN ShortDescription: Betterbird 是 Mozilla Thunderbird 的一个分支,具有额外功能和错误修复。 Tags: diff --git a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.yaml b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.yaml similarity index 88% rename from manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.yaml rename to manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.yaml index cd323f487c2d6..e7fe9cdf12dbf 100644 --- a/manifests/b/Betterbird/Betterbird/128.6.1/Betterbird.Betterbird.yaml +++ b/manifests/b/Betterbird/Betterbird/128.7.0/Betterbird.Betterbird.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Betterbird.Betterbird -PackageVersion: 128.6.1 +PackageVersion: 128.7.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.installer.yaml b/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.installer.yaml new file mode 100644 index 0000000000000..e20da7d7ce606 --- /dev/null +++ b/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BeyondATC.Client.EarlyAccess +PackageVersion: 1.5.36 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: inno +NestedInstallerFiles: +- RelativeFilePath: BeyondATCInstaller.exe +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{CF88F4D6-A60E-473D-A1D3-ABB5FE336EFA}_is1' +ReleaseDate: 2025-02-05 +AppsAndFeaturesEntries: +- Publisher: Skirmish Mode Games, Inc. + DisplayVersion: 1.5.36.EA + ProductCode: '{CF88F4D6-A60E-473D-A1D3-ABB5FE336EFA}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: C:\BeyondATC +Installers: +- Architecture: x86 + InstallerUrl: https://www.beyondatc.net/_files/archives/92461f_e6d1d1f745d149e7b77f01cb883ac4f2.zip?dn=BATC_1.5.36.EA_Installer.zip + InstallerSha256: D346B26F33797A57976291E532D018270D878B82E396C170C0320B7555E1D2D6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.locale.en-US.yaml b/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.locale.en-US.yaml new file mode 100644 index 0000000000000..6b57acbb461ea --- /dev/null +++ b/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BeyondATC.Client.EarlyAccess +PackageVersion: 1.5.36 +PackageLocale: en-US +Publisher: BeyondATC +PublisherUrl: https://www.beyondatc.net/ +PublisherSupportUrl: https://www.beyondatc.net/ +PackageName: BeyondATC Early Access +PackageUrl: https://www.beyondatc.net/ +License: Proprietary +ShortDescription: Realistic ATC for Microsoft Flight Simulator +Moniker: beyond-atc +Tags: +- flight-sim +- msfs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.yaml b/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.yaml new file mode 100644 index 0000000000000..ae4244e9330ba --- /dev/null +++ b/manifests/b/BeyondATC/Client/EarlyAccess/1.5.36/BeyondATC.Client.EarlyAccess.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BeyondATC.Client.EarlyAccess +PackageVersion: 1.5.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Bcut/beta/Bilibili.Bcut.installer.yaml b/manifests/b/Bilibili/Bcut/beta/Bilibili.Bcut.installer.yaml index a301a0b7985e7..f141d0f1ea51b 100644 --- a/manifests/b/Bilibili/Bcut/beta/Bilibili.Bcut.installer.yaml +++ b/manifests/b/Bilibili/Bcut/beta/Bilibili.Bcut.installer.yaml @@ -11,7 +11,7 @@ Protocols: ProductCode: 必剪_is1 Installers: - Architecture: x64 - InstallerUrl: http://boss.hdslb.com/material/static/f9b34aeb64c7dbfa2ccc5d285c078ce6/Bcut-Win.exe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=4bd6b7b16353c099/20250115/shjd/s3/aws4_request&X-Amz-Date=20250115T035007Z&X-Amz-Expires=94608000&X-Amz-SignedHeaders=host&X-Amz-Signature=f82622788a098b3fd86cbe0fbdf9b20c90b1db62609bad2ccafd085c8510f88f - InstallerSha256: 1A19786E09028506D31CD73D6C5A156B3A1F47004D1AEF6E5F1C71357D83C321 + InstallerUrl: http://boss.hdslb.com/material/static/f9b34aeb64c7dbfa2ccc5d285c078ce6/Bcut-Win.exe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=4bd6b7b16353c099/20250206/shjd/s3/aws4_request&X-Amz-Date=20250206T040410Z&X-Amz-Expires=94608000&X-Amz-SignedHeaders=host&X-Amz-Signature=d44d0c22b66a67d1f0b121b651284492395ce77040995cbed8dcadc74c9de0e1 + InstallerSha256: 4E4DD94FC15EBE37C67F340804FFF9CF5CCBDA4B4A0B1DBFC902B0348BA62838 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Bilibili/1.16.2/Bilibili.Bilibili.installer.yaml b/manifests/b/Bilibili/Bilibili/1.16.2/Bilibili.Bilibili.installer.yaml index 801eacebf016b..c4a8e7658e84b 100644 --- a/manifests/b/Bilibili/Bilibili/1.16.2/Bilibili.Bilibili.installer.yaml +++ b/manifests/b/Bilibili/Bilibili/1.16.2/Bilibili.Bilibili.installer.yaml @@ -13,10 +13,10 @@ ReleaseDate: 2025-01-09 ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerUrl: https://dl.hdslb.com/mobile/pack/bili_win/17387055/public/bilibili-setup-v1.16.2.exe - InstallerSha256: A58212F7AC3389D280E02CBEAA224C61DEAF138E6850E6F2C115F6F681BB873B + InstallerUrl: https://dl.hdslb.com/mobile/pack/bili_win/17387084/public/bilibili-setup-v1.16.2.exe + InstallerSha256: 610B8052C6B7FF17A3D83B409F15E42E5F657F20DC3FB98C3B485DB7187BD59D - Architecture: arm64 - InstallerUrl: https://dl.hdslb.com/mobile/pack/bili_win/17387055/public/bilibili-setup-v1.16.2.exe - InstallerSha256: A58212F7AC3389D280E02CBEAA224C61DEAF138E6850E6F2C115F6F681BB873B + InstallerUrl: https://dl.hdslb.com/mobile/pack/bili_win/17387084/public/bilibili-setup-v1.16.2.exe + InstallerSha256: 610B8052C6B7FF17A3D83B409F15E42E5F657F20DC3FB98C3B485DB7187BD59D ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.installer.yaml index f4c9da1d39fca..e81636535e65c 100644 --- a/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 4.22.0.3602 @@ -14,4 +14,4 @@ Installers: InstallerSha256: AB355201A6AC5537FD641ABD6D86D0DAF182C4BE3E92B1904E4C87124634C585 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.locale.en-US.yaml index 3daa42b9c695b..c9a466e7d461b 100644 --- a/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 4.22.0.3602 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili Live official live streaming tool Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. -# Moniker: +# Moniker: Tags: - broadcasting - live @@ -25,8 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.locale.zh-CN.yaml index e0a6f5c0a9706..4671a98eddc40 100644 --- a/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 4.22.0.3602 @@ -14,14 +14,13 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【优化】无线投屏优化 【优化】音频设置优化 @@ -29,5 +28,8 @@ ReleaseNotes: |- 【新增】弹幕姬新增进场特效 【修复】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.yaml index c14092963022f..16be27930d154 100644 --- a/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.22.0.3602/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 4.22.0.3602 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.installer.yaml index 60ec0fdc792f8..00940d671d64d 100644 --- a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.19.0.7171 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 3323497C22E508C510584BBC3495786E5F8F5EB46C597D2524388A65962F6C7C ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.en-US.yaml index ecf8ec09a5f3f..0c3eb42e6fc27 100644 --- a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.19.0.7171 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.zh-CN.yaml index ae1a1ec7bacfb..3f08a7417f627 100644 --- a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.19.0.7171 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.yaml index 06e59d53aa7ba..6f134f2d8d100 100644 --- a/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.19.0.7171/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.19.0.7171 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.installer.yaml index 9fa11b35baad4..9193190ff0e96 100644 --- a/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.4.2.6774 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 0BB4D93B05920322C99336C713F564A3D7BB5A470D2C399B7911B7860CDFBB5A ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.locale.en-US.yaml index f198f1ab133f9..3e5821b18e11a 100644 --- a/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.4.2.6774 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.locale.zh-CN.yaml index 44ac7aafd9785..086b304490ad5 100644 --- a/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.4.2.6774 @@ -34,4 +34,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.yaml index 043fc545460f6..b4b9be2c378f8 100644 --- a/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.2.6774/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.4.2.6774 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.installer.yaml index cf06fb33f82df..676be9700f054 100644 --- a/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.5.0.6779 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 705742EBAD378E803A04648B7E53D6AB850DBD12232B19081CD089FBA62E9A91 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.locale.en-US.yaml index 958b3329b0ffa..55e9b5666fab7 100644 --- a/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.5.0.6779 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.locale.zh-CN.yaml index 04d1402855501..f2b14155730b3 100644 --- a/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.5.0.6779 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.yaml index 64c2ec7f68fd0..0d3d698117176 100644 --- a/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.5.0.6779/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.5.0.6779 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.installer.yaml index b4425afe694eb..c1802bbeb01d6 100644 --- a/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.5.1.6781 @@ -14,4 +14,4 @@ Installers: InstallerSha256: DAF96512E0B0395E2127D8C87E8424645480DEBC13976F484ECD93222047B793 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.locale.en-US.yaml index ae40cffa16a04..5c123fa011fca 100644 --- a/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.5.1.6781 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.locale.zh-CN.yaml index 3581ba158ac4a..5c1f662955211 100644 --- a/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.5.1.6781 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.yaml index 2d6d3287cacd6..610bb5f79ed18 100644 --- a/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.5.1.6781/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.5.1.6781 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.installer.yaml index e0387c0233267..b0205f4001b43 100644 --- a/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.6.0.6794 @@ -14,4 +14,4 @@ Installers: InstallerSha256: B0958109FCC816F3A51922716DA3A0B864838260C51CE5E6E1BAAEEA2D550C75 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.locale.en-US.yaml index 7c71a35ceea20..a218696b33ceb 100644 --- a/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.6.0.6794 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.locale.zh-CN.yaml index 1143c401ba550..bbb57ccecf8a6 100644 --- a/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.6.0.6794 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.yaml index a6f6fe3a5e279..bffcf8903dd65 100644 --- a/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.6.0.6794/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.6.0.6794 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.installer.yaml index f01c1c22abb1c..a9cf7fadb1446 100644 --- a/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.7.0.6834 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 75CBE936B43F443B9FA3CDE1EB6DB760CBAAC033C153019C4EDDBB1545593951 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.locale.en-US.yaml index 4ce46bc147fe6..05e7e23219290 100644 --- a/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.7.0.6834 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.locale.zh-CN.yaml index 47a11efd3af02..3bb34965d3138 100644 --- a/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.7.0.6834 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.yaml index f987283bde9fd..fc97319c2725c 100644 --- a/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.7.0.6834/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.7.0.6834 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.installer.yaml index 5645d2237d1be..59324186bfcd2 100644 --- a/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.8.0.6847 @@ -14,4 +14,4 @@ Installers: InstallerSha256: B440E93BED30808541A0DF425CACE994FB035FDCD929BEE6DA19DF4D84EA24DE ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.locale.en-US.yaml index 9a8da5e524ba2..7236f7521574e 100644 --- a/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.8.0.6847 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.locale.zh-CN.yaml index b6a063b238c77..a3f61cf02a027 100644 --- a/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.8.0.6847 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.yaml index 09ddbfe5604f2..b17af880ddaec 100644 --- a/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.8.0.6847/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.8.0.6847 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.installer.yaml index 3328b91641f63..b9eebc0c23754 100644 --- a/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.9.0.6875 @@ -14,4 +14,4 @@ Installers: InstallerSha256: E0FC989DEAB75D6E4573E054BEA35038B397007269AD4501A68055F7335A71F0 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.locale.en-US.yaml index 5191ad689babe..9b2d13517c560 100644 --- a/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.9.0.6875 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.locale.zh-CN.yaml index 34dd80be495ce..bcac3dbd0a781 100644 --- a/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.9.0.6875 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.yaml index d9a3fdb874ebf..4da0bb2ee2b8c 100644 --- a/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.9.0.6875/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 5.9.0.6875 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.installer.yaml index 3d44db83ef53a..685e0a7dd0c75 100644 --- a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.0.0.7327 @@ -14,4 +14,4 @@ Installers: InstallerSha256: BC36541C672C50044A6BE7038C703D10B5A41C486C9274A195F7C0E1885C8578 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.en-US.yaml index 556e435300357..a70c1a028ecd1 100644 --- a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.0.0.7327 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.zh-CN.yaml index a79693a6fbaee..ae0a2d8797096 100644 --- a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.0.0.7327 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.yaml index bdf9c22bbbccc..fa026ede2b895 100644 --- a/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.0.0.7327/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.0.0.7327 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.installer.yaml index 148e1b6396888..2a47935e60fae 100644 --- a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.1.0.7342 @@ -8,10 +8,10 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.1.0.7342-x64.exe InstallerSha256: 61CEF9F35C8C31C94688EF09F0FB9F7958FCFFA54CDB7BC581764BB6FF239334 + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.en-US.yaml index abe0096060c90..c8872fec5e4ea 100644 --- a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.1.0.7342 @@ -14,8 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: ShortDescription: Bilibili Live official live streaming tool Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: Tags: - broadcasting - live @@ -23,5 +25,10 @@ Tags: - livestreaming - screencasting - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.zh-CN.yaml index fd4a6253cdd7f..a26eef7a00c0e 100644 --- a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.1.0.7342 @@ -14,10 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: - 推流 - 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.yaml index 9761e93046bfb..b6cc8dd22633f 100644 --- a/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.1.0.7342/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.1.0.7342 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.installer.yaml index fff6e31804c06..ca49ac2bd43d8 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7774 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 84153B9D6C69714F90D7551FC291B5DB921E11A22643B06ECCAAEF2CFEE899A9 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.locale.en-US.yaml index f728fa6adb126..0ff6d469fd7c5 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7774 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.locale.zh-CN.yaml index 56cb33a87507e..57ede419dab10 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7774 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.yaml index 535bf1e78aff9..c920e16e68208 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7774/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7774 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.installer.yaml index 1fef54cc34105..b3601dd67a2d9 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7783 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 67FFB237E4FAB0C000BD26543FD31B4A9B26738120EDD2A6C57D24A0E24D0E44 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.locale.en-US.yaml index 371e3dd8f6486..70d25bbbaa165 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7783 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.locale.zh-CN.yaml index d36dc091bc92a..a1a9b25253c6a 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7783 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.yaml index 689c45bcdafe3..c0f46a2b2d769 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7783/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7783 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.installer.yaml index 120c321b38010..e51dd667cd3cf 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7787 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 3182786EFC144524B313E2FB96301F242BC96531E30B0A6AE59CA6D3542D29D4 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.locale.en-US.yaml index 02403dbc2e8d8..28bb637cfe1bc 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7787 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.locale.zh-CN.yaml index 208e8dd5d3389..a6cdcdcde6a00 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7787 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.yaml index 517741991d05b..d3a4f96747767 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7787/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7787 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.installer.yaml index 1b73116f31aaa..c4fc1f2a21deb 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7811 @@ -14,4 +14,4 @@ Installers: InstallerSha256: EC6C8D2D7AAB4B12D1F638B1C40E90D12684E0074DB47620E65EDB8D6C38DFF1 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.locale.en-US.yaml index 0f0f4bdabd66e..1e545847e2d3d 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7811 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.locale.zh-CN.yaml index 94c02e471383e..ff3833afcc014 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7811 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.yaml index bef34d645b313..f133e4998463f 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7811/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7811 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.installer.yaml index a200ccddd7b32..8228fdb8b4c6c 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7816 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 9C94AD1D99DA0EAC9FA276A64A06DC073688227995E1F69AD425E3BEEC0F06D5 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.locale.en-US.yaml index 60031ee72448c..5a02f99300d9f 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7816 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.locale.zh-CN.yaml index ae9d7c3b5729e..2567d69733190 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7816 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.yaml index 3113f84328690..adc07d6b7add2 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7816/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7816 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.installer.yaml index 604e9a23b8acc..505a57706a7a0 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7832 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 52BD0B3EB3FC1DC940297AE63B7C4E5336136C7E71CA8E37164E372EF3BCFC1F ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.locale.en-US.yaml index bb65cfd6342d0..ac298d2cbb0a6 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7832 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.locale.zh-CN.yaml index b5803fed9c3f6..b189754982758 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7832 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.yaml index cd5c6dcfef3ab..79cc0699a7ca8 100644 --- a/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.10.0.7832/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.10.0.7832 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.installer.yaml index b2381d2717054..cf978553376a9 100644 --- a/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.0.7847 @@ -14,4 +14,4 @@ Installers: InstallerSha256: A13DED0E557644A188A023D068A61BE981821A97E36505B1B5ABB108F1E0DFA7 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.locale.en-US.yaml index db2dddb40403b..2dd5bef13e23d 100644 --- a/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.0.7847 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.locale.zh-CN.yaml index 61e5bcb4e3ba1..f2356d20bce2c 100644 --- a/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.0.7847 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.yaml index 5367f9e2a6b16..81f93097d555f 100644 --- a/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.0.7847/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.0.7847 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.installer.yaml index 7c9b1e28c3a97..269deb065bc13 100644 --- a/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.0.7871 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 465E4B70256934590F8E705065E023B43DE71EC4F2D8C784894DF62534A75DDC ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.locale.en-US.yaml index b9bb44e970e09..1f9a26497f463 100644 --- a/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.0.7871 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.locale.zh-CN.yaml index 9d9d5aac17a1a..b646975c78e9d 100644 --- a/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.0.7871 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.yaml index 2f13b340ffcb5..6006bcc6c65b4 100644 --- a/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.0.7871/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.0.7871 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.installer.yaml index 8b1fc8b80596a..6682a87a25359 100644 --- a/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.1.7891 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 2EF5EDDF7A09E6A289DABD20812B9AEEA4A00ED3EAADD2C2A99532CA3392B255 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.locale.en-US.yaml index 16c36f109e10e..697f30278cb5e 100644 --- a/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.1.7891 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.locale.zh-CN.yaml index 95eddf8d77b95..78fc70fedcbed 100644 --- a/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.1.7891 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.yaml index 556bd008a468f..e823c7934011a 100644 --- a/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.1.7891/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.1.7891 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.installer.yaml index a67ab0e9037ff..f5457f103eb36 100644 --- a/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.1.7892 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 3DFD38CF6889CC8A2FA4F9E70CB3E55653ECCA15AFDADFEE0CAAE6EB7C1D5CA7 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.locale.en-US.yaml index 17d9f0a41e0bb..c9a716d6dabf9 100644 --- a/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.1.7892 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.locale.zh-CN.yaml index e2b36d64a0167..eb4073e8b1f70 100644 --- a/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.1.7892 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.yaml index fdbf066c09433..548b772b6fde6 100644 --- a/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.11.1.7892/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.11.1.7892 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.installer.yaml index 461e977b9a6b4..68c735f6cee80 100644 --- a/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.12.0.7893 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 12D991A66460858F4DE17C0EF1933EFB9823A44DA25D8BFECA5A70A0F413C768 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.locale.en-US.yaml index 99a8d74e425ac..23d336ccab7eb 100644 --- a/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.12.0.7893 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.locale.zh-CN.yaml index 72b8355aff400..0400c31353eab 100644 --- a/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.12.0.7893 @@ -29,4 +29,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.yaml index cab1e5cfda064..b671292269a52 100644 --- a/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.12.0.7893/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.12.0.7893 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.installer.yaml index 61403f2e64de2..3a73be818f2b9 100644 --- a/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.13.0.7939 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 7CF485E20992D178A832F34E15B99CC0214F78BA35104E321F6BDA6665D13618 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.locale.en-US.yaml index f94e1f3fe08f3..ef83131b361ea 100644 --- a/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.13.0.7939 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.locale.zh-CN.yaml index 5425d1d6128da..e158296cd69d8 100644 --- a/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.13.0.7939 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.yaml index 7456923fe6a6c..66f3e2d48023b 100644 --- a/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.13.0.7939/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.13.0.7939 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.installer.yaml index b5611917fe1b2..345e18cf8bd3e 100644 --- a/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.13.2.7982 @@ -14,4 +14,4 @@ Installers: InstallerSha256: BC94742E3FB91F13BBCD93F9D3235040BEA7F74873CF99D4A09975356F002FAA ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.locale.en-US.yaml index f699416a1b9a5..242614046e0ff 100644 --- a/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.13.2.7982 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.locale.zh-CN.yaml index 0a7c5a8509c36..3cd4ce040c4d7 100644 --- a/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.13.2.7982 @@ -31,4 +31,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.yaml index 8c354c910ba4e..c05017bb0ed52 100644 --- a/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.13.2.7982/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.13.2.7982 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.installer.yaml index e6d0a9a0d5d2d..2142b153d2f94 100644 --- a/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.14.0.7992 @@ -8,10 +8,10 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.14.0.7992-x64.exe InstallerSha256: 9EF58ECCBA6D17FD90A1E87A45E733C50289D3AC13508704721F40D95ABD781B + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.locale.en-US.yaml index 5b27978f83497..941e7caedc771 100644 --- a/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.14.0.7992 @@ -14,8 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: ShortDescription: Bilibili Live official live streaming tool Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: Tags: - broadcasting - live @@ -23,5 +25,10 @@ Tags: - livestreaming - screencasting - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.locale.zh-CN.yaml index ed6fd2c95c2fb..caef8440124b9 100644 --- a/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.14.0.7992 @@ -14,8 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: - 推流 - 直播 @@ -24,5 +26,9 @@ ReleaseNotes: |- 【新增】直播封面新增封面分 【修复】录制时未开播切换推流设置不生效问题修复 【优化】已知问题优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.yaml index 86a3c2ebc8e26..1d8c3747164dd 100644 --- a/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.14.0.7992/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.14.0.7992 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.installer.yaml index 399d0f96bc06b..50374b7cb0564 100644 --- a/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.15.0.8023 @@ -8,10 +8,10 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.15.0.8023-x64.exe InstallerSha256: 6EC0AEBF9711A77C47840696570B4243F6B87743B60E211BF523DE227D985309 + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.locale.en-US.yaml index 941a79d0ced40..624eed467cdd0 100644 --- a/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.15.0.8023 @@ -14,8 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: ShortDescription: Bilibili Live official live streaming tool Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: Tags: - broadcasting - live @@ -23,5 +25,10 @@ Tags: - livestreaming - screencasting - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.locale.zh-CN.yaml index 4c4ae50d9356a..260e70284cf73 100644 --- a/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.15.0.8023 @@ -14,11 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: - 推流 - 直播 ReleaseNotes: 【优化】已知问题修复 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.yaml index 33177d7aa8481..ff027f5f2598d 100644 --- a/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.15.0.8023/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.15.0.8023 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.installer.yaml index 907b000f45cde..5ae976f55193e 100644 --- a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.2.0.7369 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 800EDABF812B0BA13813E57141AD3270ED74CE57C73C762470330A231C3B8E9C ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.en-US.yaml index d167625a5e24b..f8e3bb089b9ac 100644 --- a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.2.0.7369 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.zh-CN.yaml index 41b8ba954641d..efbbd1d628a9e 100644 --- a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.2.0.7369 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.yaml index 6d1cbd6def9ab..2b607f0ffbd45 100644 --- a/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.2.0.7369/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.2.0.7369 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.installer.yaml index ec9c3fca2a9e8..4d56d9460f209 100644 --- a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.3.0.7419 @@ -14,4 +14,4 @@ Installers: InstallerSha256: FD923305619BFB1C2B7FF9296687EEC0C9929974E81CEE0C8D15FC76A6F2AB23 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.en-US.yaml index 5f32ca29f51ae..e50be728684b8 100644 --- a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.3.0.7419 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.zh-CN.yaml index 7a8d77b9af204..f96e608bdcc66 100644 --- a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.3.0.7419 @@ -27,4 +27,4 @@ ReleaseNotes: 【优化】已知问题修复 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.yaml index 9ae15cb845cca..e133bcd44ca6b 100644 --- a/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.3.0.7419/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.3.0.7419 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.installer.yaml index f847909ff7cf3..decdf7171b421 100644 --- a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.4.0.7481 @@ -14,4 +14,4 @@ Installers: InstallerSha256: EBED3AA178826D753DF21CD449D9F1381CC59FC76999B3D6B0F8CB30EB663E92 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.en-US.yaml index d1fbdf44b198a..5a3b146f928be 100644 --- a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.4.0.7481 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.zh-CN.yaml index 5f4e9922db236..3ed6761f0a6aa 100644 --- a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.4.0.7481 @@ -27,4 +27,4 @@ ReleaseNotes: 【优化】已知问题修复 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.yaml index 6f21bf10afdae..bfa12815b4a95 100644 --- a/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.4.0.7481/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.4.0.7481 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.installer.yaml index 9165219fd1f01..3d390dbf50d53 100644 --- a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.4.0.7482 @@ -8,10 +8,10 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.4.0.7482-x64.exe InstallerSha256: 465F0AF8094E929E0843858F64949BD4D36838B6C30BE8D61330832B85AFA25A + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.en-US.yaml index 4ca236fbe32e1..3419d5235bfdb 100644 --- a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.4.0.7482 @@ -14,8 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: ShortDescription: Bilibili Live official live streaming tool Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: Tags: - broadcasting - live @@ -23,5 +25,10 @@ Tags: - livestreaming - screencasting - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.zh-CN.yaml index 8c024f27b5875..b96e7861c115f 100644 --- a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.4.0.7482 @@ -14,8 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: - 推流 - 直播 @@ -26,5 +28,9 @@ ReleaseNotes: |- 【新增】新增“PK 对战”盲盒道具卡,让玩法更有趣; 【新增】新增“2024BLS 秋季赛狂欢天梯赛”活动,该来的这就来咯; 【优化】已知问题修复 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.yaml index f7ddaaf1bf507..9007afaa15990 100644 --- a/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.4.0.7482/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.4.0.7482 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.installer.yaml index 583af990dc42e..ff205375eec3a 100644 --- a/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.5.0.7502 @@ -8,10 +8,10 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-6.5.0.7502-x64.exe InstallerSha256: 87851630B812B0715CA344BDD90484E878B4CFDD627B467C1E75413826DDFE8E + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.locale.en-US.yaml index 3139fdeae1fa5..8d877c61f6f8e 100644 --- a/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.5.0.7502 @@ -14,8 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +# CopyrightUrl: ShortDescription: Bilibili Live official live streaming tool Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +# Moniker: Tags: - broadcasting - live @@ -23,5 +25,10 @@ Tags: - livestreaming - screencasting - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.locale.zh-CN.yaml index a6c2149babe57..430a6130c7358 100644 --- a/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.5.0.7502 @@ -14,8 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: - 推流 - 直播 @@ -23,5 +25,9 @@ ReleaseNotes: |- 【新增】可以使用哔哩哔哩APP进行手机相机投屏啦(APP版本号不低于8.14.0) 【新增】增加“本房间只展示我的粉丝勋章”开关 【优化】已知问题优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.yaml index e63581cadb703..0d53d0d6a03c2 100644 --- a/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.5.0.7502/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.5.0.7502 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.installer.yaml index 5e5d0021de921..4637f91d4af37 100644 --- a/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.6.0.7525 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 97E08827D8CC2CAE69A989EB0701CAA429EB1043493970B647EB7E246A308DDA ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.locale.en-US.yaml index eb0e0ff063417..7db0a71f47f4c 100644 --- a/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.6.0.7525 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.locale.zh-CN.yaml index c88e556c236b6..56a63fb2343d1 100644 --- a/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.6.0.7525 @@ -27,4 +27,4 @@ ReleaseNotes: 【优化】已知问题优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.yaml index 89d167ac36d54..87ef8ae73277a 100644 --- a/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.6.0.7525/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.6.0.7525 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.installer.yaml index b48111b2da150..1c6245e9552ef 100644 --- a/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.7.0.7562 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 4AF09D38303D6760BDA3BA6A0BE3A2076D27BBB0EADCD4E09298185D7C1C4ECB ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.locale.en-US.yaml index b25e62d33a033..137567cb67afc 100644 --- a/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.7.0.7562 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.locale.zh-CN.yaml index ad5668626b44f..b5e0a26ed8b06 100644 --- a/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.7.0.7562 @@ -29,4 +29,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.yaml index ce1afc7a4766b..0cd1a666a2c1a 100644 --- a/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.7.0.7562/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.7.0.7562 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.installer.yaml index 6f34dda9f13b3..3cdfc07c73191 100644 --- a/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.8.0.7658 @@ -14,4 +14,4 @@ Installers: InstallerSha256: CF3E515E2F235586F2756E1A377424838A2C342DECCF32F349EC968DD5CD82E6 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.locale.en-US.yaml index 8a22b5ea5e95b..2b68a3bf65258 100644 --- a/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.8.0.7658 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.locale.zh-CN.yaml index 33f2fc3abdb4c..a34afce0deaa7 100644 --- a/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.8.0.7658 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.yaml index 745eaf5300487..4aedc60d3d477 100644 --- a/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.8.0.7658/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.8.0.7658 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.installer.yaml index 7d9f0c1c0fe8a..1159cd0a4115e 100644 --- a/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.9.0.7708 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 13D4BB1FA7D88A039763F5265841DCCB4E0811325C4BEFF21745BDBC8A88A5EB ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.locale.en-US.yaml index 8b985f6941fab..9be4aad0f6c65 100644 --- a/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.9.0.7708 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.locale.zh-CN.yaml index cbb422dc6a2fd..849d343e39e63 100644 --- a/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.9.0.7708 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.yaml index 46bd091c75e73..4e1e08bcdf43b 100644 --- a/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/6.9.0.7708/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Bilibili.Livehime PackageVersion: 6.9.0.7708 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..afc9cd6bd6f84 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.6 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.6-Setup.exe + InstallerSha256: D1DF1CE47490E9AA9009F72F8092ACF40CE1338B62DEDBF5321DCA9DC93C1CCA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.6-Setup.exe + InstallerSha256: D1DF1CE47490E9AA9009F72F8092ACF40CE1338B62DEDBF5321DCA9DC93C1CCA + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.6-Setup.exe + InstallerSha256: D1DF1CE47490E9AA9009F72F8092ACF40CE1338B62DEDBF5321DCA9DC93C1CCA + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.6-Setup.exe + InstallerSha256: D1DF1CE47490E9AA9009F72F8092ACF40CE1338B62DEDBF5321DCA9DC93C1CCA + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..da549f5e4ada6 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.6 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/#support +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +Tags: +- chatgpt +ReleaseNotes: |- + 1. Improved the chain-of-thought display for the DeepSeek R1 model in SiliconFlow. + 2. Enhanced the chain-of-thought display for the DeepSeek R1 model in LM Studio. + 3. Increased the maximum number of files attachable in messages to 10. + 4. Added support for o1 and o3 series models deployed on Azure. + 5. Introduced support for the new o3-mini model. +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ec656dc4cecb8 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.6 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/cn#support +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +Tags: +- chatgpt +ReleaseNotes: |- + 1. 优化 SiliconFlow 的 DeepSeek R1 模型的思考链显示 + 2. 优化 LM Studio 的 DeepSeek R1 模型的思考链显示 + 3. 增加消息中可附带的文件数量到 10 个文件 + 4. 支持接入 Azure 部署的 o1、o3 系列模型 + 5. 新增对 o3-mini 新模型的支持 +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..e394c4adb315e --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.6/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..ec5d092f00fa5 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.7 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.7-Setup.exe + InstallerSha256: 4F79C2C0C709ABF3FAD1094CF3D3296E2E6A78EB9BC4309E1986ECB054D4B59B + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.7-Setup.exe + InstallerSha256: 4F79C2C0C709ABF3FAD1094CF3D3296E2E6A78EB9BC4309E1986ECB054D4B59B + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.7-Setup.exe + InstallerSha256: 4F79C2C0C709ABF3FAD1094CF3D3296E2E6A78EB9BC4309E1986ECB054D4B59B + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.7-Setup.exe + InstallerSha256: 4F79C2C0C709ABF3FAD1094CF3D3296E2E6A78EB9BC4309E1986ECB054D4B59B + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..ae301cca03f49 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.7 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/#support +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +Tags: +- chatgpt +ReleaseNotes: |- + 1. Improved the chain-of-thought display for the DeepSeek R1 model in SiliconFlow. + 2. Enhanced the chain-of-thought display for the DeepSeek R1 model in LM Studio. + 3. Increased the maximum number of files attachable in messages to 10. + 4. Added support for o1 and o3 series models deployed on Azure. + 5. Introduced support for the new o3-mini model. +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d7b92734519c4 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.7 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/cn#support +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +Tags: +- chatgpt +ReleaseNotes: |- + 1. 优化 SiliconFlow 的 DeepSeek R1 模型的思考链显示 + 2. 优化 LM Studio 的 DeepSeek R1 模型的思考链显示 + 3. 增加消息中可附带的文件数量到 10 个文件 + 4. 支持接入 Azure 部署的 o1、o3 系列模型 + 5. 新增对 o3-mini 新模型的支持 +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..a832d81d465cb --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.7/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..d538a8b111baa --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.8 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.8-Setup.exe + InstallerSha256: 347B37E24D674C3A751C4B23324A12C3771B6F3CEB87436BABCF9DB0A43FE3B3 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.8-Setup.exe + InstallerSha256: 347B37E24D674C3A751C4B23324A12C3771B6F3CEB87436BABCF9DB0A43FE3B3 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.8-Setup.exe + InstallerSha256: 347B37E24D674C3A751C4B23324A12C3771B6F3CEB87436BABCF9DB0A43FE3B3 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.8-Setup.exe + InstallerSha256: 347B37E24D674C3A751C4B23324A12C3771B6F3CEB87436BABCF9DB0A43FE3B3 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..d42214c71acf7 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.8 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/#support +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +Tags: +- chatgpt +ReleaseNotes: |- + 1. Fixed image recognition issues in o1 + 2. Updated Perplexity model list with chain-of-thought support + 3. Fixed various display issues +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c29bc19b17032 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.8 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/cn#support +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: GPL-3.0 +LicenseUrl: https://github.com/Bin-Huang/chatbox/blob/main/LICENSE +Copyright: © 2024 Chatbox App. All rights reserved. +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +Tags: +- chatgpt +ReleaseNotes: |- + 1. 修复 o1 无法识别图片的问题 + 2. 更新 Perplexity 的模型列表,支持显示思考链 + 3. 修复了其他一些显示问题 +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..85ba9d4aa7096 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.installer.yaml index d241eff20a058..7f1548d44b189 100644 --- a/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.installer.yaml @@ -1,12 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.15.1 +InstallerType: nullsoft Installers: - Architecture: x64 - InstallerType: nullsoft InstallerUrl: https://github.com/binance/desktop/releases/download/v1.15.1/binance-setup-1.15.1.exe InstallerSha256: 75440A9C081E04B3CC336D9771AEA81EEC70E5A2E9CE0B141A5A729CDE94A61D ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.locale.en-US.yaml index 03834f28b2364..89500035552a2 100644 --- a/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,12 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.15.1 PackageLocale: en-US Publisher: BinanceTech +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Binance +# PackageUrl: License: Copyright © 2021 Binance, Inc. +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.yaml index 719824a009a71..3423b5d69b53e 100644 --- a/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.15.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.15.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.installer.yaml index ae767c33a7034..8e8127041fb44 100644 --- a/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.installer.yaml @@ -1,12 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.18.0 +InstallerType: nullsoft Installers: - Architecture: x64 - InstallerType: nullsoft InstallerUrl: https://github.com/binance/desktop/releases/download/v1.18.0/binance-setup-1.18.0.exe InstallerSha256: CE3C6B6D5F14609FE7584555B9A2420E71FCB6C7452235BB41D5B53D73EC54BA ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.locale.en-US.yaml index 099af84b37f1a..42ea4379ba730 100644 --- a/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,12 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.18.0 PackageLocale: en-US Publisher: BinanceTech +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Binance +# PackageUrl: License: Copyright © 2021 Binance, Inc. +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.yaml index aa4221da0310a..410b0300a695a 100644 --- a/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.18.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.18.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.installer.yaml index 41e6030507ba8..5037bb48b2ea8 100644 --- a/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.installer.yaml @@ -1,20 +1,19 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.18.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.18.1/binance-setup-1.18.1.exe InstallerSha256: 5546463E88517628F9A2828BB8E761C74FAAEF4500912AC4FAA8F8637E2A782D - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.locale.en-US.yaml index 6e061b3d3d909..702d01b05a2c3 100644 --- a/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.18.1 @@ -8,15 +8,24 @@ Publisher: BinanceTech PublisherUrl: https://www.binance.com/en PublisherSupportUrl: https://www.binance.com/en/support-center PrivacyUrl: https://www.binance.com/en/privacy +# Author: PackageName: Binance PackageUrl: https://www.binance.com/en License: Copyright © 2021 Binance, Inc. +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: Moniker: binance Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.yaml index a7a8c6840e640..8dfc332c90b00 100644 --- a/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.18.1/BinanceTech.Binance.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.18.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.installer.yaml index 8325f479203cd..bc0dee7986c29 100644 --- a/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.installer.yaml @@ -1,20 +1,20 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.19.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.19.0/binance-setup-1.19.0.exe InstallerSha256: 07C01D6DEFD4DDF7DBB76532729E45F4CF2622A6B82B75EC9EFB6B622019B525 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.locale.en-US.yaml index 9b0750bd7eeb9..0549584eda770 100644 --- a/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.19.0 @@ -8,19 +8,24 @@ Publisher: BinanceTech PublisherUrl: https://www.binance.com/en PublisherSupportUrl: https://www.binance.com/en/support-center PrivacyUrl: https://www.binance.com/en/privacy -#Author: +# Author: PackageName: Binance PackageUrl: https://www.binance.com/en License: Proprietary LicenseUrl: https://www.binance.com/en/terms -#Copyright: Copyright © 2021 Binance, Inc. +# Copyright: CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -#Description: +# Description: Moniker: binance Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.yaml index 256cae10af213..23e43c0cc9e6e 100644 --- a/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.19.0/BinanceTech.Binance.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.19.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.installer.yaml index dc265d84dec88..9ae5fde731808 100644 --- a/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.installer.yaml @@ -1,19 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.20.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.20.1/binance-setup-1.20.1.exe InstallerSha256: 8495940FB37A9103EE965DDAB38550C444FBA6B9CEA3FEDD39DCC228C8F22966 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.locale.en-US.yaml index 925d0c9ce0c78..0c049aeb6e5f9 100644 --- a/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.20.1 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: Moniker: binance Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.yaml index 83834095bcce1..b4f0c36a4dcf4 100644 --- a/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.20.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.20.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.installer.yaml index a9e37527f87cf..fa338b836bb42 100644 --- a/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.installer.yaml @@ -1,20 +1,19 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.24.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: machine +- Architecture: x64 InstallerUrl: https://ftp.binance.com/electron-desktop/windows/production/binance-setup-1.24.2.exe InstallerSha256: 883A271A0685388DB395188966F279729FF5762BA859772BB7C1B10C81C72C1A - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.locale.en-US.yaml index f65352bc8f3b6..adb9d6840b64e 100644 --- a/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.24.2 @@ -16,11 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: Moniker: binance Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.yaml index a362dcbf21564..c5f81848780a7 100644 --- a/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.24.2/BinanceTech.Binance.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.24.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.installer.yaml index 3cedea89d1f8b..85467e40a9cfb 100644 --- a/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.25.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.25.0/binance-setup-1.25.0.exe InstallerSha256: 588A8CAC1438AC18A54EA39A3D196A15BF922470AEF01F904AEFCDB5E133FA48 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.locale.en-US.yaml index 6a75ef4b9953f..60c3fe8e05442 100644 --- a/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.25.0 @@ -16,11 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: +# Description: Moniker: binance Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.yaml index 6dbf2a8614997..6449c0d3b2165 100644 --- a/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.25.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.25.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.installer.yaml index f88e3ab7ff1d0..8b272bbb632fc 100644 --- a/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.26.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.26.0/binance-setup-1.26.0.exe InstallerSha256: 3CBCFB7165315DBCC6C43F1CFFAF0080FC638FAA8745513E3C868585980BE016 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.locale.en-US.yaml index 65489c52bb38c..b44814d1225dc 100644 --- a/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.26.0 @@ -16,11 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: +# Description: Moniker: binance Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.yaml index d04eb57b5323b..539218b534081 100644 --- a/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.26.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.26.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.installer.yaml index 1b1450182972b..572edd9d43a30 100644 --- a/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.26.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.26.1/binance-setup-1.26.1.exe InstallerSha256: 6BF558D475EB1913982045FC1649FD6C9430A4B75A9686A4EB141A78ABCA3C28 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.locale.en-US.yaml index a90a5d6d8281b..eb8f4635241ef 100644 --- a/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.26.1 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.yaml index f07f74449d5ee..b639d40296831 100644 --- a/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.26.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.26.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.installer.yaml index 2893f167fcac3..a6a891480e817 100644 --- a/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.27.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.27.0/binance-setup-1.27.0.exe InstallerSha256: ADE57271A39B1C0FB06084115DE2CDBC307028C4418CF6BD3782EA40B6C4BA59 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.locale.en-US.yaml index 294245e66a6aa..8d7ad69d03ad5 100644 --- a/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.27.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.yaml index 2aca3f2d76133..e747a3999a968 100644 --- a/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.27.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.installer.yaml index e1e5500b39c1d..c148207fcdbe5 100644 --- a/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.28.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.28.0/binance-setup-1.28.0.exe InstallerSha256: F3F0510720B1EFACCA00BC08694687A3D50D44C4F8F31817E5B69C3316584D76 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.locale.en-US.yaml index 2d910b8cb1595..f8bac07baec5f 100644 --- a/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.28.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.yaml index f17c741b2a26f..6345649b6a9a4 100644 --- a/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.28.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.28.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.installer.yaml index 8b6dba3e42b5c..c3873ef0ded34 100644 --- a/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.28.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.28.1/binance-setup-1.28.1.exe InstallerSha256: D86A02AA37788D4C582500FE131B5526FFEABFE3EFC647CB1658AFFDCA5B25BD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.locale.en-US.yaml index e14c709f20a47..3d679ad5f2e02 100644 --- a/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.28.1 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.yaml index 9c24ef62bc88b..a7b77a8c859b7 100644 --- a/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.28.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.28.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.installer.yaml index 9968e4ac67e30..01f1418997939 100644 --- a/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.29.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.29.0/binance-setup-1.29.0.exe InstallerSha256: 9821C86C0293AE792F56D872ADD7BA8A9D4B80EA376CD8A06E1A10900A0FE14B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.locale.en-US.yaml index 427480930a263..0dff508d9bc69 100644 --- a/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.29.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.yaml index 07bcb15278d12..115b28a636c8f 100644 --- a/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.29.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.29.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.installer.yaml index aed4b5dbbdc39..f1a621f9b6f58 100644 --- a/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.30.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.30.0/binance-setup-1.30.0.exe InstallerSha256: D43D4E4E65976E33F8AF1A20BE3B1936F1F081D5513D64DE2D00A51A6298E288 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.locale.en-US.yaml index b9e0def090319..aed0bce84d24e 100644 --- a/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.30.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.yaml index e8d4c184caa45..3de0e2eeb8a75 100644 --- a/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.30.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.30.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.installer.yaml index a8a7958a3e014..320d9922db72c 100644 --- a/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.30.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.30.1/binance-setup-1.30.1.exe InstallerSha256: AD863BBCCD0BAD66F4A1BADD32F0B57FC561DD0C554C780ACD3528FC3EC8DE8D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.locale.en-US.yaml index 20cde9338c5d2..1946ee1e1009a 100644 --- a/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.30.1 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.yaml index 2bfb85d8afecf..aa8758914172d 100644 --- a/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.30.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.30.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.installer.yaml index 2ab635dd58acc..60426c09549d1 100644 --- a/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.31.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.31.0/binance-setup-1.31.0.exe InstallerSha256: 5A8024E2F09724FFB7CE46DF41A333F8D897CC3E57ADBCB21FAAB6E877ADB866 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.locale.en-US.yaml index 44eb4bd89f14c..f6caaa5857459 100644 --- a/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.31.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.yaml index 79b39fc62b50b..9937058852f40 100644 --- a/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.31.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.31.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.installer.yaml index 12c5162f943e1..c6b2425a5fab3 100644 --- a/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.32.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.32.0/binance-setup-1.32.0.exe InstallerSha256: 626C732FF6E4E1066B450694A5D57A9E463A8E4C016E38DC3D59A864197ABC0F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.locale.en-US.yaml index db911fdf564f8..0330032f04de1 100644 --- a/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.32.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.32.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.yaml index d813973697390..aa96489386ae8 100644 --- a/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.32.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.32.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.installer.yaml index e3e02730ad129..8503bfc777f83 100644 --- a/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.33.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.33.0/binance-setup-1.33.0.exe InstallerSha256: 9A231C3D65B2F283F0A2DA8B4890FF9DD998199F3B992A146F6ED7A60ABB0825 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.locale.en-US.yaml index fa58e62b44b96..0b23579d041c5 100644 --- a/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.33.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.33.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.yaml index c1556f8112e3d..5c8f3d4a3e726 100644 --- a/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.33.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.33.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.installer.yaml index f05befd109c83..1b6c133c6cb6c 100644 --- a/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.33.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.33.1/binance-setup-1.33.1.exe InstallerSha256: 2247EFD724131B497CB6DEBA876F0BFE4516A67C98B3F15C030F07F6D20D7F4E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.locale.en-US.yaml index 9cb78f5430ba2..8cc1b867f8662 100644 --- a/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.33.1 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.33.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.yaml index dc84e7d9997b0..22150e3ba77fe 100644 --- a/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.33.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.33.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.installer.yaml index 9184c6dabdabd..c02f01f28774d 100644 --- a/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.34.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.34.0/binance-setup-1.34.0.exe InstallerSha256: 07E1274448E6C43416008AE839879A2601291FA07CE135410F4D03B48F5783BB ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.locale.en-US.yaml index 99e4c66c4c3f8..83290c7c3a091 100644 --- a/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.34.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.34.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.yaml index 2136403b685b4..7743c20f54aa6 100644 --- a/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.34.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.34.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.installer.yaml index 110be3529e367..5603e954a91f5 100644 --- a/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.34.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.34.1/binance-setup-1.34.1.exe InstallerSha256: 62F7E3B91334792E773746164215C646C065942D2046D86CE4303DC749FBB01E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.locale.en-US.yaml index 16546173c5187..8f73e42cec0f9 100644 --- a/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.34.1 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.34.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.yaml index 4bb3862617991..b06288e81a6b7 100644 --- a/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.34.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.34.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.installer.yaml index 8dcb2107e99a9..3537566288bc6 100644 --- a/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.35.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.35.0/binance-setup-1.35.0.exe InstallerSha256: 7628C61C8CF665F398FB4FC5B8D7D92470F0DFADD6493ADDC3B90C49B64F21B8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.locale.en-US.yaml index 29fe704bb7e00..a29602973be21 100644 --- a/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.35.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.35.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.yaml index 8c393b25f13d6..84aa45aa8fe49 100644 --- a/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.35.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.35.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.installer.yaml index 4690b9cd78374..511c90568c134 100644 --- a/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.36.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.36.0/binance-setup-1.36.0.exe InstallerSha256: 9208D28482F6675390F968D8627D90A49FD1FD6985D8F059BC4887B58210F194 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.locale.en-US.yaml index c75ba973e24f9..6e97dd1b0d8b9 100644 --- a/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.36.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.36.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.yaml index 102f85dcff49b..a67fabcddcfd1 100644 --- a/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.36.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.36.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.installer.yaml index 6ef441b9c02d5..ecce2efe50bcf 100644 --- a/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.38.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.38.0/binance-setup-1.38.0.exe InstallerSha256: 30637849501B805D9AD1E3926C506EF94026A8866274BA6D11658E8C67A274D9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.locale.en-US.yaml index 5fbbdec9356d9..283e1c8a0146b 100644 --- a/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.38.0 @@ -16,14 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.38.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.yaml index ae35791fd9e9c..fbc1becf54ebf 100644 --- a/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.38.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.38.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.installer.yaml index f53e940bcc8e9..01cc93852330f 100644 --- a/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.39.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.39.0/binance-setup-1.39.0.exe InstallerSha256: A342CDB9B302566E2F8688F29714FE7A287DE83423068772F3123D916BF3B359 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.locale.en-US.yaml index 4ef88ad6b37bc..90e788d6e39d8 100644 --- a/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.39.0 @@ -16,17 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2021 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - crypto - finance - trade -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.39.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.yaml index cf44460de2cea..f824b62c31378 100644 --- a/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.39.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.39.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.installer.yaml index cb3124359b9fc..1efd2c1b993df 100644 --- a/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.40.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.40.0/binance-setup-1.40.0.exe InstallerSha256: 5FD1EE5635184E83141682BB8CA57C92F516D56310107B45D6B64790486830FA ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.locale.en-US.yaml index 4db942211b5d7..b366d0df063f6 100644 --- a/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.40.0 @@ -22,11 +22,10 @@ Tags: - crypto - finance - trade -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.40.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.yaml index 738194a6b7c51..66d9fd35ee8d0 100644 --- a/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.40.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.40.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.installer.yaml index 0329a3ef9f7c7..7654a0ab35828 100644 --- a/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.41.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.41.0/binance-setup-1.41.0.exe InstallerSha256: 5416C34AE3A920952A64E18FFDB82DC59FFE3B5E4517F146C0E7629320848F78 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.locale.en-US.yaml index 06f5b58f33867..e4488099ac906 100644 --- a/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.41.0 @@ -22,11 +22,10 @@ Tags: - crypto - finance - trade -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.41.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.yaml index 02f66d39c3b6c..92e6dcd281081 100644 --- a/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.41.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.41.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.installer.yaml index 1e22a1e0f93e6..0edc3108e41e2 100644 --- a/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.42.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.42.0/binance-setup-1.42.0.exe InstallerSha256: 2A4319A8B9B1D0D27A530D5AFEF63D5C69B13439E6A2E326F40632ABB707FEB4 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.locale.en-US.yaml index c7195cd25d8bf..ea44cca8969c1 100644 --- a/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.42.0 @@ -22,11 +22,10 @@ Tags: - crypto - finance - trade -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.42.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.yaml index 3e4bd1437d6d0..21ca42e6d2108 100644 --- a/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.42.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.installer.yaml index f867c7ca09585..1fa98c429c64a 100644 --- a/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.43.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.43.1/binance-setup-1.43.1.exe InstallerSha256: 8B4FBFD9D3D86FB875B5AB12F87E36233555338CB298FE4EFA82BC7778EE4CBD ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.locale.en-US.yaml index 24e39376a6bd9..747c25180b1c5 100644 --- a/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.43.1 @@ -22,11 +22,10 @@ Tags: - crypto - finance - trade -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.43.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.yaml index 1c545ccad7448..a423cdbbb19f8 100644 --- a/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.43.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.43.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.installer.yaml index 4cc70c76f5d23..ca0c9971f82d1 100644 --- a/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.43.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.43.2/binance-setup-1.43.2.exe InstallerSha256: 56D8F556D9DE99ECB87D62758043D05883386213D6F406C171F5B7C30C11403F ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.locale.en-US.yaml index 5623e36f5a806..0654bd19f3f62 100644 --- a/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.43.2 @@ -22,11 +22,10 @@ Tags: - crypto - finance - trade -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.43.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.yaml index 90b2d53bab01a..3665030c18c78 100644 --- a/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.43.2/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.43.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.installer.yaml index 4bcfea25b7d04..c490115653bdb 100644 --- a/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.44.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.44.0/binance-setup-1.44.0.exe InstallerSha256: B9256B40DB1BA0EEBCDA6176867056313710FCD4B720B8F9B0BD591D44A9A1C5 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.locale.en-US.yaml index 3a43d6ec3c816..4adb0e48a9274 100644 --- a/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.44.0 @@ -22,11 +22,10 @@ Tags: - crypto - finance - trade -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.44.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.yaml index bd889eef42d7e..2d297e91e8ec9 100644 --- a/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.44.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.44.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.installer.yaml index 6a272b85f0c0a..6793af1f237a7 100644 --- a/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.45.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.45.2/binance-setup-1.45.2.exe InstallerSha256: 9F9BE25B6A493B82E7583A631A7F6E1845E16DCDD0BCF02EEE4429446A85D548 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.locale.en-US.yaml index 62093d6f66d58..7d8a401b2e649 100644 --- a/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.45.2 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.45.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.yaml index 0caedaa9b009b..8257c80bbd49c 100644 --- a/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.45.2/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.45.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.installer.yaml index c74f6c282c9dd..5881b1d30b9be 100644 --- a/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.46.0/binance-setup-1.46.0.exe InstallerSha256: 00F7F6E3B325C921726FA0F63C5450FFF3258A9AFA14C2752FE9D149793A43F3 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.locale.en-US.yaml index 7642e76e83969..568147395fd84 100644 --- a/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.46.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.yaml index c9ea9d905aa70..6dc40c7f0ebd5 100644 --- a/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.installer.yaml index 87c158b154cf4..b841d3f65e182 100644 --- a/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.46.2/binance-setup-1.46.2.exe InstallerSha256: 4280B8D533906785683448334E40419609A2CCB970C5E2DB325EACFD352847DF ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.locale.en-US.yaml index b8b094a2494c6..a1894089a536a 100644 --- a/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.2 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.46.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.yaml index a1cdea5f6f6d3..20bd3e19b14f2 100644 --- a/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.2/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.installer.yaml index 50fbf7cae3b6f..266bb5c530579 100644 --- a/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.46.4/binance-setup-1.46.4.exe InstallerSha256: 8C624A2930CDDD23A3A6F701D2CE12EFD212689569CC33ACDAFF8266BE753BFA ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.locale.en-US.yaml index 991ad488ca2ab..b7fd6e2960012 100644 --- a/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.4 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.46.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.yaml index c1d2773153821..e5fa9e15622ff 100644 --- a/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.46.4/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.46.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.installer.yaml index 5002859a0e4ef..7a672c34df51c 100644 --- a/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.47.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.47.0/binance-setup-1.47.0.exe InstallerSha256: 7F7B838CAE23343D13BCC38D1E473164819ADF3F70F885D8E4151E9A7FBC358D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.locale.en-US.yaml index 023749cb46038..8889423c3be56 100644 --- a/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.47.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.47.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.yaml index 913f54fde610e..fa8307e83d65a 100644 --- a/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.47.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.47.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.installer.yaml index f2b320759cf46..94c66d0f10071 100644 --- a/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.48.1/binance-setup-1.48.1.exe InstallerSha256: 2E341FC8EBADEE21D8DCF8E00A21AE4A34BE816ECEF69BA8C19B1A797CF604FB ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.locale.en-US.yaml index deb8291bdbea4..9b88fbefdc1d1 100644 --- a/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.1 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.48.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.yaml index 658937f168b7c..c5cc4faa7d64b 100644 --- a/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.installer.yaml index 5cb747b1626ee..b05adb8a5966b 100644 --- a/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.48.2/binance-setup-1.48.2.exe InstallerSha256: 188D9C0E418D71BA877D2D0245A481DB564DC2869A6E133B14F6D05BF00587E0 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.locale.en-US.yaml index 2ef28a0aa3f37..531a5e51805a9 100644 --- a/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.2 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.48.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.yaml index 7ced997429aaf..138a17a2297a7 100644 --- a/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.2/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.installer.yaml index d532d46a175b5..4236b15a90aa8 100644 --- a/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.48.4/binance-setup-1.48.4.exe InstallerSha256: 7F49C48AE9BC4A230E31F6920F41F38260AD6FF55BFE6F382347C45359208D3F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.locale.en-US.yaml index 5e23a5122c1de..5736588812aa8 100644 --- a/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.4 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.48.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.yaml index 23c05f4542e0d..16e517007871f 100644 --- a/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.4/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.installer.yaml index 91509160ca350..21678deb9b3e0 100644 --- a/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.5 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.48.5/binance-setup-1.48.5.exe InstallerSha256: 93F1341658F18000762BB141226E400AFB9DE0FC3813DB112E8E451A467CAC0E ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.locale.en-US.yaml index e13903f9bcec0..b18b10d69846a 100644 --- a/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.5 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.48.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.yaml index c67eed7b730d8..369445b1ddbac 100644 --- a/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.5/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.installer.yaml index f44e02a105d67..7b8d29e9736e9 100644 --- a/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.7 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.48.7/binance-setup-1.48.7.exe InstallerSha256: 67355DE9F65214D1E04D176BB2E8140F12214BDFE84D0A8FF8D75E88A9621B0B ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.locale.en-US.yaml index c39c0f7d54080..2c05b95ccc290 100644 --- a/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.7 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.48.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.yaml index 932e5a8c3404d..b50bd26011366 100644 --- a/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.48.7/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.48.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.installer.yaml index 8dcb432b58206..6f5da89c22cbe 100644 --- a/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.49.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.49.0/binance-setup-1.49.0.exe InstallerSha256: 12D9AF07CFEAF0BA0368E702EA3D851A0A7775FE1EEF88A90BFB0EE6A567A49D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.locale.en-US.yaml index 4b6e7ed17a131..e0ddc729f6cf3 100644 --- a/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.49.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.49.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.yaml index 8e27a99ab31ff..801cf413711e5 100644 --- a/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.49.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.49.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.installer.yaml index a2c9646bab5c4..a536a900d6255 100644 --- a/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.50.1/binance-setup-1.50.1.exe InstallerSha256: 03D2E1A036DA630694D92C0EA241D2C68D7E6EE23B8726CDC2D0C0782C10DD92 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.locale.en-US.yaml index 8b4992df925af..bd8b997c24ad2 100644 --- a/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.1 @@ -16,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.50.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.yaml index a3025f57b3879..03ad0464e5842 100644 --- a/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.installer.yaml index c3a98c407df40..b4e3b6dfba1a5 100644 --- a/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.50.2/binance-setup-1.50.2.exe InstallerSha256: AC134CB3BF58A6D889D91CD6E69C90F61C6CB864A1760B88336AF1085D7AAA14 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.locale.en-US.yaml index 3f8a214fd8905..2ac964d092105 100644 --- a/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.2 @@ -16,11 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade ReleaseNotes: Binance Desktop Application Release Channel ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.50.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.yaml index 409b69990ca76..5a4e543a6f595 100644 --- a/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.2/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.installer.yaml index 453679db7a3e2..d334a5b36b9e0 100644 --- a/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.50.3/binance-setup-1.50.3.exe InstallerSha256: 47B5E004E2194C79DA038AB8622FDC54DE9D5BAA169E3488867F94FC69A9F5E9 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.locale.en-US.yaml index 8e57b2f9fc126..a3158503a1ae8 100644 --- a/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.3 @@ -16,11 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade ReleaseNotes: Binance Desktop Application Release Channel ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.50.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.yaml index 926300f161203..37b4765b81289 100644 --- a/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.3/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.installer.yaml index 50156a7d69da7..fb5c0a2cb0be9 100644 --- a/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/binance/desktop/releases/download/v1.50.4/binance-setup-1.50.4.exe InstallerSha256: C2CE5AF597A51A517FDFF2ED7348C6A05BDE4C74FF9B7DD0AD6878B91065B7E4 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.locale.en-US.yaml index 39f0409f17e1c..1e160e37aa173 100644 --- a/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.4 @@ -16,11 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade ReleaseNotes: Binance Desktop Application Release Channel ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.50.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.yaml index c0b92c23ab16b..815ca81af4e7a 100644 --- a/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.50.4/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.50.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.installer.yaml index 65dd42e2aae0d..ba7a59e27bc57 100644 --- a/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.0 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-04-09 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.52.0/binance-setup-1.52.0.exe InstallerSha256: 88BA50E23B02D26E46FFD6DD7E8FAC25DB107D4F7E0CDB966B0F6682E1768EEB ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-04-09 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.locale.en-US.yaml index bec6e3596c524..a856cbe658056 100644 --- a/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.0 @@ -16,9 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.yaml index 78a5628d59f86..5024b72a32b2c 100644 --- a/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.installer.yaml index a179126aca1ff..6cd27a7c85473 100644 --- a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.11 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-07-22 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.52.11/binance-setup-1.52.11.exe InstallerSha256: AF83569F6626854ADCDC1F1A66062AF6399DE98A2F8DCBBF6DA94012E617828B ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-07-22 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.locale.en-US.yaml index 76497ffbd1095..abf00d3944501 100644 --- a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.11 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -16,9 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.yaml index cf030d3c2cf6a..da3887faf1129 100644 --- a/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.11/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.installer.yaml index ab2dcef897f6d..e2ca2ef5ddd65 100644 --- a/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.4 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-05-28 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.52.4/binance-setup-1.52.4.exe InstallerSha256: 50074FC7148396B1F17EC7EB63D4EC21AC3600B6D17822FB830FCEC72292F6C1 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-05-28 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.locale.en-US.yaml index d9c0888bb4283..007b2db81d7a7 100644 --- a/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.4 @@ -16,9 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.yaml index cfba70846c709..5d29be658de5d 100644 --- a/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.52.4/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.52.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.installer.yaml index 34936f2c1b831..9bc44629282ee 100644 --- a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.0 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-08-01 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.53.0/binance-setup-1.53.0.exe InstallerSha256: 4A50BF1F5A675F35B4365E7A2616372382C2129DED6F8FEEE62D67DFB08B49AD ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-08-01 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.locale.en-US.yaml index 920df56799743..1daff0868aa38 100644 --- a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.0 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -16,9 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.yaml index 3d3dbfce8bb05..d9a0c3ded634f 100644 --- a/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.installer.yaml index aadd26027c58e..589cffa093484 100644 --- a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.4 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-09-05 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.53.4/binance-setup-1.53.4.exe InstallerSha256: 2929285377373BCB6FF4DAC6EF896E7D55FC3BEBCC163745208598A44D8F6F8A ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-09-05 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.locale.en-US.yaml index b21176e55fbb5..36619bfec9dc7 100644 --- a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.4 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.53.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.yaml index d728e4d85082a..bf65437851fdf 100644 --- a/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.4/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.installer.yaml index 6761efb61c776..14e2d21612d8a 100644 --- a/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.6 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-09-30 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.53.6/binance-setup-1.53.6.exe InstallerSha256: E97FE481C6CBFF62EA83C63D664DA46122711C5BF36F69246DFBEA31858F80B2 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-09-30 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.locale.en-US.yaml index 1d5f6338df1e8..4e8c529f6797c 100644 --- a/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.6 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.53.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.yaml index cdc47f95cf369..7b26376ae4ab9 100644 --- a/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.6/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.installer.yaml index 692946c02f58f..8d6555dc81d46 100644 --- a/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.7 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-10-18 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.53.7/binance-setup-1.53.7.exe InstallerSha256: 30C3BD560216850315A9E7F2D0802080A4E280F7531731D87A358E1E30FC0F4B ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-18 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.locale.en-US.yaml index 9c9446caad580..2b3cf815ce6f4 100644 --- a/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.7 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.53.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.yaml index 4874f2f44f641..1722d4075452d 100644 --- a/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.7/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.installer.yaml index ea4230cc4c416..f5343271b523f 100644 --- a/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.8 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-10-22 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.53.8/binance-setup-1.53.8.exe InstallerSha256: 4450C29944C0EFE0C2F253E99F5EF73C5B78D13F88B281C00471C09C751004CD ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-22 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.locale.en-US.yaml index bfe8e4f421209..240821e5851bc 100644 --- a/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.8 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.53.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.yaml index 67c381edd0370..92efabcc6701b 100644 --- a/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.53.8/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.53.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.installer.yaml index d1033f808a78a..8acbedcf1223f 100644 --- a/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.0 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-11-08 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.54.0/binance-setup-1.54.0.exe InstallerSha256: 55907605023F97288AD1B76818193934E2E0AF277DCE44EFD82E4315FB88648C ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-08 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.locale.en-US.yaml index b8545cfa9531d..68924a276ef4e 100644 --- a/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.0 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.54.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.yaml index a8594b8012586..72c7896dc6743 100644 --- a/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.0/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.installer.yaml index 123884e914389..a63386161fbd7 100644 --- a/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.1 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-11-08 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.54.1/binance-setup-1.54.1.exe InstallerSha256: D5AF0E6A5EE5BFE5B9A0F53F6051E3DD8B9015AF3189E60152D50B81161433F0 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-08 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.locale.en-US.yaml index bb54a904eb46f..bc8df246dffd7 100644 --- a/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.1 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.54.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.yaml index 4c4c568104fbf..122b626fd79a2 100644 --- a/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.1/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.installer.yaml new file mode 100644 index 0000000000000..e405793234006 --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.54.12 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binance/desktop/releases/download/v1.54.12/binance-setup-1.54.12.exe + InstallerSha256: C73DC14AD37CC6C9ABC1F8469C1E9A61F391FD03740FE43FE4BFF7D45C2556B4 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-05 diff --git a/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.locale.en-US.yaml new file mode 100644 index 0000000000000..948e788a156d8 --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.54.12 +PackageLocale: en-US +Publisher: BinanceTech +PublisherUrl: https://www.binance.com/en +PrivacyUrl: https://www.binance.com/en/privacy +Author: BinanceTech +PackageName: Binance +PackageUrl: https://www.binance.com/en +License: Proprietary +LicenseUrl: https://www.binance.com/en/terms +Copyright: Binance © 2023 +CopyrightUrl: https://www.binance.com/en/terms +ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +Tags: +- crypto +- finance +- trade +ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.54.12 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.yaml new file mode 100644 index 0000000000000..e2adec9919c2a --- /dev/null +++ b/manifests/b/BinanceTech/Binance/1.54.12/BinanceTech.Binance.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BinanceTech.Binance +PackageVersion: 1.54.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.installer.yaml index b276667847cc3..c546a684628f2 100644 --- a/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.2 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-11-12 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.54.2/binance-setup-1.54.2.exe InstallerSha256: CFFA64B46ECDAC9DD3124A6ECC931F9EAC7B7C6D1C743D7E51D337E0AC3248AB ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-12 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.locale.en-US.yaml index 36e56d48166ef..b38b3af4f01cc 100644 --- a/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.2 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.54.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.yaml index f0bd4f154d653..c0ecb936a20b6 100644 --- a/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.2/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.installer.yaml index 38df77c948f5b..8eaf521986756 100644 --- a/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.3 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-11-29 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.54.3/binance-setup-1.54.3.exe InstallerSha256: CFC7C14E9349CBB49AD5F0FD8739D248E32BE3E030B9DB1B7BD4E98C63476D99 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-29 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.locale.en-US.yaml index 12245d26a4e25..c0c20a331f52a 100644 --- a/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.3 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.54.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.yaml index c28b8911ae8db..82baaea230a46 100644 --- a/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.3/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.installer.yaml index 37bc0173e3a2b..93f535da4aa51 100644 --- a/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.4 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-12-03 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.54.4/binance-setup-1.54.4.exe InstallerSha256: A2ADB6C31AFD88AD9F569BC80024181F89E7B8FC6EB53D4D5299FF00D431C56C ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-12-03 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.locale.en-US.yaml index b1e7c3ad951e5..d761e0721b7db 100644 --- a/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.locale.en-US.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.4 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.54.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.yaml index e87d02e722c60..7e3ffcffe1ec6 100644 --- a/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.4/BinanceTech.Binance.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance PackageVersion: 1.54.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.installer.yaml index efcfa719696ce..d32f5946a0f3b 100644 --- a/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-12-06 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.54.5/binance-setup-1.54.5.exe InstallerSha256: 167E0146357B1D29F1F70C198728DF3BA436FC876317F96FCA2141468D6B0990 ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-06 diff --git a/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.locale.en-US.yaml index 787f42afdc599..cdb39f9750be0 100644 --- a/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance @@ -6,6 +6,7 @@ PackageVersion: 1.54.5 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.54.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.yaml index 4cf729c299407..fc5ecd12e3e9c 100644 --- a/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.5/BinanceTech.Binance.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance diff --git a/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.installer.yaml b/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.installer.yaml index 5e4d698c8a858..5dd4b666dfacb 100644 --- a/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.installer.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-12-30 Installers: - Architecture: x64 InstallerUrl: https://github.com/binance/desktop/releases/download/v1.54.7/binance-setup-1.54.7.exe InstallerSha256: 4E6C7C6F311098A66C44D217C6B478175D018687840A337364D82BD19E0A2B46 ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-30 diff --git a/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.locale.en-US.yaml b/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.locale.en-US.yaml index 2cd9e5dcc770e..1e8df8438ff2e 100644 --- a/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.locale.en-US.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance @@ -6,6 +6,7 @@ PackageVersion: 1.54.7 PackageLocale: en-US Publisher: BinanceTech PublisherUrl: https://www.binance.com/en +# PublisherSupportUrl: PrivacyUrl: https://www.binance.com/en/privacy Author: BinanceTech PackageName: Binance @@ -15,10 +16,16 @@ LicenseUrl: https://www.binance.com/en/terms Copyright: Binance © 2023 CopyrightUrl: https://www.binance.com/en/terms ShortDescription: Buy & sell Crypto in minutes, join the world’s largest crypto exchange. +# Description: +# Moniker: Tags: - crypto - finance - trade +# ReleaseNotes: ReleaseNotesUrl: https://github.com/binance/desktop/releases/tag/v1.54.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.yaml b/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.yaml index 680ee75cba465..4d8f632a8691a 100644 --- a/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.yaml +++ b/manifests/b/BinanceTech/Binance/1.54.7/BinanceTech.Binance.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BinanceTech.Binance diff --git a/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.installer.yaml b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.installer.yaml new file mode 100644 index 0000000000000..37a55e4873748 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2025.1.4 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- bitwarden +ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a +ReleaseDate: 2025-02-06 +AppsAndFeaturesEntries: +- ProductCode: 173a9bac-6f0d-50c4-8202-4744c69d091a +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2025.1.4/Bitwarden-Installer-2025.1.4.exe + InstallerSha256: 9FA346D12BFE6A8AB8A70ABDDA2F7F67E4A45BFD08183D8A04F0D3BD228EAC8F + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/bitwarden/clients/releases/download/desktop-v2025.1.4/Bitwarden-Installer-2025.1.4.exe + InstallerSha256: 9FA346D12BFE6A8AB8A70ABDDA2F7F67E4A45BFD08183D8A04F0D3BD228EAC8F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.en-US.yaml b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.en-US.yaml new file mode 100644 index 0000000000000..4ceedb5e367d1 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2025.1.4 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: '- Small bug fixes, enhancements, and dependency updates' +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/desktop-v2025.1.4 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.pt-BR.yaml b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.pt-BR.yaml new file mode 100644 index 0000000000000..d82441ea24535 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.pt-BR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2025.1.4 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.zh-CN.yaml b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e497181aa84a3 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2025.1.4 +PackageLocale: zh-CN +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 或 Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: 适用于所有设备的安全免费的密码管理器 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +PurchaseUrl: https://bitwarden.com/pricing/business +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.yaml b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.yaml new file mode 100644 index 0000000000000..8548ea182b869 --- /dev/null +++ b/manifests/b/Bitwarden/Bitwarden/2025.1.4/Bitwarden.Bitwarden.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Bitwarden.Bitwarden +PackageVersion: 2025.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.installer.yaml b/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.installer.yaml new file mode 100644 index 0000000000000..f5cfaa75922f2 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2025.1.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bw.exe +InstallerSwitches: + Silent: status --quiet +ReleaseDate: 2025-02-06 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/bitwarden/clients/releases/download/cli-v2025.1.3/bw-windows-2025.1.3.zip + InstallerSha256: 7BA89071061D30F94CEA048289CD252CDB14B2635E9A57C0B020BF80121B16F5 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.locale.en-US.yaml b/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f2ebbb2b9e8fb --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2025.1.3 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: '- Small bug fixes, enhancements, and dependency updates' +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.3 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.locale.pt-BR.yaml b/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.locale.pt-BR.yaml new file mode 100644 index 0000000000000..6d5bfff330c82 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.locale.pt-BR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2025.1.3 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.yaml b/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.yaml new file mode 100644 index 0000000000000..1becc1aed7b57 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2025.1.3/Bitwarden.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2025.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.installer.yaml b/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.installer.yaml deleted file mode 100644 index 7ece90ed58bea..0000000000000 --- a/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.installer.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: BlastApps.FluentSearch -PackageVersion: 0.9.92.998 -MinimumOSVersion: 10.0.0.0 -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- InstallerLocale: en-US - Platform: - - Windows.Desktop - Architecture: x64 - InstallerType: inno - Scope: user - InstallerUrl: https://stfluentsearch.blob.core.windows.net/fluent-search/Fluent-Search.exe - InstallerSha256: A23BEA3776B443A38737AE7D9500A0EA6049DDFB71AD6EAAF9BF6FE53C93B568 - InstallerSwitches: - Custom: /SUPPRESSMSGBOXES /CURRENTUSER - UpgradeBehavior: install - ProductCode: Fluent Search_is1 -- InstallerLocale: en-US - Platform: - - Windows.Desktop - Architecture: x64 - InstallerType: inno - Scope: machine - InstallerUrl: https://stfluentsearch.blob.core.windows.net/fluent-search/Fluent-Search.exe - InstallerSha256: A23BEA3776B443A38737AE7D9500A0EA6049DDFB71AD6EAAF9BF6FE53C93B568 - InstallerSwitches: - Custom: /SUPPRESSMSGBOXES /ALLUSERS - UpgradeBehavior: install - ProductCode: Fluent Search_is1 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.locale.en-US.yaml b/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.locale.en-US.yaml deleted file mode 100644 index 1571d5b43c5d9..0000000000000 --- a/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: BlastApps.FluentSearch -PackageVersion: 0.9.92.998 -PackageLocale: en-US -Publisher: BlastApps -PublisherUrl: https://fluentsearch.net -PublisherSupportUrl: https://github.com/adirh3/Fluent-Search/issues -Author: BlastApps -PackageName: Fluent Search Beta -PackageUrl: https://fluentsearch.net -License: © Copyright Fluent Search -Copyright: © Copyright Fluent Search -ShortDescription: Search for running apps, browser tabs, in-app content, files and more. -Description: Fluent Search (beta) is a fast and easy-to-use search application that lets you search for running applications, browser tabs, bookmarks, files, and more. Unlike Windows Start Menu, Fluent Search focuses on continuing existing work, it let you jump easily between running application and browser tabs and find files based on your current workflow. -Moniker: fluent-search -Tags: -- launcher -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.yaml b/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.yaml deleted file mode 100644 index 9b11c72f37e08..0000000000000 --- a/manifests/b/BlastApps/FluentSearch/0.9.92.998/BlastApps.FluentSearch.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2023/Nov/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: BlastApps.FluentSearch -PackageVersion: 0.9.92.998 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.installer.yaml b/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.installer.yaml new file mode 100644 index 0000000000000..43c3497766526 --- /dev/null +++ b/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.installer.yaml @@ -0,0 +1,37 @@ +# Automatically updated by the winget bot at 2025/Jan/31 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: BlastApps.FluentSearch +PackageVersion: 1.0.0.85 +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- InstallerLocale: en-US + Platform: + - Windows.Desktop + Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://stfluentsearch.blob.core.windows.net/fluent-search/Fluent-Search.exe + InstallerSha256: C7EB1AA3CD189F004E67B79B672EEBA1BC77A0DCB5D975F6ECA07DB4BB1E8F19 + InstallerSwitches: + Custom: /SUPPRESSMSGBOXES /CURRENTUSER + UpgradeBehavior: install + ProductCode: Fluent Search_is1 +- InstallerLocale: en-US + Platform: + - Windows.Desktop + Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://stfluentsearch.blob.core.windows.net/fluent-search/Fluent-Search.exe + InstallerSha256: C7EB1AA3CD189F004E67B79B672EEBA1BC77A0DCB5D975F6ECA07DB4BB1E8F19 + InstallerSwitches: + Custom: /SUPPRESSMSGBOXES /ALLUSERS + UpgradeBehavior: install + ProductCode: Fluent Search_is1 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.locale.en-US.yaml b/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.locale.en-US.yaml new file mode 100644 index 0000000000000..ec8cd4971a7ca --- /dev/null +++ b/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2025/Jan/31 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: BlastApps.FluentSearch +PackageVersion: 1.0.0.85 +PackageLocale: en-US +Publisher: BlastApps +PublisherUrl: https://fluentsearch.net +PublisherSupportUrl: https://github.com/adirh3/Fluent-Search/issues +Author: BlastApps +PackageName: Fluent Search +PackageUrl: https://fluentsearch.net +License: © Copyright Fluent Search +Copyright: © Copyright Fluent Search +ShortDescription: Search for running apps, browser tabs, in-app content, files and more. +Description: Fluent Search is a fast and easy-to-use search application that lets you search for running applications, browser tabs, bookmarks, files, and more. Unlike Windows Start Menu, Fluent Search focuses on continuing existing work, it let you jump easily between running application and browser tabs and find files based on your current workflow. +Moniker: fluent-search +Tags: +- launcher +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.yaml b/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.yaml new file mode 100644 index 0000000000000..3605174199513 --- /dev/null +++ b/manifests/b/BlastApps/FluentSearch/1.0.0.85/BlastApps.FluentSearch.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Jan/31 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: BlastApps.FluentSearch +PackageVersion: 1.0.0.85 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.installer.yaml b/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.installer.yaml new file mode 100644 index 0000000000000..446747bff6d2a --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.140.76 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 71858651-6442-5a51-8131-e85c863c9f27 +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://download.bluemail.me/BlueMail/BlueMail-1.140.76.exe + InstallerSha256: 9B94979E58D67968E7D60CDF0039D4CA9E80B9E27306F427634965ECDF5A12C7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.locale.en-US.yaml b/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.locale.en-US.yaml new file mode 100644 index 0000000000000..758739891082c --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.140.76 +PackageLocale: en-US +Publisher: BlueMail +PublisherUrl: https://blix.net/ +PublisherSupportUrl: https://bluemail.me/help/ +PrivacyUrl: https://bluemail.me/privacy/ +Author: Blix Inc. +PackageName: BlueMail +PackageUrl: https://bluemail.me/ +License: Proprietary +LicenseUrl: https://bluemail.me/tos/ +Copyright: Copyright © 2024 Blix Inc. All rights reserved. +ShortDescription: BlueMail is a free, beautifully designed, cross platform email & calendar app, capable of managing an unlimited number of mail accounts from various providers. +Tags: +- email +- mail +PurchaseUrl: https://bluemail.me/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.locale.zh-CN.yaml b/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.locale.zh-CN.yaml new file mode 100644 index 0000000000000..86e558715cc0e --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.140.76 +PackageLocale: zh-CN +Publisher: BlueMail +PublisherUrl: https://blix.net/ +PublisherSupportUrl: https://bluemail.me/help/ +PrivacyUrl: https://bluemail.me/privacy/ +Author: Blix Inc. +PackageName: BlueMail +PackageUrl: https://bluemail.me/ +License: 专有软件 +LicenseUrl: https://bluemail.me/tos/ +Copyright: Copyright © 2024 Blix Inc. All rights reserved. +ShortDescription: BlueMail 是一款设计精美的免费跨平台电子邮件和日历应用程序,能够管理无限数量的来自不同供应商的邮件账户。 +Tags: +- 电子邮件 +- 邮件 +PurchaseUrl: https://bluemail.me/pricing/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.yaml b/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.yaml new file mode 100644 index 0000000000000..9587d85168e91 --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.140.76/Blix.BlueMail.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.140.76 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.installer.yaml b/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.installer.yaml new file mode 100644 index 0000000000000..d47ea939e012b --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.140.78 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 71858651-6442-5a51-8131-e85c863c9f27 +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x64 + InstallerUrl: https://download.bluemail.me/BlueMail/BlueMail-1.140.78.exe + InstallerSha256: DA998E0B4116E463382B6835A6D10BEE3DFBB652375F7116DECD591A499E1E7A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.locale.en-US.yaml b/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.locale.en-US.yaml new file mode 100644 index 0000000000000..cef4773425c94 --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.140.78 +PackageLocale: en-US +Publisher: BlueMail +PublisherUrl: https://blix.net/ +PublisherSupportUrl: https://bluemail.me/help/ +PrivacyUrl: https://bluemail.me/privacy/ +Author: Blix Inc. +PackageName: BlueMail +PackageUrl: https://bluemail.me/ +License: Proprietary +LicenseUrl: https://bluemail.me/tos/ +Copyright: Copyright © 2024 Blix Inc. All rights reserved. +ShortDescription: BlueMail is a free, beautifully designed, cross platform email & calendar app, capable of managing an unlimited number of mail accounts from various providers. +Tags: +- email +- mail +PurchaseUrl: https://bluemail.me/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.locale.zh-CN.yaml b/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4ff566424fc68 --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.140.78 +PackageLocale: zh-CN +Publisher: BlueMail +PublisherUrl: https://blix.net/ +PublisherSupportUrl: https://bluemail.me/help/ +PrivacyUrl: https://bluemail.me/privacy/ +Author: Blix Inc. +PackageName: BlueMail +PackageUrl: https://bluemail.me/ +License: 专有软件 +LicenseUrl: https://bluemail.me/tos/ +Copyright: Copyright © 2024 Blix Inc. All rights reserved. +ShortDescription: BlueMail 是一款设计精美的免费跨平台电子邮件和日历应用程序,能够管理无限数量的来自不同供应商的邮件账户。 +Tags: +- 电子邮件 +- 邮件 +PurchaseUrl: https://bluemail.me/pricing/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.yaml b/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.yaml new file mode 100644 index 0000000000000..8e88b2769902d --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.140.78/Blix.BlueMail.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.140.78 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.installer.yaml b/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.installer.yaml new file mode 100644 index 0000000000000..07fee8664cc2c --- /dev/null +++ b/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Box.BoxTools +PackageVersion: 4.28.0.1161 +InstallerLocale: en-US +InstallerType: msi +Installers: +- Architecture: neutral + InstallerUrl: https://e3.boxcdn.net/box-installers/boxedit/win/currentrelease/BoxToolsInstaller-AdminInstall.msi + InstallerSha256: 4ACBDFC4BC946D84C0598A552A2B73C3192218F0648B113E4782B10D38C5122B + ProductCode: '{EC2115CA-74AE-48A6-8072-09425AC3C3C3}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.locale.en-US.yaml b/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.locale.en-US.yaml new file mode 100644 index 0000000000000..7af4e6206009c --- /dev/null +++ b/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Box.BoxTools +PackageVersion: 4.28.0.1161 +PackageLocale: en-US +Publisher: Box +PackageName: Box Tools +License: Proprietary +ShortDescription: Create and edit any file type, including Office, CAD, and Photoshop, directly from your web browser. Use the default application installed on your computer, knowing your files are automatically saved to Box. +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.yaml b/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.yaml new file mode 100644 index 0000000000000..382c10ae0b376 --- /dev/null +++ b/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Box.BoxTools +PackageVersion: 4.28.0.1161 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.installer.yaml deleted file mode 100644 index dfe617f2291de..0000000000000 --- a/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.installer.yaml +++ /dev/null @@ -1,67 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Brave.Brave -PackageVersion: 115.1.56.14 -InstallerType: exe # Chromium Setup -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- ftp -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ReleaseDate: 2023-07-26 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/115.1.56.14/brave_installer-ia32.exe - InstallerSha256: 25917DAA6DB8E74B0ADA243D6BC3B7B5096A531FB243AFE8A0EC702EE223A473 - InstallerSwitches: - Custom: --do-not-launch-chrome - ProductCode: BraveSoftware Brave-Browser -- Architecture: x86 - Scope: machine - InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/115.1.56.14/brave_installer-ia32.exe - InstallerSha256: 25917DAA6DB8E74B0ADA243D6BC3B7B5096A531FB243AFE8A0EC702EE223A473 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level - ProductCode: BraveSoftware Brave-Browser -- Architecture: x64 - Scope: user - InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/115.1.56.14/brave_installer-x64.exe - InstallerSha256: 003B54287A8004689520A718542B10AC09D44266824A259C87264C9D578F9A05 - InstallerSwitches: - Custom: --do-not-launch-chrome - ProductCode: BraveSoftware Brave-Browser -- Architecture: x64 - Scope: machine - InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/115.1.56.14/brave_installer-x64.exe - InstallerSha256: 003B54287A8004689520A718542B10AC09D44266824A259C87264C9D578F9A05 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level - ProductCode: BraveSoftware Brave-Browser -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.locale.en-US.yaml deleted file mode 100644 index f41e2cc619350..0000000000000 --- a/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Brave.Brave -PackageVersion: 115.1.56.14 -PackageLocale: en-US -Publisher: Brave Software Inc -PublisherUrl: https://brave.com/ -PublisherSupportUrl: https://support.brave.com/ -PrivacyUrl: https://brave.com/privacy/browser/ -Author: Brave Software, Inc. -PackageName: Brave -PackageUrl: https://brave.com/download/ -License: MPL-2.0 -LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE -Copyright: Copyright © 2023 The Brave Authors. All rights reserved. -CopyrightUrl: https://brave.com/terms-of-use/ -ShortDescription: Secure, Fast & Private Web Browser with Adblocker -Description: The new Brave browser blocks ads and trackers that slow you down and invade your privacy. Discover a new way of thinking about how the web can work. -# Moniker: -Tags: -- browser -- chromium -- internet -- privacy -- web -- webpage -ReleaseNotes: '- Upgraded Chromium to 115.0.5790.114. (#31867) (Changelog for 115.0.5790.114)' -ReleaseNotesUrl: https://brave.com/latest/ -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://brave.com/faq/ -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.locale.zh-CN.yaml deleted file mode 100644 index 379d757207692..0000000000000 --- a/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Brave.Brave -PackageVersion: 115.1.56.14 -PackageLocale: zh-CN -Publisher: Brave Software Inc -PublisherUrl: https://brave.com/zh/ -PublisherSupportUrl: https://support.brave.com/ -PrivacyUrl: https://brave.com/privacy/browser/ -Author: Brave Software, Inc. -PackageName: Brave -PackageUrl: https://brave.com/zh/download/ -License: MPL-2.0 -LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE -Copyright: 版权所有2023 Brave Software Inc。保留所有权利。 -CopyrightUrl: https://brave.com/terms-of-use/ -ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 -Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 -# Moniker: -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -- 隐私 -# ReleaseNotes: -ReleaseNotesUrl: https://brave.com/latest/ -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://brave.com/zh/faq/ -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.yaml b/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.yaml deleted file mode 100644 index 290dd5186815e..0000000000000 --- a/manifests/b/Brave/Brave/115.1.56.14/Brave.Brave.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Brave.Brave -PackageVersion: 115.1.56.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..862c566a01667 --- /dev/null +++ b/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 133.1.75.175 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/133.1.75.175/brave_installer-ia32.exe + InstallerSha256: 4C805E5C0573AD74E049F9BA83313DBF38698E4F32DCC09A05F78324CCCBD84B + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x86-rel/win/133.1.75.175/brave_installer-ia32.exe + InstallerSha256: 4C805E5C0573AD74E049F9BA83313DBF38698E4F32DCC09A05F78324CCCBD84B + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/133.1.75.175/brave_installer-x64.exe + InstallerSha256: 6E95965AA4105E31CBA8B6B8480E2E5329F893C51F1244B9F82D928D8B9D5FBB + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/x64-rel/win/133.1.75.175/brave_installer-x64.exe + InstallerSha256: 6E95965AA4105E31CBA8B6B8480E2E5329F893C51F1244B9F82D928D8B9D5FBB + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/133.1.75.175/brave_installer-arm64.exe + InstallerSha256: 5369E75054F4CFAE26C3252B76C8B419913783F42BF976F435BFACA3FCC9A872 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Release/arm64-rel/win/133.1.75.175/brave_installer-arm64.exe + InstallerSha256: 5369E75054F4CFAE26C3252B76C8B419913783F42BF976F435BFACA3FCC9A872 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..6a4a3fe22ecab --- /dev/null +++ b/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,88 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 133.1.75.175 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + Web3 + - Added Zcash "Deposit" modal. (#42221) + - Added "Shielded" label to all shielded ZEC tokens in Brave Wallet. (#42285) + - Added support for resolving new Unstoppable Domains TLDs. (#42368) + - Added a prompt to "Select Account" when clicking "Send" from the "Portfolio" page. (#43131) + - Added a "Memo" field to the Zcash transaction's "Confirm Transaction" screen. (#42078) + - Added a "Memo" field to the Zcash transaction's "Send" screen. (#41986) + - Added the "Activity" tab to the "Portfolio" segmented control on full page view. (#43024) + - Removed the "Bridge to Aurora" button. (#42943) + - Updated "Portfolio" page to always display "Buy", "Send", "Swap", "Deposit", and "Bridge" buttons. (#43073) + - Fixed Brave icon being cut off on the wallet unlock screen. (#42866) + - Fixed broken gas slider track under the "Edit" gas fee screen. (#42775) + Rewards + - Added Web Discovery Project opt-in prompt during Brave Rewards onboarding. (#43757) + - Implemented Brave Rewards 3.0, a completely redesigned user experience for Brave Rewards including an "Explore" page and many other new elements (being rolled out in phases using Griffin starting at 25%). (#43756) + Leo + - Implemented full page chat for Brave Leo. (#42844) + - Added support to install Brave Leo as a Progressive Web App (PWA). (#42701) + - Added support to save Brave Leo conversation history. (#42576 & #42854) + - Added support to retain Brave Leo conversation history between browser restarts. (#42800) + - Added a page context toggle under the chat sidebar. (#42982) + - Added URL based routing for Brave Leo chats. (#42055) + - Added support for custom site distillers. (#40794) + - Updated Brave Leo URL to chrome://leo-ai. (#42817) + - Updated the Progressive Web App (PWA) icons for Brave Leo and the password manager. (#43114) + General + - Added the ability to capture a screenshot using "Ctrl+Shift+S" on Windows and Linux and "Cmd+Shift+S" on macOS. (#42682) + - Added support for deep linking to the Search Engine edit popup in settings. (#42999) + - Added a warning when disabling Manifest V2 uBlock Origin via brave://settings/extensions/v2. (#42608) + - Added right click context menu for vertical tab bar. (#41825) + - Added the ability for users to load custom adblock scriptlets under brave://settings/shields/filters. (#25586) + - Added per-site farbling token support. (#28904) + - Added brave://flags/#block-all-cookies-toggle to enable the ability to block all cookies. (#42061) + - Added a keyboard shortcut for exporting all bookmarks. (#41412) + - Added a command line switch to disable user education popups. (#43481) + - [Security] Fixed issue where audio was not being farbled in certain cases as reported on HackerOne by cesium_fusilli. (#42356) + - [Security] Disabled block element picker in Private Windows as reported on HackerOne by newfunction. (#43495) + - Improved contrast on active tab for dark theme. (#42751) + - Updated the Brave VPN icon. (#42226) + - Updated position for the "New Tab" button when using vertical tabs. (#42533) + - Updated the Private window search engine selection UI under brave://settings/search. (#41499) + - Updated the webcompat reporter to remember and autofill a user's contact information. (#40021) + - Disabled cosmetic filtering on Speedreader pages. (#40642) + - Disabled field data fetching in DevTools. (#41934) + - Removed known Emarsys trackers "sc_customer", "sc_eh", and "sc_uid" from URLs. (#43077) + - Fixed external favicon fetch on the password manager. (#42955) + - Fixed "Clear all" button on brave://downloads not being selectable in certain cases. (#42924) + - Fixed "Connect" button being displayed for a region when already connected to that region using Brave VPN. (#42544) + - Fixed extraneous tabs created when detaching a tab from a window. (#42588) + - Fixed Brave News "Add this RSS feed" functionality to respect the HTTPS upgrade setting. (#38282) + - Fixed artifacts being displayed after merging tabs into a browser window. (#41272) + - Fixed shields panel being able to be opened on chrome-extension:// pages. (#43135) + - Fixed shield icon alignment in the URL bar. (#39976) + - Upgraded Chromium to 133.0.6943.54. (#43720) (Changelog for 133.0.6943.54) +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..69b0ec7c54c3d --- /dev/null +++ b/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 133.1.75.175 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.yaml b/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.yaml new file mode 100644 index 0000000000000..989bc6ae23dd7 --- /dev/null +++ b/manifests/b/Brave/Brave/133.1.75.175/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 133.1.75.175 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..5efe916913992 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 133.1.76.50 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Beta +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/133.1.76.50/brave_installer-ia32.exe + InstallerSha256: AD26F5E057EC4CEC6915DF82AA28B90D760E234C79F4F282B8CE2654684EFDA2 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/133.1.76.50/brave_installer-ia32.exe + InstallerSha256: AD26F5E057EC4CEC6915DF82AA28B90D760E234C79F4F282B8CE2654684EFDA2 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/133.1.76.50/brave_installer-x64.exe + InstallerSha256: 5B2AB10F1CB94CD1DC2975E29B5A5B47321CEB93836FA5A2FD8D2342D86772AA + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/133.1.76.50/brave_installer-x64.exe + InstallerSha256: 5B2AB10F1CB94CD1DC2975E29B5A5B47321CEB93836FA5A2FD8D2342D86772AA + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/133.1.76.50/brave_installer-arm64.exe + InstallerSha256: 6B56A7D46D4797809DD92A1291406C3A282B11709852167148222C566F4F256F + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/133.1.76.50/brave_installer-arm64.exe + InstallerSha256: 6B56A7D46D4797809DD92A1291406C3A282B11709852167148222C566F4F256F + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..63543cbd53fa5 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 133.1.76.50 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af7eaa7fe864c --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 133.1.76.50 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..460db44204e81 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.50/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 133.1.76.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..2672d0eff960b --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 133.1.76.52 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Beta +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/133.1.76.52/brave_installer-ia32.exe + InstallerSha256: 0CF8515F56CE1985CB6B6E34ADBED9FEF963755C58DA877A9C5AA8E5259B1B4A + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x86-be/win/133.1.76.52/brave_installer-ia32.exe + InstallerSha256: 0CF8515F56CE1985CB6B6E34ADBED9FEF963755C58DA877A9C5AA8E5259B1B4A + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/133.1.76.52/brave_installer-x64.exe + InstallerSha256: 668CED63CE4989823B1E7A550E733F5A0B1EE3EDEADD20710C3AC8025BB23956 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/x64-be/win/133.1.76.52/brave_installer-x64.exe + InstallerSha256: 668CED63CE4989823B1E7A550E733F5A0B1EE3EDEADD20710C3AC8025BB23956 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/133.1.76.52/brave_installer-arm64.exe + InstallerSha256: 4A604B662694C096DD67512DA43A9FD070C12EEDC4BA332F122D31512B44DFA2 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Beta/arm64-be/win/133.1.76.52/brave_installer-arm64.exe + InstallerSha256: 4A604B662694C096DD67512DA43A9FD070C12EEDC4BA332F122D31512B44DFA2 + InstallerSwitches: + Custom: --chrome-beta --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..9d4f870b4a5ef --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 133.1.76.52 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..58633fcc32419 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 133.1.76.52 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..286ae818eff52 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.52/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 133.1.76.52 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..b64eb91a7c450 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 133.1.77.21 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/133.1.77.21/brave_installer-ia32.exe + InstallerSha256: 233408F4AC61CBC1D1658C747EECD10CA9A98C7B8059BBEC57015DA8DA815AFF + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/133.1.77.21/brave_installer-ia32.exe + InstallerSha256: 233408F4AC61CBC1D1658C747EECD10CA9A98C7B8059BBEC57015DA8DA815AFF + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/133.1.77.21/brave_installer-x64.exe + InstallerSha256: C2621BE91980563D2FCA54672321787F8892526107802DC9992FF7BDDB3B384E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/133.1.77.21/brave_installer-x64.exe + InstallerSha256: C2621BE91980563D2FCA54672321787F8892526107802DC9992FF7BDDB3B384E + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/133.1.77.21/brave_installer-arm64.exe + InstallerSha256: D62F48EA7606393764ADA0A33371B5B7AD19B240DD9A19B78798A9978A9AC762 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/133.1.77.21/brave_installer-arm64.exe + InstallerSha256: D62F48EA7606393764ADA0A33371B5B7AD19B240DD9A19B78798A9978A9AC762 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..b1edbabed5b20 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 133.1.77.21 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6455a7d1d102b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 133.1.77.21 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..a170456bf0273 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.21/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 133.1.77.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..0dceb267b7947 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 133.1.77.24 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/133.1.77.24/brave_installer-ia32.exe + InstallerSha256: D65FCC0CBC1F4D6A63D0277F2DB407E454B9E44465CBC9193FBD595419D55BC9 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x86-ni/win/133.1.77.24/brave_installer-ia32.exe + InstallerSha256: D65FCC0CBC1F4D6A63D0277F2DB407E454B9E44465CBC9193FBD595419D55BC9 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/133.1.77.24/brave_installer-x64.exe + InstallerSha256: 6481C3891FC972EBE5E1DE1FE6AB56FEBD0A86254E34648ABCFBECA8BCF21665 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/x64-ni/win/133.1.77.24/brave_installer-x64.exe + InstallerSha256: 6481C3891FC972EBE5E1DE1FE6AB56FEBD0A86254E34648ABCFBECA8BCF21665 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/133.1.77.24/brave_installer-arm64.exe + InstallerSha256: A37DCABAED886D39BEC65A0C8CEBB53701512A2303E2B88B96A27B57D1EAB796 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://updates-cdn.bravesoftware.com/build/Brave-Browser-Nightly/arm64-ni/win/133.1.77.24/brave_installer-arm64.exe + InstallerSha256: A37DCABAED886D39BEC65A0C8CEBB53701512A2303E2B88B96A27B57D1EAB796 + InstallerSwitches: + Custom: --chrome-sxs --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..adf5172648189 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 133.1.77.24 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2024 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d6183374b2d66 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 133.1.77.24 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2024 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..554724e44fdd2 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.24/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 133.1.77.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.installer.yaml b/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.installer.yaml deleted file mode 100644 index 6de9a3e829564..0000000000000 --- a/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: BrotherIndustriesLtd.BrotheriPrint&Scan -PackageVersion: 12.0.2.3 -InstallerType: burn -Installers: -- Architecture: neutral - InstallerUrl: https://download.brother.com/welcome/dlf106359/iPrintScan-Setup-12_0_2_3.exe - InstallerSha256: 83FA55BD78ED8042EB1307DCD1D9638899FDF059F111764DC90CBFEEF2503D45 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.locale.en-US.yaml b/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.locale.en-US.yaml deleted file mode 100644 index 0946a624deb17..0000000000000 --- a/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: BrotherIndustriesLtd.BrotheriPrint&Scan -PackageVersion: 12.0.2.3 -PackageLocale: en-US -Publisher: Brother Industries, Ltd. -PublisherUrl: https://support.brother.com/ -PublisherSupportUrl: https://support.brother.com/ -PrivacyUrl: https://support.brother.com/g/s/common/us/us/en/privacy.html -PackageName: Brother iPrint&Scan -PackageUrl: https://www.brother.com/apps/iphone/index_pc.htm -License: Proprietary -LicenseUrl: https://global.brother/en/copyright -Copyright: (C) 2017 Brother Industries, Ltd. All Rights Reserved. -CopyrightUrl: https://global.brother/en/copyright -ShortDescription: Brother iPrint&Scan -Description: Brother iPrint&Scan for PC/Mac provides access to printing, scanning, and workflow functionality. The supported function will vary based on your model's specifications and capabilities. -ReleaseNotes: https://www.brother-usa.com/home/mobile-print -ReleaseNotesUrl: https://www.brother-usa.com/home/mobile-print -PurchaseUrl: https://www.brother-usa.com/home/mobile-print -InstallationNotes: https://www.brother-usa.com/home/mobile-print -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.yaml b/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.yaml deleted file mode 100644 index a74c31867a1f0..0000000000000 --- a/manifests/b/BrotherIndustriesLtd/BrotheriPrint&Scan/12.0.2.3/BrotherIndustriesLtd.BrotheriPrint&Scan.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: BrotherIndustriesLtd.BrotheriPrint&Scan -PackageVersion: 12.0.2.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/b/Brows/App/0.46.0.45/Brows.App.installer.yaml b/manifests/b/Brows/App/0.46.0.45/Brows.App.installer.yaml deleted file mode 100644 index 07441c3aa671d..0000000000000 --- a/manifests/b/Brows/App/0.46.0.45/Brows.App.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Brows.App -PackageVersion: 0.46.0.45 -InstallerLocale: en-US -InstallerType: wix -ProductCode: '{37CF9FED-7123-45B0-86B3-00C900DAD078}' -Installers: -- InstallerUrl: https://github.com/brows-app/brows/releases/download/v0.46.0.45/brows-x64-0.46.0.45.msi - Architecture: x64 - InstallerSha256: 37395329d2f4944743d205b43d79dfebd67ef6a5656c09fc55d4e0e07793e380 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.56.0.55/Brows.App.installer.yaml b/manifests/b/Brows/App/0.56.0.55/Brows.App.installer.yaml new file mode 100644 index 0000000000000..e71e78043e86f --- /dev/null +++ b/manifests/b/Brows/App/0.56.0.55/Brows.App.installer.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Brows.App +PackageVersion: 0.56.0.55 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{37CF9FED-7123-45B0-86B3-00C900DAD078}' +Installers: +- InstallerUrl: https://github.com/brows-app/brows/releases/download/v0.56.0.55/brows-x64-0.56.0.55.msi + Architecture: x64 + InstallerSha256: d7b7033a065c4e73105c649f7377c9f4538f2e2c1cb21c8cfbf2eb6b05eb5e98 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.46.0.45/Brows.App.locale.en-US.yaml b/manifests/b/Brows/App/0.56.0.55/Brows.App.locale.en-US.yaml similarity index 96% rename from manifests/b/Brows/App/0.46.0.45/Brows.App.locale.en-US.yaml rename to manifests/b/Brows/App/0.56.0.55/Brows.App.locale.en-US.yaml index 62362e69e3bb3..3a0f843237698 100644 --- a/manifests/b/Brows/App/0.46.0.45/Brows.App.locale.en-US.yaml +++ b/manifests/b/Brows/App/0.56.0.55/Brows.App.locale.en-US.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Brows.App -PackageVersion: 0.46.0.45 +PackageVersion: 0.56.0.55 PackageLocale: en-US Publisher: Brows App PublisherUrl: https://brows.app diff --git a/manifests/b/Brows/App/0.46.0.45/Brows.App.yaml b/manifests/b/Brows/App/0.56.0.55/Brows.App.yaml similarity index 87% rename from manifests/b/Brows/App/0.46.0.45/Brows.App.yaml rename to manifests/b/Brows/App/0.56.0.55/Brows.App.yaml index 4f8252b85281e..af9bfbcd3be8d 100644 --- a/manifests/b/Brows/App/0.46.0.45/Brows.App.yaml +++ b/manifests/b/Brows/App/0.56.0.55/Brows.App.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: Brows.App -PackageVersion: 0.46.0.45 +PackageVersion: 0.56.0.55 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.5.0 diff --git a/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.installer.yaml b/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.installer.yaml new file mode 100644 index 0000000000000..d80df41821074 --- /dev/null +++ b/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BryanCandi.BandwidthCalculator +PackageVersion: 1.0.5 +InstallerLocale: en-US +InstallerType: msi +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.9 + MinimumVersion: 9.0.1 +ProductCode: '{05AE9D60-E38A-4103-9D0D-76A640139825}' +AppsAndFeaturesEntries: +- DisplayName: Bandwidth Calculator + Publisher: BryanCandi + ProductCode: '{05AE9D60-E38A-4103-9D0D-76A640139825}' + UpgradeCode: '{1ABD1CC7-8220-4209-A4D4-52DBF89E91CF}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/bryancandi/WinGet-Releases/releases/download/BandwidthCalculator-1.0.5/BandwidthCalculatorInstaller.msi + InstallerSha256: 990A0617F126EAFE46974A1A2906D0A92951C1ED9701E46016228C5473392000 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-04 diff --git a/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.locale.en-US.yaml b/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..c6eb849c3be2b --- /dev/null +++ b/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BryanCandi.BandwidthCalculator +PackageVersion: 1.0.5 +PackageLocale: en-US +Publisher: BryanCandi +PublisherUrl: https://github.com/bryancandi +PublisherSupportUrl: https://github.com/bryancandi/WinGet-Releases/issues +PackageName: Bandwidth Calculator +PackageUrl: https://github.com/bryancandi/WinGet-Releases +License: MIT +LicenseUrl: https://github.com/bryancandi/WinGet-Releases/blob/main/LICENSE +ShortDescription: Calculate download/upload time or speed. +Tags: +- bandwidth +- calculator +- utility +ReleaseNotesUrl: https://github.com/bryancandi/WinGet-Releases/releases/tag/BandwidthCalculator-1.0.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/bryancandi/WinGet-Releases/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.yaml b/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.yaml new file mode 100644 index 0000000000000..db828cefa1151 --- /dev/null +++ b/manifests/b/BryanCandi/BandwidthCalculator/1.0.5/BryanCandi.BandwidthCalculator.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BryanCandi.BandwidthCalculator +PackageVersion: 1.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.installer.yaml new file mode 100644 index 0000000000000..617e55fc21036 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.5.1 +PackageVersion: 5.1.6-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-gpl-5.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-gpl-5.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-gpl-5.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n5.1.6-16-g6e63e49496-win64-gpl-5.1.zip + InstallerSha256: CD1C64E187F60D6E09F16C10032FCD4FFABF53B90C9BAC3492D7C6375424603F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.locale.en-US.yaml new file mode 100644 index 0000000000000..1e4476d96f21e --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.5.1 +PackageVersion: 5.1.6-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL static variant, 5.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the 5.1 release branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b9190536dcf28 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.5.1 +PackageVersion: 5.1.6-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL 静态编译版, 5.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 5.1 发布分支的静态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.yaml b/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.yaml new file mode 100644 index 0000000000000..d595089fa7ac6 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.5.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.5.1 +PackageVersion: 5.1.6-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.installer.yaml new file mode 100644 index 0000000000000..6dc8b4f151ae7 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.6.1 +PackageVersion: 6.1.2-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-gpl-6.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-gpl-6.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-gpl-6.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n6.1.2-21-gac60bc2bb0-win64-gpl-6.1.zip + InstallerSha256: 39966B0B0B5A90343C475AC0BD9873D51806D13C4F7860F44830437FC8A03764 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.locale.en-US.yaml new file mode 100644 index 0000000000000..00324c699b068 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.6.1 +PackageVersion: 6.1.2-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL static variant, 6.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the 6.1 release branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ce5c8b1f26273 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.6.1 +PackageVersion: 6.1.2-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL 静态编译版, 6.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 6.1 发布分支的静态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.yaml b/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.yaml new file mode 100644 index 0000000000000..1c4d6b92d4752 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.6.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.6.1 +PackageVersion: 6.1.2-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.installer.yaml new file mode 100644 index 0000000000000..85324acb07dff --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.7.1 +PackageVersion: 7.1-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-gpl-7.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-gpl-7.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-gpl-7.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n7.1-184-gdc07f98934-win64-gpl-7.1.zip + InstallerSha256: 701292D0914C95F2EDBF20DA28FE922B60D15ACE690DE96BD518DC68612E9F6E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.locale.en-US.yaml new file mode 100644 index 0000000000000..720e43671e41e --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.7.1 +PackageVersion: 7.1-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL static variant, 7.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the 7.1 release branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..567ee5c366ae2 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.7.1 +PackageVersion: 7.1-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL 静态编译版, 7.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 7.1 发布分支的静态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.yaml b/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.yaml new file mode 100644 index 0000000000000..4820b8d45833a --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/7/1/7.1-20250131/BtbN.FFmpeg.GPL.7.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.7.1 +PackageVersion: 7.1-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.installer.yaml new file mode 100644 index 0000000000000..2d7d58b46a949 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL +PackageVersion: N-118385-g0225fe857d-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-gpl\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-gpl\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-gpl\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-N-118385-g0225fe857d-win64-gpl.zip + InstallerSha256: D26E1DFDF707954BFEFFC4D9C3219EB1712D7C1EF958788CE50245397C8496C7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.locale.en-US.yaml new file mode 100644 index 0000000000000..5b27a79268bb7 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL +PackageVersion: N-118385-g0225fe857d-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL static variant, master branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the master branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eb5e2092f3d28 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL +PackageVersion: N-118385-g0225fe857d-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL 静态编译版, master 分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 master 分支的静态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.yaml b/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.yaml new file mode 100644 index 0000000000000..04aa02d03686b --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL +PackageVersion: N-118385-g0225fe857d-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.installer.yaml new file mode 100644 index 0000000000000..354b255a9fa0e --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.5.1 +PackageVersion: 5.1.6-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-gpl-shared-5.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-gpl-shared-5.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-gpl-shared-5.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n5.1.6-16-g6e63e49496-win64-gpl-shared-5.1.zip + InstallerSha256: B260C42BDA5A41CF7F96F63BB0FB4DFBAB9289A03B7244BA54FC489DAB9548F9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.locale.en-US.yaml new file mode 100644 index 0000000000000..d65c77ecac25a --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.5.1 +PackageVersion: 5.1.6-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL shared variant, 5.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A shared FFmpeg build from BtbN based on the 5.1 release branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..249c706df2b0e --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.5.1 +PackageVersion: 5.1.6-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL 动态编译版, 5.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 5.1 发布分支的动态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.yaml new file mode 100644 index 0000000000000..c704920ab9d0b --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/5/1/5.1.6-20250131/BtbN.FFmpeg.GPL.Shared.5.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.5.1 +PackageVersion: 5.1.6-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.installer.yaml new file mode 100644 index 0000000000000..5e9b1f98074b2 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.6.1 +PackageVersion: 6.1.2-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-gpl-shared-6.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-gpl-shared-6.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-gpl-shared-6.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n6.1.2-21-gac60bc2bb0-win64-gpl-shared-6.1.zip + InstallerSha256: 5D3974B72C7E0A1CE9D03DA27DA60195A7C9D51C74C2C1BF8103B143A2DA3920 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.locale.en-US.yaml new file mode 100644 index 0000000000000..4755a90ddf7b2 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.6.1 +PackageVersion: 6.1.2-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL shared variant, 6.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A shared FFmpeg build from BtbN based on the 6.1 release branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c796ee577ff75 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.6.1 +PackageVersion: 6.1.2-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL 动态编译版, 6.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 6.1 发布分支的动态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.yaml new file mode 100644 index 0000000000000..e4ac7315684a9 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/6/1/6.1.2-20250131/BtbN.FFmpeg.GPL.Shared.6.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.6.1 +PackageVersion: 6.1.2-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.installer.yaml new file mode 100644 index 0000000000000..0f49bcd439f34 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.7.1 +PackageVersion: 7.1-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-gpl-shared-7.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-gpl-shared-7.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-gpl-shared-7.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n7.1-184-gdc07f98934-win64-gpl-shared-7.1.zip + InstallerSha256: 7A7F9898ABE04AAFF9195B6A0B07447C1F439FA8D743ED45366E434A4279081D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.locale.en-US.yaml new file mode 100644 index 0000000000000..a4004f6b3956e --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.7.1 +PackageVersion: 7.1-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL shared variant, 7.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A shared FFmpeg build from BtbN based on the 7.1 release branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..017ec352c8f4b --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.7.1 +PackageVersion: 7.1-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL 动态编译版, 7.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 7.1 发布分支的动态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.yaml new file mode 100644 index 0000000000000..78f00ec7b4d85 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.GPL.Shared.7.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.7.1 +PackageVersion: 7.1-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.installer.yaml new file mode 100644 index 0000000000000..3cc452dc088b8 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared +PackageVersion: N-118385-g0225fe857d-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-gpl-shared\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-gpl-shared\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-gpl-shared\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-N-118385-g0225fe857d-win64-gpl-shared.zip + InstallerSha256: A83FB3BE8EC1BFF270FD33896606CB6008F9B9A49681780565A4E4818E7C791E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.locale.en-US.yaml new file mode 100644 index 0000000000000..b496c82ed67d3 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared +PackageVersion: N-118385-g0225fe857d-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL shared variant, master branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A shared FFmpeg build from BtbN based on the master branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2b879fb1c1ae4 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared +PackageVersion: N-118385-g0225fe857d-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL 动态编译版, master 分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 master 分支的动态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.yaml new file mode 100644 index 0000000000000..5b3441a6bce72 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.GPL.Shared.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared +PackageVersion: N-118385-g0225fe857d-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.installer.yaml b/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.installer.yaml new file mode 100644 index 0000000000000..058c904c6a2be --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.5.1 +PackageVersion: 5.1.6-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-lgpl-5.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-lgpl-5.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n5.1.6-16-g6e63e49496-win64-lgpl-5.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n5.1.6-16-g6e63e49496-win64-lgpl-5.1.zip + InstallerSha256: 71DDC5C7DEB39CB6CD0B60D7F1747E8A7952C6007DBD21F1F2AE2AAB663E0F44 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.locale.en-US.yaml new file mode 100644 index 0000000000000..d36a416358a71 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.5.1 +PackageVersion: 5.1.6-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL static variant, 5.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the 5.1 release branch with all dependencies except libraries that are GPL-only +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..85897c19df684 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.5.1 +PackageVersion: 5.1.6-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL 静态编译版, 5.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 5.1 发布分支的静态编译的 FFmpeg,拥有除仅 GPL 协议的库以外的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.yaml b/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.yaml new file mode 100644 index 0000000000000..3c8730ea230a4 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/5/1/5.1.6-20250131/BtbN.FFmpeg.LGPL.5.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.5.1 +PackageVersion: 5.1.6-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.installer.yaml b/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.installer.yaml new file mode 100644 index 0000000000000..9e5599f1eec79 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.6.1 +PackageVersion: 6.1.2-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-lgpl-6.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-lgpl-6.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n6.1.2-21-gac60bc2bb0-win64-lgpl-6.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n6.1.2-21-gac60bc2bb0-win64-lgpl-6.1.zip + InstallerSha256: 4174FDF2C47AABB20E3472102F371F8B05A7584B54A36A197AE5DDBF5CFC010A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.locale.en-US.yaml new file mode 100644 index 0000000000000..64380985c370c --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.6.1 +PackageVersion: 6.1.2-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL static variant, 6.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the 6.1 release branch with all dependencies except libraries that are GPL-only +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf728516e7aa1 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.6.1 +PackageVersion: 6.1.2-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL 静态编译版, 6.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 6.1 发布分支的静态编译的 FFmpeg,拥有除仅 GPL 协议的库以外的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.yaml b/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.yaml new file mode 100644 index 0000000000000..0b012f2b43158 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/6/1/6.1.2-20250131/BtbN.FFmpeg.LGPL.6.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.6.1 +PackageVersion: 6.1.2-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.installer.yaml b/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.installer.yaml new file mode 100644 index 0000000000000..c5ca5894eb11e --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.7.1 +PackageVersion: 7.1-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-lgpl-7.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-lgpl-7.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-lgpl-7.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n7.1-184-gdc07f98934-win64-lgpl-7.1.zip + InstallerSha256: 1475187DDAF367C6702856FE37BB00E8B3CE69963E9B453A9DE78396846FF38C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.locale.en-US.yaml new file mode 100644 index 0000000000000..48d84cef4f950 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.7.1 +PackageVersion: 7.1-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL static variant, 7.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the 7.1 release branch with all dependencies except libraries that are GPL-only +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74f36d778aeec --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.7.1 +PackageVersion: 7.1-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL 静态编译版, 7.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 7.1 发布分支的静态编译的 FFmpeg,拥有除仅 GPL 协议的库以外的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.yaml b/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.yaml new file mode 100644 index 0000000000000..c34cd1bee5238 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.7.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.7.1 +PackageVersion: 7.1-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.installer.yaml b/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.installer.yaml new file mode 100644 index 0000000000000..eaee26164e38d --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL +PackageVersion: N-118385-g0225fe857d-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-lgpl\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-lgpl\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-lgpl\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-N-118385-g0225fe857d-win64-lgpl.zip + InstallerSha256: A31FE8C5500112A4AE166ABB045ECAD7CADC97CC3B9F0DB832DC93ECDEB6ECB0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.locale.en-US.yaml new file mode 100644 index 0000000000000..3703fe04a42ed --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL +PackageVersion: N-118385-g0225fe857d-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL static variant, master branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the master branch with all dependencies except libraries that are GPL-only +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b929282ef7f2a --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL +PackageVersion: N-118385-g0225fe857d-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL 静态编译版, master 分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 master 分支的静态编译的 FFmpeg,拥有除仅 GPL 协议的库以外的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.yaml b/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.yaml new file mode 100644 index 0000000000000..50102d53dee29 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL +PackageVersion: N-118385-g0225fe857d-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.installer.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.installer.yaml new file mode 100644 index 0000000000000..77ab055619f14 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.Shared.7.1 +PackageVersion: 7.1-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-lgpl-shared-7.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-lgpl-shared-7.1\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-n7.1-184-gdc07f98934-win64-lgpl-shared-7.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-01-31 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-01-31-12-58/ffmpeg-n7.1-184-gdc07f98934-win64-lgpl-shared-7.1.zip + InstallerSha256: 71AED024650A1445081AA9A7D621BC9CAB048AAA3CE3456B84EF70D27812B682 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.locale.en-US.yaml new file mode 100644 index 0000000000000..ad49f052855f7 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.Shared.7.1 +PackageVersion: 7.1-20250131 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL shared variant, 7.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A shared FFmpeg build from BtbN based on the 7.1 release branch with all dependencies except libraries that are GPL-only +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..df77055fc1405 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.Shared.7.1 +PackageVersion: 7.1-20250131 +PackageLocale: zh-CN +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL 动态编译版, 7.1 发布分支) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2024 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 7.1 发布分支的动态编译的 FFmpeg,拥有除仅 GPL 协议的库以外的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-01-31-12-58 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.yaml new file mode 100644 index 0000000000000..6d3666c2b4c14 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1-20250131/BtbN.FFmpeg.LGPL.Shared.7.1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.Shared.7.1 +PackageVersion: 7.1-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..771ad0a48e447 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.42.3 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +ProductCode: Doubao +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.42.3/Doubao_installer_1.42.3.exe + InstallerSha256: 9DD76408B743E60AF996F761E078570B8830762A89BDD6C26CB904454837FBB7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..c60f8d96e3604 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.42.3 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +Tags: +- ai +- ai-chat +- chat-ai +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bfd6e4f74ba40 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.42.3 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 新标签页支持自定义布局,展示你常用的功能模块 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..8dd55fc88bc55 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.3/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.42.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..bd2d3b1086838 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.42.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +ProductCode: Doubao +Installers: +- Architecture: x64 + InstallerUrl: https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao_pc/1.42.4/Doubao_installer_1.42.4.exe + InstallerSha256: FDFABB2212C8D1B553976D73CCD4D5CC16B8A7D391FC5FDF8128CC1A82EDFC45 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..3dceecec889ba --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.42.4 +PackageLocale: en-US +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: Freeware +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: Copyright 2024 The Doubao Authors. All rights reserved. +ShortDescription: Doubao is your intelligent AI chatting assistant and versatile tool, assisting in writing, translating, companion and programming. Doubao can answer questions, provide inspiration, assist in creation, and chat about any topic you are interested in. +Tags: +- ai +- ai-chat +- chat-ai +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9dae70a6120c3 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.42.4 +PackageLocale: zh-CN +Publisher: Beijing Chuntian Zhiyun Technology Co., Ltd. +PublisherUrl: https://www.doubao.com/ +PrivacyUrl: https://www.doubao.com/legal/privacy +Author: 北京春田知韵科技有限公司 +PackageName: 豆包 +PackageUrl: https://www.doubao.com/ +License: 免费软件 +LicenseUrl: https://www.doubao.com/legal/terms +Copyright: 版权所有 2024 The 豆包 Authors。保留所有权利。 +ShortDescription: 豆包是你的 AI 聊天智能对话问答助手,写作文案翻译情感陪伴编程全能工具。豆包为你答疑解惑,提供灵感,辅助创作,也可以和你畅聊任何你感兴趣的话题。 +Tags: +- ai +- ai对话 +- ai聊天 +ReleaseNotes: 新标签页支持自定义布局,展示你常用的功能模块 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..65d60ad14bc32 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.4/ByteDance.Doubao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ByteDance.Doubao +PackageVersion: 1.42.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.installer.yaml b/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.installer.yaml new file mode 100644 index 0000000000000..d3d31e43c99b2 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 5.4.1 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: douyin +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-douyin-pc-web.douyinstatic.com/obj/douyin-pc-web/douyin-pc-client/7044145585217083655/releases/12286003/5.4.1/win32-ia32/douyin-v5.4.1-win32-ia32-default.exe + InstallerSha256: 7D9A35FCF230A20C0218E1A88D690B45CBBE87165F1ECA46F57A8CE425FBEF00 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.locale.en-US.yaml b/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.locale.en-US.yaml new file mode 100644 index 0000000000000..5e2dcf3c9e188 --- /dev/null +++ b/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 5.4.1 +PackageLocale: en-US +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: Freeware +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© Douyin +ShortDescription: Discover good content and watch freely +Tags: +- douyin +- short-video +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.locale.zh-CN.yaml b/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fcbc1edfbdf8a --- /dev/null +++ b/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 5.4.1 +PackageLocale: zh-CN +Publisher: Beijing Microlive Vision Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_privacy.html +Author: 北京微播视界科技有限公司 +PackageName: 抖音 +PackageUrl: https://www.douyin.com/downloadpage/pc +License: 免费软件 +LicenseUrl: https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html +Copyright: 2024© 抖音 +ShortDescription: 发现好内容畅快看 +Tags: +- 抖音 +- 短视频 +ReleaseNotes: 新版本修复了一些已知问题,并针对性能进行优化 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.yaml b/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.yaml new file mode 100644 index 0000000000000..70445bec8f49e --- /dev/null +++ b/manifests/b/ByteDance/Douyin/5.4.1/ByteDance.Douyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ByteDance.Douyin +PackageVersion: 5.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.installer.yaml b/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.installer.yaml new file mode 100644 index 0000000000000..dbd0332612d13 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.3.5 +InstallerType: nullsoft +InstallerSwitches: + Custom: /currentuser +UpgradeBehavior: install +Protocols: +- bytedanceide +FileExtensions: +- js +- json +- ts +- ttml +- ttss +ProductCode: 0d6cc698-a1aa-5593-a60b-0310adcebfe2 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/12283236/win32/抖音开发者工具-4.3.5.exe + InstallerSha256: BCB2F0805443D5FAC01C45F7DB357E014BEBADFC158657B618672CC4FF91E34C +- Architecture: x64 + Scope: machine + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/12283236/win32/抖音开发者工具-4.3.5.exe + InstallerSha256: BCB2F0805443D5FAC01C45F7DB357E014BEBADFC158657B618672CC4FF91E34C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.locale.en-US.yaml b/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.locale.en-US.yaml new file mode 100644 index 0000000000000..5dad536bc748e --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.3.5 +PackageLocale: en-US +Publisher: Beijing Douyin Information Service Co., Ltd. +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +Author: Beijing Douyin Information Service Co., Ltd. +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: Freeware +Copyright: Copyright © ByteDance 2024 +ShortDescription: A desktop IDE for ByteDance Mini-APP developers +Description: Douyin IDE is a desktop IDE (Integrated Development Environment) for ByteDance Mini-APP developers, providing Mini-APP development, debugging, previewing and uploading, as well as developer services such as intelligent customer service. It supports Windows and macOS, and is designed to help developers develop Mini-APP more efficiently. +Tags: +- bytedance +- develop +- development +- devtools +- douyin +- ide +- mini-app +- mini-program +- toutiao +- web +- xigua +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.locale.zh-CN.yaml b/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd78edf73157e --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.3.5 +PackageLocale: zh-CN +Publisher: 北京抖音信息服务有限公司 +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +Author: 北京抖音信息服务有限公司 +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: 免费软件 +Copyright: Copyright © ByteDance 2024 +ShortDescription: 面向字节系小程序开发者推出的桌面端集成开发环境 +Description: 开发者工具是面向字节系小程序开发者推出的桌面端集成开发环境(Integrated Development Environment,IDE)。IDE 支持小程序开发、调试、预览、上传等基本功能,并且集成开发者服务(包含智能客服等),支持在 Windows、Mac 平台上运行,旨在帮助开发者更高效地开发小程序。 +Tags: +- ide +- 今日头条 +- 字节跳动 +- 小程序 +- 开发 +- 开发者工具 +- 抖音 +- 网页 +- 西瓜视频 +ReleaseNotes: |- + 新增:小游戏支持预览、发布上传开启“高性能+模式” + 新增:小游戏支持代码深度防护 + 修复:修复小游戏代码片段无法正常使用开放数据域的问题 + 修复:修复部分 Windows 设备打开工程出现卡顿的问题 + 修复:修复 Scroll-View 内部元素移除时,调试器 Elements 元素残留问题 +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.yaml b/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.yaml new file mode 100644 index 0000000000000..9aa428ec798ed --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.3.5/ByteDance.DouyinIDE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/tosutil/4.0.0/ByteDance.tosutil.installer.yaml b/manifests/b/ByteDance/tosutil/4.0.0/ByteDance.tosutil.installer.yaml index 79322baee4a9a..66cb4a9d4c8fd 100644 --- a/manifests/b/ByteDance/tosutil/4.0.0/ByteDance.tosutil.installer.yaml +++ b/manifests/b/ByteDance/tosutil/4.0.0/ByteDance.tosutil.installer.yaml @@ -9,6 +9,6 @@ Commands: Installers: - Architecture: x64 InstallerUrl: https://tos-tools.tos-cn-beijing.volces.com/windows/tosutil - InstallerSha256: 94012ED24D083F9F38F050DA98BB14DA58B215EC1AD377AB5CE026E69AB14D96 + InstallerSha256: 5C4498640E8DA2AB573B33306F07E07A007E41E76FCE42C46B47B388141DF2DB ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.installer.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.installer.yaml new file mode 100644 index 0000000000000..221c464a96ce8 --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.3 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: DLSS Swapper +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/beeradmoore/dlss-swapper/releases/download/v1.1.3/DLSS.Swapper-1.1.3.0-installer.exe + InstallerSha256: F1E0AFF92BEE5B686559526CC898D7C3636A6A565F3F84B002B46B2C43A48924 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-30 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.locale.en-US.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.locale.en-US.yaml new file mode 100644 index 0000000000000..8243c167f5c10 --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.3 +PackageLocale: en-US +Publisher: beeradmoore +PublisherUrl: https://beeradmoore.com/ +PublisherSupportUrl: https://github.com/beeradmoore/dlss-swapper/issues +Author: Brad Moore +PackageName: DLSS Swapper +PackageUrl: https://github.com/beeradmoore/dlss-swapper +License: GPL-3.0 +LicenseUrl: https://github.com/beeradmoore/dlss-swapper/blob/main/LICENSE +ShortDescription: DLSS Swapper swap DLSS dlls in games. +Description: DLSS Swapper is a tool that allows you to conveniently download, manage, and swap DLSS dlls allowing you to upgrade or downgrade DLSS version in a game without the game needing an update. +Tags: +- dlss +ReleaseNotesUrl: https://github.com/beeradmoore/dlss-swapper/releases/tag/v1.1.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beeradmoore/dlss-swapper/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.yaml new file mode 100644 index 0000000000000..6da10ef06e3a3 --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.3/beeradmoore.dlss-swapper.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.installer.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.installer.yaml new file mode 100644 index 0000000000000..3fa9e2f78f23f --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: DLSS Swapper +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/beeradmoore/dlss-swapper/releases/download/v1.1.4/DLSS.Swapper-1.1.4.0-installer.exe + InstallerSha256: D20DB2B1890EB94D739DF39F43DB019FFCB4FF74BBD69BE092E9CFDAAFED2635 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-01 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.locale.en-US.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.locale.en-US.yaml new file mode 100644 index 0000000000000..f5e3a6fac4e4d --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.4 +PackageLocale: en-US +Publisher: beeradmoore +PublisherUrl: https://beeradmoore.com/ +PublisherSupportUrl: https://github.com/beeradmoore/dlss-swapper/issues +Author: Brad Moore +PackageName: DLSS Swapper +PackageUrl: https://github.com/beeradmoore/dlss-swapper +License: GPL-3.0 +LicenseUrl: https://github.com/beeradmoore/dlss-swapper/blob/main/LICENSE +ShortDescription: DLSS Swapper swap DLSS dlls in games. +Description: DLSS Swapper is a tool that allows you to conveniently download, manage, and swap DLSS dlls allowing you to upgrade or downgrade DLSS version in a game without the game needing an update. +Tags: +- dlss +ReleaseNotesUrl: https://github.com/beeradmoore/dlss-swapper/releases/tag/v1.1.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beeradmoore/dlss-swapper/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.yaml new file mode 100644 index 0000000000000..727ad40f3efb9 --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.4/beeradmoore.dlss-swapper.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.installer.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.installer.yaml new file mode 100644 index 0000000000000..4f974b48603ed --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.5 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: DLSS Swapper +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/beeradmoore/dlss-swapper/releases/download/v1.1.5/DLSS.Swapper-1.1.5.0-installer.exe + InstallerSha256: 72CD7E5E6EEF2275B555F6380F6765AA52BE89E96C0C198586DCC9853BCD6023 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-04 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.locale.en-US.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.locale.en-US.yaml new file mode 100644 index 0000000000000..58db2f0265ec7 --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.5 +PackageLocale: en-US +Publisher: beeradmoore +PublisherUrl: https://beeradmoore.com/ +PublisherSupportUrl: https://github.com/beeradmoore/dlss-swapper/issues +Author: Brad Moore +PackageName: DLSS Swapper +PackageUrl: https://github.com/beeradmoore/dlss-swapper +License: GPL-3.0 +LicenseUrl: https://github.com/beeradmoore/dlss-swapper/blob/main/LICENSE +ShortDescription: DLSS Swapper swap DLSS dlls in games. +Description: DLSS Swapper is a tool that allows you to conveniently download, manage, and swap DLSS dlls allowing you to upgrade or downgrade DLSS version in a game without the game needing an update. +Tags: +- dlss +ReleaseNotesUrl: https://github.com/beeradmoore/dlss-swapper/releases/tag/v1.1.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beeradmoore/dlss-swapper/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.yaml b/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.yaml new file mode 100644 index 0000000000000..3fb80b5df93cd --- /dev/null +++ b/manifests/b/beeradmoore/dlss-swapper/1.1.5/beeradmoore.dlss-swapper.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: beeradmoore.dlss-swapper +PackageVersion: 1.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.installer.yaml b/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.installer.yaml deleted file mode 100644 index d3cf9bf8368e9..0000000000000 --- a/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: binjr.core-x64 -PackageVersion: 3.21.0 -InstallerLocale: en-US -InstallerType: wix -InstallModes: -- silent -ProductCode: '{AFC317AB-4AC0-42CA-8350-1CA23A003A0F}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/binjr/binjr/releases/download/v3.21.0/binjr-3.21.0_windows-amd64.msi - InstallerSha256: FADF7C4AD5C5A04C73FAF1A39281A99886B491B73987C09BC8BE2E17632447CC -ManifestType: installer -ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-29 diff --git a/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.locale.en-US.yaml b/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.locale.en-US.yaml deleted file mode 100644 index e7c8de0b95730..0000000000000 --- a/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: binjr.core-x64 -PackageVersion: 3.21.0 -PackageLocale: en-US -Publisher: binjr -PublisherUrl: https://binjr.eu/ -PublisherSupportUrl: https://github.com/binjr/binjr/issues -Author: Frederic Thevenet -PackageName: binjr -PackageUrl: https://binjr.eu/download/latest_release/ -License: Apache-2.0 Licence -LicenseUrl: https://github.com/binjr/binjr/blob/master/LICENSE.md -Copyright: copyright 2016-2024 Frederic Thevenet -CopyrightUrl: https://binjr.eu/about/notice/ -ShortDescription: A time series browser -Description: binjr is a standalone time series browser. it renders time series data produced by other applications as dynamically editable views and provides advanced features to navigate the data smoothly and efficiently. -Moniker: binjr -Tags: -- analytics -- binjr -- chart -- java -- javafx -- javafx-desktop-apps -- jrds -- logviewer -- monitoring -- netdata -- rrd4j -- rrdtool -- time-series -- visualization -ReleaseNotesUrl: https://github.com/binjr/binjr/releases/tag/v3.21.0 -Documentations: -- DocumentLabel: Getting started - DocumentUrl: https://binjr.eu/documentation/getting-started/ -- DocumentLabel: User guide - DocumentUrl: https://binjr.eu/documentation/user_guide/main/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.yaml b/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.yaml deleted file mode 100644 index 73e624ca6d65b..0000000000000 --- a/manifests/b/binjr/core-x64/3.21.0/binjr.core-x64.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: binjr.core-x64 -PackageVersion: 3.21.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.installer.yaml b/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.installer.yaml new file mode 100644 index 0000000000000..c02890ea66e40 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.9.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.74.0 +Scope: machine +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/portfolio-performance/portfolio/releases/download/0.74.0/PortfolioPerformance-0.74.0-setup.exe + InstallerSha256: DAAB384317B5879AFA44F9EA97E428FF177CD42191C27F9D87AD7076A28C7C42 +ProductCode: Portfolio Performance +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-26 diff --git a/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.locale.de-DE.yaml b/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.locale.de-DE.yaml new file mode 100644 index 0000000000000..d1a86844a22a3 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.locale.de-DE.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.9.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.74.0 +PackageLocale: de-DE +Publisher: Andreas Buchen +PublisherUrl: http://abuchen.name +PublisherSupportUrl: https://github.com/buchen/portfolio/issues +PackageName: Portfolio Performance +PackageUrl: https://github.com/buchen/portfolio +License: EPL-1.0 +LicenseUrl: https://github.com/buchen/portfolio/blob/master/LICENSE +ShortDescription: Portfolio Performance berechnet die Gesamtperformance Ihres Anlageportfolios. +ReleaseNotes: |- + - Neu: Aktualisierung auf die neueste Version der PDFBox-Bibliothek. + - Neu: Widget zur Anzeige von Wertpapier-Ereignissen hinzugefügt. + - Verbesserung: Möglichkeit temporär alle Markierungen in den Kursdiagrammen auszuschalten. + - Verbesserung: US-Handelskalender enthält nun den Gedenktag für Jimmy Carter (9. Januar 2025). + - Verbesserung: Erweiterte Debug-Informationen bei fehlgeschlagenen Uploads zu DivvyDiary. + - Verbesserung: Anzeige der Anzahl von Positionen innerhalb einer Klassifizierung in der Vermögensaufstellung. + - Verbesserungen an den PDF-Importern für Solarisbank, Comdirect, BoursoBank, Easybank, Merkus Privat Bank, DKB, FlatEx, Directa SIM, DekaBank, Saxo, Ebase, Trade Republic, Scalable Capital. + - Fix: Problem bei der Bestimmung der Standardwährung für neue Dateien behoben, wenn in den Locale-Einstellungen kein Land ausgewählt ist. + +ReleaseNotesUrl: https://github.com/buchen/portfolio/releases/tag/0.74.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.locale.en-US.yaml b/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.locale.en-US.yaml new file mode 100644 index 0000000000000..db678bee4c223 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.9.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.74.0 +PackageLocale: en-US +Publisher: Andreas Buchen +PublisherUrl: http://abuchen.name +PublisherSupportUrl: https://github.com/buchen/portfolio/issues +PackageName: Portfolio Performance +PackageUrl: https://github.com/buchen/portfolio +License: EPL-1.0 +LicenseUrl: https://github.com/buchen/portfolio/blob/master/LICENSE +ShortDescription: Track and evaluate the performance of your investment portfolio across stocks, cryptocurrencies, and other assets. +ReleaseNotes: |- + - New: Added a widget for displaying security events. + - New: Updated to the latest version of the PDFBox library. + - Improved: Temporary option to disable all markers in price charts. + - Improved: U.S. trading calendar now includes Jimmy Carter Memorial Day (January 9, 2025). + - Improved: Enhanced debug information for failed uploads to DivvyDiary. + - Improved: Display of position counts within classifications in the portfolio overview. + - Improved: PDF importers updated for Solarisbank, Comdirect, BoursoBank, Easybank, Merkus Privat Bank, DKB, FlatEx, Directa SIM, DekaBank, Saxo, Ebase, Trade Republic, and Scalable Capital. + - Fixed: Resolved an issue with determining the default currency for new files when no country is selected in the locale. + +ReleaseNotesUrl: https://github.com/buchen/portfolio/releases/tag/0.74.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.yaml b/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.yaml new file mode 100644 index 0000000000000..961e21c5fa5b9 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.74.0/buchen.portfolio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.74.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.installer.yaml b/manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.installer.yaml deleted file mode 100644 index c11bb6cdb14ce..0000000000000 --- a/manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CABS.SalesPrix -PackageVersion: 6.19.3 -InstallerType: nullsoft -Installers: -- Architecture: x86 - InstallerUrl: https://www.scanprix.de/Setup/Setup_SalesPrix.exe - InstallerSha256: E9EC4DA79A7913B477CB58F8FC9327F77CF398558E480D61104B55E50F7AF088 - AppsAndFeaturesEntries: - - DisplayName: CABS-Deinstaller - ProductCode: ScanPrix-Programme -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.yaml b/manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.yaml deleted file mode 100644 index 03e6dfbdb3173..0000000000000 --- a/manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CABS.SalesPrix -PackageVersion: 6.19.3 -DefaultLocale: de-DE -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.installer.yaml b/manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.installer.yaml new file mode 100644 index 0000000000000..fb1e4470583c8 --- /dev/null +++ b/manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CABS.SalesPrix +PackageVersion: 6.19.4 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://www.scanprix.de/Setup/Setup_SalesPrix.exe + InstallerSha256: 1BBCB581562896B08299AFFD7ED6C104D1A6347CE5CB1D78325D897D27AC6210 + AppsAndFeaturesEntries: + - DisplayName: CABS-Deinstaller + ProductCode: ScanPrix-Programme +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.locale.de-DE.yaml b/manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.locale.de-DE.yaml similarity index 78% rename from manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.locale.de-DE.yaml rename to manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.locale.de-DE.yaml index 491b8d1b54dc0..625d76e72c1fc 100644 --- a/manifests/c/CABS/SalesPrix/6.19.3/CABS.SalesPrix.locale.de-DE.yaml +++ b/manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.locale.de-DE.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/20 +# Automatically updated by the winget bot at 2025/Feb/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CABS.SalesPrix -PackageVersion: 6.19.3 +PackageVersion: 6.19.4 PackageLocale: de-DE Publisher: CAB+S GmbH PackageName: SalesPrix diff --git a/manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.yaml b/manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.yaml new file mode 100644 index 0000000000000..f9d46bb7557c7 --- /dev/null +++ b/manifests/c/CABS/SalesPrix/6.19.4/CABS.SalesPrix.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CABS.SalesPrix +PackageVersion: 6.19.4 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.installer.yaml b/manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.installer.yaml deleted file mode 100644 index 221816649584b..0000000000000 --- a/manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CABS.ScanPrix -PackageVersion: 6.19.3 -InstallerType: nullsoft -Installers: -- Architecture: x86 - InstallerUrl: https://www.scanprix.de/Setup/Setup_ScanPrix.exe - InstallerSha256: D5CD26200FE728500D2072A70E19412386AE05178569B08DED86695FDDF4B059 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.yaml b/manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.yaml deleted file mode 100644 index b3c7c1e52c796..0000000000000 --- a/manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CABS.ScanPrix -PackageVersion: 6.19.3 -DefaultLocale: de-DE -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.installer.yaml b/manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.installer.yaml new file mode 100644 index 0000000000000..5ff550c29b6f9 --- /dev/null +++ b/manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CABS.ScanPrix +PackageVersion: 6.19.4 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://www.scanprix.de/Setup/Setup_ScanPrix.exe + InstallerSha256: 8CCE799D40CF79010A964DE4BC8689F9FCB3B84DC21351050AC26F808DB49897 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.locale.de-DE.yaml b/manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.locale.de-DE.yaml similarity index 84% rename from manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.locale.de-DE.yaml rename to manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.locale.de-DE.yaml index 6bfa69fae6e70..54f302bae5f16 100644 --- a/manifests/c/CABS/ScanPrix/6.19.3/CABS.ScanPrix.locale.de-DE.yaml +++ b/manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.locale.de-DE.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/20 +# Automatically updated by the winget bot at 2025/Feb/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CABS.ScanPrix -PackageVersion: 6.19.3 +PackageVersion: 6.19.4 PackageLocale: de-DE Publisher: CAB+S GmbH PublisherUrl: https://www.scanprix.de diff --git a/manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.yaml b/manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.yaml new file mode 100644 index 0000000000000..5ed47106c2cf9 --- /dev/null +++ b/manifests/c/CABS/ScanPrix/6.19.4/CABS.ScanPrix.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CABS.ScanPrix +PackageVersion: 6.19.4 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.installer.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.installer.yaml new file mode 100644 index 0000000000000..5c6f14b581772 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.11.1080 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14316.0 +InstallerType: msix +PackageFamilyName: xmcl_wbnnev551gwxy +Installers: +- Architecture: x64 + InstallerUrl: https://xmcl-release-ms.azureedge.net/releases/xmcl-0.48.11-win32-x64.appx + InstallerSha256: 9BF87CCCEE868E4C58115E647E08D83BAA523FC1271D1D2404BBD43BE8BA43FA + SignatureSha256: 25684238DFCF6FD9AB79836E478E962E2F20436AADA8302BD0EB1BA29AEEC2F9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.locale.zh-CN.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c6674da703e38 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.11.1080 +PackageLocale: zh-CN +Publisher: CI010 +Author: CI010 +PackageName: X Minecraft Launcher +License: MIT License +ShortDescription: An Open Source Minecraft Launcher with Modern UX. Provide a Disk Efficient way to manage all your Mods! +Tags: +- minecraft +- minecraft-launcher +- x-minecraft-launcher +- xmcl +- xmcl.app +- minecraft-curseforge +- minecraft-modrinth +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.yaml new file mode 100644 index 0000000000000..7e0cee926a37b --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.11.1080/CI010.XMinecraftLauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.11.1080 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.installer.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.installer.yaml new file mode 100644 index 0000000000000..425d5a77d49d0 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.6.1064 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14316.0 +InstallerType: msix +PackageFamilyName: xmcl_wbnnev551gwxy +Installers: +- Architecture: x64 + InstallerUrl: https://xmcl-release-ms.azureedge.net/releases/xmcl-0.48.6-win32-x64.appx + InstallerSha256: 68051C5724C6E4B725638C5FA1547655E4D68A987A328D9CBFA4B27A4B2B0736 + SignatureSha256: B44A1EAFF1A93BE4BEEF1F06589D940596916EA018C6EED5C3A14DDF626D8F7A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.locale.zh-CN.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d9aa9b912f8c3 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.6.1064 +PackageLocale: zh-CN +Publisher: CI010 +Author: CI010 +PackageName: X Minecraft Launcher +License: MIT License +ShortDescription: An Open Source Minecraft Launcher with Modern UX. Provide a Disk Efficient way to manage all your Mods! +Tags: +- minecraft +- minecraft-launcher +- x-minecraft-launcher +- xmcl +- xmcl.app +- minecraft-curseforge +- minecraft-modrinth +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.yaml new file mode 100644 index 0000000000000..5ed2b76e8e4b6 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.6.1064/CI010.XMinecraftLauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.6.1064 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.installer.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.installer.yaml new file mode 100644 index 0000000000000..53a75c7771873 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.7.1065 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14316.0 +InstallerType: msix +PackageFamilyName: xmcl_wbnnev551gwxy +Installers: +- Architecture: x64 + InstallerUrl: https://xmcl-release-ms.azureedge.net/releases/xmcl-0.48.7-win32-x64.appx + InstallerSha256: A5E2833602C489E4F18FC8C8A6772D51974385BE26D6293A2B14D26E939054D9 + SignatureSha256: 9EDE4AF5FF6E2AF37C7C9F707C766D6CEC1A2B8BB660CB243FD5000FBA756DAC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.locale.zh-CN.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.locale.zh-CN.yaml new file mode 100644 index 0000000000000..972a6e52a1e0c --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.7.1065 +PackageLocale: zh-CN +Publisher: CI010 +Author: CI010 +PackageName: X Minecraft Launcher +License: MIT License +ShortDescription: An Open Source Minecraft Launcher with Modern UX. Provide a Disk Efficient way to manage all your Mods! +Tags: +- minecraft +- minecraft-launcher +- x-minecraft-launcher +- xmcl +- xmcl.app +- minecraft-curseforge +- minecraft-modrinth +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.yaml new file mode 100644 index 0000000000000..ea5980fe6a15a --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.7.1065/CI010.XMinecraftLauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.7.1065 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.installer.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.installer.yaml new file mode 100644 index 0000000000000..3508b40431baa --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.8.1067 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14316.0 +InstallerType: msix +PackageFamilyName: xmcl_wbnnev551gwxy +Installers: +- Architecture: x64 + InstallerUrl: https://xmcl-release-ms.azureedge.net/releases/xmcl-0.48.8-win32-x64.appx + InstallerSha256: 264915F22E69FDE591CC1FC88B80F24978EEC01763E89EE7E870471A592D4A04 + SignatureSha256: AAA667CCA59E6FB68D91D5B0F9B8B13BC6DED16A9684CE2943E0A11893E0DA35 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.locale.zh-CN.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.locale.zh-CN.yaml new file mode 100644 index 0000000000000..49b3c7e839f9b --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.8.1067 +PackageLocale: zh-CN +Publisher: CI010 +Author: CI010 +PackageName: X Minecraft Launcher +License: MIT License +ShortDescription: An Open Source Minecraft Launcher with Modern UX. Provide a Disk Efficient way to manage all your Mods! +Tags: +- minecraft +- minecraft-launcher +- x-minecraft-launcher +- xmcl +- xmcl.app +- minecraft-curseforge +- minecraft-modrinth +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.yaml new file mode 100644 index 0000000000000..2288ebc097522 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.8.1067/CI010.XMinecraftLauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.8.1067 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.installer.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.installer.yaml new file mode 100644 index 0000000000000..a5bde1be6bcf4 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.9.1069 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14316.0 +InstallerType: msix +PackageFamilyName: xmcl_wbnnev551gwxy +Installers: +- Architecture: x64 + InstallerUrl: https://xmcl-release-ms.azureedge.net/releases/xmcl-0.48.9-win32-x64.appx + InstallerSha256: 40BFF75B97D2678014ED2DB7832625DEEAE16DAD008E65699ADB9AAB6BADB518 + SignatureSha256: C3D5B50CB72046629752FDFF01F0D0327B19529FA90C54C0741C7EF7B9982233 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.locale.zh-CN.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.locale.zh-CN.yaml new file mode 100644 index 0000000000000..151e69cab8531 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.9.1069 +PackageLocale: zh-CN +Publisher: CI010 +Author: CI010 +PackageName: X Minecraft Launcher +License: MIT License +ShortDescription: An Open Source Minecraft Launcher with Modern UX. Provide a Disk Efficient way to manage all your Mods! +Tags: +- minecraft +- minecraft-launcher +- x-minecraft-launcher +- xmcl +- xmcl.app +- minecraft-curseforge +- minecraft-modrinth +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.yaml b/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.yaml new file mode 100644 index 0000000000000..71570a55d8978 --- /dev/null +++ b/manifests/c/CI010/XMinecraftLauncher/0.48.9.1069/CI010.XMinecraftLauncher.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CI010.XMinecraftLauncher +PackageVersion: 0.48.9.1069 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CISDI/Qingtui/7.0.0/CISDI.Qingtui.locale.en-US.yaml b/manifests/c/CISDI/Qingtui/7.0.0/CISDI.Qingtui.locale.en-US.yaml index 41d208c5ed62c..21b18f79157c7 100644 --- a/manifests/c/CISDI/Qingtui/7.0.0/CISDI.Qingtui.locale.en-US.yaml +++ b/manifests/c/CISDI/Qingtui/7.0.0/CISDI.Qingtui.locale.en-US.yaml @@ -35,11 +35,7 @@ Tags: - team - work - working -ReleaseNotes: |- - 1. 支持消息阅读状态,可查看对方是否阅读你的消息 - 2. 工作台支持设置常用应用 - 3. Windows 截图功能升级 - 4. 支持提取聊天图片中的文字 +# ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/CISDI/Qingtui/7.0.0/CISDI.Qingtui.locale.zh-CN.yaml b/manifests/c/CISDI/Qingtui/7.0.0/CISDI.Qingtui.locale.zh-CN.yaml index e8a780331b826..6d3d6d42cda5f 100644 --- a/manifests/c/CISDI/Qingtui/7.0.0/CISDI.Qingtui.locale.zh-CN.yaml +++ b/manifests/c/CISDI/Qingtui/7.0.0/CISDI.Qingtui.locale.zh-CN.yaml @@ -35,7 +35,11 @@ Tags: - 沟通 - 签到 - 考勤 -# ReleaseNotes: +ReleaseNotes: |- + 1. 支持消息阅读状态,可查看对方是否阅读你的消息 + 2. 工作台支持设置常用应用 + 3. Windows 截图功能升级 + 4. 支持提取聊天图片中的文字 # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/CISDI/Qingtui/7.0.1/CISDI.Qingtui.locale.en-US.yaml b/manifests/c/CISDI/Qingtui/7.0.1/CISDI.Qingtui.locale.en-US.yaml index edd1903648d94..5015497db49f3 100644 --- a/manifests/c/CISDI/Qingtui/7.0.1/CISDI.Qingtui.locale.en-US.yaml +++ b/manifests/c/CISDI/Qingtui/7.0.1/CISDI.Qingtui.locale.en-US.yaml @@ -35,7 +35,7 @@ Tags: - team - work - working -ReleaseNotes: 体验优化和 Bug 修复 +# ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/CISDI/Qingtui/7.0.1/CISDI.Qingtui.locale.zh-CN.yaml b/manifests/c/CISDI/Qingtui/7.0.1/CISDI.Qingtui.locale.zh-CN.yaml index c09bdaccadfb4..e280cc7dbdf53 100644 --- a/manifests/c/CISDI/Qingtui/7.0.1/CISDI.Qingtui.locale.zh-CN.yaml +++ b/manifests/c/CISDI/Qingtui/7.0.1/CISDI.Qingtui.locale.zh-CN.yaml @@ -35,7 +35,7 @@ Tags: - 沟通 - 签到 - 考勤 -# ReleaseNotes: +ReleaseNotes: 体验优化和 Bug 修复 # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/CISDI/Qingtui/7.0.2/CISDI.Qingtui.locale.en-US.yaml b/manifests/c/CISDI/Qingtui/7.0.2/CISDI.Qingtui.locale.en-US.yaml index 7746f8ff557e1..1740d3e92b413 100644 --- a/manifests/c/CISDI/Qingtui/7.0.2/CISDI.Qingtui.locale.en-US.yaml +++ b/manifests/c/CISDI/Qingtui/7.0.2/CISDI.Qingtui.locale.en-US.yaml @@ -35,7 +35,7 @@ Tags: - team - work - working -ReleaseNotes: 体验优化和 Bug 修复 +# ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/CISDI/Qingtui/7.0.2/CISDI.Qingtui.locale.zh-CN.yaml b/manifests/c/CISDI/Qingtui/7.0.2/CISDI.Qingtui.locale.zh-CN.yaml index 217031978d505..a00a7e59d24e7 100644 --- a/manifests/c/CISDI/Qingtui/7.0.2/CISDI.Qingtui.locale.zh-CN.yaml +++ b/manifests/c/CISDI/Qingtui/7.0.2/CISDI.Qingtui.locale.zh-CN.yaml @@ -35,7 +35,7 @@ Tags: - 沟通 - 签到 - 考勤 -# ReleaseNotes: +ReleaseNotes: 体验优化和 Bug 修复 # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/CISDI/Qingtui/7.1.0/CISDI.Qingtui.locale.en-US.yaml b/manifests/c/CISDI/Qingtui/7.1.0/CISDI.Qingtui.locale.en-US.yaml index 7586cade9e806..c496b98d43633 100644 --- a/manifests/c/CISDI/Qingtui/7.1.0/CISDI.Qingtui.locale.en-US.yaml +++ b/manifests/c/CISDI/Qingtui/7.1.0/CISDI.Qingtui.locale.en-US.yaml @@ -35,11 +35,7 @@ Tags: - team - work - working -ReleaseNotes: |- - 1. 聊天图片独立窗口打开 - 2. 输入框图文支持右键操作 - 3. 支持设置小文件自动下载 - 4. 聊天文件支持一键打开,无需手动下载 +# ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/CISDI/Qingtui/7.1.0/CISDI.Qingtui.locale.zh-CN.yaml b/manifests/c/CISDI/Qingtui/7.1.0/CISDI.Qingtui.locale.zh-CN.yaml index 0b6720acd663c..8458aeef8c9d2 100644 --- a/manifests/c/CISDI/Qingtui/7.1.0/CISDI.Qingtui.locale.zh-CN.yaml +++ b/manifests/c/CISDI/Qingtui/7.1.0/CISDI.Qingtui.locale.zh-CN.yaml @@ -35,7 +35,11 @@ Tags: - 沟通 - 签到 - 考勤 -# ReleaseNotes: +ReleaseNotes: |- + 1. 聊天图片独立窗口打开 + 2. 输入框图文支持右键操作 + 3. 支持设置小文件自动下载 + 4. 聊天文件支持一键打开,无需手动下载 # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: diff --git a/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.installer.yaml b/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.installer.yaml deleted file mode 100644 index 58480a4d1e462..0000000000000 --- a/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: CISDI.Qingtui -PackageVersion: 7.1.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: '{2D1C8316-3A63-4243-BCBA-589E43482AC7}_is1' -Installers: -- Architecture: x86 - InstallerUrl: https://static.qingtui.cn/download/win/update/win_pc_7.1.1.exe - InstallerSha256: 5992F0BD48242A41A1A3BB5260968CADDB4361FBFB649A7118464002D8137BF2 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.locale.en-US.yaml b/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.locale.en-US.yaml deleted file mode 100644 index eea896d5dafa1..0000000000000 --- a/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: CISDI.Qingtui -PackageVersion: 7.1.1 -PackageLocale: en-US -Publisher: 中冶赛迪信息技术(重庆)有限公司 -PublisherUrl: http://www.cisdigroup.com.cn/ -PublisherSupportUrl: https://help.qingtui.com/ -Author: Zhongye Saidi Chongqing Information Technology Co., Ltd. -PackageName: 轻推 -PackageUrl: https://www.qingtui.com/ -License: Proprietary -LicenseUrl: https://www.qingtui.com/agreement/ -Copyright: Copyright © 2014-2024 CISDI Info. All rights reserved. -CopyrightUrl: https://www.qingtui.com/agreement/ -ShortDescription: Qingtui, an intelligent way to work -Description: Qingtui, produced by CISDI, a subsidiary of China Minmetals Corporation, is an intelligent office platform that combines instant messaging, office collaboration, enterprise management, connectivity and integration, intelligent hardware, domain informationization solutions and more capabilities. -Tags: -- attendance -- bussiness -- check-in -- collaboration -- comunication -- conference -- docs -- document -- enterprise -- meeting -- oa -- office -- saas -- team -- work -- working -ReleaseNotes: 体验优化和 Bug 修复 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.locale.zh-CN.yaml b/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.locale.zh-CN.yaml deleted file mode 100644 index e3de3b666795d..0000000000000 --- a/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: CISDI.Qingtui -PackageVersion: 7.1.1 -PackageLocale: zh-CN -Publisher: 中冶赛迪信息技术(重庆)有限公司 -PublisherUrl: http://www.cisdigroup.com.cn/ -PublisherSupportUrl: https://help.qingtui.com/ -Author: 中冶赛迪信息技术(重庆)有限公司 -PackageName: 轻推 -PackageUrl: https://www.qingtui.com/ -License: 专有软件 -LicenseUrl: https://www.qingtui.com/agreement/ -Copyright: 中冶赛迪信息技术(重庆)有限公司 版权所有 -CopyrightUrl: https://www.qingtui.com/agreement/ -ShortDescription: 轻推,一种智能工作方式 -Description: 轻推由中国五矿集团旗下企业中冶赛迪集团倾力出品,是一款集即时通讯、办公协同、企业管理、连接集成、智能硬件、领域信息化解决方案等多项能力于一体的智能工作平台。 -Tags: -- oa -- saas -- 企业 -- 会议 -- 公司 -- 办公 -- 协作 -- 协同 -- 商务 -- 团队 -- 工作 -- 打卡 -- 文档 -- 沟通 -- 签到 -- 考勤 -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.yaml b/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.yaml deleted file mode 100644 index 2bda96b83350d..0000000000000 --- a/manifests/c/CISDI/Qingtui/7.1.1/CISDI.Qingtui.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: CISDI.Qingtui -PackageVersion: 7.1.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.installer.yaml b/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.installer.yaml index e7001f885f82b..696b14457685b 100644 --- a/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.installer.yaml +++ b/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.installer.yaml @@ -10,6 +10,6 @@ ProductCode: '{2D1C8316-3A63-4243-BCBA-589E43482AC7}_is1' Installers: - Architecture: x86 InstallerUrl: https://static.qingtui.cn/download/win/update/win_pc_7.2.0.exe - InstallerSha256: 88F83E0FE040AB603DC7DDA7EC21EF7B84E8934F5DA24F75A323489A3D8FDF21 + InstallerSha256: A23B237BB06DCCC549173202A039381C7CC292EE3379E737846782F2C427F4FF ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.locale.en-US.yaml b/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.locale.en-US.yaml index 88c5567c0e4ee..529cfc2f868d5 100644 --- a/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.locale.en-US.yaml +++ b/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.locale.en-US.yaml @@ -33,9 +33,5 @@ Tags: - team - work - working -ReleaseNotes: |- - 1. 支持设置联系人备注、群昵称 - 2. 支持更多类型消息的回复 - 3. 支持扫码加入内部群 ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.locale.zh-CN.yaml b/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.locale.zh-CN.yaml index ece4a7c2ec3ad..bb6b89e8c98ac 100644 --- a/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.locale.zh-CN.yaml +++ b/manifests/c/CISDI/Qingtui/7.2.0/CISDI.Qingtui.locale.zh-CN.yaml @@ -33,5 +33,9 @@ Tags: - 沟通 - 签到 - 考勤 +ReleaseNotes: |- + 1. 支持设置联系人备注、群昵称 + 2. 支持更多类型消息的回复 + 3. 支持扫码加入内部群 ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.yaml b/manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.yaml deleted file mode 100644 index a4b2ee01ed826..0000000000000 --- a/manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/03 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CMU.CLAN -PackageVersion: 8.18.00 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.installer.yaml b/manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.installer.yaml similarity index 76% rename from manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.installer.yaml rename to manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.installer.yaml index 38fc83d0e4906..3b0964faa6529 100644 --- a/manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.installer.yaml +++ b/manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.installer.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/03 +# Automatically updated by the winget bot at 2025/Feb/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: CMU.CLAN -PackageVersion: 8.18.00 +PackageVersion: 8.19.00 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 @@ -17,7 +17,7 @@ Installers: - Architecture: x86 InstallerType: exe InstallerUrl: https://dali.talkbank.org/clan/clanwin.exe - InstallerSha256: B27F78A3A4ABD55BC4577066578F6C3F5969A4E4141712E6EBD21A74E85233D7 + InstallerSha256: 750E2BB7C898FD3261D4ED5E948F4C3F6991E834B6B4AF36F10CD5A9FBFE427E InstallerSwitches: Silent: /qn SilentWithProgress: /qb diff --git a/manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.locale.en-US.yaml b/manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.locale.en-US.yaml similarity index 92% rename from manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.locale.en-US.yaml rename to manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.locale.en-US.yaml index 80643ae96fe04..6f4b9629dda36 100644 --- a/manifests/c/CMU/CLAN/8.18.00/CMU.CLAN.locale.en-US.yaml +++ b/manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/03 +# Automatically updated by the winget bot at 2025/Feb/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: CMU.CLAN -PackageVersion: 8.18.00 +PackageVersion: 8.19.00 PackageLocale: en-US Publisher: CMU PublisherUrl: https://talkbank.org/ diff --git a/manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.yaml b/manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.yaml new file mode 100644 index 0000000000000..f0f44b12b8640 --- /dev/null +++ b/manifests/c/CMU/CLAN/8.19.00/CMU.CLAN.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: CMU.CLAN +PackageVersion: 8.19.00 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/Canva/Canva/1.103.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.103.0/Canva.Canva.installer.yaml new file mode 100644 index 0000000000000..49e71c5c433a6 --- /dev/null +++ b/manifests/c/Canva/Canva/1.103.0/Canva.Canva.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.103.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.103.0.exe + InstallerSha256: 600B8ADD01A70B1F374D32B13DCE4AD017F3DB744072056FE1F889BD92C3F99E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.103.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.103.0/Canva.Canva.locale.en-US.yaml new file mode 100644 index 0000000000000..d57735d5a3f26 --- /dev/null +++ b/manifests/c/Canva/Canva/1.103.0/Canva.Canva.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.103.0 +PackageLocale: en-US +Publisher: Canva Pty Ltd +PackageName: Canva +License: Proprietary +Copyright: © Canva +ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +Tags: +- graphic-design +- visual-design +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.103.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.103.0/Canva.Canva.yaml new file mode 100644 index 0000000000000..db862b0622746 --- /dev/null +++ b/manifests/c/Canva/Canva/1.103.0/Canva.Canva.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Canva.Canva +PackageVersion: 1.103.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.34.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.34.0/Canva.Canva.installer.yaml index 9597d6a3b6202..52b37632711ec 100644 --- a/manifests/c/Canva/Canva/1.34.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.34.0/Canva.Canva.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.34.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.34.0.exe InstallerSha256: 468098F307293C4EFB62EEDA757E4C345C2B2070BBD39B0C27FA43AF3B2EE6AE ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.34.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.34.0/Canva.Canva.locale.en-US.yaml index b6ebd3d92eceb..935df0f4fccd8 100644 --- a/manifests/c/Canva/Canva/1.34.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.34.0/Canva.Canva.locale.en-US.yaml @@ -1,13 +1,28 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.34.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: © Canva +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.34.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.34.0/Canva.Canva.yaml index e8a26424e34b6..87a0322e8156a 100644 --- a/manifests/c/Canva/Canva/1.34.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.34.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.34.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.36.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.36.0/Canva.Canva.installer.yaml index 8430048225afa..6150260afd869 100644 --- a/manifests/c/Canva/Canva/1.36.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.36.0/Canva.Canva.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.36.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.36.0.exe InstallerSha256: D22EFEEFEB9965564291F0F4A2C4653E95479CCAF72690C7268B4E590A5BE6BA ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.36.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.36.0/Canva.Canva.locale.en-US.yaml index 1933af5802d11..af14ce200247a 100644 --- a/manifests/c/Canva/Canva/1.36.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.36.0/Canva.Canva.locale.en-US.yaml @@ -1,13 +1,28 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.36.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: © Canva +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.36.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.36.0/Canva.Canva.yaml index 15701c28362bf..f541939f7aa62 100644 --- a/manifests/c/Canva/Canva/1.36.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.36.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.36.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.37.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.37.0/Canva.Canva.installer.yaml index 3cd9b444f82a7..f90214a12311e 100644 --- a/manifests/c/Canva/Canva/1.37.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.37.0/Canva.Canva.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.37.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.37.0.exe InstallerSha256: 9FCA8A6880164DDF98D1931A186447D18414E6741A6B72B42E11947FBBE5589A ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.37.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.37.0/Canva.Canva.locale.en-US.yaml index 0eb9ec0787462..4999c929353ef 100644 --- a/manifests/c/Canva/Canva/1.37.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.37.0/Canva.Canva.locale.en-US.yaml @@ -1,13 +1,28 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.37.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: © Canva +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.37.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.37.0/Canva.Canva.yaml index 8cf01487db2df..5ec8775e986a3 100644 --- a/manifests/c/Canva/Canva/1.37.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.37.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.37.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.38.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.38.0/Canva.Canva.installer.yaml index b1951838e6277..8d03b6389ce4f 100644 --- a/manifests/c/Canva/Canva/1.38.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.38.0/Canva.Canva.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.38.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.38.0.exe InstallerSha256: F34DAC7273E996995525DA373A24CDF66CBF5083424B7AD1D2208C1C9FEE40A6 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.38.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.38.0/Canva.Canva.locale.en-US.yaml index 2d5e4344b66ba..1b7798cfb7168 100644 --- a/manifests/c/Canva/Canva/1.38.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.38.0/Canva.Canva.locale.en-US.yaml @@ -1,13 +1,28 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.38.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: © Canva +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.38.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.38.0/Canva.Canva.yaml index 6f4e047d202e7..59f108c9d82ff 100644 --- a/manifests/c/Canva/Canva/1.38.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.38.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.38.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.39.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.39.0/Canva.Canva.installer.yaml index 1a22d59c928d6..b8c6806e935e0 100644 --- a/manifests/c/Canva/Canva/1.39.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.39.0/Canva.Canva.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.39.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.39.0.exe InstallerSha256: 4EEEE571A2ED4995D0686FF96E1EF9AEAE8C86E5B93276BB92086A8999EE8729 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.39.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.39.0/Canva.Canva.locale.en-US.yaml index 86310b796c0c1..58aab2b53cff9 100644 --- a/manifests/c/Canva/Canva/1.39.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.39.0/Canva.Canva.locale.en-US.yaml @@ -1,13 +1,28 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.39.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: © Canva +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.39.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.39.0/Canva.Canva.yaml index eebaa053b083f..4502030a93a70 100644 --- a/manifests/c/Canva/Canva/1.39.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.39.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.39.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.40.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.40.0/Canva.Canva.installer.yaml index fd31c361d33a1..6ce98d47d0a0f 100644 --- a/manifests/c/Canva/Canva/1.40.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.40.0/Canva.Canva.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.40.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.40.0.exe InstallerSha256: 079C77CC32071C30ECE55877D8CF57020CA71440DB6C849DC4880D98F9BE6FC8 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.40.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.40.0/Canva.Canva.locale.en-US.yaml index 4917666f832c6..dcd165743c212 100644 --- a/manifests/c/Canva/Canva/1.40.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.40.0/Canva.Canva.locale.en-US.yaml @@ -1,13 +1,28 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.40.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: © Canva +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.40.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.40.0/Canva.Canva.yaml index b1509f4b0b313..416a145848478 100644 --- a/manifests/c/Canva/Canva/1.40.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.40.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.40.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.42.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.42.0/Canva.Canva.installer.yaml index e650c058fdf35..caa32ab0976f0 100644 --- a/manifests/c/Canva/Canva/1.42.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.42.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.42.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.42.0.exe InstallerSha256: 3D020C357AD5EC00E2196E0E6D7AD4D13EE3C86AD21F0418D3A6651AD313C45A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.42.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.42.0/Canva.Canva.locale.en-US.yaml index 5db9672b883c9..7df83d5bb4469 100644 --- a/manifests/c/Canva/Canva/1.42.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.42.0/Canva.Canva.locale.en-US.yaml @@ -1,28 +1,30 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.42.0 PackageLocale: en-US Publisher: Canva Pty Ltd -# PublisherUrl: https://www.canva.com/ -# PublisherSupportUrl: https://www.canva.com/help/ -# PrivacyUrl: https://www.canva.com/policies/privacy-policy/ -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva -# PackageUrl: https://www.canva.com/download/windows/ +# PackageUrl: License: Proprietary -# LicenseUrl: https://www.canva.com/policies/terms-of-use/ +# LicenseUrl: Copyright: © Canva -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - graphic-design - visual-design -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.42.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.42.0/Canva.Canva.yaml index 94ef0ad950d55..14563edab3bcd 100644 --- a/manifests/c/Canva/Canva/1.42.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.42.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.43.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.43.0/Canva.Canva.installer.yaml index b6b0be6473369..29bb4b554f3f0 100644 --- a/manifests/c/Canva/Canva/1.43.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.43.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.43.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.43.0.exe InstallerSha256: FA7220BECB1AB2C29C936BE113D723642C1D7248EB3923DE6B3CE509E99E7A82 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.43.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.43.0/Canva.Canva.locale.en-US.yaml index ee79a8f4aba80..f1358066365f7 100644 --- a/manifests/c/Canva/Canva/1.43.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.43.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.43.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.43.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.43.0/Canva.Canva.yaml index 0bbe546922764..06a54064a2182 100644 --- a/manifests/c/Canva/Canva/1.43.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.43.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.43.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.44.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.44.0/Canva.Canva.installer.yaml index 5f3eb542037ce..63ffe33d8ce88 100644 --- a/manifests/c/Canva/Canva/1.44.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.44.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.44.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.44.0.exe InstallerSha256: AD79ADDDA5ABE13B07E5DE6602855DF5EB6ED234A92045D504D984FAFC2783A1 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.44.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.44.0/Canva.Canva.locale.en-US.yaml index 79e5d22d9d9d6..0ae70765a0235 100644 --- a/manifests/c/Canva/Canva/1.44.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.44.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.44.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.44.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.44.0/Canva.Canva.yaml index de57b4c1c2983..955be74648b70 100644 --- a/manifests/c/Canva/Canva/1.44.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.44.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.44.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.45.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.45.0/Canva.Canva.installer.yaml index c9c30e4b4a63f..461798d0abb2d 100644 --- a/manifests/c/Canva/Canva/1.45.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.45.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.45.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.45.0.exe InstallerSha256: ED9A9BC5B456318EBE2540A1DA7F4E501870900C145E6B943ED52CF73C1B5E94 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.45.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.45.0/Canva.Canva.locale.en-US.yaml index bbf64c444587c..81657b67aa77f 100644 --- a/manifests/c/Canva/Canva/1.45.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.45.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.45.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.45.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.45.0/Canva.Canva.yaml index e6edcc949d15d..8f04afc307420 100644 --- a/manifests/c/Canva/Canva/1.45.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.45.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.45.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.46.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.46.0/Canva.Canva.installer.yaml index 94682d01a3553..f5d09265d438a 100644 --- a/manifests/c/Canva/Canva/1.46.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.46.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.46.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.46.0.exe InstallerSha256: B685157AD62D0792F76D2DBE3F4C850783B6D989E7E0FACFBBBFA2E75C628322 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.46.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.46.0/Canva.Canva.locale.en-US.yaml index d81f602575254..5194f61504188 100644 --- a/manifests/c/Canva/Canva/1.46.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.46.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.46.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.46.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.46.0/Canva.Canva.yaml index 729210f3ee00e..a7e3e023046b3 100644 --- a/manifests/c/Canva/Canva/1.46.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.46.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.46.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.47.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.47.0/Canva.Canva.installer.yaml index 618eae02ff3df..8cf4536e9a737 100644 --- a/manifests/c/Canva/Canva/1.47.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.47.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.47.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.47.0.exe InstallerSha256: D641DACDEB2E475D2E5720804CAFE425B4409188FD3D0B1741690C2549BC8A6E ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.47.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.47.0/Canva.Canva.locale.en-US.yaml index 2523fb97d145c..5904b52297f42 100644 --- a/manifests/c/Canva/Canva/1.47.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.47.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.47.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.47.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.47.0/Canva.Canva.yaml index 101bdcd5cf5b3..3ba08f7acf0dc 100644 --- a/manifests/c/Canva/Canva/1.47.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.47.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.47.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.48.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.48.0/Canva.Canva.installer.yaml index efef1e214a1b0..772422aad7f33 100644 --- a/manifests/c/Canva/Canva/1.48.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.48.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.48.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.48.0.exe InstallerSha256: 5E579C472F355B8BA843B72659186D970A51663789606396881885A3EC1BC6E2 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.48.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.48.0/Canva.Canva.locale.en-US.yaml index d0bf55dc7e40e..0a6f8be340f47 100644 --- a/manifests/c/Canva/Canva/1.48.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.48.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.48.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.48.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.48.0/Canva.Canva.yaml index 6c620b52093db..5ef40ab0c3b1f 100644 --- a/manifests/c/Canva/Canva/1.48.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.48.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.48.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.49.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.49.0/Canva.Canva.installer.yaml index dcfbe93b5ff9b..8ff4496c7c472 100644 --- a/manifests/c/Canva/Canva/1.49.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.49.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.49.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.49.0.exe InstallerSha256: BAFB827CF7CD0021EB4C441A7C24B7329806E0BE9E00A8216728D497363E1F66 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.49.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.49.0/Canva.Canva.locale.en-US.yaml index 03aa3bedda980..4b06b882f614b 100644 --- a/manifests/c/Canva/Canva/1.49.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.49.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.49.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.49.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.49.0/Canva.Canva.yaml index 4d7fe95f318ba..48f672d32efb1 100644 --- a/manifests/c/Canva/Canva/1.49.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.49.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.49.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.50.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.50.0/Canva.Canva.installer.yaml index 2d1de5eec7ac5..a2b89bf5192d5 100644 --- a/manifests/c/Canva/Canva/1.50.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.50.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.50.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.50.0.exe InstallerSha256: E94A576993B54168C84C0EB7F0C1E1B24E3F128102DA414B5CD2D0AD9E9B7862 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.50.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.50.0/Canva.Canva.locale.en-US.yaml index 5c0ee0a573422..15bcfdfed0c56 100644 --- a/manifests/c/Canva/Canva/1.50.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.50.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.50.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.50.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.50.0/Canva.Canva.yaml index 064a3d22b1ed8..8e72419955676 100644 --- a/manifests/c/Canva/Canva/1.50.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.50.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.50.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.51.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.51.0/Canva.Canva.installer.yaml index 3947ecc76927e..16c95d0e397fe 100644 --- a/manifests/c/Canva/Canva/1.51.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.51.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.51.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.51.0.exe InstallerSha256: FACACFF9037564907BA1E202FED0C3EC4E34E0688599500A7A236066BE4B46D8 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.51.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.51.0/Canva.Canva.locale.en-US.yaml index 61d51225c1e14..6662cc5dcf35f 100644 --- a/manifests/c/Canva/Canva/1.51.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.51.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.51.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.51.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.51.0/Canva.Canva.yaml index 46c436475dad6..464538addb91e 100644 --- a/manifests/c/Canva/Canva/1.51.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.51.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.51.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.54.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.54.0/Canva.Canva.installer.yaml index 49055d4b6fcf2..aa0a7e062af60 100644 --- a/manifests/c/Canva/Canva/1.54.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.54.0/Canva.Canva.installer.yaml @@ -1,14 +1,13 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.54.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.54.0.exe InstallerSha256: 203CB37B39550C9546318C163577DA43AFDFA3299E70E599879BCC7176361BA0 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.54.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.54.0/Canva.Canva.locale.en-US.yaml index 63c4431d0ea54..185085bcd1254 100644 --- a/manifests/c/Canva/Canva/1.54.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.54.0/Canva.Canva.locale.en-US.yaml @@ -1,17 +1,30 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.54.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.54.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.54.0/Canva.Canva.yaml index 6ff8883afdbd3..57b207b2f9921 100644 --- a/manifests/c/Canva/Canva/1.54.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.54.0/Canva.Canva.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.54.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.82.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.82.0/Canva.Canva.installer.yaml index 44fd562c59c0e..7901e5360f389 100644 --- a/manifests/c/Canva/Canva/1.82.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.82.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.82.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.82.0.exe InstallerSha256: 99DCDAC1F32BBA5308ECB1EC6A8751727ACDC665D3EC311700D22243A9AC7666 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.82.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.82.0/Canva.Canva.locale.en-US.yaml index 0d94239a81e57..bf168adc2c10c 100644 --- a/manifests/c/Canva/Canva/1.82.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.82.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.82.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.82.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.82.0/Canva.Canva.yaml index ecc92033e6324..b890100f26a6d 100644 --- a/manifests/c/Canva/Canva/1.82.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.82.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.82.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.83.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.83.0/Canva.Canva.installer.yaml index be201fbdad0d7..1790248fb99ed 100644 --- a/manifests/c/Canva/Canva/1.83.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.83.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.83.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.83.0.exe InstallerSha256: 497AFD3737561CF3A14CA412BF36224E09E046B7B3705E6F5F0050BD5B4085BF ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.83.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.83.0/Canva.Canva.locale.en-US.yaml index 2d35118731abe..0f6898f64daca 100644 --- a/manifests/c/Canva/Canva/1.83.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.83.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.83.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.83.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.83.0/Canva.Canva.yaml index b9e4c98668951..e5e77eae74115 100644 --- a/manifests/c/Canva/Canva/1.83.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.83.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.83.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.84.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.84.0/Canva.Canva.installer.yaml index 9c1f23abdb6b6..41aeb8e357be2 100644 --- a/manifests/c/Canva/Canva/1.84.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.84.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.84.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.84.0.exe InstallerSha256: EDF2BD7DD7D09CF544EEF37D782B2696D902217738735EB671F95E49DDB4873D ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.84.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.84.0/Canva.Canva.locale.en-US.yaml index 4f364e5bae173..5bcdd2080de52 100644 --- a/manifests/c/Canva/Canva/1.84.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.84.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.84.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.84.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.84.0/Canva.Canva.yaml index d854ee8573bfb..54b00cf7df0e7 100644 --- a/manifests/c/Canva/Canva/1.84.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.84.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.84.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.85.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.85.0/Canva.Canva.installer.yaml index f1fbd8da4fc09..812a44a7729a6 100644 --- a/manifests/c/Canva/Canva/1.85.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.85.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.85.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.85.0.exe InstallerSha256: 7465CC7918801CC51B3AE4D0547A5089315B95A454F034820642E0599748DE7A ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.85.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.85.0/Canva.Canva.locale.en-US.yaml index ff08a4b80eb1f..dee58b2d59355 100644 --- a/manifests/c/Canva/Canva/1.85.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.85.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.85.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.85.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.85.0/Canva.Canva.yaml index 30dc8c6e12774..5139d636a13f6 100644 --- a/manifests/c/Canva/Canva/1.85.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.85.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.85.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.86.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.86.0/Canva.Canva.installer.yaml index d9ecdc61c7202..a0fde85e58260 100644 --- a/manifests/c/Canva/Canva/1.86.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.86.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.86.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.86.0.exe InstallerSha256: B9489EB4747E10FCA7BFF361BA75FFB3DF8F6B8A67399354623419190CA5BA58 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.86.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.86.0/Canva.Canva.locale.en-US.yaml index 77a6fd41e8707..443444e6fed77 100644 --- a/manifests/c/Canva/Canva/1.86.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.86.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.86.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.86.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.86.0/Canva.Canva.yaml index e4cf15ac7a5c8..e79ee94a7431a 100644 --- a/manifests/c/Canva/Canva/1.86.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.86.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.86.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.86.1/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.86.1/Canva.Canva.installer.yaml index e5fdd25bd6872..42c2fd784beb0 100644 --- a/manifests/c/Canva/Canva/1.86.1/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.86.1/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.86.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.86.1.exe InstallerSha256: E587936A80012B6C8B0970CE57C1F838E1B6E3969D225A1126C6F4494EE817EE ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.86.1/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.86.1/Canva.Canva.locale.en-US.yaml index 2c15c0f36e3cc..dc1530a3d7e17 100644 --- a/manifests/c/Canva/Canva/1.86.1/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.86.1/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.86.1 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.86.1/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.86.1/Canva.Canva.yaml index 18c36a80836ba..aaeb1669182a8 100644 --- a/manifests/c/Canva/Canva/1.86.1/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.86.1/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.86.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.87.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.87.0/Canva.Canva.installer.yaml index e54e4574cb665..25dade0f922dc 100644 --- a/manifests/c/Canva/Canva/1.87.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.87.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.87.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.87.0.exe InstallerSha256: B6E49639E1AC3FA8765CFFD478002D9BE5526225956E13F7894B41CA808E2CA8 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.87.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.87.0/Canva.Canva.locale.en-US.yaml index 864af1fbdec4a..f9e4261d232f8 100644 --- a/manifests/c/Canva/Canva/1.87.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.87.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.87.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.87.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.87.0/Canva.Canva.yaml index 49b1e72156829..325781f5ee43a 100644 --- a/manifests/c/Canva/Canva/1.87.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.87.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.87.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.87.1/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.87.1/Canva.Canva.installer.yaml index 9338e6ca3b609..74331c3fea5fb 100644 --- a/manifests/c/Canva/Canva/1.87.1/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.87.1/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.87.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.87.1.exe InstallerSha256: 6953F1124005D3F577729637667898130EC5424392838B1D0C7FF55BF312A934 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.87.1/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.87.1/Canva.Canva.locale.en-US.yaml index d532d9d7259f0..d7db18f040880 100644 --- a/manifests/c/Canva/Canva/1.87.1/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.87.1/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.87.1 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.87.1/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.87.1/Canva.Canva.yaml index 5b09948a821d0..18bb98253fd93 100644 --- a/manifests/c/Canva/Canva/1.87.1/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.87.1/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.87.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.88.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.88.0/Canva.Canva.installer.yaml index 5278960a78f77..806632cb33de1 100644 --- a/manifests/c/Canva/Canva/1.88.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.88.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.88.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.88.0.exe InstallerSha256: 81B451C6348D8008503FD4F965ED60C255C3D086AD07D389DFC37FEFFAC5C86B ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.88.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.88.0/Canva.Canva.locale.en-US.yaml index 669517825f631..0c9d3a19589ad 100644 --- a/manifests/c/Canva/Canva/1.88.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.88.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.88.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.88.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.88.0/Canva.Canva.yaml index bd0ede28fefb2..6abbc0fc09b28 100644 --- a/manifests/c/Canva/Canva/1.88.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.88.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.88.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.89.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.89.0/Canva.Canva.installer.yaml index 939f284b55966..6d88600913a76 100644 --- a/manifests/c/Canva/Canva/1.89.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.89.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.89.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.89.0.exe InstallerSha256: B3544830F5D2FC85A0307521469865589622E8A3A42C3653E4539BB5162E8143 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.89.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.89.0/Canva.Canva.locale.en-US.yaml index 1c3814564e3b0..d55611e0d8ea5 100644 --- a/manifests/c/Canva/Canva/1.89.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.89.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.89.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.89.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.89.0/Canva.Canva.yaml index f5f9126880fcf..87c7fe01db6a2 100644 --- a/manifests/c/Canva/Canva/1.89.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.89.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.89.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.89.1/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.89.1/Canva.Canva.installer.yaml index e793b9a1a66d0..8d53e2a7b31f1 100644 --- a/manifests/c/Canva/Canva/1.89.1/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.89.1/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.89.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.89.1.exe InstallerSha256: 47CF8558768CD27CFBCA315DE3AB68142B050BC64598100AA42ADF8AAC06BA37 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.89.1/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.89.1/Canva.Canva.locale.en-US.yaml index 2f6e2acf4e860..9925ff1762c4e 100644 --- a/manifests/c/Canva/Canva/1.89.1/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.89.1/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.89.1 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.89.1/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.89.1/Canva.Canva.yaml index d822e43f0e1d5..9dbb8b5f23c2c 100644 --- a/manifests/c/Canva/Canva/1.89.1/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.89.1/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.89.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.90.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.90.0/Canva.Canva.installer.yaml index 816ec3f4b75e1..430fe261ce772 100644 --- a/manifests/c/Canva/Canva/1.90.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.90.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.90.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.90.0.exe InstallerSha256: 57B04681016128F03BE5AE1AE52DFE3E189262FE44D98EA4145981F1A895D18B ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.90.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.90.0/Canva.Canva.locale.en-US.yaml index 7414a0e37d667..ca5b3c84c530a 100644 --- a/manifests/c/Canva/Canva/1.90.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.90.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.90.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.90.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.90.0/Canva.Canva.yaml index a1b062cbf3343..11f256136b439 100644 --- a/manifests/c/Canva/Canva/1.90.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.90.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.90.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.installer.yaml index 1c7c3d2f83580..731c0ca53b6e4 100644 --- a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.91.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.91.0.exe InstallerSha256: F754755D6D3A459BC333413AFBE8B4209CE2CDCAF2088C1AA422738678C5E051 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.locale.en-US.yaml index 9fbaa54a177a5..91a5f7f1af02c 100644 --- a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.91.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.yaml index 533388f97350d..db0d8b5f557e5 100644 --- a/manifests/c/Canva/Canva/1.91.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.91.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.91.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.installer.yaml index 861a7d1df4b20..174f3726d6776 100644 --- a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.92.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.92.0.exe InstallerSha256: CCEABC2FA96ACF4E9C2418474FB0C77F4C98475BA9369C242EF0862DB67F0FB4 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.locale.en-US.yaml index 32c5245b9326b..2f9961b419e09 100644 --- a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.92.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.yaml index 70cc574a9cdf2..2234dc49788c2 100644 --- a/manifests/c/Canva/Canva/1.92.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.92.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.92.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.installer.yaml index b074382cf01bf..39c0f36d86db6 100644 --- a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.93.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.93.0.exe InstallerSha256: C605D019BD869F095DD8AB5C80C9F213195F4DE265C1452D53D807BBE470124B ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.locale.en-US.yaml index fd7e5695002b5..2db6af4747842 100644 --- a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.93.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.yaml index a2a7f494ae360..5529a1c9d02fa 100644 --- a/manifests/c/Canva/Canva/1.93.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.93.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.93.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.installer.yaml index aef583d99a41e..1b4122919fbc4 100644 --- a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.93.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.93.1.exe InstallerSha256: 3286ADE794413F8F7E3DC418B401D3C5084EADFB315BB4FFD52680A84B4A6C62 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.locale.en-US.yaml index b000f5bda7235..557ce77a9a6d2 100644 --- a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.93.1 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.yaml index 484e0f45a90a2..d35542443de1b 100644 --- a/manifests/c/Canva/Canva/1.93.1/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.93.1/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.93.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.installer.yaml index ee214e1d3c31e..7a61965610089 100644 --- a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.94.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.94.0.exe InstallerSha256: 850E563D8C5ECA8B12A7FE158380DC68F6FB721DFBC66707C2862D6A8BFFFD54 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.locale.en-US.yaml index df3478ff2f807..3c42e50c86dde 100644 --- a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.94.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.yaml index d2b09a5384a45..c4cbc3b799c43 100644 --- a/manifests/c/Canva/Canva/1.94.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.94.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.94.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.95.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.95.0/Canva.Canva.installer.yaml index 79b6941dd94fb..93220f5ebbc3b 100644 --- a/manifests/c/Canva/Canva/1.95.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.95.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.95.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.95.0.exe InstallerSha256: 9D8914E276566C362B53ACAF2AB24178C84FAE513FB753E390271AA8DE7A0561 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.95.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.95.0/Canva.Canva.locale.en-US.yaml index 5d33b93040219..224bd70071d6c 100644 --- a/manifests/c/Canva/Canva/1.95.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.95.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.95.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.95.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.95.0/Canva.Canva.yaml index bec4f2b98a3b1..71a87debbded1 100644 --- a/manifests/c/Canva/Canva/1.95.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.95.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.95.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.96.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.96.0/Canva.Canva.installer.yaml index 2c0d911a6863b..9842e9d7dbce7 100644 --- a/manifests/c/Canva/Canva/1.96.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.96.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.96.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.96.0.exe InstallerSha256: E58D34FB54A2C6487D075008A652255A613E5D2BA66C28BDC58D5E4F47E1CD4F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.96.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.96.0/Canva.Canva.locale.en-US.yaml index 631725db8a2f4..974aca7fc25a2 100644 --- a/manifests/c/Canva/Canva/1.96.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.96.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.96.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.96.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.96.0/Canva.Canva.yaml index 8ecfa78160a7e..aa7066e4fec15 100644 --- a/manifests/c/Canva/Canva/1.96.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.96.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.96.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.97.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.97.0/Canva.Canva.installer.yaml index 1824569128bc1..3fc3ab78fdbe6 100644 --- a/manifests/c/Canva/Canva/1.97.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.97.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.97.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.97.0.exe InstallerSha256: ED2BC62CCFDCC5D9C62EBAE80363169A5FA967D0CC573B244C9B38C6F35F097B ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.97.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.97.0/Canva.Canva.locale.en-US.yaml index 0c18ebe793f70..179c911d17293 100644 --- a/manifests/c/Canva/Canva/1.97.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.97.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.97.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.97.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.97.0/Canva.Canva.yaml index 0996fa09ef2ea..56b51505556f5 100644 --- a/manifests/c/Canva/Canva/1.97.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.97.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.97.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.99.0/Canva.Canva.installer.yaml b/manifests/c/Canva/Canva/1.99.0/Canva.Canva.installer.yaml index 3eb78d2fdc2c0..bdb8325adc24f 100644 --- a/manifests/c/Canva/Canva/1.99.0/Canva.Canva.installer.yaml +++ b/manifests/c/Canva/Canva/1.99.0/Canva.Canva.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.99.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://desktop-release.canva.com/Canva%20Setup%201.99.0.exe InstallerSha256: C4FABB9554976E64D4ACCE841453F461A27495A5ECB034C5372A576DE50DAFAD ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.99.0/Canva.Canva.locale.en-US.yaml b/manifests/c/Canva/Canva/1.99.0/Canva.Canva.locale.en-US.yaml index 9498c85d831dd..6cda54a43a987 100644 --- a/manifests/c/Canva/Canva/1.99.0/Canva.Canva.locale.en-US.yaml +++ b/manifests/c/Canva/Canva/1.99.0/Canva.Canva.locale.en-US.yaml @@ -1,16 +1,30 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.99.0 PackageLocale: en-US Publisher: Canva Pty Ltd +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Canva +# PackageUrl: License: Proprietary +# LicenseUrl: Copyright: © Canva +# CopyrightUrl: ShortDescription: Canva is a graphic design platform, used to create social media graphics, presentations, posters, documents and other visual content. +# Description: +# Moniker: Tags: - graphic-design - visual-design +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Canva/Canva/1.99.0/Canva.Canva.yaml b/manifests/c/Canva/Canva/1.99.0/Canva.Canva.yaml index 2f8ae2bed0705..79308607b9983 100644 --- a/manifests/c/Canva/Canva/1.99.0/Canva.Canva.yaml +++ b/manifests/c/Canva/Canva/1.99.0/Canva.Canva.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Canva.Canva PackageVersion: 1.99.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.installer.yaml b/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.installer.yaml new file mode 100644 index 0000000000000..2764757f4f1c3 --- /dev/null +++ b/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Caphyon.AdvancedInstaller +PackageVersion: "22.4" +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +ProductCode: '{D495BFEF-9C5C-4A2E-A7D1-A5A64FBFB9DC}' +ReleaseDate: 2025-01-29 +AppsAndFeaturesEntries: +- ProductCode: '{D495BFEF-9C5C-4A2E-A7D1-A5A64FBFB9DC}' + UpgradeCode: '{0468B821-8AD9-46E7-8BB5-65FBE3955791}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.advancedinstaller.com/downloads/22.4/advinst.msi + InstallerSha256: 23D3EA8A323DACD4CC39A9D9D40AD722B3146E112CAF7CBEB55B795863CF6E2A +- Architecture: x64 + InstallerUrl: https://www.advancedinstaller.com/downloads/22.4/advinst.msi + InstallerSha256: 23D3EA8A323DACD4CC39A9D9D40AD722B3146E112CAF7CBEB55B795863CF6E2A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.locale.en-US.yaml b/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.locale.en-US.yaml new file mode 100644 index 0000000000000..7f2bae9f4172c --- /dev/null +++ b/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Caphyon.AdvancedInstaller +PackageVersion: "22.4" +PackageLocale: en-US +Publisher: Caphyon +PublisherUrl: https://www.advancedinstaller.com/ +PublisherSupportUrl: https://www.advancedinstaller.com/support.html +PrivacyUrl: https://www.advancedinstaller.com/privacy-policy.html +Author: Caphyon Ltd. +PackageName: Advanced Installer +PackageUrl: https://www.advancedinstaller.com/ +License: Proprietary +LicenseUrl: https://www.advancedinstaller.com/eula.html +Copyright: Copyright © 2002-2024 Caphyon LTD +ShortDescription: Windows Installer Packaging Tool for Developers, ISVs & Enterprises +Description: Advanced Installer is a Windows installer authoring tool for installing, updating, and configuring your products safely, securely, and reliably. +Moniker: advanced-installer +Tags: +- install +- installation +- installer +- msi +- msix +ReleaseNotes: |- + New Features + - MSIX Custom Install Actions + + Enhancements + - Add a search option to the Samples Gallery + - Update the "Copy to All User Profiles" custom action to support file-only operations + - Enhance PowerShell Automation with support for Device Guard Credentials and Azure Key Vault Secrets + - Updater command line for retrieving the release notes + - Support for executing PowerShell code asynchronously + - Call .NET custom actions in a new process (e.g., enables calling a custom action from an installed file during uninstallation) + - Add filter capability to simplify feature dialog navigation + - Automatically add and remove the "UpgradeDlg" dialog + - Predefined launch conditions for Windows 11 24H2 + - Add "Compact view" option to the Custom Actions view + - Update .NET Core 8 prerequisites to the newest version 8.0.12 + - Update .NET Core 9 prerequisites to the latest version 9.0.1 + + Fixed Bugs + - Fix display issue with custom frame titles in WinUI + - Fix an issue with importing MSM into existing projects + - Unlink the "UpgradeDlg" options from the "Upgrades" page's options + - Crash when scrolling in the notifications list + - Enter key no longer worked in PowerShell Inline Script + - Fix MSIX elevation capability failures on Windows 11 24H2 and later + - Verify and update download links for prerequisites, remove outdated ones + - Fix an issue with importing MSIX packages preventing navigation from the Builds page + - The "Uninstall previous version" custom action sets the new version to be installed per-user + - Fix access violation error in PowerShell Automation when setting MaxVersion for project updates + - The registry is incorrectly marked as 64-bit when importing a repackaging file + - Update documentation for "UpdatePrerequisite" to specify how to update the minimum version with a registry search + - Fix issue where the Project Summary is not displayed after importing a .RPK + - Crash in Translations view when editing an MSIX package + - Evaluating any condition inside the Custom Action view after certain steps results in a Stack Trace + - Fix an issue where the second prerequisite runs in the background during pre-install + - PowerShell Automation does not support PseudoFormatted data type properties in the Name field for Shortcuts + - Reboot prompt message hangs at the end of the installation process +ReleaseNotesUrl: https://www.advancedinstaller.com/version-history.html +PurchaseUrl: https://www.advancedinstaller.com/purchase.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.advancedinstaller.com/user-guide/introduction.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.locale.zh-CN.yaml b/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.locale.zh-CN.yaml new file mode 100644 index 0000000000000..84710162185db --- /dev/null +++ b/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Caphyon.AdvancedInstaller +PackageVersion: "22.4" +PackageLocale: zh-CN +Publisher: Caphyon +PublisherUrl: https://www.advancedinstaller.com/ +PublisherSupportUrl: https://www.advancedinstaller.com/support.html +PrivacyUrl: https://www.advancedinstaller.com/privacy-policy.html +Author: Caphyon Ltd. +PackageName: Advanced Installer +PackageUrl: https://www.advancedinstaller.com/ +License: 专有软件 +LicenseUrl: https://www.advancedinstaller.com/eula.html +Copyright: Copyright © 2002-2024 Caphyon LTD +ShortDescription: 面向开发人员、ISV 和企业的 Windows 安装程序打包工具 +Description: Advanced Installer 是一款 Windows 安装程序制作工具,用于安全、可靠地安装、更新和配置您的产品。 +Tags: +- msi +- msix +- 安装 +- 安装包 +- 安装器 +ReleaseNotesUrl: https://www.advancedinstaller.com/version-history.html +PurchaseUrl: https://www.advancedinstaller.com/purchase.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.advancedinstaller.com/user-guide/introduction.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.yaml b/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.yaml new file mode 100644 index 0000000000000..9e321860d3f02 --- /dev/null +++ b/manifests/c/Caphyon/AdvancedInstaller/22.4/Caphyon.AdvancedInstaller.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Caphyon.AdvancedInstaller +PackageVersion: "22.4" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.installer.yaml b/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.installer.yaml deleted file mode 100644 index bc30dc73ef153..0000000000000 --- a/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.installer.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Catsxp.Catsxp -PackageVersion: 132.5.1.2 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 4 - ReturnResponse: downgrade -UpgradeBehavior: install -Protocols: -- ftp -- http -- https -- mailto -- microsoft-edge -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: CatsxpSoftware Catsxp-Browser -ReleaseDate: 2025-01-17 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x86/catsxp_installer_132_5_1_2.exe - InstallerSha256: 7A236AC9BC1B5DF41F0C68E8E2A1FC9B7E09E35A9E42E90DEFCB89FA831D67FF - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: x86 - Scope: machine - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x86/catsxp_installer_132_5_1_2.exe - InstallerSha256: 7A236AC9BC1B5DF41F0C68E8E2A1FC9B7E09E35A9E42E90DEFCB89FA831D67FF - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -- Architecture: x64 - Scope: user - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x64/catsxp_installer_132_5_1_2.exe - InstallerSha256: A6C5D6E57299ECE9904E6A16CD75BDB73AD330F705DCEEA9AD6105E862038629 - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: x64 - Scope: machine - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x64/catsxp_installer_132_5_1_2.exe - InstallerSha256: A6C5D6E57299ECE9904E6A16CD75BDB73AD330F705DCEEA9AD6105E862038629 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.installer.yaml b/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.installer.yaml new file mode 100644 index 0000000000000..18a10132a9ded --- /dev/null +++ b/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Catsxp.Catsxp +PackageVersion: 133.5.2.1 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 4 + ReturnResponse: downgrade +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- microsoft-edge +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: CatsxpSoftware Catsxp-Browser +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x86/catsxp_installer_133_5_2_1.exe + InstallerSha256: 80FC45E0AF416399B8E4DD54C5030FEE84839362F619B5DA9DDF74475BF76DAE + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x86/catsxp_installer_133_5_2_1.exe + InstallerSha256: 80FC45E0AF416399B8E4DD54C5030FEE84839362F619B5DA9DDF74475BF76DAE + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x64/catsxp_installer_133_5_2_1.exe + InstallerSha256: 5A6C2B4C80AD68E02CE3410405E39FC2ACAF187838D8E4DDF6CC92DACA1EAC71 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x64/catsxp_installer_133_5_2_1.exe + InstallerSha256: 5A6C2B4C80AD68E02CE3410405E39FC2ACAF187838D8E4DDF6CC92DACA1EAC71 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.locale.en-US.yaml b/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.locale.en-US.yaml similarity index 86% rename from manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.locale.en-US.yaml rename to manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.locale.en-US.yaml index 49e9b627bc849..70b175f2de5d5 100644 --- a/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.locale.en-US.yaml +++ b/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 132.5.1.2 +PackageVersion: 133.5.2.1 PackageLocale: en-US Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/ @@ -20,8 +20,9 @@ Tags: - web - webpage ReleaseNotes: |- - 1. [*]Kernel upgrade:132.0.6834.95 + 1. [*]Kernel upgrade:133.0.6943.56 2. [!]Some problems correction and detail optimization + 3. [+]Startup parameter:disable-captive-portals ReleaseNotesUrl: https://www.catsxp.com/history Documentations: - DocumentLabel: FAQ diff --git a/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.locale.zh-CN.yaml b/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.locale.zh-CN.yaml similarity index 87% rename from manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.locale.zh-CN.yaml rename to manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.locale.zh-CN.yaml index 3c5dd7518eb5f..c76f23433a8f8 100644 --- a/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.locale.zh-CN.yaml +++ b/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 132.5.1.2 +PackageVersion: 133.5.2.1 PackageLocale: zh-CN Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/zh-hans @@ -20,8 +20,9 @@ Tags: - 猫眼浏览器 - 网页 ReleaseNotes: |- - 1. [*]内核升级:132.0.6834.95 + 1. [*]内核升级:133.0.6943.56 2. [!]若干问题修正与细节优化 + 3. [+]启动参数:disable-captive-portals ReleaseNotesUrl: https://www.catsxp.com/zh-hans/history Documentations: - DocumentLabel: 常见问题 diff --git a/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.yaml b/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.yaml similarity index 87% rename from manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.yaml rename to manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.yaml index 33f85fe68be7a..21a7293b59369 100644 --- a/manifests/c/Catsxp/Catsxp/132.5.1.2/Catsxp.Catsxp.yaml +++ b/manifests/c/Catsxp/Catsxp/133.5.2.1/Catsxp.Catsxp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 132.5.1.2 +PackageVersion: 133.5.2.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.installer.yaml b/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.installer.yaml new file mode 100644 index 0000000000000..abeb9d705c745 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.6" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Cemu_2.6\Cemu.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cemu-project/Cemu/releases/download/v2.6/cemu-2.6-windows-x64.zip + InstallerSha256: A6BCC2BC42A362D10213819948F3152FAE7D47F70067F25939B51D3DDCFB0896 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-06 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.locale.en-US.yaml b/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..dd9df896ac065 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.6" +PackageLocale: en-US +Publisher: Cemu +PublisherUrl: https://github.com/cemu-project +PublisherSupportUrl: https://github.com/cemu-project/Cemu/issues +PackageName: Cemu (Experimental) +PackageUrl: https://github.com/cemu-project/Cemu +License: MPL-2.0 License +ShortDescription: Nintendo Wii U Emulator +Tags: +- cemu +- cemu-emulator +- cpp +- emulation +- emulator +- nintendo +- wiiu +ReleaseNotesUrl: https://github.com/cemu-project/Cemu/releases/tag/v2.6 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.yaml b/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.yaml new file mode 100644 index 0000000000000..2023a75c917c3 --- /dev/null +++ b/manifests/c/Cemu/Cemu/Experimental/2.6/Cemu.Cemu.Experimental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Cemu.Cemu.Experimental +PackageVersion: "2.6" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.installer.yaml b/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.installer.yaml deleted file mode 100644 index 19f801e85e8fd..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.20.6 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallModes: -- silent -UpgradeBehavior: install -ProductCode: '{371BB2AB-E75D-49E4-834D-6DE7DED9493E}' -ReleaseDate: 2024-10-05 -AppsAndFeaturesEntries: -- UpgradeCode: '{6E2DD16E-F60A-4114-A3A8-3B1E97F5D736}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/spicelang/spice/releases/download/0.20.6/spice_x64_setup.msi - InstallerSha256: D73E4129DCB6666F294BB91775CE288E108FCDEE2462DBFD930640F4AD9C8BE2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.locale.en-US.yaml b/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.locale.en-US.yaml deleted file mode 100644 index 656c5cfa456b9..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.locale.en-US.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.20.6 -PackageLocale: en-US -Publisher: ChilliBits -PublisherUrl: https://chillibits.com -PublisherSupportUrl: https://www.spicelang.com -PrivacyUrl: https://www.chillibits.com/en/legal-notice -Author: Marc Auberer -PackageName: Spice -PackageUrl: https://www.spicelang.com -License: MIT -LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE -Copyright: Copyright (c) 2021-2023 ChilliBits -ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. -Description: |- - The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. - Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. -Tags: -- antlr -- chillibits -- cli -- compiler -- docker -- language -- llvm -- programming-language -- spice -ReleaseNotes: |- - Changelog - - : Fix wasm tutorial (#649) (@marcauberer) - - : Upgrade to LLVM 19.1.0-rc4 (#650) (@marcauberer) - - : Bump alpine from 3.20.2 to 3.20.3 (#652) (@dependabot[bot]) - - : Bump mkdocs-git-revision-date-localized-plugin from 1.2.7 to 1.2.8 in /docs (#651) (@dependabot[bot]) - - : Bump mkdocs-git-revision-date-localized-plugin from 1.2.8 to 1.2.9 in /docs (#653) (@dependabot[bot]) - - : Upgrade to LLVM 19.1.0 (#654) (@marcauberer) - - : Bump mkdocs-material from 9.5.34 to 9.5.36 in /docs (#656) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.34 to 9.5.36 in /docs (#655) (@dependabot[bot]) - - : Harden executable in release mode (#657) (@marcauberer) - - : Bump mkdocs-material from 9.5.36 to 9.5.39 in /docs (#658) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.36 to 9.5.39 in /docs (#659) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.36 to 9.5.39 in /docs (#660) (@dependabot[bot]) - - : EOF-terminate grammar entry rule (#662) (@marcauberer) - - : Upgrade LLVM to version 19.1.1 (#663) (@marcauberer) - - : Fix a few coverage leaks (#664) (@marcauberer) - - : Add support for Ubuntu Noble Numbat (#665) (@marcauberer) - - : Remove security options and ensure security in CI (#666) (@marcauberer) - What to do next? - - Install Spice - - Visit www.spicelang.com to test the new features -ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.20.6 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.yaml b/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.yaml deleted file mode 100644 index 91a257540c09c..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.20.6/ChilliBits.Spice.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.20.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.installer.yaml b/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.installer.yaml deleted file mode 100644 index 49f29d33a87cb..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.21.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallModes: -- silent -UpgradeBehavior: install -ProductCode: '{211D442D-FBD5-48F7-821D-91AEEBA1CFA1}' -ReleaseDate: 2025-01-20 -AppsAndFeaturesEntries: -- UpgradeCode: '{B1E94A93-FC67-4F27-B9C3-AFBB9BA7CB0D}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/spicelang/spice/releases/download/0.21.0/spice_x64_setup.msi - InstallerSha256: 414CB8649D30CCF3AC471FB6F0D6690988107C119ED3815FD42FD3232EFDDC99 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.locale.en-US.yaml b/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.locale.en-US.yaml deleted file mode 100644 index b3bd7bcb583ce..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.locale.en-US.yaml +++ /dev/null @@ -1,100 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.21.0 -PackageLocale: en-US -Publisher: ChilliBits -PublisherUrl: https://chillibits.com -PublisherSupportUrl: https://www.spicelang.com -PrivacyUrl: https://www.chillibits.com/en/legal-notice -Author: Marc Auberer -PackageName: Spice -PackageUrl: https://www.spicelang.com -License: MIT -LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE -Copyright: Copyright (c) 2021-2023 ChilliBits -ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. -Description: |- - The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. - Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. -Tags: -- antlr -- chillibits -- cli -- compiler -- docker -- language -- llvm -- programming-language -- spice -ReleaseNotes: |- - Changelog - - : Cleanup unused vector (#667) (@marcauberer) - - : Bump mkdocs-git-committers-plugin-2 from 2.3.0 to 2.4.1 in /docs (#668) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.39 to 9.5.40 in /docs (#669) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] (@marcauberer) - - : Upgrade to LLVM 19.1.2 (#671) (@marcauberer) - - : Bump mkdocs-material[imaging] from 9.5.40 to 9.5.42 in /docs (#672) (@dependabot[bot]) - - : Fix dependency clash (@marcauberer) - - : Bump mkdocs-git-revision-date-localized-plugin from 1.2.9 to 1.3.0 in /docs (#674) (@dependabot[bot]) - - : Upgrade to LLVM 19.1.3 (#675) (@marcauberer) - - : Bump mkdocs-material from 9.5.42 to 9.5.43 in /docs (#677) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.42 to 9.5.43 in /docs (#676) (@dependabot[bot]) - - : Upgrade dependencies (@marcauberer) - - : Bump mkdocs-material from 9.5.43 to 9.5.44 in /docs (#678) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.43 to 9.5.44 in /docs (#679) (@dependabot[bot]) - - : Upgrade LLVM to 19.1.4 (#680) (@marcauberer) - - : Bump mkdocs-material from 9.5.44 to 9.5.45 in /docs (#681) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.44 to 9.5.45 in /docs (#682) (@dependabot[bot]) - - : Bump mkdocs-material from 9.5.45 to 9.5.47 in /docs (#684) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.45 to 9.5.47 in /docs (#683) (@dependabot[bot]) - - : Upgrade to LLVM 19.1.5 (#685) (@marcauberer) - - : Bump alpine from 3.20.3 to 3.21.0 (#686) (@dependabot[bot]) - - : Bump mkdocs-material from 9.5.47 to 9.5.48 in /docs (#688) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.47 to 9.5.48 in /docs (#687) (@dependabot[bot]) - - : Fix some typos in string_rt (#689) (@marcauberer) - - : Hold AST child nodes in members (#690) (@marcauberer) - - : Bump mkdocs-material from 9.5.48 to 9.5.49 in /docs (#692) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.48 to 9.5.49 in /docs (#691) (@dependabot[bot]) - - : Upgrade to LLVM 19.1.6 (#693) (@marcauberer) - - : Upgrade copyright notice (#694) (@marcauberer) - - : Add Git hash and LLVM version info to Spice executable version info (#695) (@marcauberer) - - : Avoid direct access to children vector of ASTNode (#696) (@marcauberer) - - : Use GCC14 in CI (#697) (@marcauberer) - - : Use gcov-14 in CI (#698) (@marcauberer) - - : Re-implement getChildren mechanism on ASTNode (#699) (@marcauberer) - - : Bump alpine from 3.21.0 to 3.21.1 (#700) (@dependabot[bot]) - - : Bump alpine from 3.21.1 to 3.21.2 (#701) (@dependabot[bot]) - - : Add trim method to string_rt (#702) (@marcauberer) - - : Fix const variable reassign reporting bug (#703) (@marcauberer) - - : Extend CLI parser std (#704) (@marcauberer) - - : Add support for overloading subscript operator (#705) (@marcauberer) - - : Overload subscript operator for Vector, Map and UnorderedMap (#706) (@marcauberer) - - : Add support for ternary short-circuiting (#707) (@marcauberer) - - : Retrieve bootrap compiler LLVM version through LLVM bindings (#708) (@marcauberer) - - : Simplify code (#709) (@marcauberer) - - : Upgrade to LLVM 19.1.7 (#710) (@marcauberer) - - : Fix NRVO for ternary expressions (#711) (@marcauberer) - - : Disallow returning references to temporary values (#712) (@marcauberer) - - : Fix ternary value copying (#713) (@marcauberer) - - : Do not generate unnecessary allocas for logical and bitwise not operators (#714) (@marcauberer) - - : Make lifecycle and ownership mechanism more resilient (#715) (@marcauberer) - - : Copy pass-by-val non-trivially-copyable function args (#716) (@marcauberer) - - : Refactor AST child node fetching into vector (#717) (@marcauberer) - - : Add support for shift operator chaining (#718) (@marcauberer) - - : Use enum classes for AST subclasses (#719) (@marcauberer) - - : Add ignoreUnusedReturnValue attribute for functions (#720) (@marcauberer) - - : Add StringStream implementation to std (#721) (@marcauberer) - - : Fix missing memcpy of field in default copy ctor (#722) (@marcauberer) - - : Fix copying ref to val (#723) (@marcauberer) - - : Make use of StringStream in bootstrap compiler (#724) (@marcauberer) - - : Bump mkdocs-material from 9.5.49 to 9.5.50 in /docs (#725) (@dependabot[bot]) - - : Bump mkdocs-material[imaging] from 9.5.49 to 9.5.50 in /docs (#726) (@dependabot[bot]) - - : Fix release workflow (#727) (@marcauberer) - What to do next? - - Install Spice - - Visit www.spicelang.com to test the new features -ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.21.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.yaml b/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.yaml deleted file mode 100644 index c847e7a4dcd18..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.21.0/ChilliBits.Spice.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.21.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.installer.yaml b/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.installer.yaml new file mode 100644 index 0000000000000..2ae73cecf7662 --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.21.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: '{9D8EC893-8527-407B-B717-BED1A3FB756B}' +ReleaseDate: 2025-02-05 +AppsAndFeaturesEntries: +- ProductCode: '{9D8EC893-8527-407B-B717-BED1A3FB756B}' + UpgradeCode: '{D2653DE3-AE66-449B-8ABC-33834679DBCC}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Spice' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/spicelang/spice/releases/download/0.21.1/spice_x64_setup.msi + InstallerSha256: 63D1BC32EC50D4D1DEA2BA0B88732D437903FFD1E4913106C6CCE9CB505D8800 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.locale.en-US.yaml b/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.locale.en-US.yaml new file mode 100644 index 0000000000000..7ea0cbdd915e2 --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.21.1 +PackageLocale: en-US +Publisher: ChilliBits +PublisherUrl: https://chillibits.com/ +PublisherSupportUrl: https://www.spicelang.com/ +PrivacyUrl: https://www.chillibits.com/en/legal-notice +Author: Marc Auberer +PackageName: Spice +PackageUrl: https://www.spicelang.com/ +License: MIT +LicenseUrl: https://github.com/spicelang/spice/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021-2023 ChilliBits +ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. +Description: |- + The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. + Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. +Tags: +- antlr +- chillibits +- cli +- compiler +- docker +- language +- llvm +- programming-language +- spice +ReleaseNotes: |- + Changelog + - f08ddbf: Also emit module flags when compiling without debug info (#728) (@marcauberer) + - 3ab679f: Minor fixes of the bootstrap compiler (#729) (@marcauberer) + - bcb638d: Don't try to use mold when cross-compiling to Windows (#730) (@marcauberer) + - 16008ac: Disallow instructions before allocas in entry block (#731) (@marcauberer) + - d294b1d: Update repository cache before installing dependencies (#732) (@marcauberer) + - f7799b6: Fix bug on result var assign (#733) (@marcauberer) + - 39f09ec: Use DWARF v5 (#734) (@marcauberer) + - cd3033b: Make panic builtin print user message from error object (#735) (@marcauberer) + - b27a730: Remove support for empty array initializers (#736) (@marcauberer) + - 053c4c5: Rework socket std (#737) (@marcauberer) + - f48aeeb: Avoid unnecessary typechecker post runs (#738) (@marcauberer) + - 8915f80: Refactoring and code optimization (#740) (@marcauberer) + - 404ceaa: Add dependency graph dumper (#741) (@marcauberer) + - a2ef7a4: Rename type specifiers to type qualifiers (#742) (@marcauberer) + - ed2d481: Extend bootstrap compiler type management (#743) (@marcauberer) + - 0b24637: Fix duplicate symbol name bug (#744) (@marcauberer) + - aaea818: Allow global variables in case constants (#745) (@marcauberer) + - fdd1f14: Add test for bootstrap compiler TypeQualifiers (#746) (@marcauberer) + - 1457274: Add addititonal memory runtime functions (#747) (@marcauberer) + - 9b07577: Extend bootstrap compiler type system (#748) (@marcauberer) + - 7aac9c3: Treat identity cases as non-opaque (#749) (@marcauberer) + - eeff600: Fix missing linker error output (#750) (@marcauberer) + - 97de8b1: Fix ifdefed Windows code (#751) (@marcauberer) + - 4fb4cce: Upgrade to LLVM 20.1.0-rc1 (#752) (@marcauberer) + - 3ffea00: Move unreachable member to StmtNode (#753) (@marcauberer) + - 115846f: Move symbol types vector to expr node (#754) (@marcauberer) + - 9e7923a: Bump mkdocs-git-committers-plugin-2 from 2.4.1 to 2.5.0 in /docs (#757) (@dependabot[bot]) + - e1b75af: Bump mkdocs-material from 9.5.50 to 9.6.1 in /docs (#755) (@dependabot[bot]) + - 1ab1aec: Bump mkdocs-material[imaging] from 9.5.50 to 9.6.1 in /docs (#756) (@dependabot[bot]) + - 88d8a5d: Fix crash on invalid assign (#758) (@marcauberer) + - 989fdcb: Fix build error on Windows (#759) (@marcauberer) + What to do next? + - Install Spice + - Visit www.spicelang.com to test the new features +ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.21.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.yaml b/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.yaml new file mode 100644 index 0000000000000..5654f9fd48be6 --- /dev/null +++ b/manifests/c/ChilliBits/Spice/0.21.1/ChilliBits.Spice.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ChilliBits.Spice +PackageVersion: 0.21.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.installer.yaml b/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.installer.yaml deleted file mode 100644 index 28740afe5678e..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.9.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2022-07-16 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/spicelang/spice/releases/download/0.9.0/spice_x64_setup.msi - InstallerSha256: E1924B5D3E1CC20AEF2F430C3369589047DCC684897D0DC05CD2A2D710CDF54D - ProductCode: '{D03A24BD-7500-4838-B91D-00D5CABC9D65}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.locale.de-DE.yaml b/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.locale.de-DE.yaml deleted file mode 100644 index 934a5ccdbc6f3..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.locale.de-DE.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.9.0 -PackageLocale: de-DE -Publisher: ChilliBits -PublisherUrl: https://chillibits.com/ -PublisherSupportUrl: https://www.spicelang.com -PrivacyUrl: https://www.chillibits.com/en/legal-notice/ -Author: Marc Auberer -PackageName: Spice -PackageUrl: https://www.spicelang.com/ -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Spice ist eine statisch typisierte, einfach zu lernende und kompilierte Sprache. Sie bietet Unterstützung für Cross-Compiling und eignet sich besonders für systemnahe Programmierung. -Description: Die Programmiersprache Spice ist eine kompilierte Sprache, die vor allem mit ihrer Ausführungsgeschwindigkeit und der universelle Einsetzbarkeit punkten kann. Spice orientiert sich teilweise an Golang und C, verbessert allerdings einige Dinge durch Abstraktion die die Produktivität negativ beeinflussen. -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.locale.en-US.yaml b/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.locale.en-US.yaml deleted file mode 100644 index f63e7981af24a..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.9.0 -PackageLocale: en-US -Publisher: ChilliBits -PublisherUrl: https://chillibits.com/ -PublisherSupportUrl: https://www.spicelang.com -PrivacyUrl: https://www.chillibits.com/en/legal-notice/ -Author: Marc Auberer -PackageName: Spice -PackageUrl: https://www.spicelang.com -License: MIT -LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE -Copyright: (c) Marc Auberer 2021-2022 -# CopyrightUrl: -ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. -Description: The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. -# Moniker: -Tags: -- antlr -- chillibits -- cli -- compiler -- docker -- language -- llvm -- programming-language -- spice -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.9.0 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.yaml b/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.yaml deleted file mode 100644 index a4a4caa3c7c91..0000000000000 --- a/manifests/c/ChilliBits/Spice/0.9.0/ChilliBits.Spice.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: ChilliBits.Spice -PackageVersion: 0.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.installer.yaml b/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.installer.yaml new file mode 100644 index 0000000000000..036bf6199ab1f --- /dev/null +++ b/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Chocolatey.Chocolatey +PackageVersion: 2.4.2.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ExpectedReturnCodes: +- InstallerReturnCode: 1603 + ReturnResponse: alreadyInstalled + ReturnResponseUrl: https://ch0.co/cli-msi +UpgradeBehavior: deny +ProductCode: '{05EE17BE-20A4-48AE-ABCE-4D5DF7B1C743}' +RequireExplicitUpgrade: true +AppsAndFeaturesEntries: +- DisplayName: Chocolatey (Install Only) + UpgradeCode: '{62FC4E65-47F0-488A-B841-ECA07E98A58B}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chocolatey/choco/releases/download/2.4.2/chocolatey-2.4.2.0.msi + InstallerSha256: DB5DB37062C9CECFAF8BDB13B234AE78E8CCDE800BE0113B0218FE3ECBDEDAC7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.locale.en-US.yaml b/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.locale.en-US.yaml new file mode 100644 index 0000000000000..51d7fb6ec042e --- /dev/null +++ b/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Chocolatey.Chocolatey +PackageVersion: 2.4.2.0 +PackageLocale: en-US +Publisher: Chocolatey Software, Inc. +PublisherUrl: https://chocolatey.org +PublisherSupportUrl: https://github.com/chocolatey/choco/issues +PackageName: Chocolatey +PackageUrl: https://github.com/chocolatey/choco +License: Apache v2 +LicenseUrl: https://github.com/chocolatey/choco/blob/develop/LICENSE +ShortDescription: Chocolatey is The Package Manager for Windows. It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure and uses PowerShell as its focus for delivering packages. +InstallationNotes: The Chocolatey CLI MSI is intended for installation only! If upgrading from 5.x of Licensed Extension, or 1.x of other Chocolatey products, see the upgrade guide at https://ch0.co/upv2v6 before continuing. Otherwise, run `choco upgrade chocolatey`. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.yaml b/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.yaml new file mode 100644 index 0000000000000..c25860cdb948d --- /dev/null +++ b/manifests/c/Chocolatey/Chocolatey/2.4.2.0/Chocolatey.Chocolatey.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Chocolatey.Chocolatey +PackageVersion: 2.4.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.installer.yaml b/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.installer.yaml new file mode 100644 index 0000000000000..a854ca3a67239 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 133.0.6943.53 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: chromedriver-win64/chromedriver.exe + PortableCommandAlias: chromedriver +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/133.0.6943.53/win64/chromedriver-win64.zip + InstallerSha256: 3396F0C82895E3951EA2A545D3E84F7B34B02D0E27E73D452D3D93FB7F77890C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.locale.en-US.yaml b/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.locale.en-US.yaml new file mode 100644 index 0000000000000..2578a6b7962d8 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 133.0.6943.53 +PackageLocale: en-US +Publisher: Chromium +PublisherUrl: https://www.chromium.org/ +PackageName: ChromeDriver for Chrome 111 +PackageUrl: https://chromedriver.chromium.org/ +License: Proprietary +Copyright: Copyright 2015 The Chromium Authors +ShortDescription: An open source tool for automated testing of webapps across many browsers +Description: WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS). +Documentations: +- DocumentUrl: https://chromedriver.chromium.org/documentation +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.yaml b/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.yaml new file mode 100644 index 0000000000000..cf2b8ae9e26ee --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/133.0.6943.53/Chromium.ChromeDriver.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 133.0.6943.53 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.installer.yaml b/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.installer.yaml new file mode 100644 index 0000000000000..4cd07a94fe8dc --- /dev/null +++ b/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.installer.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Citadel5-JP.GS-Calc +PackageVersion: 21.5 +InstallerLocale: en-US +Platform: + - Windows.Desktop +InstallerType: exe +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /silent /no-start + SilentWithProgress: /silent /no-start + Interactive: /interactive +UpgradeBehavior: install +FileExtensions: + - csv + - dbf + - dbt + - ftp + - gsc + - html + - ods + - pdf + - sql + - sqlite + - txt + - xls + - xlsx + - zip +ReleaseDate: 2025-02-06 +Installers: + - Architecture: x64 + InstallerUrl: https://citadel5.com/gscalc21.5_x64.exe + InstallerSha256: 20c0ab7b74ee7dbea93456e9a18e811b987e141e50287ee202bd2d9ed0e04ad9 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.locale.en-US.yaml b/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.locale.en-US.yaml new file mode 100644 index 0000000000000..2a649378ea422 --- /dev/null +++ b/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.locale.en-US.yaml @@ -0,0 +1,57 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Citadel5-JP.GS-Calc +PackageVersion: 21.5 +PackageLocale: en-US +Publisher: Citadel5 +PublisherUrl: https://citadel5.com +PublisherSupportUrl: https://citadel5.com/support.htm +# PrivacyUrl: +# Author: +PackageName: GS-Calc +PackageUrl: https://citadel5.com/gs-calc.htm +License: Trial, proprietary +# LicenseUrl: +Copyright: © 2025 Citadel5 - All rights reserved. +# CopyrightUrl: +ShortDescription: GS-Calc is a modern spreadsheet with unique capabilities for processing big data sets. +Description: GS-Calc is a spreadsheet that can be used for various purposes thanks to its scalability - editing/cleaning CSV, text files with millions of rows, splitting/merging files in the XLSX/XLS, text and other file formats, building complex data models with millions of formulas and around 450 built-in functions. GS-Calc features fast binary lookup's with dynamic internal sorting when processing tens of gigabytes of data or more, 4GB+ workbook files, 32 million rows x 16,384 columns, a unique feature of organizing worksheets in a tree form, pivot tables with 32 million rows and 25 data field functions, up to 64 processor cores during calculations, built-in Monte Carlo Simulations e.g. to easily estimate risk in business, costs, future pensions or simply to reverse-calculate formulas etc., array/"spilling" formulas for any functions written by users in C/C++ as plain DLL libraries even to replace all built-in functions. You can work in up to 100 synchronized panes for each open workbook to monitor results in various sheets and their regions. GS-Calc can be installed on any portable storage device and used without performing any registry modifications. +# Moniker: +Tags: + - 32-million-rows + - big-data + - charts + - csv-editor + - database-editor + - filtering + - GS-Calc + - in-cell-charts + - integer-programming + - linear-programming + - monte-carlo-simulations + - pivot-tables + - portable-spreadsheet + - quadratic-programming + - spreadsheet + - Python integration +Agreements: + - AgreementLabel: EULA + AgreementUrl: https://citadel5.com/gscalc.trial.agreement.txt +# ReleaseNotes: +ReleaseNotesUrl: https://citadel5.com/gs-calc.htm +PurchaseUrl: https://citadel5.com/ordering.htm +InstallationNotes: |- + Use the following switches to overwrite the default manifest silent installation: + /interactive - use the complete GUI to install GS-Calc, start it and open the sample database automatically + /no-shortcut - don't create the desktop shortcut + /portable - portable installation (the settings.xml file is stored in the installation folder, not in the local user’s account system data folder). + /location - overwrites the default installation folder. For interactive installations you can specify any installation folder in the setup window and this switch only initiates a given value in the corresponding edit field. + For silent installations: + if no /location switch is specified, GS-Calc looks for any existing previous installation checking the uninstall key and re-uses the previous folder or otherwise installs in the %LOCALAPPDATA%\GS-Calc folder if it’s started by normal users and in the c:\Program Files\GS-Calc if it’s started by elevated users (admins). + if the /location switch is specified without a path, GS-Calc ignores any existing installation folder and proceeds with the system locations as above, + if the /location switch is followed by a path, it must be a full path that will be used to install it. +Documentations: +- DocumentLabel: HTML Manual + DocumentUrl: https://citadel5.com/help/gscalc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.yaml b/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.yaml new file mode 100644 index 0000000000000..1df27024d1f80 --- /dev/null +++ b/manifests/c/Citadel5-JP/GS-Calc/21.5/Citadel5-JP.GS-Calc.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Citadel5-JP.GS-Calc +PackageVersion: 21.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.installer.yaml b/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.installer.yaml deleted file mode 100644 index c6e9255729861..0000000000000 --- a/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ClassicOldSong.Apollo -PackageVersion: 0.2.9-alpha.1 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2025-01-24 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Apollo' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/ClassicOldSong/Apollo/releases/download/v0.2.9-alpha.1/Apollo.exe - InstallerSha256: 46BE4FD0E003112A985019A7C83165565A6DD2970D96ED820AE0296E140734D0 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.locale.en-US.yaml b/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.locale.en-US.yaml deleted file mode 100644 index 0481b0cbdc50e..0000000000000 --- a/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ClassicOldSong.Apollo -PackageVersion: 0.2.9-alpha.1 -PackageLocale: en-US -Publisher: Yukino Song -PublisherUrl: https://github.com/ClassicOldSong -PublisherSupportUrl: https://github.com/ClassicOldSong/Apollo/issues -Author: Yukino Song -PackageName: Apollo -PackageUrl: https://github.com/ClassicOldSong/Apollo -License: GPL-3.0 -LicenseUrl: https://github.com/ClassicOldSong/Apollo/blob/master/LICENSE -ShortDescription: |- - Sunshine fork - The easiest way to stream with the native resolution of your client device. -Description: |- - Apollo is a self-hosted desktop stream host for Artemis(Moonlight Noir). Offering low latency, - native client resolution, cloud gaming server capabilities with support for AMD, Intel, and - Nvidia GPUs for hardware encoding. Software encoding is also available. A web UI is provided to - allow configuration and client pairing from your favorite web browser. Pair from the local server - or any mobile device. -ReleaseNotesUrl: https://github.com/ClassicOldSong/Apollo/releases/tag/v0.2.9-alpha.1 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.yaml b/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.yaml deleted file mode 100644 index b4bd139939844..0000000000000 --- a/manifests/c/ClassicOldSong/Apollo/0.2.9-alpha.1/ClassicOldSong.Apollo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ClassicOldSong.Apollo -PackageVersion: 0.2.9-alpha.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.installer.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.installer.yaml new file mode 100644 index 0000000000000..d93108d59dfef --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.9-alpha.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Apollo +ReleaseDate: 2025-02-03 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Apollo' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClassicOldSong/Apollo/releases/download/v0.2.9-alpha.3/Apollo.exe + InstallerSha256: BCE978C83826C7FABEF7B601698B0B34507CE89540220C252DEC56D854D170AD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.locale.en-US.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.locale.en-US.yaml new file mode 100644 index 0000000000000..a310787d72758 --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.9-alpha.3 +PackageLocale: en-US +Publisher: Yukino Song +PublisherUrl: https://github.com/ClassicOldSong +PublisherSupportUrl: https://github.com/ClassicOldSong/Apollo/issues +Author: Yukino Song +PackageName: Apollo +PackageUrl: https://github.com/ClassicOldSong/Apollo +License: GPL-3.0 +LicenseUrl: https://github.com/ClassicOldSong/Apollo/blob/master/LICENSE +ShortDescription: Sunshine fork - The easiest way to stream with the native resolution of your client device. +Description: |- + Apollo is a self-hosted desktop stream host for Artemis(Moonlight Noir). Offering low latency, + native client resolution, cloud gaming server capabilities with support for AMD, Intel, and + Nvidia GPUs for hardware encoding. Software encoding is also available. A web UI is provided to + allow configuration and client pairing from your favorite web browser. Pair from the local server + or any mobile device. +Tags: +- gaming +- remote-control +- remote-desktop +- streaming +ReleaseNotes: |- + 1. Fix extra comma in default apps (Windows) + + If you encounter display being toggled on and off constantly while using the latest versions, first quit Apollo (you can access the web UI from another device, by enter https://your.host.ip.address:[webuiPort] to your browser, then in Troubleshooting page tap Quit Apollo), then go to Apollo's install dir, under config dir remove display_device.state. + [Warning] + It is highly recommend to remove any other virtual display solutions from your system and Apollo/Sunshine config, to reduce confusions and compatibility issues. + [Note] + VirusTotal scan report for this build + Why Windows always report file as harmful? +ReleaseNotesUrl: https://github.com/ClassicOldSong/Apollo/releases/tag/v0.2.9-alpha.3 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.yaml new file mode 100644 index 0000000000000..5be4aa4f5f220 --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.3/ClassicOldSong.Apollo.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.9-alpha.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.installer.yaml index 41e525ec3c9c4..e4bcc9953840d 100644 --- a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.0 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{1161779C-3383-495E-9182-27FC5773076A}' ReleaseDate: 2024-08-01 AppsAndFeaturesEntries: - UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' @@ -19,5 +18,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.10.0/bottom_x86_64_installer.msi InstallerSha256: 9624978E91674E3BA802588AD6FCA4AE1B514F3C914011C82FEEA082D46CEEED + ProductCode: '{1161779C-3383-495E-9182-27FC5773076A}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.locale.en-US.yaml index 2d08d599e9827..0414f4d1410b6 100644 --- a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -56,5 +58,8 @@ ReleaseNotes: |- - #1355: Reduce chances of non-D0 devices waking up due to temperature checks on Linux. - #1410: Fix uptime calculation for Linux. ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.10.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.yaml index f556bf0c3d6e9..cb302841ca011 100644 --- a/manifests/c/Clement/bottom/0.10.0/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.10.0/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.installer.yaml index 41a9078c45fcb..ddc51adb4fa25 100644 --- a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.1 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{A056372B-6971-4CF7-B060-08878D3AA322}' ReleaseDate: 2024-08-01 AppsAndFeaturesEntries: - UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' @@ -19,5 +18,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.10.1/bottom_x86_64_installer.msi InstallerSha256: B3B4A7BD51C052369B09361ACFEF6951D943F21E82297A601615188438D1D138 + ProductCode: '{A056372B-6971-4CF7-B060-08878D3AA322}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.locale.en-US.yaml index 53fc751692789..d1372e0d2a125 100644 --- a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/ClementTsang/bottom/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -25,5 +27,8 @@ ReleaseNotes: |- Bug Fixes - #1526: Fix --help description being incorrectly set for a flag. ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.10.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.yaml index 033078bf80558..e11ddd7cd010f 100644 --- a/manifests/c/Clement/bottom/0.10.1/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.10.1/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.installer.yaml index f808b8fb84a25..6d51664f357a7 100644 --- a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.2 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{CAFBCB85-76BA-4384-A5F8-A0F36F8D4A23}' ReleaseDate: 2024-08-06 AppsAndFeaturesEntries: - UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' @@ -19,5 +18,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_x86_64_installer.msi InstallerSha256: AF2D48ECD7856A7780FCEBD07850797FBFC32D972E8EAF461ED4CDFA21977A80 + ProductCode: '{CAFBCB85-76BA-4384-A5F8-A0F36F8D4A23}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.locale.en-US.yaml index 223e279e1a7a2..ac03825bb1953 100644 --- a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/ClementTsang/bottom/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -29,5 +31,8 @@ ReleaseNotes: |- - #1542: Fix confusing process run times being reported on macOS. - #1543: Fix the --default_cpu_entry argument not being checked. ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.10.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.yaml index c55ee8445ccad..30b01e7a628c1 100644 --- a/manifests/c/Clement/bottom/0.10.2/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.10.2/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser using komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.10.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.4.6/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.4.6/Clement.bottom.installer.yaml index 04d56bf36a56b..d4b0e93d434a4 100644 --- a/manifests/c/Clement/bottom/0.4.6/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.4.6/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.4.6 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 8B4E17F47F0BEC823F0B2C3CFDBBEDEDB986609F3D266C4A8A17504D169E28E4 ProductCode: '{97E2D30D-D093-4B70-AEF0-BBBFF266ADE6}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.4.6/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.4.6/Clement.bottom.locale.en-US.yaml index bd548d36b550e..fc367b406b716 100644 --- a/manifests/c/Clement/bottom/0.4.6/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.4.6/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.4.6 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.4.6/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.4.6/Clement.bottom.yaml index c6fdaa1ae189a..d401065a9f374 100644 --- a/manifests/c/Clement/bottom/0.4.6/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.4.6/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.4.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.4.7/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.4.7/Clement.bottom.installer.yaml index 03a16b2ca0147..1a3022bc117ce 100644 --- a/manifests/c/Clement/bottom/0.4.7/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.4.7/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.4.7 @@ -11,4 +11,4 @@ Installers: InstallerSha256: D983BD6C50434BE02AA30741D57EB36EAC6599E224B513979E76A062A05AACE5 ProductCode: '{70131D39-8468-41B0-892A-75A072AD7938}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.4.7/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.4.7/Clement.bottom.locale.en-US.yaml index b49098af5efd5..c683386fbe314 100644 --- a/manifests/c/Clement/bottom/0.4.7/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.4.7/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.4.7 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.4.7/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.4.7/Clement.bottom.yaml index 1f231a0897e02..861590ba6893e 100644 --- a/manifests/c/Clement/bottom/0.4.7/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.4.7/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.4.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.0/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.5.0/Clement.bottom.installer.yaml index 17b84e7d3b9ce..7f176a928f68e 100644 --- a/manifests/c/Clement/bottom/0.5.0/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.5.0/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: B86F596BDDDD502C788612D759ADDC2F7ED84B643BC969C9B16BC84505907D8C ProductCode: '{85517740-2FE8-4B77-B57F-A608AB5C6058}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.0/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.5.0/Clement.bottom.locale.en-US.yaml index c359c32ccb7a6..ae3fbb5ca0950 100644 --- a/manifests/c/Clement/bottom/0.5.0/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.5.0/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.0 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.0/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.5.0/Clement.bottom.yaml index 4a5a43e7c2734..dc52a0e614c34 100644 --- a/manifests/c/Clement/bottom/0.5.0/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.5.0/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.1/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.5.1/Clement.bottom.installer.yaml index 45004d60a5c2f..139201e24ecea 100644 --- a/manifests/c/Clement/bottom/0.5.1/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.5.1/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 76AC41D55720014869990A3867176388E1358923262E803010CE13B8828CA41B ProductCode: '{8B39BF42-8C83-47CC-AAC1-C32C3A7800DF}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.1/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.5.1/Clement.bottom.locale.en-US.yaml index b5540fd98c378..78501cccc2550 100644 --- a/manifests/c/Clement/bottom/0.5.1/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.5.1/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.1 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.1/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.5.1/Clement.bottom.yaml index 59450e5415981..6b8c71e78597e 100644 --- a/manifests/c/Clement/bottom/0.5.1/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.5.1/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.2/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.5.2/Clement.bottom.installer.yaml index 71f247c0d50ac..4854a2b012415 100644 --- a/manifests/c/Clement/bottom/0.5.2/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.5.2/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 40AD9CE9E45AE00485FD49C82F942B9D6726AE067CA348FF788AD1BB63D12087 ProductCode: '{F69B57D9-7300-438A-AF88-40F9B2599F38}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.2/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.5.2/Clement.bottom.locale.en-US.yaml index 1c387d9095999..c5b58bde0c906 100644 --- a/manifests/c/Clement/bottom/0.5.2/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.5.2/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.2 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.2/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.5.2/Clement.bottom.yaml index bf0ef8a55d72a..62e52eff924a6 100644 --- a/manifests/c/Clement/bottom/0.5.2/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.5.2/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.3/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.5.3/Clement.bottom.installer.yaml index 2eaaa0f829e38..928e7f1667141 100644 --- a/manifests/c/Clement/bottom/0.5.3/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.5.3/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.3 @@ -11,4 +11,4 @@ Installers: InstallerSha256: AD499B314EDB26C46423B2F737CBC37F31BBACEFB91AE7858A0B0BD1A0479119 ProductCode: '{0AC3A3EB-681E-4D14-965E-304A89E2151B}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.3/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.5.3/Clement.bottom.locale.en-US.yaml index 4d7c1f0377619..8ddb6f344a972 100644 --- a/manifests/c/Clement/bottom/0.5.3/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.5.3/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.3 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.3/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.5.3/Clement.bottom.yaml index 59914f3a4f7b7..1b0a827cc45e9 100644 --- a/manifests/c/Clement/bottom/0.5.3/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.5.3/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.4/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.5.4/Clement.bottom.installer.yaml index e4c389be7b535..fda4169460c54 100644 --- a/manifests/c/Clement/bottom/0.5.4/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.5.4/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.4 @@ -11,4 +11,4 @@ Installers: InstallerSha256: A1F3C0CCB3C5BAD779EBA5035409B80C9891AF8A03F2E490FED83DBFEB383621 ProductCode: '{153F7978-6395-404E-9166-C213CFAAAF5B}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.4/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.5.4/Clement.bottom.locale.en-US.yaml index 33876fbed0eae..a52e436a69070 100644 --- a/manifests/c/Clement/bottom/0.5.4/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.5.4/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.4 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.4/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.5.4/Clement.bottom.yaml index 48eae90b5a06e..f75bea8b68003 100644 --- a/manifests/c/Clement/bottom/0.5.4/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.5.4/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.5/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.5.5/Clement.bottom.installer.yaml index 1d2c511222912..6df70ab61f9bc 100644 --- a/manifests/c/Clement/bottom/0.5.5/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.5.5/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.5 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 1E6233AB826AFA9CE2C4E91DF213EAD5EC8240670F47EAF25A030B767DE88871 ProductCode: '{059FE955-F759-47AD-9DB2-158A58AD7CA5}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.5/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.5.5/Clement.bottom.locale.en-US.yaml index 0d5d6bd6e600f..2287bdc334d21 100644 --- a/manifests/c/Clement/bottom/0.5.5/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.5.5/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.5 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.5/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.5.5/Clement.bottom.yaml index a2dbb162ac0b0..17797ce0cc30f 100644 --- a/manifests/c/Clement/bottom/0.5.5/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.5.5/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.6/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.5.6/Clement.bottom.installer.yaml index 35b2ea169218c..791d536e85847 100644 --- a/manifests/c/Clement/bottom/0.5.6/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.5.6/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.6 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 106577B1833C2F5E75E69C4AE86AFB673A5611B21FD6A7B7D51E10EEADFA43F6 ProductCode: '{F329E4E1-D530-49D3-9AC7-65CD4496F61B}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.6/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.5.6/Clement.bottom.locale.en-US.yaml index ceda21bd379b7..1f45ab8436f7b 100644 --- a/manifests/c/Clement/bottom/0.5.6/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.5.6/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.6 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.6/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.5.6/Clement.bottom.yaml index 2d1bc730a6cdb..a33a7f6d3e053 100644 --- a/manifests/c/Clement/bottom/0.5.6/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.5.6/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.7/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.5.7/Clement.bottom.installer.yaml index b7875e82fdc60..37a949321cd91 100644 --- a/manifests/c/Clement/bottom/0.5.7/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.5.7/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.7 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 2E5E3E985CB2361DF670C3D0D8EC03B48B06C5ACC664CB11A79E8BE6B91C0F48 ProductCode: '{0FBC3B8D-4F85-4796-BE79-8445CC6EB7D6}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.7/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.5.7/Clement.bottom.locale.en-US.yaml index cad9b1cf218f7..2b42c1af1a3db 100644 --- a/manifests/c/Clement/bottom/0.5.7/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.5.7/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.7 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.5.7/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.5.7/Clement.bottom.yaml index cffeebe3b78a5..3be6e7025c753 100644 --- a/manifests/c/Clement/bottom/0.5.7/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.5.7/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.5.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.0/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.6.0/Clement.bottom.installer.yaml index 133539604fee1..85fc9d5a483e1 100644 --- a/manifests/c/Clement/bottom/0.6.0/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.6.0/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 08D4A424980C52CD737AD52E5D140AA12296F911C8B86CDDB26C0FA6BAD06E51 ProductCode: '{667F7FFD-81E5-4B30-B8DF-E866DF0921A8}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.0/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.6.0/Clement.bottom.locale.en-US.yaml index 599fafbf96574..59f8031fb70bf 100644 --- a/manifests/c/Clement/bottom/0.6.0/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.6.0/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.0 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.0/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.6.0/Clement.bottom.yaml index bbcbaafb41df9..e2cf087567dd4 100644 --- a/manifests/c/Clement/bottom/0.6.0/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.6.0/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.1/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.6.1/Clement.bottom.installer.yaml index 833f2f8f11485..9a2b50f5bd9fd 100644 --- a/manifests/c/Clement/bottom/0.6.1/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.6.1/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.1 @@ -13,4 +13,4 @@ Installers: InstallerSha256: 18686ACE99EF17414EBE2CC791A9E41B16B8494EAE2823212F77A3EB631ACC7F ProductCode: '{FD642B06-C2AB-4F29-BAAC-FFFB48531742}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.1/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.6.1/Clement.bottom.locale.en-US.yaml index df1984052c66a..8bb2af8fefad8 100644 --- a/manifests/c/Clement/bottom/0.6.1/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.6.1/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.1 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.1/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.6.1/Clement.bottom.yaml index ec5a7eeea68ea..15b5daeff6435 100644 --- a/manifests/c/Clement/bottom/0.6.1/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.6.1/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.2/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.6.2/Clement.bottom.installer.yaml index 64b397943ef91..b8e4e5b941d7a 100644 --- a/manifests/c/Clement/bottom/0.6.2/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.6.2/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 5C15ED5D58E85FA7192CB16B31A4F383D36EC57719BB0647034F1266EBA739CE ProductCode: '{318844A9-4EBB-4E78-8181-01853D60A4F8}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.2/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.6.2/Clement.bottom.locale.en-US.yaml index 941d29e4a8ec1..e0a79f4f47070 100644 --- a/manifests/c/Clement/bottom/0.6.2/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.6.2/Clement.bottom.locale.en-US.yaml @@ -1,29 +1,31 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.2 PackageLocale: en-US Publisher: Clement Tsang -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom License: MIT License LicenseUrl: https://github.com/ClementTsang/bottom/blob/master/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.2/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.6.2/Clement.bottom.yaml index fbd9f358109d0..62b466e05faa9 100644 --- a/manifests/c/Clement/bottom/0.6.2/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.6.2/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.3/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.6.3/Clement.bottom.installer.yaml index 10050dba380e4..ef4e7493bb48f 100644 --- a/manifests/c/Clement/bottom/0.6.3/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.6.3/Clement.bottom.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.3 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: msi - Scope: machine +- Architecture: neutral InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.6.3/bottom_x86_64_installer.msi InstallerSha256: 2D6C3D05E893D9BC15DDC03B8086F980DB0EC0C368D535803B2BE09E45C0AB3B - UpgradeBehavior: install ProductCode: '{0EF9C249-7648-405A-B34C-ADDE98EF0253}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.3/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.6.3/Clement.bottom.locale.en-US.yaml index c9e0de34a1ea6..45a0ededc718c 100644 --- a/manifests/c/Clement/bottom/0.6.3/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.6.3/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.3 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom/ PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,10 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: -- tui - monitoring - terminal +- tui +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.3/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.6.3/Clement.bottom.yaml index 87cb538f61cfd..8abbae596f889 100644 --- a/manifests/c/Clement/bottom/0.6.3/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.6.3/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.4/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.6.4/Clement.bottom.installer.yaml index d2c4eab25e209..b8c01cc6ff565 100644 --- a/manifests/c/Clement/bottom/0.6.4/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.6.4/Clement.bottom.installer.yaml @@ -1,21 +1,21 @@ -# Created using YamlCreate.ps1 v1.1.7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.4 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: msi - Scope: machine +- Architecture: neutral InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.6.4/bottom_x86_64_installer.msi InstallerSha256: A382D6901BDE26DC806E5405AB5EC4527BE14C886CE56CD48283B3AF374C5F2C - UpgradeBehavior: install ProductCode: '{0D78A969-7FC8-4B72-B329-8C2BAFE70FE2}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.4/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.6.4/Clement.bottom.locale.en-US.yaml index 1b07ef85fed05..052dc1295f1e9 100644 --- a/manifests/c/Clement/bottom/0.6.4/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.6.4/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.4 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom/ PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,10 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: -- tui - monitoring - terminal +- tui +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.4/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.6.4/Clement.bottom.yaml index c52db0c3af9fa..b530b01dd5b38 100644 --- a/manifests/c/Clement/bottom/0.6.4/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.6.4/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.5/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.6.5/Clement.bottom.installer.yaml index cace2ac8d96eb..dc0389db45da0 100644 --- a/manifests/c/Clement/bottom/0.6.5/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.6.5/Clement.bottom.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.5 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -16,5 +16,6 @@ Installers: - Architecture: neutral InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.6.5/bottom_x86_64_installer.msi InstallerSha256: 33692E5956A1F00A6FAADB95FDCABA30A1616B856B72F3B9276C38E427E1C15A + ProductCode: '{CC985917-EEDF-470D-9975-7F71EDF57784}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.5/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.6.5/Clement.bottom.locale.en-US.yaml index 414cd78f93204..19d1bf135c7c5 100644 --- a/manifests/c/Clement/bottom/0.6.5/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.6.5/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom/ PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues -# PrivacyUrl: +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.5/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.6.5/Clement.bottom.yaml index 31a958ca76d18..91ce078411cc8 100644 --- a/manifests/c/Clement/bottom/0.6.5/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.6.5/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.6/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.6.6/Clement.bottom.installer.yaml index d5acab98e785c..e0fec7c918022 100644 --- a/manifests/c/Clement/bottom/0.6.6/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.6.6/Clement.bottom.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.6 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -16,5 +16,6 @@ Installers: - Architecture: neutral InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.6.6/bottom_x86_64_installer.msi InstallerSha256: 71571A609C8C6C0F89062D43C5DCE26141543EF7280EB4DA4220126F51621617 + ProductCode: '{81BD9ED7-82C5-4D63-8D96-E12A022ACEC2}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.6/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.6.6/Clement.bottom.locale.en-US.yaml index 9d9fecd3edf44..2a204a61d843d 100644 --- a/manifests/c/Clement/bottom/0.6.6/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.6.6/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom/ PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues -# PrivacyUrl: +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.6/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.6.6/Clement.bottom.yaml index dcd50375329ba..6e92da9e07cbe 100644 --- a/manifests/c/Clement/bottom/0.6.6/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.6.6/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.8/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.6.8/Clement.bottom.installer.yaml index 604f396f38519..74b369afb97d1 100644 --- a/manifests/c/Clement/bottom/0.6.8/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.6.8/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.8 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 43A860A1ECAC287CAF9745D774B0B2CE9C0A2A79D4048893E7649B0D8048EE58 ProductCode: '{AF717CCB-7714-4F8D-AECE-B03262D97663}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.8/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.6.8/Clement.bottom.locale.en-US.yaml index 83986300909d4..b17c1e66eb9e0 100644 --- a/manifests/c/Clement/bottom/0.6.8/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.6.8/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom/ PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues -# PrivacyUrl: +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. -# Description: +# Description: Moniker: bottom Tags: - monitoring - terminal - tui -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.6.8/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.6.8/Clement.bottom.yaml index 4790822ed32a1..ab89b37b86015 100644 --- a/manifests/c/Clement/bottom/0.6.8/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.6.8/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.6.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.7.0/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.7.0/Clement.bottom.installer.yaml index 5c2f7e74d0ca3..33c976ab86ec7 100644 --- a/manifests/c/Clement/bottom/0.7.0/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.7.0/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.7.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: CDB6C830AB475FD41187918ADD4D63FB5EC703D5C107944C8F67CD47555E1872 ProductCode: '{DB5C53EB-91B7-4E48-A5BE-DE006CA9C72D}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.7.0/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.7.0/Clement.bottom.locale.en-US.yaml index 80a4714494a75..5cf1ba495b862 100644 --- a/manifests/c/Clement/bottom/0.7.0/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.7.0/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.7.0 @@ -22,11 +22,10 @@ Tags: - monitoring - terminal - tui -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.7.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.7.0/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.7.0/Clement.bottom.yaml index 5cac9da7fe472..a42b47cd37b43 100644 --- a/manifests/c/Clement/bottom/0.7.0/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.7.0/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.7.1/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.7.1/Clement.bottom.installer.yaml index 14141dce8cc9e..a4eefbb83e3b7 100644 --- a/manifests/c/Clement/bottom/0.7.1/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.7.1/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.7.1 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 0E04A1C7690F8DB44E5BC52EF4AAA468192EAB1B072E60529181EB34162CECE3 ProductCode: '{EAF7F0E9-71EF-4001-98BA-A30828BAAEF8}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.7.1/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.7.1/Clement.bottom.locale.en-US.yaml index 164d5176098b9..e6686a750fed2 100644 --- a/manifests/c/Clement/bottom/0.7.1/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.7.1/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.7.1 @@ -22,11 +22,10 @@ Tags: - monitoring - terminal - tui -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.7.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.7.1/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.7.1/Clement.bottom.yaml index 92457f8cb5777..72c95f02c0c91 100644 --- a/manifests/c/Clement/bottom/0.7.1/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.7.1/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.8.0/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.8.0/Clement.bottom.installer.yaml index b811a658f1ca6..d8ce47f25f498 100644 --- a/manifests/c/Clement/bottom/0.8.0/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.8.0/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.8.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 2D6EF2FDC113694DC19EC21DA5027B1D5919F23A279A0CDD2EA3ABE337C99A92 ProductCode: '{4BAD3238-BF1C-4B5B-9BA8-209BA3EA169D}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.8.0/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.8.0/Clement.bottom.locale.en-US.yaml index 3c4661bf07bde..35c0de596e8a7 100644 --- a/manifests/c/Clement/bottom/0.8.0/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.8.0/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.8.0 @@ -22,11 +22,10 @@ Tags: - monitoring - terminal - tui -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.8.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.8.0/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.8.0/Clement.bottom.yaml index 2e73558fe2ccc..4b3d71772e523 100644 --- a/manifests/c/Clement/bottom/0.8.0/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.8.0/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.0/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.0/Clement.bottom.installer.yaml index ce8d839bed8f5..9bfabfee42433 100644 --- a/manifests/c/Clement/bottom/0.9.0/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.9.0/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.0 @@ -17,6 +17,6 @@ Installers: - Architecture: neutral InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.9.0/bottom_x86_64_installer.msi InstallerSha256: 07A917CFDFC6367F6F08459A9CD5CD30660E2675DD916B487B0FE72FDCD61425 - ProductCode: '{4BAD3238-BF1C-4B5B-9BA8-209BA3EA169D}' + ProductCode: '{607286D6-47AA-42BF-A22D-70B911CF8169}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.0/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.0/Clement.bottom.locale.en-US.yaml index 665324e39b0a7..afbf1d74ebcd2 100644 --- a/manifests/c/Clement/bottom/0.9.0/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.9.0/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.0 @@ -22,11 +22,10 @@ Tags: - monitoring - terminal - tui -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.0/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.0/Clement.bottom.yaml index 19d2a922829b0..4446b27659561 100644 --- a/manifests/c/Clement/bottom/0.9.0/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.9.0/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.1/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.1/Clement.bottom.installer.yaml index 1e65774a2fc5a..f9b6eec8de104 100644 --- a/manifests/c/Clement/bottom/0.9.1/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.9.1/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.1 @@ -17,6 +17,6 @@ Installers: - Architecture: neutral InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_x86_64_installer.msi InstallerSha256: F2C7CC56EBA5C617A97FFC6346ABB4C66AC12F2D0E58F01D2714E38016A01327 - ProductCode: '{4BAD3238-BF1C-4B5B-9BA8-209BA3EA169D}' + ProductCode: '{6A3C78F4-280A-4C76-AA19-ACC146CAB158}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.1/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.1/Clement.bottom.locale.en-US.yaml index 667c42e4bc2c1..aabb7227e20d2 100644 --- a/manifests/c/Clement/bottom/0.9.1/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.9.1/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.1 @@ -22,11 +22,10 @@ Tags: - monitoring - terminal - tui -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.1/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.1/Clement.bottom.yaml index b9483aff0f9b2..280710927bdfc 100644 --- a/manifests/c/Clement/bottom/0.9.1/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.9.1/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.2/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.2/Clement.bottom.installer.yaml index 733a2224a5160..d850a9e1e65bf 100644 --- a/manifests/c/Clement/bottom/0.9.2/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.9.2/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.2 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 784176EF8D8B71F08885D9C79F08A656244E863E8CA830B4251D0DF5BB393F9A ProductCode: '{D7C01A4A-209B-42C7-945A-195EB64A3961}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.2/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.2/Clement.bottom.locale.en-US.yaml index 94880e783a4dd..f10c73cf814ef 100644 --- a/manifests/c/Clement/bottom/0.9.2/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.9.2/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -33,5 +35,8 @@ ReleaseNotes: |- Other - #1199: bottom should build on aarch64-linux-android with features disabled. ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.2/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.2/Clement.bottom.yaml index e766a5832eb3b..d28144c7e21fb 100644 --- a/manifests/c/Clement/bottom/0.9.2/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.9.2/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.3/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.3/Clement.bottom.installer.yaml index c3635fefd742e..e928e1705c12f 100644 --- a/manifests/c/Clement/bottom/0.9.3/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.9.3/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 3b9a4ed06d0bd0597d4d69a89e1e9cc2cfb0c92d using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.3 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 688381C1BC866CDC65F3D2B07BD46DDD35B5276469F84DB84563BF9DEB1CE9E6 ProductCode: '{2D38F097-BF34-4A73-AAD3-8B59BE42F03D}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.3/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.3/Clement.bottom.locale.en-US.yaml index 8032e4bdcb034..ff488ddbdf119 100644 --- a/manifests/c/Clement/bottom/0.9.3/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.9.3/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 3b9a4ed06d0bd0597d4d69a89e1e9cc2cfb0c92d using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.3 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -30,5 +32,8 @@ ReleaseNotes: |- - #1206: Add .rpm package generation. - #1220: Update documentation for features supporting human times. ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.3/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.3/Clement.bottom.yaml index 61bb91db37459..d5d33c8118392 100644 --- a/manifests/c/Clement/bottom/0.9.3/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.9.3/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser 3b9a4ed06d0bd0597d4d69a89e1e9cc2cfb0c92d using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.4/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.4/Clement.bottom.installer.yaml index bd4fd42f6837d..bce496de084d4 100644 --- a/manifests/c/Clement/bottom/0.9.4/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.9.4/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.4 @@ -20,4 +20,4 @@ Installers: InstallerSha256: B402BC7FCB43F0413E1B0706AFC5CCCBF44C111BF31C90E662F8FE8FF371D9D6 ProductCode: '{B843A223-614E-4D2C-88B2-EF4D68A54AB4}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.4/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.4/Clement.bottom.locale.en-US.yaml index 0d24677a49317..a32fb40fd4470 100644 --- a/manifests/c/Clement/bottom/0.9.4/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.9.4/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.4 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -31,5 +33,8 @@ ReleaseNotes: |- - #1236: Hide the battery tab selector if there is only one battery detected. - #1251: Make the charge meter take the entire width of the battery widget (thanks to @gabelluardo). ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.4/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.4/Clement.bottom.yaml index 91c3fc0dd18e7..e2cf8cff306ee 100644 --- a/manifests/c/Clement/bottom/0.9.4/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.9.4/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.5/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.5/Clement.bottom.installer.yaml index ac4a72d4a79a5..582a8afc0ee49 100644 --- a/manifests/c/Clement/bottom/0.9.5/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.9.5/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.5 @@ -20,4 +20,4 @@ Installers: InstallerSha256: CD0FFFDB2555A6447E8D6847AD07BB431155B15C845FAE8CB07FD5822F729D8E ProductCode: '{A883E54F-CDD2-48DB-AB62-DF44FC78972A}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.5/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.5/Clement.bottom.locale.en-US.yaml index 543ad57c2703c..bd34a3b7ea97e 100644 --- a/manifests/c/Clement/bottom/0.9.5/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.9.5/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.5 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -24,5 +26,8 @@ ReleaseNotes: |- Other - #1278: Pin serde to 1.0.171. ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.5/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.5/Clement.bottom.yaml index d09c5c23f55e3..6cb172117ac64 100644 --- a/manifests/c/Clement/bottom/0.9.5/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.9.5/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.6/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.6/Clement.bottom.installer.yaml index 8cb6b6a323fe6..549ffdcb35797 100644 --- a/manifests/c/Clement/bottom/0.9.6/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.9.6/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.6 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{85586C1B-BA83-48C2-84CC-A719227D22CF}' ReleaseDate: 2023-08-27 AppsAndFeaturesEntries: - UpgradeCode: '{12D7F0F7-B0D8-40A1-8411-B3D6573591DD}' @@ -19,5 +18,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_x86_64_installer.msi InstallerSha256: A7C1927D85868145C8DE648D3A79991B7A379D1553BC20C2EC5D6BBD4972BBED + ProductCode: '{85586C1B-BA83-48C2-84CC-A719227D22CF}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.6/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.6/Clement.bottom.locale.en-US.yaml index d6d83d6ed2e2e..e1b08f556bf45 100644 --- a/manifests/c/Clement/bottom/0.9.6/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.9.6/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.6 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -25,5 +27,8 @@ ReleaseNotes: |- - #1286: Pin serde to 1.0.188 to help with potential cargo install issues. Note this version should be fine and not pull in binaries. ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.6/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.6/Clement.bottom.yaml index 8b06ada4e4542..1fe936771c1f7 100644 --- a/manifests/c/Clement/bottom/0.9.6/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.9.6/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.installer.yaml index 6b2c516fabc83..212f41960da35 100644 --- a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.installer.yaml +++ b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.7 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{85586C1B-BA83-48C2-84CC-A719227D22CF}' ReleaseDate: 2024-07-26 AppsAndFeaturesEntries: - UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' @@ -21,4 +20,4 @@ Installers: InstallerSha256: C588965644EBC43A3912682551C5152D02F863C6FE27BD7806E2DFEB212E03DB ProductCode: '{F489B387-3CA3-4B85-B3E7-537FDE1ABD5E}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.locale.en-US.yaml index 5e628f7d78990..37cc5e99362b8 100644 --- a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.locale.en-US.yaml +++ b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.7 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Clement Tsang PublisherUrl: https://github.com/ClementTsang/bottom PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +# PrivacyUrl: Author: Clement Tsang PackageName: bottom PackageUrl: https://github.com/ClementTsang/bottom @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE Copyright: Copyright (c) 2019 Clement Tsang CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE ShortDescription: Yet another cross-platform graphical process/system monitor. +# Description: Moniker: bottom Tags: - monitoring @@ -24,5 +26,8 @@ ReleaseNotes: |- Other - #1500: Fix builds for Rust 1.80. ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.9.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.yaml index 4ec2c9bdc8c7a..bfde899148413 100644 --- a/manifests/c/Clement/bottom/0.9.7/Clement.bottom.yaml +++ b/manifests/c/Clement/bottom/0.9.7/Clement.bottom.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser 79853c0938cc9946c1ec3cdd1b2e761bb0372b8c using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Clement.bottom PackageVersion: 0.9.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.installer.yaml b/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.installer.yaml new file mode 100644 index 0000000000000..2ed9b8bba2b8a --- /dev/null +++ b/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ClementSam.Compozify +PackageVersion: 0.2.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\compozify.exe + PortableCommandAlias: compozify +Commands: +- compozify +ReleaseDate: 2023-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/profclems/compozify/releases/download/v0.2.1/compozify_0.2.1_windows_386.zip + InstallerSha256: 2C618E9CFB4973F38B207EF3BA731BD88E0F4FE49C3158937B1608EF80442D31 +- Architecture: x64 + InstallerUrl: https://github.com/profclems/compozify/releases/download/v0.2.1/compozify_0.2.1_windows_amd64.zip + InstallerSha256: 79354775CAC53066C09C94D5EB189BB3D93229F671A6A5AE5D51DB14FEB777BC +- Architecture: arm64 + InstallerUrl: https://github.com/profclems/compozify/releases/download/v0.2.1/compozify_0.2.1_windows_arm64.zip + InstallerSha256: 5BD998B227D222881F1F09D2D3775C417C66B76972B61564E630FF118D153B6A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.locale.en-US.yaml b/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.locale.en-US.yaml new file mode 100644 index 0000000000000..8cca35793894a --- /dev/null +++ b/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ClementSam.Compozify +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: Clement Sam +PublisherUrl: https://github.com/profclems +PublisherSupportUrl: https://github.com/profclems/compozify/issues +# PrivacyUrl: +Author: Clement Sam +PackageName: Compozify +PackageUrl: https://github.com/profclems/compozify +License: MIT +LicenseUrl: https://github.com/profclems/compozify/blob/HEAD/LICENSE +Copyright: Copyright © 2023 Clement Sam +# CopyrightUrl: +ShortDescription: Convert "docker run" commands to docker compose files +Description: Compozify is a simple (yet complicated) tool to generate a docker-compose.yml file from a docker run command. +# Moniker: +Tags: +- docker +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/profclems/compozify/releases/tag/v0.2.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.locale.zh-CN.yaml b/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b60f51e975326 --- /dev/null +++ b/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ClementSam.Compozify +PackageVersion: 0.2.1 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 将“docker run”命令转换为 docker compose 文件 +Description: Compozify 是一个简单(又复杂)的工具,用于从 docker run 命令生成 docker-compose.yml 文件。 +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.yaml b/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.yaml new file mode 100644 index 0000000000000..194a84e7178c7 --- /dev/null +++ b/manifests/c/ClementSam/Compozify/0.2.1/ClementSam.Compozify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ClementSam.Compozify +PackageVersion: 0.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.installer.yaml b/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.installer.yaml deleted file mode 100644 index a88aabc607b26..0000000000000 --- a/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/25 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Clockify.Clockify -PackageVersion: 1.8.1 -InstallerLocale: en-US -InstallerType: msi -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: '{87FABBB8-1D58-4AC1-B967-E63B73670977}' -ReleaseDate: 2024-03-15 -AppsAndFeaturesEntries: -- UpgradeCode: '{A17CEE88-470D-49D0-A58D-40D503A0BEBF}' -Installers: -- Architecture: x64 - InstallerUrl: https://clockify.me/downloads/clockify-setup.msi - InstallerSha256: 4A8182566FABE72A1007D234137D6128B3807AF1578568F65FD0DC5757F0085A -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.locale.en-US.yaml b/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.locale.en-US.yaml deleted file mode 100644 index 81117e9fe0205..0000000000000 --- a/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/25 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Clockify.Clockify -PackageVersion: 1.8.1 -PackageLocale: en-US -Publisher: Clockify -PublisherSupportUrl: https://clockify.me/help/ -PrivacyUrl: https://clockify.me/privacy -Author: COING Inc -PackageName: Clockify -PackageUrl: https://clockify.me/ -License: Proprietary -LicenseUrl: https://clockify.me/terms -Copyright: Copyright (c) 2021 Clockify -CopyrightUrl: https://clockify.me/terms -ShortDescription: Clockify is a free time tracker -Moniker: clockify -Tags: -- clockify -- time -- timer -- tracker -- utility -- work -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.yaml b/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.yaml deleted file mode 100644 index 81f8e46d46e6e..0000000000000 --- a/manifests/c/Clockify/Clockify/1.8.1/Clockify.Clockify.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/25 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Clockify.Clockify -PackageVersion: 1.8.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.installer.yaml b/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.installer.yaml deleted file mode 100644 index e7c01b3399c10..0000000000000 --- a/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: CloudStack.Msty -PackageVersion: 1.5.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- msty -ReleaseDate: 2024-10-22 -Installers: -- Architecture: x64 - InstallerUrl: https://assets.msty.app/prod/latest/win/auto/Msty_x64.exe - InstallerSha256: 3EA503E37E1F51D06407798438754EF1776A17E113EAEB2D2CCDF298CD28165F - ProductCode: bfb499a5-d414-5cff-94fa-efc8c8d3bd7a -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.yaml b/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.yaml deleted file mode 100644 index 8c1f1f394b58a..0000000000000 --- a/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: CloudStack.Msty -PackageVersion: 1.5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.installer.yaml b/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.installer.yaml new file mode 100644 index 0000000000000..29618456dac7e --- /dev/null +++ b/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2025/Feb/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CloudStack.Msty +PackageVersion: 1.6.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- msty +ReleaseDate: 2024-10-22 +Installers: +- Architecture: x64 + InstallerUrl: https://assets.msty.app/prod/latest/win/auto/Msty_x64.exe + InstallerSha256: 17C436E472D811B7DB3C9579DFF117FDAFAA8C3104BACB3891560080FBA96117 + ProductCode: bfb499a5-d414-5cff-94fa-efc8c8d3bd7a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.locale.en-US.yaml b/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.locale.en-US.yaml similarity index 88% rename from manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.locale.en-US.yaml rename to manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.locale.en-US.yaml index a8106c6014c9f..8443a8aced0a6 100644 --- a/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.locale.en-US.yaml +++ b/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/26 +# Automatically updated by the winget bot at 2025/Feb/03 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CloudStack.Msty -PackageVersion: 1.5.1 +PackageVersion: 1.6.1 PackageLocale: en-US Publisher: CloudStack, LLC PublisherUrl: https://msty.app/ diff --git a/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.locale.zh-CN.yaml b/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.locale.zh-CN.yaml similarity index 88% rename from manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.locale.zh-CN.yaml rename to manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.locale.zh-CN.yaml index dae0cd5612017..e467b2886e64b 100644 --- a/manifests/c/CloudStack/Msty/1.5.1/CloudStack.Msty.locale.zh-CN.yaml +++ b/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/26 +# Automatically updated by the winget bot at 2025/Feb/03 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: CloudStack.Msty -PackageVersion: 1.5.1 +PackageVersion: 1.6.1 PackageLocale: zh-CN Publisher: CloudStack, LLC PublisherUrl: https://msty.app/ diff --git a/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.yaml b/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.yaml new file mode 100644 index 0000000000000..2f61a352a5ac5 --- /dev/null +++ b/manifests/c/CloudStack/Msty/1.6.1/CloudStack.Msty.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CloudStack.Msty +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.installer.yaml b/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.installer.yaml deleted file mode 100644 index 46e7e72c9278f..0000000000000 --- a/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: CloudStack.Msty.CPU -PackageVersion: 1.5.1 -InstallerType: nullsoft -Scope: user -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Protocols: -- msty -ReleaseDate: 2024-10-22 -Installers: -- Architecture: x64 - InstallerUrl: https://assets.msty.app/prod/latest/win/cpu/Msty_x64.exe - InstallerSha256: 2DB350494465C688E0F949ED0CB68A0BFF2B919325E0D2197507F0B2382877F0 - ProductCode: bfb499a5-d414-5cff-94fa-efc8c8d3bd7a -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.yaml b/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.yaml deleted file mode 100644 index 1affc48ac1a79..0000000000000 --- a/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/26 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: CloudStack.Msty.CPU -PackageVersion: 1.5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.installer.yaml b/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.installer.yaml new file mode 100644 index 0000000000000..df37f1bb6d5d4 --- /dev/null +++ b/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2025/Feb/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: CloudStack.Msty.CPU +PackageVersion: 1.6.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- msty +ReleaseDate: 2024-10-22 +Installers: +- Architecture: x64 + InstallerUrl: https://assets.msty.app/prod/latest/win/cpu/Msty_x64.exe + InstallerSha256: 402BDFD3540498B6C43E31E53F5A9A100DF12A84141C068E14B51BACEB20AC58 + ProductCode: bfb499a5-d414-5cff-94fa-efc8c8d3bd7a +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.locale.en-US.yaml b/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.locale.en-US.yaml similarity index 88% rename from manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.locale.en-US.yaml rename to manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.locale.en-US.yaml index 4ca8e27ebaea0..5c9428afff122 100644 --- a/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.locale.en-US.yaml +++ b/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/26 +# Automatically updated by the winget bot at 2025/Feb/03 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: CloudStack.Msty.CPU -PackageVersion: 1.5.1 +PackageVersion: 1.6.1 PackageLocale: en-US Publisher: CloudStack, LLC PublisherUrl: https://msty.app/ diff --git a/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.locale.zh-CN.yaml b/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.locale.zh-CN.yaml similarity index 88% rename from manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.locale.zh-CN.yaml rename to manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.locale.zh-CN.yaml index 79f75e3924ecf..f7bfa234e6092 100644 --- a/manifests/c/CloudStack/Msty/CPU/1.5.1/CloudStack.Msty.CPU.locale.zh-CN.yaml +++ b/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/26 +# Automatically updated by the winget bot at 2025/Feb/03 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: CloudStack.Msty.CPU -PackageVersion: 1.5.1 +PackageVersion: 1.6.1 PackageLocale: zh-CN Publisher: CloudStack, LLC PublisherUrl: https://msty.app/ diff --git a/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.yaml b/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.yaml new file mode 100644 index 0000000000000..03bcd4f66452d --- /dev/null +++ b/manifests/c/CloudStack/Msty/CPU/1.6.1/CloudStack.Msty.CPU.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: CloudStack.Msty.CPU +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.installer.yaml b/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.installer.yaml new file mode 100644 index 0000000000000..1b925b510731b --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.installer.yaml @@ -0,0 +1,21 @@ +# Created with AutoPublish using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2025.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{6CD0C712-CCD0-4EAA-8159-1F72186A9B1E}' +ReleaseDate: 2025-01-30 +AppsAndFeaturesEntries: +- ProductCode: '{6CD0C712-CCD0-4EAA-8159-1F72186A9B1E}' + UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\cloudflared' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cloudflare/cloudflared/releases/download/2025.1.1/cloudflared-windows-amd64.msi + InstallerSha256: DF5B90860932F3D8665D0C62BCC719E346B04D7A993BE765FAD8733C0F1BD753 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.locale.en-US.yaml b/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.locale.en-US.yaml new file mode 100644 index 0000000000000..f72f2a33c2d5c --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with AutoPublish using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2025.1.1 +PackageLocale: en-US +Publisher: cloudflare +PublisherUrl: https://github.com/cloudflare/cloudflared +PublisherSupportUrl: https://github.com/cloudflare/cloudflared/issues +Author: cloudflare +PackageName: cloudflared +PackageUrl: https://github.com/cloudflare/cloudflared +License: Apache-2.0 +LicenseUrl: https://github.com/cloudflare/cloudflared/blob/HEAD/LICENSE +Copyright: Copyright (c) cloudflare +CopyrightUrl: https://github.com/cloudflare/cloudflared/blob/master/LICENSE +ShortDescription: Cloudflare Tunnel client +Moniker: cloudflared +Tags: +- argo-tunnel +- cloudflare +- cloudflare-tunnel +- reverse-proxy +- zero-trust-network-access +ReleaseNotesUrl: https://github.com/cloudflare/cloudflared/releases/tag/2025.1.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/cloudflare/cloudflared/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.yaml b/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.yaml new file mode 100644 index 0000000000000..104370d9594f9 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2025.1.1/Cloudflare.cloudflared.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2025.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.installer.yaml b/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.installer.yaml new file mode 100644 index 0000000000000..bb7132e4a488b --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.installer.yaml @@ -0,0 +1,21 @@ +# Created with AutoPublish using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2025.2.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{EC325CED-4183-4AB6-A568-B19D0E056C47}' +ReleaseDate: 2025-02-05 +AppsAndFeaturesEntries: +- ProductCode: '{EC325CED-4183-4AB6-A568-B19D0E056C47}' + UpgradeCode: '{23f90fdd-9328-47ea-ab52-5380855a4b12}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\cloudflared' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cloudflare/cloudflared/releases/download/2025.2.0/cloudflared-windows-amd64.msi + InstallerSha256: 2CA2F7E3956FA88EAB71B7D0FBA97DDD3F4662DD52F7F03C26EE27B273286861 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.locale.en-US.yaml b/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.locale.en-US.yaml new file mode 100644 index 0000000000000..63af6134d6394 --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with AutoPublish using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2025.2.0 +PackageLocale: en-US +Publisher: cloudflare +PublisherUrl: https://github.com/cloudflare/cloudflared +PublisherSupportUrl: https://github.com/cloudflare/cloudflared/issues +Author: cloudflare +PackageName: cloudflared +PackageUrl: https://github.com/cloudflare/cloudflared +License: Apache-2.0 +LicenseUrl: https://github.com/cloudflare/cloudflared/blob/HEAD/LICENSE +Copyright: Copyright (c) cloudflare +CopyrightUrl: https://github.com/cloudflare/cloudflared/blob/master/LICENSE +ShortDescription: Cloudflare Tunnel client +Moniker: cloudflared +Tags: +- argo-tunnel +- cloudflare +- cloudflare-tunnel +- reverse-proxy +- zero-trust-network-access +ReleaseNotes: |- + SHA256 Checksums: + cloudflared-amd64.pkg: a1c1efce36d17657c02e05d4f8fb1228d5b1cb13af4d3d0a9dcc0b650c7623dd + cloudflared-arm64.pkg: 8f5e2be31dc762fa0b2ef3cc109d6d67b1c63ac80df2c7b2aede1b1dd5c63e1f + cloudflared-darwin-amd64.tgz: 957748e3fc00efa184ca6d09b75f9b0fe8fc2521496334b75f0fc53112855af1 + cloudflared-darwin-arm64.tgz: e5e2fd9d1478d599937fcbaee22be0b15db6bd214f068a358aafd032f21b79f3 + cloudflared-fips-linux-amd64: 65868ff251a971658d52d4b189ffd06663158a92075aa5cd4d29671b6af08f93 + cloudflared-fips-linux-amd64.deb: 9cc87c1b604e1506108715f7d9636048d4d7b3aea593265c030d8ad2491938a6 + cloudflared-fips-linux-x86_64.rpm: 734f2b27b769184a6790d083ef1d6c87d8913de972defef0b29d8a74ef843483 + cloudflared-linux-386: 8a025a138b7f32b529bef2a8e3993303ceefe7d5ca9c5ed466efe666e98adf35 + cloudflared-linux-386.deb: dbb7e6a53d981673bdd80fd0f1d5d4ce0789885f976cc79f6238e1db957e1889 + cloudflared-linux-386.rpm: 58b0855b2d488d1aa31ad64b83783e7f907189857232197a05ee6ba12081bff3 + cloudflared-linux-aarch64.rpm: b0e1cdc38b2f952b1707a2ad139d6d715570e62eeadfd99619bb2e77bb730798 + cloudflared-linux-amd64: cbd18c5a6dee084db7a55d761b91202e47e63ddbd18d0faff04ca96e56739b3f + cloudflared-linux-amd64.deb: 4a063b34a09cb44f73fcd9b40b3ac36430d9a9cbcaf32915a42048a897f1d5ce + cloudflared-linux-arm: 00cf93d00633acc40ac6bd1ff4fe67c5ae9cc94574422cdeb175fba2590cb0e0 + cloudflared-linux-arm.deb: dea7f6a4b183a964c52aeaf9c2922e697c04bdb8b485516154de6484c6ee3774 + cloudflared-linux-arm.rpm: 7cd9921c2f43e7ab1e90dcdb2fd46391f8e65a8a828cd889ff1f8fb29b4c4f60 + cloudflared-linux-arm64: 92b8917aeb655ef8b9e90176dd9475b40ea85ec54b21bcafbdf57d9a68b72d15 + cloudflared-linux-arm64.deb: 571d26ca48c8e2c0175d73fca69eb3a527b11aeb9e5aa73d16511e2e97a13a00 + cloudflared-linux-armhf: 842eba7f128c74c6db920eb71e4e7116d08c6bdc8ba00e169f56bb5a50c6f4ca + cloudflared-linux-armhf.deb: e4bd68e4af2dd9dca38f35dc004ec40fbcd8b95e7b83dc6b55691c0a9212976e + cloudflared-linux-armhf.rpm: cb0d745d21d615da678cf6a68def7f88a774b29fcded34abb0b5f6e0204f0cd9 + cloudflared-linux-x86_64.rpm: 8bc44364de6e2429ee083ef629351c5d8c94d841d8dd77cfeccb21e6a1f6dc9b + cloudflared-windows-386.exe: bbc4fca4feb363bcacb73df75508b541214f96092410b293aac1abafeae1e49f + cloudflared-windows-386.msi: ad121f474bc67131daf4a2897d7b76bc7668bbecd327f0a20e0d5c3c9a987692 + cloudflared-windows-amd64.exe: 74eb23de1b2fdc7862447dddaadaa82fd5b43659b3c41205a40ea194dff373a9 + cloudflared-windows-amd64.msi: 2ca2f7e3956fa88eab71b7d0fba97ddd3f4662dd52f7f03c26ee27b273286861 +ReleaseNotesUrl: https://github.com/cloudflare/cloudflared/releases/tag/2025.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/cloudflare/cloudflared/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.yaml b/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.yaml new file mode 100644 index 0000000000000..2b37bc29dadde --- /dev/null +++ b/manifests/c/Cloudflare/cloudflared/2025.2.0/Cloudflare.cloudflared.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Cloudflare.cloudflared +PackageVersion: 2025.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.installer.yaml b/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.installer.yaml new file mode 100644 index 0000000000000..d3461e4324a33 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.3.35 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cloudfleet.exe +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.3.35/cloudfleet_windows_amd64.zip + InstallerSha256: 8527F620FE6A79EC7CCCC599649DCA71FDB488335331CAB13867F8683173C1E6 +- Architecture: arm64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.3.35/cloudfleet_windows_arm64.zip + InstallerSha256: C1D5864AF4D9221D83F36534CCF28A55C40113394D86E950E3ED03F8EF511EC3 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.locale.en-US.yaml b/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..cdf04178349a1 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.3.35 +PackageLocale: en-US +Publisher: Cloudfleet +PackageName: Cloudfleet CLI +License: MIT License +ShortDescription: Cloudfleet CLI enables users to manage their Cloudfleet accounts and Cloudfleet Kubernetes Engine clusters +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.yaml b/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.yaml new file mode 100644 index 0000000000000..50018008a63a6 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.3.35/Cloudfleet.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.3.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.installer.yaml b/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.installer.yaml new file mode 100644 index 0000000000000..3c48af8d0c4b5 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.installer.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.33" +Platform: +- Windows.Desktop +MinimumOSVersion: 5.1.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ProductCode: REAPER +AppsAndFeaturesEntries: +- DisplayName: REAPER +Installers: +- Architecture: x86 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper733-install.exe + InstallerSha256: 141A624A35862ECFE983350A57BC8D2A6424AE284A4B567853E7CFE82D88D526 +- Architecture: x64 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper733_x64-install.exe + InstallerSha256: 7839C093EF0C216F397C1BBDB4E58EE13E4AE54E8F5004945769582695E5A061 +- Architecture: arm64 + InstallerUrl: https://www.reaper.fm/files/7.x/reaper733_win11_arm64ec_beta-install.exe + InstallerSha256: A51E34432A2548E3FCFD53389D080F0810A742233BE6E11E0599225F4F473DDC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.locale.en-US.yaml b/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.locale.en-US.yaml new file mode 100644 index 0000000000000..fd8901ddfde25 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.33" +PackageLocale: en-US +Publisher: Cockos Incorporated +PublisherUrl: https://www.cockos.com/ +Author: Cockos Incorporated +PackageName: REAPER +PackageUrl: https://www.reaper.fm/ +License: Proprietary +Copyright: Copyright (c) 2005-2022 Cockos Incorporated +ShortDescription: REAPER is a digital audio production application, offering full multitrack audio and MIDI recording, processing, editing, mixing and mastering toolset. +Moniker: reaper +Tags: +- audio +- audio-editor +- audio-mixer +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.yaml b/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.yaml new file mode 100644 index 0000000000000..993683f7c2f46 --- /dev/null +++ b/manifests/c/Cockos/REAPER/7.33/Cockos.REAPER.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Cockos.REAPER +PackageVersion: "7.33" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.installer.yaml b/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.installer.yaml new file mode 100644 index 0000000000000..408819485c682 --- /dev/null +++ b/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CodeF0x.ffzap +PackageVersion: 0.3.2 +InstallerType: portable +InstallModes: + - silent +UpgradeBehavior: install +Commands: + - ffzap +ReleaseDate: 2025-01-28 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/CodeF0x/ffzap/releases/download/0.3.2/ffzap.exe + InstallerSha256: ECAE8D60FAF38FE855A8ADE81473889F9D5854B0DE134E66C8D3669140D45939 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.locale.en-US.yaml b/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.locale.en-US.yaml new file mode 100644 index 0000000000000..6c95e55f58407 --- /dev/null +++ b/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.locale.en-US.yaml @@ -0,0 +1,33 @@ +PackageIdentifier: CodeF0x.ffzap +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: Tobias "CodeF0x" Oettl +PublisherUrl: https://codef0x.dev/ +Author: Tobias "CodeF0x" Oettl +PackageName: ffzap +PackageUrl: https://github.com/CodeF0x/ffzap +License: Other +LicenseUrl: https://github.com/CodeF0x/ffzap/blob/main/license.md +Copyright: Copyright (c) Tobias "CodeF0x" Oettl +ShortDescription: A multithreaded CLI for digital media processing using ffmpeg +Description: ffzap is a simple, fast command-line tool for processing media files with ffmpeg. As it's multithreaded and can run as many tasks in parallel as your system can handle, it's perfect for converting, compressing, or editing audio and video files quickly and efficiently.Because it uses ffmpeg under the hood, it supports any media file processing that ffmpeg can handle. +Tags: +- audio-processing +- av1 +- cli +- cpu-encoding +- encoding +- ffmpeg +- ffmpeg-wrapper +- gpu-encoding +- h264 +- h265 +- media-processing +- multithreading +- parallel +- svt-av1 +- transcoding +- video-processing +ReleaseNotesUrl: https://github.com/CodeF0x/ffzap/releases/latest +ManifestType: defaultLocale +ManifestVersion: 1.9.0 \ No newline at end of file diff --git a/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.yaml b/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.yaml new file mode 100644 index 0000000000000..e33ab2fc70a3b --- /dev/null +++ b/manifests/c/CodeF0x/ffzap/0.3.2/CodeF0x.ffzap.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CodeF0x.ffzap +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 \ No newline at end of file diff --git a/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.installer.yaml b/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.installer.yaml new file mode 100644 index 0000000000000..ae612bc3f61bc --- /dev/null +++ b/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.installer.yaml @@ -0,0 +1,176 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CodeStory.Aide +PackageVersion: 1.96.4.25030 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- aide +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/codestoryai/binaries/releases/download/1.96.4.25030/AideUserSetup-x64-1.96.4.25030.exe + InstallerSha256: 1CE3BD0614B15725BD6A443F09D8654DBA3A70F26414E66698D0445A611D0AE5 + ProductCode: '{D14DBE6B-F111-4E33-AA3A-CEFA1854EC5A}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/codestoryai/binaries/releases/download/1.96.4.25030/AideSetup-x64-1.96.4.25030.exe + InstallerSha256: 3B2A5F748C9DF6960223264068C89B63D3B41EE6E3026A920AEFB0733AF959A2 + ProductCode: '{B7106564-0459-4799-AE5B-F9B10C9E401E}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/codestoryai/binaries/releases/download/1.96.4.25030/AideUserSetup-arm64-1.96.4.25030.exe + InstallerSha256: CDEBD737F0D5322A39F1A7F5B8E231758762A8409BC9D681F508474D56677076 + ProductCode: '{134C4C10-FE90-4DED-9198-9066C11905E5}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/codestoryai/binaries/releases/download/1.96.4.25030/AideSetup-arm64-1.96.4.25030.exe + InstallerSha256: 5F31122D3AA24607DDE22C8679BBEB2F9E1E84A3C3D75B5E5B6B017B8BEC6017 + ProductCode: '{2FB9B2B9-703E-4F52-B157-241A9326FC81}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.locale.en-US.yaml b/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.locale.en-US.yaml new file mode 100644 index 0000000000000..5c3c41279396d --- /dev/null +++ b/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CodeStory.Aide +PackageVersion: 1.96.4.25030 +PackageLocale: en-US +Publisher: Aide +PublisherUrl: https://codestory.ai/ +PublisherSupportUrl: https://github.com/codestoryai/aide/issues +Author: CodeStory +PackageName: Aide +PackageUrl: https://aide.dev/ +License: AGPL-3.0 +LicenseUrl: https://github.com/codestoryai/aide/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2025 CodeStory AI. All rights reserved. +ShortDescription: The open-source AI-native IDE +Description: Aide is the Open Source AI-native code editor. It is a fork of VS Code, and integrates tightly with the leading agentic framework on swebench-lite. +Tags: +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotes: |- + update vscode to 1.96.4 + Full Changelog: https://github.com/codestoryai/binaries/compare/1.96.2.25009...1.96.4.25030 +ReleaseNotesUrl: https://github.com/codestoryai/binaries/releases/tag/1.96.4.25030 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.locale.zh-CN.yaml b/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.locale.zh-CN.yaml new file mode 100644 index 0000000000000..923938e472a6e --- /dev/null +++ b/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: CodeStory.Aide +PackageVersion: 1.96.4.25030 +PackageLocale: zh-CN +ShortDescription: 开源的原生 AI IDE +Description: Aide 是开源的原生 AI IDE。它是 VS Code 的分叉,与 swebench-lite 上领先的代理框架紧密集成。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +ReleaseNotesUrl: https://github.com/codestoryai/binaries/releases/tag/1.96.4.25030 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.yaml b/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.yaml new file mode 100644 index 0000000000000..ea94ebdeaeec9 --- /dev/null +++ b/manifests/c/CodeStory/Aide/1.96.4.25030/CodeStory.Aide.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CodeStory.Aide +PackageVersion: 1.96.4.25030 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.installer.yaml b/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.installer.yaml new file mode 100644 index 0000000000000..118c42ac522c2 --- /dev/null +++ b/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.installer.yaml @@ -0,0 +1,176 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CodeStory.Aide +PackageVersion: 1.96.4.25031 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- aide +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/codestoryai/binaries/releases/download/1.96.4.25031/AideUserSetup-x64-1.96.4.25031.exe + InstallerSha256: D46CDB4B3328C063826394C5F303673E9CD1ABE11D4383790F5EA34E81C7C65F + ProductCode: '{D14DBE6B-F111-4E33-AA3A-CEFA1854EC5A}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/codestoryai/binaries/releases/download/1.96.4.25031/AideSetup-x64-1.96.4.25031.exe + InstallerSha256: 46CCE2775725ACA394534C85726E7A83E9AEF973C4845F46307AF84A2DE78DFB + ProductCode: '{B7106564-0459-4799-AE5B-F9B10C9E401E}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/codestoryai/binaries/releases/download/1.96.4.25031/AideUserSetup-arm64-1.96.4.25031.exe + InstallerSha256: 768164570ADCA6731508E668699F9B337578277C07EFD320FE9CE29901136767 + ProductCode: '{134C4C10-FE90-4DED-9198-9066C11905E5}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/codestoryai/binaries/releases/download/1.96.4.25031/AideSetup-arm64-1.96.4.25031.exe + InstallerSha256: C7ABA11205FBD724FFD1A31579520AB40DE50F2BA66E31EC7800839062A5F62B + ProductCode: '{2FB9B2B9-703E-4F52-B157-241A9326FC81}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.locale.en-US.yaml b/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.locale.en-US.yaml new file mode 100644 index 0000000000000..253e256325614 --- /dev/null +++ b/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CodeStory.Aide +PackageVersion: 1.96.4.25031 +PackageLocale: en-US +Publisher: Aide +PublisherUrl: https://codestory.ai/ +PublisherSupportUrl: https://github.com/codestoryai/aide/issues +Author: CodeStory +PackageName: Aide +PackageUrl: https://aide.dev/ +License: AGPL-3.0 +LicenseUrl: https://github.com/codestoryai/aide/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2025 CodeStory AI. All rights reserved. +ShortDescription: The open-source AI-native IDE +Description: Aide is the Open Source AI-native code editor. It is a fork of VS Code, and integrates tightly with the leading agentic framework on swebench-lite. +Tags: +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotes: |- + update vscode to 1.96.4 + Full Changelog: https://github.com/codestoryai/binaries/compare/1.96.2.25009...1.96.4.25031 +ReleaseNotesUrl: https://github.com/codestoryai/binaries/releases/tag/1.96.4.25031 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.locale.zh-CN.yaml b/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74f06d51fc912 --- /dev/null +++ b/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: CodeStory.Aide +PackageVersion: 1.96.4.25031 +PackageLocale: zh-CN +ShortDescription: 开源的原生 AI IDE +Description: Aide 是开源的原生 AI IDE。它是 VS Code 的分叉,与 swebench-lite 上领先的代理框架紧密集成。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +ReleaseNotesUrl: https://github.com/codestoryai/binaries/releases/tag/1.96.4.25031 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.yaml b/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.yaml new file mode 100644 index 0000000000000..d3cc604e30208 --- /dev/null +++ b/manifests/c/CodeStory/Aide/1.96.4.25031/CodeStory.Aide.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CodeStory.Aide +PackageVersion: 1.96.4.25031 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Codeium/Windsurf/1.94.0/Codeium.Windsurf.installer.yaml b/manifests/c/Codeium/Windsurf/1.94.0/Codeium.Windsurf.installer.yaml index f79f3694f2cef..7eff3824b8f23 100644 --- a/manifests/c/Codeium/Windsurf/1.94.0/Codeium.Windsurf.installer.yaml +++ b/manifests/c/Codeium/Windsurf/1.94.0/Codeium.Windsurf.installer.yaml @@ -150,17 +150,17 @@ FileExtensions: - yaml - yml - zsh -ReleaseDate: 2025-01-24 +ReleaseDate: 2025-02-06 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://windsurf-stable.codeiumdata.com/win32-x64-user/stable/be4251dfb74e60e80fa973d61f3505da1ac9032e/WindsurfUserSetup-x64-1.2.2.exe - InstallerSha256: C28402201150DDD6CA8D369013DECFFC9939623FF78B6757C801922D50B9E46C + InstallerUrl: https://windsurf-stable.codeiumdata.com/win32-x64-user/stable/d08b8ea13d580d24be204c76e5dd1651d7234cd2/WindsurfUserSetup-x64-1.2.6.exe + InstallerSha256: A3578EF9BF56FBE75537296D97E2B3B727351E87E1ECF7452E64CDCABF10094E ProductCode: '{5A8B7D94-9B5F-4D1F-93FC-5609F7159349}_is1' - Architecture: x64 Scope: machine - InstallerUrl: https://windsurf-stable.codeiumdata.com/win32-x64/stable/be4251dfb74e60e80fa973d61f3505da1ac9032e/WindsurfSetup-x64-1.2.2.exe - InstallerSha256: 0FAEABA0D59D4D6815D889E605F7964E39F7D7A01DCEEEE66D9213F07F3AE7A8 + InstallerUrl: https://windsurf-stable.codeiumdata.com/win32-x64/stable/d08b8ea13d580d24be204c76e5dd1651d7234cd2/WindsurfSetup-x64-1.2.6.exe + InstallerSha256: A88E2DF6602A0E0CF4B3D10532594E3504CE5E6376DF8FE8E5C11E3E3753915E ProductCode: '{A71B58E9-CEFB-4424-8A1D-A0E49CF18EBB}_is1' ElevationRequirement: elevatesSelf ManifestType: installer diff --git a/manifests/c/Codeium/Windsurf/1.94.0/Codeium.Windsurf.locale.en-US.yaml b/manifests/c/Codeium/Windsurf/1.94.0/Codeium.Windsurf.locale.en-US.yaml index 8688dfbd934ee..35915ce81075e 100644 --- a/manifests/c/Codeium/Windsurf/1.94.0/Codeium.Windsurf.locale.en-US.yaml +++ b/manifests/c/Codeium/Windsurf/1.94.0/Codeium.Windsurf.locale.en-US.yaml @@ -26,17 +26,10 @@ Tags: - editor - programming ReleaseNotes: |- - Cascade Memories, Web Search and Docs - - Improvements - - Cascade Web search now includes the website description and uses page rank to determine relevance - - Improvements to Cascade Auto-Generated Memories (Beta) + Patch Fixes Fixes - - Fixed input lag in long Cascade conversations - - Increased precision when Cascade makes code edits - - Fixed issues around Cascade edits with .gitignore files - - Fixed Tab to Jump Quick Setting configuration + - Fixed issues with partial credits when transitioning to flex credits ReleaseNotesUrl: https://codeium.com/changelog PurchaseUrl: https://codeium.com/pricing Documentations: diff --git a/manifests/c/Coder/Coder/2.18.5/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.18.5/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..7bfc8e92de19b --- /dev/null +++ b/manifests/c/Coder/Coder/2.18.5/Coder.Coder.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.18.5 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.18.5/coder_2.18.5_windows_amd64_installer.exe + InstallerSha256: 673A6C49EDA512F2EFD5ECEB804373234E05172B33BB2A7E9068C0B7BC93574C + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.18.5/coder_2.18.5_windows_amd64.zip + InstallerSha256: 301FB6DF4EFAE0F4A51A185863937044A60196F8E6C7DB8F536F2F84392E7A38 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.18.5/coder_2.18.5_windows_arm64.zip + InstallerSha256: D2B5B355B1BA0DB9C2D730F0EE602203E83DA9CF34B57A1E03A448A09D302DF3 + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-30 diff --git a/manifests/c/Coder/Coder/2.18.5/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.18.5/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..db197e311d05c --- /dev/null +++ b/manifests/c/Coder/Coder/2.18.5/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.18.5 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.18.5 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coder/Coder/2.18.5/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.18.5/Coder.Coder.yaml new file mode 100644 index 0000000000000..6e76828f95c2b --- /dev/null +++ b/manifests/c/Coder/Coder/2.18.5/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.18.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coder/Coder/2.19.0/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.19.0/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..6713903e6700b --- /dev/null +++ b/manifests/c/Coder/Coder/2.19.0/Coder.Coder.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.19.0 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.19.0/coder_2.19.0_windows_amd64_installer.exe + InstallerSha256: 44A37545780189BBC4B77D8FC8BCEB542A31F15549769A2FA1945C930EC5F124 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.19.0/coder_2.19.0_windows_amd64.zip + InstallerSha256: 0BB487BD9C338E213A3CD819093C677D7638D3B9CB7B87B65FA2FBADEC52250E + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + PortableCommandAlias: coder + InstallerUrl: https://github.com/coder/coder/releases/download/v2.19.0/coder_2.19.0_windows_arm64.zip + InstallerSha256: F90DDD0C7A966476AAACD8C2E340043B13A0BDCEB973DBC53902458ACE018A8B + AppsAndFeaturesEntries: + - DisplayName: Coder (portable) +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-04 diff --git a/manifests/c/Coder/Coder/2.19.0/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.19.0/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..a96ba8451d91e --- /dev/null +++ b/manifests/c/Coder/Coder/2.19.0/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.19.0 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0, Coder Enterprise License +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.19.0 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coder/Coder/2.19.0/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.19.0/Coder.Coder.yaml new file mode 100644 index 0000000000000..f7c3a361e80ab --- /dev/null +++ b/manifests/c/Coder/Coder/2.19.0/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.installer.yaml b/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.installer.yaml index ce23cb2047659..87c5d3cf5493c 100644 --- a/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.installer.yaml +++ b/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Coldlake.StellarPlayer PackageVersion: 2.23.2122.24 @@ -95,9 +95,5 @@ Installers: InstallerUrl: https://player-download.coldlake1.com/player/20231122145457/Stellar_20231122145457_official_stable_full_x86.exe InstallerSha256: F03DBE986BA9220348692B2DF76EC08173707B699BA6DD4F19A2E2422476E603 ProductCode: StellarPlayer -- Architecture: x64 - InstallerUrl: https://player-download.coldlake1.com/player/20231122145457/Stellar_20231122145457_official_stable_full_x64.exe - InstallerSha256: 2D2B29C40E534C9759E8BE9CE109F12A38FD4E8474B690824A414AE7FFF92918 - ProductCode: StellarPlayer ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.locale.en-US.yaml b/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.locale.en-US.yaml index f88c26e970690..8288c3b160bc4 100644 --- a/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.locale.en-US.yaml +++ b/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Coldlake.StellarPlayer PackageVersion: 2.23.2122.24 @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: FAQ DocumentUrl: https://www.stellarplayer.com/blog/faq ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.locale.zh-CN.yaml b/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.locale.zh-CN.yaml index 3a32c01b14c9d..ff75449486973 100644 --- a/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.locale.zh-CN.yaml +++ b/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Coldlake.StellarPlayer PackageVersion: 2.23.2122.24 @@ -43,4 +43,4 @@ Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://www.stellarplayer.com/blog/faq ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.yaml b/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.yaml index 0a282f059b388..3f4baf77b372b 100644 --- a/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.yaml +++ b/manifests/c/Coldlake/StellarPlayer/2.23.2122.24/Coldlake.StellarPlayer.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Coldlake.StellarPlayer PackageVersion: 2.23.2122.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..567a1817de98b --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.80.0300 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: XYplorer_26.80_Install.exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +Installers: +- Architecture: x86 + InstallerUrl: https://www.xyplorer.com/download/xyplorer_26.80.0300.zip + InstallerSha256: 8E0AA180D5FE43B6AA687209429D975F968069D72AD54B248B21E217E76496D3 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..3f8a62fb52267 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.80.0300 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com/ +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com/ +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..de5764106a79f --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0300/CologneCodeCompany.XYplorer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.80.0300 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..f6f7b036b9aa1 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.80.0400 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: XYplorer_26.80_Install.exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +Installers: +- Architecture: x86 + InstallerUrl: https://www.xyplorer.com/download/xyplorer_26.80.0400.zip + InstallerSha256: 8AF40CB78770D607FF97462774009C1724B935CBB2C346C809AFE27E4BD068C4 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..f5d959d117589 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.80.0400 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com/ +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com/ +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..4198116715497 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0400/CologneCodeCompany.XYplorer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 26.80.0400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.installer.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.installer.yaml new file mode 100644 index 0000000000000..48541d4c4819b --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 26.80.0300 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: XYplorer.exe + PortableCommandAlias: xyplorer +Commands: +- xyplorer +Installers: +- Architecture: x86 + InstallerUrl: https://www.xyplorer.com/download/xyplorer_26.80.0300_noinstall.zip + InstallerSha256: 5650CF898258CACE5F7B72963D30C99159C4C6ECFC4EEF77C773533274C50C16 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml new file mode 100644 index 0000000000000..a5e1ddd71125c --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 26.80.0300 +PackageLocale: en-US +Publisher: Cologne Code Company +PublisherUrl: https://www.xyplorer.com +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer Portable +PackageUrl: https://www.xyplorer.com +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer.portable +Tags: +- file-manger +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.yaml new file mode 100644 index 0000000000000..04910ce5df486 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0300/CologneCodeCompany.XYplorerPortable.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 26.80.0300 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.installer.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.installer.yaml new file mode 100644 index 0000000000000..b02b17be45c4a --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 26.80.0400 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: XYplorer.exe + PortableCommandAlias: xyplorer +Commands: +- xyplorer +Installers: +- Architecture: x86 + InstallerUrl: https://www.xyplorer.com/download/xyplorer_26.80.0400_noinstall.zip + InstallerSha256: 12C6151A60AB4CE85CBCD9474BA6A332E23FABB24E49FE9BDCB30A57CE997A13 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml new file mode 100644 index 0000000000000..78441daed3e18 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 26.80.0400 +PackageLocale: en-US +Publisher: Cologne Code Company +PublisherUrl: https://www.xyplorer.com +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer Portable +PackageUrl: https://www.xyplorer.com +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer.portable +Tags: +- file-manger +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.yaml new file mode 100644 index 0000000000000..cea5ff2172c7b --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0400/CologneCodeCompany.XYplorerPortable.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 26.80.0400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.installer.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.installer.yaml new file mode 100644 index 0000000000000..4ea6eaa2ae807 --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 5.2.3.0 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /norestart +UpgradeBehavior: install +ProductCode: '{5befd94a-4c44-4b45-9dc7-a4d043f6c1fd}' +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- DisplayName: Scribe + ProductCode: '{5befd94a-4c44-4b45-9dc7-a4d043f6c1fd}' + UpgradeCode: '{351EF756-3AF5-4117-8697-53AB61427040}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://colony-labs-public.s3.us-east-2.amazonaws.com/Scribe_5.2.3.msi + InstallerSha256: 2C8771CEAF2B63DBFDE69DE7FD23B92D474AE2185CF5A640504AB66C55A4D06B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml new file mode 100644 index 0000000000000..bb662a8b1ebbf --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 5.2.3.0 +PackageLocale: en-US +Publisher: Colony Labs, Inc +PublisherUrl: https://scribehow.com/ +Author: Colony Labs, Inc +PackageName: Scribe Desktop Capture +PackageUrl: https://scribehow.com/get-desktop +License: Proprietary +LicenseUrl: https://scribehow.com/legal/terms +Copyright: Copyright © Scribe – All rights reserved +CopyrightUrl: https://scribehow.com/ +ShortDescription: Turn any process into a step-by-step guide, instantly. +Description: Scribe automatically generates how-to guides and serves them to your team when they need them most. +Moniker: scribe +Tags: +- documentation +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.yaml new file mode 100644 index 0000000000000..57e45e8064059 --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/5.2.3.0/ColonyLabs.ScribeDesktopCapture.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 5.2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/.validation b/manifests/c/Comfy/ComfyUI-Desktop/.validation new file mode 100644 index 0000000000000..0859734b5a00b --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"7b8d14c7-0fbb-4b4a-a7e5-db8d57791986","TestPlan":"Validation-Domain","PackagePath":"manifests/c/Comfy/ComfyUI-Desktop/0.4.16","CommitId":"c7b22c1e47c734c544bdd783f2fa592fa6b3555f"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 0000000000000..8098ad3ed0d1d --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.4.16 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2025-02-01 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241012ess7yxs0e/ComfyUI%20Setup%200.4.16%20-%20Build%20250201nubo0jq2m-x64.exe + InstallerSha256: 141E4BE81647A9CB798DEFD2934B2770E259229AECD13712B9FC6A458D6F4A21 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..fa34f6ee37404 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.locale.en-US.yaml @@ -0,0 +1,101 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.4.16 +PackageLocale: en-US +Publisher: Comfy Org +PublisherUrl: https://comfy.org/ +PublisherSupportUrl: https://github.com/Comfy-Org/desktop/issues +PackageName: ComfyUI +PackageUrl: https://github.com/Comfy-Org/desktop +License: GPL-3.0 +LicenseUrl: https://github.com/Comfy-Org/desktop/blob/HEAD/LICENSE +Copyright: © 2024 Comfy Org +ShortDescription: A desktop app for ComfyUI, the most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface +Description: |- + ComfyUI Desktop is a packaged way to use ComfyUI and comes bundled with a few things: + - Stable version of ComfyUI from releases + - ComfyUI_frontend + - ComfyUI-Manager + - uv + On startup, it will install all the necessary python dependencies with uv and start the ComfyUI server. The app will automatically update with stable releases of ComfyUI, ComfyUI-Manager, and the uv executable as well as some desktop specific features. +Moniker: comfyui +Tags: +- comfyui +- diffusion +ReleaseNotes: |- + What's Changed + - [Test] Add unit tests on store by @christian-byrne in https://github.com/Comfy-Org/desktop/pull/707 + - [Test] Add unit tests on handlers by @christian-byrne in https://github.com/Comfy-Org/desktop/pull/706 + - [Test] Add install validation unit tests by @christian-byrne in https://github.com/Comfy-Org/desktop/pull/712 + - [Test] Add test on window close by @christian-byrne in https://github.com/Comfy-Org/desktop/pull/696 + - Add UV mirror settings by @huchenlei in https://github.com/Comfy-Org/desktop/pull/713 + - [BugFix] Don't set env var on empty mirror string by @huchenlei in https://github.com/Comfy-Org/desktop/pull/714 + - Add electronAPI.Network.canAccessUrl by @huchenlei in https://github.com/Comfy-Org/desktop/pull/711 + - [Refactor] Remove unnecessary wrapper class on handlers by @huchenlei in https://github.com/Comfy-Org/desktop/pull/716 + - 0.4.15(types) by @huchenlei in https://github.com/Comfy-Org/desktop/pull/717 + - [Refactor] Add TS types by @webfiltered in https://github.com/Comfy-Org/desktop/pull/718 + - [Refactor] Simplify code by @webfiltered in https://github.com/Comfy-Org/desktop/pull/719 + - [Test] Fix path-reliant tests on Windows by @webfiltered in https://github.com/Comfy-Org/desktop/pull/723 + - Fix resumed install triggers maintenance screen by @webfiltered in https://github.com/Comfy-Org/desktop/pull/724 + - [Dev] Open DevTools before loading the first URL by @webfiltered in https://github.com/Comfy-Org/desktop/pull/725 + - [Refactor] Rename AppWindow loadRenderer to loadPage by @webfiltered in https://github.com/Comfy-Org/desktop/pull/727 + - Allow app to check the current browser location by @webfiltered in https://github.com/Comfy-Org/desktop/pull/730 + - [DevExperience] Add @/ root path syntax support by @huchenlei in https://github.com/Comfy-Org/desktop/pull/729 + - [Test] Add TS types by @webfiltered in https://github.com/Comfy-Org/desktop/pull/728 + - [Cleanup] Remove unnecessary lint-staged entry in package.json by @huchenlei in https://github.com/Comfy-Org/desktop/pull/732 + - Use node v20 for macos builds by @huchenlei in https://github.com/Comfy-Org/desktop/pull/734 + - Fix error in #730 - isOnPage crashes by @webfiltered in https://github.com/Comfy-Org/desktop/pull/735 + - [Test] Remove unused test file by @webfiltered in https://github.com/Comfy-Org/desktop/pull/736 + - Remove virtual environment creation from server start by @webfiltered in https://github.com/Comfy-Org/desktop/pull/737 + - [Refactor] Construct torch install args by @huchenlei in https://github.com/Comfy-Org/desktop/pull/738 + - Add Sentry URL to mixpanel error events by @christian-byrne in https://github.com/Comfy-Org/desktop/pull/739 + - [Cleanup] Remove unused API endpoint isFirstTimeSetup by @huchenlei in https://github.com/Comfy-Org/desktop/pull/741 + - Support using custom torch pip mirror by @huchenlei in https://github.com/Comfy-Org/desktop/pull/743 + - [Test] Remove unused mocks by @webfiltered in https://github.com/Comfy-Org/desktop/pull/748 + - [Test] Fix installationManager test on Windows by @webfiltered in https://github.com/Comfy-Org/desktop/pull/749 + - Change default torch to cuda 12.4 by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/744 + - Fix pypi mirror usage in virtualEnvironment.ts by @huchenlei in https://github.com/Comfy-Org/desktop/pull/751 + - Use basePath from config.json as the desktop install location by @webfiltered in https://github.com/Comfy-Org/desktop/pull/750 + - Extract hardcoded torch install URL to global constants by @huchenlei in https://github.com/Comfy-Org/desktop/pull/752 + - 0.4.16(types) by @huchenlei in https://github.com/Comfy-Org/desktop/pull/753 + - [Refactor] Simplify code by @webfiltered in https://github.com/Comfy-Org/desktop/pull/754 + - Fix install packages loop by @webfiltered in https://github.com/Comfy-Org/desktop/pull/755 + - [CodeHealth] Access modifiers and nits by @webfiltered in https://github.com/Comfy-Org/desktop/pull/756 + - Use draft instead of publish for release builds by @webfiltered in https://github.com/Comfy-Org/desktop/pull/758 + - Revert "Use draft instead of publish for release builds" by @webfiltered in https://github.com/Comfy-Org/desktop/pull/759 + - Fix fresh install crash by @webfiltered in https://github.com/Comfy-Org/desktop/pull/760 + - [Cleanup] Installation manager refactor / clean up by @webfiltered in https://github.com/Comfy-Org/desktop/pull/762 + - Fix cannot install - unable to run uv commands by @webfiltered in https://github.com/Comfy-Org/desktop/pull/763 + - Use 'started' installation state when installing by @webfiltered in https://github.com/Comfy-Org/desktop/pull/764 + - Add maintenance task logging by @webfiltered in https://github.com/Comfy-Org/desktop/pull/766 + - Fix pip prerelease install by @huchenlei in https://github.com/Comfy-Org/desktop/pull/767 + - Use frontend configured torch index-url by @huchenlei in https://github.com/Comfy-Org/desktop/pull/757 + - [chore] Update frontend to 1.8.9 by @huchenlei in https://github.com/Comfy-Org/desktop/pull/768 + - Allow 3xx status code in canAccessUrl check by @huchenlei in https://github.com/Comfy-Org/desktop/pull/769 + - Update ComfyUI to v0.3.13 by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/771 + - Fix misaligned setting ids for UV mirrors by @huchenlei in https://github.com/Comfy-Org/desktop/pull/773 + - Revert "Fix misaligned setting ids for UV mirrors" by @huchenlei in https://github.com/Comfy-Org/desktop/pull/774 + - [Reland] Fix misaligned mirror setting ids by @huchenlei in https://github.com/Comfy-Org/desktop/pull/775 + - Load comfySetting before ComfyInstallation by @huchenlei in https://github.com/Comfy-Org/desktop/pull/770 + - Fallback to default torch mirror on default setting value by @huchenlei in https://github.com/Comfy-Org/desktop/pull/776 + - [chore] Update frontend to 1.8.10 by @huchenlei in https://github.com/Comfy-Org/desktop/pull/778 + - [chore] Update frontend to 1.8.11 by @huchenlei in https://github.com/Comfy-Org/desktop/pull/779 + - Fix maintenance page refresh broken by @webfiltered in https://github.com/Comfy-Org/desktop/pull/780 + - Disable unicorn optimisation rule by @webfiltered in https://github.com/Comfy-Org/desktop/pull/783 + - [Refactor] Simplify code - use desktop config for device by @webfiltered in https://github.com/Comfy-Org/desktop/pull/784 + - Fix regression in set base path maintenance task by @webfiltered in https://github.com/Comfy-Org/desktop/pull/785 + - Revert explicit null return - prefer language defaults by @webfiltered in https://github.com/Comfy-Org/desktop/pull/787 + - [chore] Update frontend to 1.8.12 by @huchenlei in https://github.com/Comfy-Org/desktop/pull/790 + - Fix base path maintenance task failure by @webfiltered in https://github.com/Comfy-Org/desktop/pull/789 + - [Cleanup] Fix formatting by @webfiltered in https://github.com/Comfy-Org/desktop/pull/791 + - Fix API TS return type by @webfiltered in https://github.com/Comfy-Org/desktop/pull/792 + - Validate manager python packages by @webfiltered in https://github.com/Comfy-Org/desktop/pull/793 + Full Changelog: https://github.com/Comfy-Org/desktop/compare/v0.4.13...v0.4.16 +ReleaseNotesUrl: https://github.com/Comfy-Org/desktop/releases/tag/v0.4.5 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2949431b05572 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.4.16 +PackageLocale: zh-CN +ShortDescription: ComfyUI 的桌面应用程序。ComfyUI 是一款强大的模块化扩散模型 GUI、API 和后台,具有图形/节点界面 +Description: |- + ComfyUI Desktop 打包了 ComfyUI,包含: + - 取自 releases 的稳定版 ComfyUI + - ComfyUI_frontend + - ComfyUI-Manager + - uv + 软件在启动时会用 uv 安装所有必要的 Python 依赖项,并启动 ComfyUI 服务器。应用程序会自动更新 ComfyUI、ComfyUI-Manager 和 uv 可执行文件的稳定版本,以及一些桌面特定功能。 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 0000000000000..a8ec521fe798c --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.16/Comfy.ComfyUI-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.4.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 0000000000000..7f165c32527b2 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.4.17 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2025-02-07 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241012ess7yxs0e/ComfyUI%20Setup%200.4.17%20-%20Build%20250207a4y0ifuiy-x64.exe + InstallerSha256: CE1E5BCF05E00F11E94406E0003A8521E8F01346D349927DC98167E402BE2EF2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..36da23fef1c3b --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.4.17 +PackageLocale: en-US +Publisher: Comfy Org +PublisherUrl: https://comfy.org/ +PublisherSupportUrl: https://github.com/Comfy-Org/desktop/issues +PackageName: ComfyUI +PackageUrl: https://github.com/Comfy-Org/desktop +License: GPL-3.0 +LicenseUrl: https://github.com/Comfy-Org/desktop/blob/HEAD/LICENSE +Copyright: © 2024 Comfy Org +ShortDescription: A desktop app for ComfyUI, the most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface +Description: |- + ComfyUI Desktop is a packaged way to use ComfyUI and comes bundled with a few things: + - Stable version of ComfyUI from releases + - ComfyUI_frontend + - ComfyUI-Manager + - uv + On startup, it will install all the necessary python dependencies with uv and start the ComfyUI server. The app will automatically update with stable releases of ComfyUI, ComfyUI-Manager, and the uv executable as well as some desktop specific features. +Moniker: comfyui +Tags: +- comfyui +- diffusion +ReleaseNotes: 'Lumina support ComfyUI 0.3.14 Full Changelog: https://github.com/Comfy-Org/desktop/compare/v0.4.16...v0.4.17' +ReleaseNotesUrl: https://github.com/Comfy-Org/desktop/releases/tag/v0.4.5 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dabc34f59d08f --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.4.17 +PackageLocale: zh-CN +ShortDescription: ComfyUI 的桌面应用程序。ComfyUI 是一款强大的模块化扩散模型 GUI、API 和后台,具有图形/节点界面 +Description: |- + ComfyUI Desktop 打包了 ComfyUI,包含: + - 取自 releases 的稳定版 ComfyUI + - ComfyUI_frontend + - ComfyUI-Manager + - uv + 软件在启动时会用 uv 安装所有必要的 Python 依赖项,并启动 ComfyUI 服务器。应用程序会自动更新 ComfyUI、ComfyUI-Manager 和 uv 可执行文件的稳定版本,以及一些桌面特定功能。 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 0000000000000..019efc0a5de9c --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.17/Comfy.ComfyUI-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.4.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.installer.yaml index 02a00221213dd..cfe6107eafe14 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-0 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.locale.en-US.yaml index 7a2910186597b..16e8d9a508ecc 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-0 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/22.11.1-0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.yaml index 98e014185372d..cf3430e97a3a9 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.installer.yaml index 14989a31b3d7d..a317be236bccd 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-2 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.locale.en-US.yaml index c62b0cb2c91db..c4f151c6af13c 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-2 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/22.11.1-2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.yaml index 0196c0114e573..11602d4ae1723 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-2/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.installer.yaml index 316ebd35f0ff9..fbeeac5d43458 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-4 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.locale.en-US.yaml index b3b85e4e9b7ef..6bff9d9d3f10d 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-4 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/22.11.1-4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.yaml index 223e10e152db1..07235ecc8d424 100644 --- a/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.11.1-4/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.11.1-4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.installer.yaml index 796063aeaf50b..0115f5267b499 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-0 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.locale.en-US.yaml index e7a7f6263bc82..d4b2942fc71f6 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-0 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/22.9.0-0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.yaml index 81adff8e62fe5..7016324ad012f 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.installer.yaml index fbde3e9f54445..93d2b9f09df92 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-1 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.locale.en-US.yaml index ed6de35e83dc7..bcb9fbfff8ae6 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-1 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/22.9.0-1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.yaml index 8a00472ea637d..6389035d8783e 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-1/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.installer.yaml index dd3a583915e96..921e16b0677d3 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-2 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.locale.en-US.yaml index 60ddb93f95141..fc2562acb5de6 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-2 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/22.9.0-2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.yaml index ce5aa2347c51e..f51fc3079b3dc 100644 --- a/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/22.9.0-2/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 22.9.0-2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.installer.yaml index 47b1326578915..0d6f988677f1e 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-0 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.locale.en-US.yaml index cf8bd29861a6d..b95d598702249 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-0 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/23.1.0-0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.yaml index 737a1109fee75..5fa02a79ea27d 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.installer.yaml index 53b4bbbcc027b..676fbfec5f27f 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.installer.yaml @@ -1,31 +1,30 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2023-04-02 RequireExplicitUpgrade: true Installers: - Architecture: neutral - InstallerType: nullsoft Scope: user InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/23.1.0-1/Miniforge3-23.1.0-1-Windows-x86_64.exe InstallerSha256: 805D45A5F1A38F4F80E9E7D3FEF87526027A944874592D89023727DF63CC186C InstallerSwitches: Custom: /S /JustMe /AddToPath=0 /RegisterPython=0 - Architecture: neutral - InstallerType: nullsoft Scope: machine InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/23.1.0-1/Miniforge3-23.1.0-1-Windows-x86_64.exe InstallerSha256: 805D45A5F1A38F4F80E9E7D3FEF87526027A944874592D89023727DF63CC186C InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.4.0 -ReleaseDate: 2023-04-02 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.locale.en-US.yaml index 807400e109333..a8c9363e82165 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-1 @@ -7,20 +7,26 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD 3-Clause License LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/master/LICENSE Copyright: Copyright (c) 2016-2023, conda-forge +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: Moniker: miniforge3 Tags: - conda - miniforge3 - python +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/23.1.0-1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentUrl: https://github.com/conda-forge/miniforge/blob/main/README.md ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.yaml index f67fc87c01da2..25d25fb25e29b 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-1/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.installer.yaml index 5bde6486121ae..0f2f7a92f462b 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-4 @@ -26,4 +26,4 @@ Installers: InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.locale.en-US.yaml index 2adcc17015e47..082bb6d91c3d0 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-4 @@ -7,20 +7,26 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD 3-Clause License LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/master/LICENSE Copyright: Copyright (c) 2016-2023, conda-forge +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: Moniker: miniforge3 Tags: - conda - miniforge3 - python +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/23.1.0-4 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentUrl: https://github.com/conda-forge/miniforge/blob/main/README.md ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.yaml index 1b9c2b1393800..427078f59eed1 100644 --- a/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.1.0-4/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.1.0-4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.installer.yaml index 8cb14be321303..0c74a05109c0c 100644 --- a/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=NVS0.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.11.0-0 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml index 5eafecc3ca031..d18b0c13254d4 100644 --- a/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=NVS0.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.11.0-0 @@ -7,26 +7,26 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues -# PrivacyUrl: +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD 3-Clause License LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/master/LICENSE Copyright: Copyright (c) 2016-2023, conda-forge -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. -# Description: +# Description: Moniker: miniforge3 Tags: - conda - miniforge3 - python -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/23.11.0-0 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentUrl: https://github.com/conda-forge/miniforge/blob/main/README.md ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.yaml index 7d48433a5a804..addeaef35d3fa 100644 --- a/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.11.0-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=NVS0.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.11.0-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.installer.yaml index afa9bbf14a9bb..6b8a0964d67d5 100644 --- a/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.3.1-0 @@ -26,4 +26,4 @@ Installers: InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.locale.en-US.yaml index 8656d313a5ad4..24e4510d44b55 100644 --- a/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.3.1-0 @@ -7,13 +7,16 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD 3-Clause License LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/master/LICENSE Copyright: Copyright (c) 2016-2023, conda-forge +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: Moniker: miniforge3 Tags: - conda @@ -24,7 +27,9 @@ ReleaseNotes: |- - conda-libmamba-solver 23.3.0 - mamba 1.4.2 ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/23.3.1-0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentUrl: https://github.com/conda-forge/miniforge/blob/main/README.md ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.yaml index c9930eacf2ce6..6509083fe77c1 100644 --- a/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.3.1-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.3.1-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.installer.yaml index ab1da1205da6e..5dd6d1c323823 100644 --- a/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.3.1-1 @@ -26,4 +26,4 @@ Installers: InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.locale.en-US.yaml index f8d70fbe057ef..5a52558185eb2 100644 --- a/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.3.1-1 @@ -7,20 +7,26 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD 3-Clause License LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/master/LICENSE Copyright: Copyright (c) 2016-2023, conda-forge +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: Moniker: miniforge3 Tags: - conda - miniforge3 - python +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/23.3.1-1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentUrl: https://github.com/conda-forge/miniforge/blob/main/README.md ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.yaml index 65eb849d77217..6ed58d8f710c5 100644 --- a/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/23.3.1-1/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 23.3.1-1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.installer.yaml index c480fee77f3e0..406296467e2c5 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -14,7 +14,6 @@ Commands: - pip3 - python - pythonw -ProductCode: Miniforge3 24.11.0-0 (Python 3.12.8 64-bit) ReleaseDate: 2024-12-11 Installers: - Architecture: x64 @@ -23,6 +22,7 @@ Installers: InstallerSha256: 2FF52375382190653349B4B957F753E559C8FD4A3A77F8B327D6FBB269BDD751 InstallerSwitches: Custom: /S /JustMe /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.11.0-0 (Python 3.12.8 64-bit) RequireExplicitUpgrade: true - Architecture: x64 Scope: machine @@ -30,6 +30,7 @@ Installers: InstallerSha256: 2FF52375382190653349B4B957F753E559C8FD4A3A77F8B327D6FBB269BDD751 InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.11.0-0 (Python 3.12.8 64-bit) ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml index 1d1dbb75073ad..07a23de22a15b 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -7,13 +7,16 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD-3-Clause LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: Moniker: miniforge3 Tags: - anaconda @@ -31,6 +34,8 @@ ReleaseNotes: |- - @jjerphan made their first contribution in https://github.com/conda-forge/miniforge/pull/693 Full Changelog: https://github.com/conda-forge/miniforge/compare/24.9.2-0...24.11.0-0 ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.11.0-0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ diff --git a/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml index 197c468b1eb62..f8655a4ba7bfa 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -7,20 +7,27 @@ PackageLocale: zh-CN Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD-3-Clause LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: ShortDescription: Miniforge 是用于 conda 的免费最小化安装程序,专用于 conda-forge。 +# Description: +# Moniker: Tags: - anaconda - conda - conda-forge - mamba - python +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.11.0-0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ diff --git a/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.yaml index e3bb76519231c..88fb68b483886 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.0-0/CondaForge.Miniforge3.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 diff --git a/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.installer.yaml index 8dedba6d4b9fd..f1bdb5efdfede 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -14,7 +14,6 @@ Commands: - pip3 - python - pythonw -ProductCode: Miniforge3 24.11.0-1 (Python 3.12.8 64-bit) ReleaseDate: 2024-12-14 Installers: - Architecture: x64 @@ -23,6 +22,7 @@ Installers: InstallerSha256: CF604136C809FBF3578370E877A630B55A7EAA18F0D453518A88FEA5D6A9024E InstallerSwitches: Custom: /S /JustMe /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.11.0-1 (Python 3.12.8 64-bit) RequireExplicitUpgrade: true - Architecture: x64 Scope: machine @@ -30,6 +30,7 @@ Installers: InstallerSha256: CF604136C809FBF3578370E877A630B55A7EAA18F0D453518A88FEA5D6A9024E InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.11.0-1 (Python 3.12.8 64-bit) ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.locale.en-US.yaml index fed4df10df011..d511d51355ffa 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -7,13 +7,16 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD-3-Clause LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: Moniker: miniforge3 Tags: - anaconda @@ -26,6 +29,8 @@ ReleaseNotes: |- - Update to mamba 2.0.5 by @jjerphan in https://github.com/conda-forge/miniforge/pull/694 Full Changelog: https://github.com/conda-forge/miniforge/compare/24.11.0-0...24.11.0-1 ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.11.0-1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ diff --git a/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.locale.zh-CN.yaml index 658f91d83a985..96a892a9822e4 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -7,20 +7,27 @@ PackageLocale: zh-CN Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD-3-Clause LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: ShortDescription: Miniforge 是用于 conda 的免费最小化安装程序,专用于 conda-forge。 +# Description: +# Moniker: Tags: - anaconda - conda - conda-forge - mamba - python +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.11.0-1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ diff --git a/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.yaml index 5de001c2332df..cb97a5beb5307 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.0-1/CondaForge.Miniforge3.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 diff --git a/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.installer.yaml index 8ff989754d89e..94c47ef6c83d1 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -14,7 +14,6 @@ Commands: - pip3 - python - pythonw -ProductCode: Miniforge3 24.11.2-0 (Python 3.12.8 64-bit) ReleaseDate: 2025-01-02 Installers: - Architecture: x64 @@ -23,6 +22,7 @@ Installers: InstallerSha256: BD433D8540C5A22F055CDCC8DB17131FF80892F6CA2A5F6984E0427F9F1F8A91 InstallerSwitches: Custom: /S /JustMe /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.11.2-0 (Python 3.12.8 64-bit) RequireExplicitUpgrade: true - Architecture: x64 Scope: machine @@ -30,6 +30,7 @@ Installers: InstallerSha256: BD433D8540C5A22F055CDCC8DB17131FF80892F6CA2A5F6984E0427F9F1F8A91 InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.11.2-0 (Python 3.12.8 64-bit) ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.locale.en-US.yaml index 4571d4934f87b..811bf9c97a579 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -7,13 +7,16 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD-3-Clause LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: Moniker: miniforge3 Tags: - anaconda @@ -28,6 +31,8 @@ ReleaseNotes: |- - Build 24.11.2 by @hmaarrfk in https://github.com/conda-forge/miniforge/pull/701 Full Changelog: https://github.com/conda-forge/miniforge/compare/24.11.0-1...24.11.2-0 ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.11.2-0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ diff --git a/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.locale.zh-CN.yaml index 23945c8d834a9..b6a9fdf0742bd 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -7,20 +7,27 @@ PackageLocale: zh-CN Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD-3-Clause LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: ShortDescription: Miniforge 是用于 conda 的免费最小化安装程序,专用于 conda-forge。 +# Description: +# Moniker: Tags: - anaconda - conda - conda-forge - mamba - python +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.11.2-0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ diff --git a/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.yaml index f70d6c97d0dc6..79f76a9368460 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.2-0/CondaForge.Miniforge3.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 diff --git a/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.installer.yaml index 9a3d094e8f5c8..bdd7d6d9d2fd6 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -14,7 +14,6 @@ Commands: - pip3 - python - pythonw -ProductCode: Miniforge3 24.11.2-1 (Python 3.12.8 64-bit) ReleaseDate: 2025-01-04 Installers: - Architecture: x64 @@ -23,6 +22,7 @@ Installers: InstallerSha256: 91EABED5328EE792B58CBE186EAA778388692E5FFAD67E79C519126990FF4887 InstallerSwitches: Custom: /S /JustMe /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.11.2-1 (Python 3.12.8 64-bit) RequireExplicitUpgrade: true - Architecture: x64 Scope: machine @@ -30,6 +30,7 @@ Installers: InstallerSha256: 91EABED5328EE792B58CBE186EAA778388692E5FFAD67E79C519126990FF4887 InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 + ProductCode: Miniforge3 24.11.2-1 (Python 3.12.8 64-bit) ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.locale.en-US.yaml index 5bdbe6e1bcc6d..ee42e1f49d7a9 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -7,13 +7,16 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD-3-Clause LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. +# Description: Moniker: miniforge3 Tags: - anaconda @@ -23,6 +26,8 @@ Tags: - python ReleaseNotes: Release working around a few incompatibilities between conda 24.11.2 and mamba 1.5 ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.11.2-1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ diff --git a/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.locale.zh-CN.yaml index 24e02b88d26e8..b5846ac86300d 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 @@ -7,20 +7,27 @@ PackageLocale: zh-CN Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge License: BSD-3-Clause LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/HEAD/LICENSE Copyright: Copyright (c) 2019-2024, conda-forge +# CopyrightUrl: ShortDescription: Miniforge 是用于 conda 的免费最小化安装程序,专用于 conda-forge。 +# Description: +# Moniker: Tags: - anaconda - conda - conda-forge - mamba - python +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/24.11.2-1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ diff --git a/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.yaml index 5c7bee8abefb5..802e3e4d4ff2b 100644 --- a/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.11.2-1/CondaForge.Miniforge3.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 diff --git a/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.installer.yaml index 2afbd99598b04..2adcf0cde6be9 100644 --- a/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,11 +1,12 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.3.0-0 InstallerType: nullsoft InstallModes: - silent +UpgradeBehavior: install Commands: - conda - mamba @@ -21,7 +22,6 @@ Installers: InstallerSha256: A36FCC862406DB1E486395AE59B8EE52B218ACA4D3AA8EBD6065B45369C6C7FB InstallerSwitches: Custom: /S /JustMe /AddToPath=0 /RegisterPython=0 - UpgradeBehavior: install ProductCode: Miniforge3 24.3.0-0 (Python 3.10.14 64-bit) RequireExplicitUpgrade: true - Architecture: x64 @@ -30,8 +30,7 @@ Installers: InstallerSha256: A36FCC862406DB1E486395AE59B8EE52B218ACA4D3AA8EBD6065B45369C6C7FB InstallerSwitches: Custom: /S /AllUsers /AddToPath=0 /RegisterPython=0 - UpgradeBehavior: install ProductCode: Miniforge3 24.3.0-0 (Python 3.10.14 64-bit) ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.locale.en-US.yaml index 828085fb43ee7..f1c2ae2580c1f 100644 --- a/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.3.0-0 @@ -35,4 +35,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml index 06ab990bfdbfc..ec6e6bdce1cf8 100644 --- a/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.3.0-0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.yaml index e15c641bec440..220e9f4f73510 100644 --- a/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.3.0-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.3.0-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.installer.yaml index 467f81f4af879..c0854d373e5fc 100644 --- a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.7.1-0 @@ -33,4 +33,4 @@ Installers: ProductCode: Miniforge3 24.7.1-0 (Python 3.12.5 64-bit) ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.en-US.yaml index d876628885ce0..0dc129dd26787 100644 --- a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.7.1-0 @@ -42,4 +42,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.zh-CN.yaml index 892e97a13d2a0..585fc62b8e860 100644 --- a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.7.1-0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.yaml index 4407e0f1d6999..b524b0e3e292e 100644 --- a/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.7.1-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.installer.yaml index e768fa2d2e19c..b61f67b8d3cc3 100644 --- a/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.7.1-2 @@ -33,4 +33,4 @@ Installers: ProductCode: Miniforge3 24.7.1-2 (Python 3.12.6 64-bit) ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.locale.en-US.yaml index 79ca2fbe8ce38..44b45a6305ed5 100644 --- a/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.7.1-2 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.locale.zh-CN.yaml index 1c2b595ddcf8a..27070c5ca9f29 100644 --- a/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.7.1-2 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.yaml index 5cb52ce36af9d..d0980038b7513 100644 --- a/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.7.1-2/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.7.1-2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.installer.yaml index 66f8eddb57678..45725b85a1f00 100644 --- a/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.9.0-0 @@ -33,4 +33,4 @@ Installers: ProductCode: Miniforge3 24.9.0-0 (Python 3.12.7 64-bit) ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.locale.en-US.yaml index 7331312401fbd..30c3bc522a437 100644 --- a/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.9.0-0 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml index 618fded9cce6a..bc95450923f0e 100644 --- a/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.9.0-0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.yaml index 4fbb28aff7f0b..d3c1da2cf3401 100644 --- a/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.9.0-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.9.0-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.installer.yaml index 8372b697d71e1..ff40170bb6108 100644 --- a/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.9.2-0 @@ -33,4 +33,4 @@ Installers: ProductCode: Miniforge3 24.9.2-0 (Python 3.12.7 64-bit) ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.locale.en-US.yaml index 17d76550ebb98..f9ed7df5714ac 100644 --- a/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.9.2-0 @@ -35,4 +35,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://conda-forge.org/docs/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.locale.zh-CN.yaml b/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.locale.zh-CN.yaml index 63bd57457413a..628626241a9ec 100644 --- a/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.locale.zh-CN.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.9.2-0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://conda-forge.org/docs/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.yaml index 06cb3876fd1be..5fbacbdeadbb0 100644 --- a/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/24.9.2-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 24.9.2-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.installer.yaml index a2d4ea60c0901..1b0f5603145a6 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.1.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/4.10.1-4/Miniforge3-4.10.1-4-Windows-x86_64.exe InstallerSha256: 3BA29F1A525A27FEC963DEF70FBBD395D78ADB89CAD63B8322A5637447ED6E2B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.locale.en-US.yaml index 234a187c3ab60..43226d6c522e1 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.1.4 @@ -21,11 +21,10 @@ Moniker: miniforge3 Tags: - conda - python -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.yaml index 71ed4be1ea83b..df393f6880005 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.1.4/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.installer.yaml index ec68850c306f4..41bab2b36ce3d 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.installer.yaml @@ -1,31 +1,28 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: nullsoft +- Architecture: neutral Scope: user InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/4.10.3-1/Miniforge3-4.10.3-1-Windows-x86_64.exe InstallerSha256: 30F44BFE55A55C8409BBD938B6A0DA630AB7646463F9DE5C53DD69AEF310DB0B InstallerSwitches: Custom: /InstallationType=JustMe /AddToPath=0 /RegisterPython=0 - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: neutral - InstallerType: nullsoft +- Architecture: neutral Scope: machine InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/4.10.3-1/Miniforge3-4.10.3-1-Windows-x86_64.exe InstallerSha256: 30F44BFE55A55C8409BBD938B6A0DA630AB7646463F9DE5C53DD69AEF310DB0B InstallerSwitches: Custom: /InstallationType=AllUsers/AddToPath=0 /RegisterPython=0 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.locale.en-US.yaml index f2a8cb5dce582..817e993b1a561 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: conda-forge PublisherUrl: https://conda-forge.org/ PublisherSupportUrl: https://github.com/conda-forge/miniforge/issues -#PrivacyUrl: +# PrivacyUrl: Author: conda-forge PackageName: Miniforge3 PackageUrl: https://github.com/conda-forge/miniforge @@ -16,11 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/conda-forge/miniforge/master/LICEN Copyright: Copyright (c) 2019-2021, conda-forge CopyrightUrl: https://raw.githubusercontent.com/conda-forge/miniforge/master/LICENSE ShortDescription: Miniforge is a free minimal installer for conda specific to conda-forge. -#Description: +# Description: Moniker: miniforge3 Tags: - conda -- python - miniforge3 +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.yaml index 64acb65fe1921..20dfd9e0dbacd 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-1/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.installer.yaml index 41160f8775e35..75d453ffea3ef 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-10 @@ -26,4 +26,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.locale.en-US.yaml index 574c3c3e4351e..6fbc37e5c249f 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-10 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.yaml index 09dcff6842dff..6b2ae903d6e40 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-10/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.installer.yaml index eed7993b7198e..95246f4c17040 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-4 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers/AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.locale.en-US.yaml index ccb27dccdb680..6406062e7c937 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-4 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.yaml index 0177cd2e615e4..38cc46db2da0e 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-4/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.installer.yaml index 6be139dede63f..16c67587bebfb 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-5 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.locale.en-US.yaml index 47efd9ecc5e38..58dee51b0f13f 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-5 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.yaml index b04f75efd980e..76ddf8556392c 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-5/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.installer.yaml index d6bb1c48eea0b..4c6c7b54a9f91 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-6 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.locale.en-US.yaml index 8447d4c46f986..fd7879cf23127 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-6 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.yaml index e847343bc7e15..0f47de8fb16fe 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-6/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.installer.yaml index 2f3fd87859270..2ae44c849f226 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-7 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.locale.en-US.yaml index e5ff411555245..dd09c67efe82c 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-7 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.yaml index 2e549ae1bcb30..7b5deeb5b0113 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-7/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.installer.yaml index c96ee4b0267bb..cd1a86ccfa82c 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-9 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.locale.en-US.yaml index 869533a37bbc3..a6f20c18f5c9b 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-9 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.yaml index e9a7466f50e99..493b9f83b335d 100644 --- a/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.10.3-9/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.10.3-9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.installer.yaml index c3b150b0120d4..c33c2b25aa573 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-0 @@ -26,4 +26,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml index 182657ee8cf78..47c02ff04397c 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-0 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.yaml index 6fa84b083571c..16a7e840d9c4a 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.installer.yaml index 5f6e028f91ac8..52679605d8e48 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-1 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.locale.en-US.yaml index 449276361d596..6aedfc728f136 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-1 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/4.11.0-1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.yaml index 5235d4fc5060c..db96b41313f00 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-1/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.installer.yaml index 9a5d0bb924c3d..8e49b5a67262e 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-2 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.locale.en-US.yaml index 44de57c00841d..05995672ed068 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-2 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/4.11.0-2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.yaml index d971aac9b7290..51614861b76f2 100644 --- a/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.11.0-2/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.11.0-2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.installer.yaml index b06d6d2ce04b1..f6a3a62009228 100644 --- a/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.12.0-0 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.locale.en-US.yaml index 8ca43535b9f4b..0c6318aab4c1f 100644 --- a/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.12.0-0 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/4.12.0-0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.yaml index c3a737c89f59d..54619847ec115 100644 --- a/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.12.0-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.12.0-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.installer.yaml index 45f46e4ebc54e..66be723d8826b 100644 --- a/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.12.0-1 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.locale.en-US.yaml index 358cf556e83d3..75b6d3e82d6fa 100644 --- a/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.12.0-1 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/4.12.0-1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.yaml index 6c74ebcfb052e..5fa7fab462248 100644 --- a/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.12.0-1/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.12.0-1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.installer.yaml index 01bd0b2334060..2afe059780568 100644 --- a/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.13.0-1 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.locale.en-US.yaml index 6371cbd36b7b4..45d2590fda84e 100644 --- a/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.13.0-1 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/4.13.0-1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.yaml index 4e38bbe207824..f0f033c952816 100644 --- a/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.13.0-1/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.13.0-1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.installer.yaml b/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.installer.yaml index 1cd708ffb34b4..84048245b804f 100644 --- a/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.installer.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.14.0-0 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.locale.en-US.yaml b/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.locale.en-US.yaml index cae33b71ab02c..2cac13c39bff3 100644 --- a/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.locale.en-US.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.14.0-0 @@ -22,11 +22,10 @@ Tags: - conda - miniforge3 - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conda-forge/miniforge/releases/tag/4.14.0-0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.yaml b/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.yaml index 1ed9a216726e9..49859821b0eb1 100644 --- a/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.yaml +++ b/manifests/c/CondaForge/Miniforge3/4.14.0-0/CondaForge.Miniforge3.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=AUSU.CRLF.5-1-19041-1682.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CondaForge.Miniforge3 PackageVersion: 4.14.0-0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.installer.yaml b/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.installer.yaml new file mode 100644 index 0000000000000..376f11a6664ce --- /dev/null +++ b/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CosmicPredator.Chibi +PackageVersion: 1.0.3 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CosmicPredator/chibi-cli/releases/download/1.0.3/chibi_installer.exe + InstallerSha256: 3d26679af1643d5bd99a4697308e5521bc4930c5dc21f2f5c6c857b1a63c2607 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-06 diff --git a/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.locale.en-US.yaml b/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.locale.en-US.yaml new file mode 100644 index 0000000000000..4a2f900ff4e40 --- /dev/null +++ b/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CosmicPredator.Chibi +PackageVersion: 1.0.3 +PackageLocale: en-US +Publisher: Cosmic Predator +PublisherUrl: https://github.com/CosmicPredator +PublisherSupportUrl: https://github.com/CosmicPredator/chibi-cli/issues +PackageName: Chibi CLI +PackageUrl: https://github.com/CosmicPredator/chibi-cli +License: GNU GPL-3 +ShortDescription: Chibi for AniList - A lightweight anime & manga tracker CLI app powered by AniList. +Tags: +- anilist +- anime +- cli +- manga +ReleaseNotesUrl: https://github.com/CosmicPredator/chibi-cli/releases/tag/1.0.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://chibi-cli.pages.dev +ManifestType: defaultLocale +ManifestVersion: 1.9.0 +Moniker: chibi diff --git a/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.yaml b/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.yaml new file mode 100644 index 0000000000000..0000d0e138baa --- /dev/null +++ b/manifests/c/CosmicPredator/Chibi/1.0.3/CosmicPredator.Chibi.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CosmicPredator.Chibi +PackageVersion: 1.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index 5215f1858f130..9f603c8c2de68 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,18 +1,18 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.0-beta.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - interactive - silent +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: nullsoft - Scope: user InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.30.0-beta.1/Cozy-Drive-Setup-3.30.0-beta.1.exe InstallerSha256: C21238A59C45CBD0F11A69BFEECCF9C35E791ED66FFF101CFF7ABD111CEE1D50 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 9eaf80df9f893..5415c71bebdcf 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.0-beta.1 @@ -13,13 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. Moniker: cozy-drive-beta Tags: - backup -- sync - cloud +- sync +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 7c9a95139a4ce..11612ab8a7035 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index 33ebc61f46705..078ab1af1f3ea 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.1 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.30.1-beta.1/Cozy-Drive-Setup-3.30.1-beta.1.exe InstallerSha256: 84599FE3D591C7690685DE1E82D1C479FBB6567F1226581E7D6E5ECC79C30F88 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 1ce7d224c5b13..b12f3b8caa2f7 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.1 @@ -13,14 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. Moniker: cozy-drive-beta Tags: - backup -- sync - cloud +- sync +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.yaml index 2407622588f4d..bf71a9dc32d3d 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index 4239422482e8e..2529c7a370a2a 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-22454-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.2 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.30.1-beta.2/Cozy-Drive-Setup-3.30.1-beta.2.exe InstallerSha256: 974151373A8B4A253A7AAE66DA12AEB6B0CF6C742AA8C53355DA0A5BE289636A ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 4fd29b5a043e0..e4a67e5225c23 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-22454-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.2 @@ -13,14 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. Moniker: cozy-drive-beta Tags: - backup -- sync - cloud +- sync +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.yaml index 19a950dcd9a48..f04a9eb36fce0 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-22454-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml index a5f188b29d3b4..b833198be6ec9 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.3 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.30.1-beta.3/Cozy-Drive-Setup-3.30.1-beta.3.exe InstallerSha256: 8B65347A8CD546CF8C2C53374B19EC3728B3078A31F9D79E68D037B1DFEC262E ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 9c14610631d11..ae568285bc8af 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.3 @@ -13,14 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. Moniker: cozy-drive-beta Tags: - backup -- sync - cloud +- sync +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.yaml index 9ce85f129d50e..9806b0f55e4a6 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.30.1-beta.3/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.30.1-beta.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index 3da45e02e75e9..09b1e32a13a04 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.31.0-beta.1 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.31.0-beta.1/Cozy-Drive-Setup-3.31.0-beta.1.exe InstallerSha256: 591C546C76BE13D95126BF499BA7389A204155DDFC62E26D91624A187E50F79E ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 3810431b097d3..add38c98a9033 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.31.0-beta.1 @@ -13,14 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. Moniker: cozy-drive-beta Tags: - backup -- sync - cloud +- sync +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 519879812992e..3c04000f5a0a4 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.31.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index ee1a8d3bb71c1..13879cffba5ef 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.31.0-beta.2 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.31.0-beta.2/Cozy-Drive-Setup-3.31.0-beta.2.exe InstallerSha256: 2BA99B9980B9CBB8AE6280D606944790C03BEFDBFFCDDFFF3438FAAE9F5110F4 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index ed80cbeb6f93c..fed1f5a8a8bbe 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.31.0-beta.2 @@ -13,13 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup -- sync - cloud +- sync +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index 7ba9b017088e9..797d530940927 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.31.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.31.0-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index 00b89f281e4cc..2edfb548a7fd9 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.32.0-beta.1 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.32.0-beta.1/Cozy-Drive-Setup-3.32.0-beta.1.exe InstallerSha256: 69D6B63B1EB2303574B3ADA23914A648D8308A49D9A225AE5D09D031F8EA23DB ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 907231ea266ec..056702f4ed7c3 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.32.0-beta.1 @@ -13,13 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup -- sync - cloud +- sync +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index e917588c5e961..c5593ff4c0949 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.32.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index 69a0c8e207372..863807d984721 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.32.0-beta.2 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.32.0-beta.2/Cozy-Drive-Setup-3.32.0-beta.2.exe InstallerSha256: 81643B9DFBCA1C668E2DA3862D11188B0869910CDB8F30131FD0A0FFCF409EE4 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 0116e20d53a07..bc00caa7aa6cc 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.32.0-beta.2 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index 577ec2fffbe96..698544dabe293 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.32.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.32.0-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index 67e0f56f6a614..1fca2b1b1ce09 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.33.0-beta.1/Cozy-Drive-Setup-3.33.0-beta.1.exe InstallerSha256: 28427C6E604E1B8AD1CC8134ADF871C08784477B9042C3769859A31A6F071234 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 07b28854af1d9..869cdb613ada3 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.1 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.33.0-beta.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 8473a5d51d28c..bd8520480cb50 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index 5643bd938eacb..7ab1cfc323f11 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.33.0-beta.2/Cozy-Drive-Setup-3.33.0-beta.2.exe InstallerSha256: F7D61BAE671A39DC951A9195F1ACF8023A7D9B586CCC25CBA7F8C3AE48127056 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index a160d694d7809..b3c06ee93735f 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.2 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.33.0-beta.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index 59e05d73b973d..995c769f98265 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.installer.yaml index 75f10fed06ac1..d47fc4aeeeecd 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.33.0-beta.4/Cozy-Drive-Setup-3.33.0-beta.4.exe InstallerSha256: 432B80B3D3060D93CE890D1E7BBC190AA65E9BA6C41E3EA40E6E29DAE0280476 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 41a0377dac346..813fe6fc3af64 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.4 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.33.0-beta.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.yaml index 60fb81cb2c852..4dbe37c65d91b 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.33.0-beta.4/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.33.0-beta.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index b8bb02d1a7b90..4c39663a60fba 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.34.0-beta.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.34.0-beta.1/Cozy-Drive-Setup-3.34.0-beta.1.exe InstallerSha256: C1BBE70586A4EA4574FBA729E443E2061E46562C0BE4DE1AA934A28FAF15F7A0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 8a3bc08fae666..09a698983eba5 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.34.0-beta.1 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.34.0-beta.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 046c4cfd60cfe..9b0b7f6cd167a 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.34.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index b8ff59653cfb0..c2ed60fb638ff 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.34.0-beta.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.34.0-beta.2/Cozy-Drive-Setup-3.34.0-beta.2.exe InstallerSha256: C26927D3CBCD10ACC3B819DFBC4DE8F000D1A046A82E49EEEBC83B478C43F2DF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 70e35235d27ac..637b36bf6f210 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.34.0-beta.2 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.34.0-beta.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index c65d6b1d4f5be..5ce305deb85f9 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.34.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.34.0-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index bfaa8a41e5bd8..dadf558fec0f4 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.35.0-beta.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.35.0-beta.1/Cozy-Drive-Setup-3.35.0-beta.1.exe InstallerSha256: 52C40450E7A5E3DEF156FED008D900E847D9D83C9060D0861970EECD03E15F6E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 394de378c10e1..43efaf783f725 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.35.0-beta.1 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.35.0-beta.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 6c4a3f60e26da..9ee77998642ad 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.35.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index 5c1181784f28e..f75edeac6203d 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.35.0-beta.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.35.0-beta.2/Cozy-Drive-Setup-3.35.0-beta.2.exe InstallerSha256: C13F413C5C1F1241ABF0F091A027E1257C9A65F20D934A9BAFFB8D7D8CC8D24A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 421f167364169..280625d4464af 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.35.0-beta.2 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.35.0-beta.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index 96f6fee47393e..0370acbaeec85 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.35.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.35.0-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index 40f25f3eee420..67ae4bcf748c2 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.0-beta.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.36.0-beta.1/Cozy-Drive-Setup-3.36.0-beta.1.exe InstallerSha256: 0B35FCD5EA23437CDB6F6F900C655B05F364EF2A4774BDF95A96A08A880219D3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index e07c9111480b6..18b25e8a46a0f 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.0-beta.1 @@ -13,17 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.36.0-beta.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 772674e1670b4..2abc7c6df99c4 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index 048b65cfe626b..437fc47aa85b9 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.1-beta.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.36.1-beta.1/Cozy-Drive-Setup-3.36.1-beta.1.exe InstallerSha256: 3508A2129106E2C441AD365A468B107A67EF12EAED1BFC82113ECEDFF13AA0FB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 9773836d7c29e..b616360b95bf6 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.1-beta.1 @@ -13,20 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.36.1-beta.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.yaml index 05f2401a1cba0..4b613994d037d 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.1-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index 2ac311fd66e1d..089efdd5680ea 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.1-beta.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.36.1-beta.2/Cozy-Drive-Setup-3.36.1-beta.2.exe InstallerSha256: 01B68D6FA216CD3F6A21647CEF54A02E47BEC84B84AF37B86A1E83E23148DD0C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index bd6e7d4a53c6e..04cf5e7ece324 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.1-beta.2 @@ -13,20 +13,19 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: GNU Affero General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. -# Moniker: +# Moniker: Tags: - backup - cloud - sync -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.36.1-beta.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.yaml index 5ead5c40bd717..e678e79daa09e 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.36.1-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.36.1-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index e1b5534fc45fe..851fc9fe9228c 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.37.0-beta.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.37.0-beta.1/Cozy-Drive-Setup-3.37.0-beta.1.exe InstallerSha256: FDEBF32A91D12A006C1739157A43BFAA85F6321EEAF027D43B6E72EAF9DFAF7E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 69c02fed4f282..ac7ef6a2e4722 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.37.0-beta.1 @@ -22,11 +22,10 @@ Tags: - backup - cloud - sync -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.37.0-beta.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 45df72561d3f1..286e596a154d5 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.37.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.37.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index 8b468efc020f2..adfb448b365a8 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.38.0-beta.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.38.0-beta.1/Cozy-Drive-Setup-3.38.0-beta.1.exe InstallerSha256: 4752EC0AAED27BA9433AD0321D7D875ED784E4DCD8F7E005C2875B472AF87E1C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index e5a6369ae4e17..8cf1ac73ff2ae 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.38.0-beta.1 @@ -22,11 +22,10 @@ Tags: - backup - cloud - sync -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.38.0-beta.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 3e5f889e9b8fa..23cc45751beaa 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.38.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index 88a5add1a72ed..b7bb3f41e65c1 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.38.0-beta.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.38.0-beta.2/Cozy-Drive-Setup-3.38.0-beta.2.exe InstallerSha256: F4FDBF19F6B4A631ED9ADA8F0EEE5DE590C42C4EA9D93B5AE2394DAFB08F1FB4 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index c7e4391db55e1..bb370abf963c5 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.38.0-beta.2 @@ -22,11 +22,10 @@ Tags: - backup - cloud - sync -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.38.0-beta.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index 3142885462d39..6a6e945fc0361 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.38.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.38.0-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index c7e66cd1a39d7..d6db392bc872b 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.1 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.39.0-beta.1/Cozy-Drive-Setup-3.39.0-beta.1.exe InstallerSha256: 1F8BF7DD2F27FDC20066E48DCDEA1E57A9C05066A9F15D1B22AF42A4DD181FBB ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 2b9e4f6d0c4e4..d6d3d7e6de62a 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.1 @@ -13,16 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync -ReleaseNotes: '- ✨ We will now fetch the latest changes from your Cozy as soon as they''ve been' +ReleaseNotes: "- ✨ We will now fetch the latest changes from your Cozy as soon as they've been" ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.39.0-beta.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index 98c390b21024c..669ab469ed77d 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml index f55ee3f291c38..a7af9333c4abd 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.3 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.39.0-beta.3/Cozy-Drive-Setup-3.39.0-beta.3.exe InstallerSha256: 5B86EA575EA0E0946016F24012AFA6D17A300CE18D883E51D69223EA63B8034A ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 658135a4b86c5..9b4d7223128a5 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.3 @@ -13,16 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync ReleaseNotes: '- We fixed our network configuration as it was preventing the realtime manager,' ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.39.0-beta.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.yaml index 07b624d8a1580..331f8ec4ff42d 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.3/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.installer.yaml index b95cd08b00c56..7933b87bf07e8 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.4 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.39.0-beta.4/Cozy-Drive-Setup-3.39.0-beta.4.exe InstallerSha256: 0F4692CB5CB1A68C4F9FC007F40FB5D677914CE7BDFA1530E809857C95D05A06 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 6e03119e48508..42840a6def2c6 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.4 @@ -13,11 +13,13 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud @@ -26,5 +28,8 @@ ReleaseNotes: |- - ✨ OpenOffice lock files won't be synchronized anymore. - ✨ The onboarding window will now honor _blank link targets during the ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.39.0-beta.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.yaml index 8aa47e4d4a032..543adae38e0cf 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.39.0-beta.4/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.39.0-beta.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index f17b226b00c73..cc312425cfb5e 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.1 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2023-10-26 Installers: - Architecture: x86 InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.40.0-beta.1/Cozy-Drive-Setup-3.40.0-beta.1.exe InstallerSha256: 675C359EC631ACD29BF2FFAEA98E49C7D2CB4ECF2B434CDBE3CEF7A00FAA5644 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2023-10-26 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index db5160833af69..e91ad9a1f8869 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.1 @@ -13,15 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.40.0-beta.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index c2700461f0a45..9a17021d4a95d 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index 2ccb77bf99a03..8b46a7e6baaa2 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.2 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-10-11 Installers: - Architecture: x86 InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.40.0-beta.2/Cozy-Drive-Setup-3.40.0-beta.2.exe InstallerSha256: 2F91860D9A202B9B12CE391D4AA958719DC8B9F006E8859EDACB11FF39166FF7 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-11 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 63f94cf56fd0f..9bc409cb9ba3c 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.2 @@ -13,15 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.40.0-beta.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index 562d66a9acdaa..6089ef2c6478d 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml index d62e28ca1e5b6..471e46591297a 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.3 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-10-13 Installers: - Architecture: x86 InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.40.0-beta.3/Cozy-Drive-Setup-3.40.0-beta.3.exe InstallerSha256: 64323775FFFFE45CB4D37A6AEC23B65F18F83B0187E24A93CA9FEF7EA4D8A09B ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-13 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 58766834a016d..4548b81e6ccd9 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.3 @@ -13,15 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.40.0-beta.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.yaml index 00f3ff7733d00..abacb575efd99 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.40.0-beta.3/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.40.0-beta.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index b05bbef3c556f..8385b0da58d28 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.41.0-beta.2 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-10-31 Installers: - Architecture: x86 InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.41.0-beta.2/Cozy-Drive-Setup-3.41.0-beta.2.exe InstallerSha256: 421C6259D436642505DD95AB6A83724678C87F0C8619A603635C657D547D2CDD ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-31 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index d1b05850b3ffd..b595ca451d82b 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.41.0-beta.2 @@ -13,15 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.41.0-beta.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index 9cc1c26bcd7a3..f3f6fb3efaa84 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.41.0-beta.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml index 60c2bb88383ba..4f978786cb647 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.41.0-beta.3 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-11-06 Installers: - Architecture: x86 InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.41.0-beta.3/Cozy-Drive-Setup-3.41.0-beta.3.exe InstallerSha256: 8EFDADBFF4F2BD7F67FCACC3B58606592B7EAE7598830D8AC628C43CD0DEF065 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-06 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 6d70e0478f8a9..a86e94a1ccb51 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.41.0-beta.3 @@ -13,15 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.41.0-beta.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.yaml index ee535f2f79080..a6c23f84c5aa1 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.41.0-beta.3/CozyCloud.CozyDrive.Beta.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta PackageVersion: 3.41.0-beta.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml index d52689211f052..a647307142673 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-12-18 Installers: - Architecture: x86 InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.42.0-beta.1/Cozy-Drive-Setup-3.42.0-beta.1.exe InstallerSha256: F9C69F8DFC69A39D2A80BDB631F74A8416200CA5EF46BF3CF6D9395510EDB9D0 ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-18 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 8c28e4f9decc6..ca5fc517ca48c 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta @@ -13,15 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.42.0-beta.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.yaml index d62109f6f6dcc..4e50d8202367d 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.1/CozyCloud.CozyDrive.Beta.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml index 54f8a8404aa16..c148b65ac735a 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2025-01-07 Installers: - Architecture: x86 InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.42.0-beta.2/Cozy-Drive-Setup-3.42.0-beta.2.exe InstallerSha256: F8B78CADF9A77A5E9B0DB7815F207C7E28AD4A1946426A22CF23AD7786CECFEA ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-07 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 42b0633406569..84cef911c31ab 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta @@ -13,15 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.42.0-beta.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.yaml index d918b73748da9..9c05d125f366b 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.2/CozyCloud.CozyDrive.Beta.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml index 54ecbbb387f0f..b420eef6f9fad 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2025-01-14 Installers: - Architecture: x86 InstallerUrl: https://github.com/cozy-labs/cozy-desktop/releases/download/v3.42.0-beta.3/Cozy-Drive-Setup-3.42.0-beta.3.exe InstallerSha256: A966428B756FE622FA96B872D6DEB3BA43FD26A24065B2A79D14ADBBB65F11BC ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-14 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml index 4d52f95e9d74e..91eeff864c5af 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta @@ -13,15 +13,21 @@ PackageName: Cozy Drive (Beta) PackageUrl: https://cozy.io/en/download/#desktop License: AGPL-3.0 LicenseUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cozy-labs/cozy-desktop/master/LICENSE ShortDescription: File Synchronisation for Cozy on Desktop and Laptop. Description: |- Cozy Drive for Desktop allows you to synchronize the files stored in your Cozy with your laptop and/or desktop computer. It replicates your files on your hard drive and apply changes you made on them on other synced devices and on your online Cozy. +# Moniker: Tags: - backup - cloud - sync +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.42.0-beta.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.yaml b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.yaml index d8c8717d8efb2..8b6e3adff9851 100644 --- a/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.yaml +++ b/manifests/c/CozyCloud/CozyDrive/Beta/3.42.0-beta.3/CozyCloud.CozyDrive.Beta.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: CozyCloud.CozyDrive.Beta diff --git a/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.installer.yaml b/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.installer.yaml new file mode 100644 index 0000000000000..f12469c5c2c46 --- /dev/null +++ b/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CrowdSecurity.CrowdSec +PackageVersion: 1.6.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{6B42973C-35C1-44CE-BCDE-DB79C70F1B63}' +ReleaseDate: 2024-11-20 +AppsAndFeaturesEntries: +- ProductCode: '{6B42973C-35C1-44CE-BCDE-DB79C70F1B63}' + UpgradeCode: '{8EAB6970-25E3-4B7D-882F-5B7EFA311AFC}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\CrowdSec' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/crowdsecurity/crowdsec/releases/download/v1.6.4/crowdsec_1.6.4.msi + InstallerSha256: 03ED5A8276E9ECD77AA636544559FB6921F15E9ABFF36ECF43EBE23C30FF4B37 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.locale.en-US.yaml b/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.locale.en-US.yaml new file mode 100644 index 0000000000000..ca8fc5b07d419 --- /dev/null +++ b/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.locale.en-US.yaml @@ -0,0 +1,115 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CrowdSecurity.CrowdSec +PackageVersion: 1.6.4 +PackageLocale: en-US +Publisher: CrowdSecurity +PublisherUrl: https://github.com/crowdsecurity +PublisherSupportUrl: https://github.com/crowdsecurity/crowdsec/issues +PackageName: CrowdSec +PackageUrl: https://github.com/crowdsecurity/crowdsec +License: MIT +LicenseUrl: https://github.com/crowdsecurity/crowdsec/blob/HEAD/LICENSE +ShortDescription: CrowdSec Agent for Windows +Tags: +- attacks-prevention +- detection +- linux +- protection +- security +ReleaseNotes: |- + Overview + HTTP datasource + This release introduce http data source that enable crowdsec to ingest logs from an http endpoint such as Datadog or Vector. + See documentation here + Alert context appsec + This release also introduces the alert context ability when using appsec. + See related doc here + Replay evtx file support + This release allows Windows CrowdSec users to replay Winevent evtx files. + Bouncers API Key sharing + Bouncers running on different machines can now share the same API key without interfering with each other. Each bouncer will appear as bouncer_name@IP in the bouncer list. (#3323) + New Features + - add HTTP datasource (#3294) @he2ss + - Alert context appsec (#3288) @buixor + - wineventlog: add support for replaying evtx files (#3278) @blotus + Improvements + - Allow bouncers to share API keys (#3323) @blotus + - Support multiple appsec configs (#3314) @buixor + - context propagation: papi, loki (#3308) @mmetc + - Add explicit configuration for signals sharing and blocklists pull (#3277) @blotus + - loki: add no_ready_check option (#3317) @blotus + - logs and user messages: use "serialize" and "parse" instead of marshal/unmarshal (#3240) @mmetc + - context propagation: cscli {capi,lapi,papi} (#3228) @mmetc + - refact pkg/database: context propagation (start) (#3226) @mmetc + Changes + - make: improve re2/wasm check (#3335) @mmetc + - fix go version for azure pipeline (#3324) @blotus + - add go minor in go.mod (#3318) @sabban + - update checks for wrapped errors (#3117) @mmetc + - refact cscli: decisions, lapi, bouncers, machines (#3306) @mmetc + - make: remove obsolete/redundant parameters (#3304) @mmetc + - remove unused code: HandleDeletedDecisions() (#3301) @mmetc + - CI: update coverage ignore list for generated code (#3262) @mmetc + - lint/revive: check tags on non-exported struct fields (#3257) @mmetc + - context propagation: don't store ctx in api controller (#3268) @mmetc + - CI: check generated code in test workflow (#3261) @mmetc + - remove dependency from pkg/cwversion to pkg/acquisition (#3242) @mmetc + - lint/nestif: reduce hubtest complexity (#3244) @mmetc + - refact: alerts query (#3216) @mmetc + - lint: enable (some) gocritic checks (#3238) @mmetc + - enable linters: copyloopvar, intrange (#3184) @mmetc + - refact acquisition: build profiles (optionally exclude datasources from final binary) (#3217) @mmetc + - refact / split APIServer.Run() method (#3215) @mmetc + - refact cscli - don't export functions if not required (#3224) @mmetc + - refact: cscli papi (#3222) @mmetc + - refact: pkg/apiclient set and use default user agent (#3219) @mmetc + Bug Fixes + - better handle error when sending usage metrics (#3333) @blotus + - fix: Use clientIP when passing coraza (#3322) @LaurenceJJones + - cron dependency for packaging (#3331) @sabban + - fix: Add a check to prevent attempting to load a directory within patterns (#3326) @LaurenceJJones + - fix: Ansible fedora 40 to use 40 (#3327) @LaurenceJJones + - make: allow build on ubuntu 24.10 (#3311) @mmetc + - enhance: Remove if log check in one instance (#3300) @LaurenceJJones + - fix: Check if resp is nil in capi metrics and continue (#3299) @LaurenceJJones + - avoid deadlock when deleting decisions if PAPI is half configured (#3283) @blotus + - CI: delegate pipenv cache management to the setup-python action (#3243) @mmetc + - Update go-re2 (#3230) @blotus + - fix #3225: info->debug for trigger bucket overflow (#3227) @mmetc + - fix appsec/tls issues by cloning http transport (#3213) @mmetc + Chore / Deps + - enhance: add fedora 41 vagrant (#3328) @LaurenceJJones + - enhance: add opensuse leap 15 vagrant (#3329) @LaurenceJJones + - readme: update bouncers link (#3297) @laur89 + - require go 1.23 (#3298) @mmetc + - Update protobufs (#3276) @mmetc + - CI: generate codecov.yml before tests (#3280) @mmetc + - update test dependencies (#3267) @mmetc + - Re-generate capi models (#3260) @mmetc + - CI: update golangci-lint to v1.61, yq to 4.44.3 (#3241) @mmetc + - context propagation: OneShotAcquisition(); enable contextcheck linter (#3285) @mmetc + - context propagation: appsec, docker, kafka, k8s datasources (#3284) @mmetc + - context propagation: StreamingAcquisition() (#3274) @mmetc + - context propagation: pkg/csplugin (#3273) @mmetc + - context propagation: pkg/apiserver (#3272) @mmetc + - context propagation: apic, unit tests (#3271) @mmetc + - context propagation: pass ctx to UpdateScenario() (#3258) @mmetc + - context propagation: pkg/database/alerts (#3252) @mmetc + - context propagation: pkg/database/{lock,decision} (#3251) @mmetc + - context propagation: pkg/database/bouncers (#3249) @mmetc + - context propagation: pkg/database/machines (#3248) @mmetc + - context propagation: pkg/database/metrics (#3247) @mmetc + - context propagation: pkg/database/config (#3246) @mmetc + - context propagation: bouncer list (#3236) @mmetc + - context propagation: pkg/database/flush (#3235) @mmetc + - context propagation: pass context to NewAPIC() (#3231) @mmetc + - context propagation: explicit ctx parameter in unit tests (#3229) @mmetc + Geolite2 notice + This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com. + Installation + Take a look at the installation instructions. +ReleaseNotesUrl: https://github.com/crowdsecurity/crowdsec/releases/tag/v1.6.4 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.yaml b/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.yaml new file mode 100644 index 0000000000000..45b278fde5988 --- /dev/null +++ b/manifests/c/CrowdSecurity/CrowdSec/1.6.4/CrowdSecurity.CrowdSec.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: CrowdSecurity.CrowdSec +PackageVersion: 1.6.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.installer.yaml index b807595b3f8fc..734e87e30b08c 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.10.0.4815 @@ -17,4 +17,4 @@ Installers: InstallerSha256: F81AE343DCCD925881366727B26931B1A3323AE309DCA32C24C6967DB5A60EA2 ProductCode: '{57894192-9362-3B14-882F-DE384113B340}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.locale.en-US.yaml index f8de952ef4636..f59f618486829 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.10.0.4815 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized @@ -39,9 +40,12 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.yaml index 42bf62fbcc4b0..37ad0f111eaf3 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.10.0.4815/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.10.0.4815 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.installer.yaml index 33167fa7949da..863f4a67e7eff 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.10.1 @@ -12,7 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{60ED258A-F3AB-3133-847E-668E35882697}' ReleaseDate: 2023-09-20 AppsAndFeaturesEntries: - DisplayVersion: 1.10.1.4844 @@ -21,5 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.10.1/Cryptomator-1.10.1-x64.msi InstallerSha256: 9712F6622F7CBE84C90F0135C4B53C76EA7FEB398C2ECF2A3A04CD2CB17550F1 + ProductCode: '{60ED258A-F3AB-3133-847E-668E35882697}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.locale.en-US.yaml index 90a74e07f7fec..b239e6ed7cfcd 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.10.1 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: |- Cryptomator provides transparent, client-side encryption for your cloud. @@ -58,9 +59,10 @@ ReleaseNotes: |- - Updated translations (#3110) - Updated dependencies ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.10.1 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7 ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.yaml index c609474e05290..f7ab3fad71f7f 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.10.1/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.installer.yaml index 40cfb4b541394..1b4284c33e3d0 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.11.0 @@ -12,7 +12,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{9C64C3A9-8D85-3522-A74A-600741F4BD30}' ReleaseDate: 2023-11-08 AppsAndFeaturesEntries: - DisplayVersion: 1.11.0.4970 @@ -21,5 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.11.0/Cryptomator-1.11.0-x64.msi InstallerSha256: B11FEC1CBBA4BBD451B91AB7A56D89C762F688AB0377A4D1DDFBE074C4EE68AB + ProductCode: '{9C64C3A9-8D85-3522-A74A-600741F4BD30}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.locale.en-US.yaml index 50e64f30bcb4d..e2ba8b8e4bb37 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.11.0 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: |- Cryptomator provides transparent, client-side encryption for your cloud. @@ -66,9 +67,10 @@ ReleaseNotes: |- - Pinned JDK version for consistent builds across releases (#3075, #3163) - Updated translations (#3128, #3188, #3189) ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.11.0 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7 ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.yaml index 5b72e90766378..82dd778f2d1e8 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.11.0/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.installer.yaml index 3eb072e3d29b5..ee09b89fc518a 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.installer.yaml @@ -1,15 +1,8 @@ -# Created using WinGet Automation (CLI) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.11.1 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.11.1/Cryptomator-1.11.1-x64.msi - InstallerSha256: ab8ca3f3666fddb37f8918480733b6d01d9ab425ce6d4f22cb2c590603ecd669 - UpgradeCode: "{BDA45523-42B1-4CAE-9354-A45475ED4775}" -ManifestType: installer -ManifestVersion: 1.5.0 MinimumOSVersion: 10.0.17134.0 InstallerType: wix Scope: machine @@ -18,5 +11,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{BC9BB980-5039-349B-BBEE-A98A976F7925}' -ReleaseDate: "2023-12-05" +ReleaseDate: 2023-12-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.11.1/Cryptomator-1.11.1-x64.msi + InstallerSha256: AB8CA3F3666FDDB37F8918480733B6D01D9AB425CE6D4F22CB2C590603ECD669 + ProductCode: '{BC9BB980-5039-349B-BBEE-A98A976F7925}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.locale.en-US.yaml index a292f6e0d89d5..0ac8420eced26 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using WinGet Automation (CLI) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.11.1 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized @@ -39,10 +40,12 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.11.1 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 -ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.11.1 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.yaml index b087dec3d47aa..1ee95e486489a 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.11.1/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using WinGet Automation (CLI) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.11.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.installer.yaml index 80947b189f694..057d9ed5972d1 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.0 @@ -12,9 +12,8 @@ InstallModes: - silentWithProgress UpgradeBehavior: install FileExtensions: -- cryptomator - c9r -ProductCode: '{4CFBF4B1-599F-3C50-AE74-6D529834B293}' +- cryptomator AppsAndFeaturesEntries: - Publisher: Skymatic GmbH DisplayVersion: 1.12.0.5144 @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.12.0/Cryptomator-1.12.0-x64.msi InstallerSha256: FFCE83E93779974320B4298AAFCCD40A5105666B1CA79B643CD2D9297BDA8720 + ProductCode: '{4CFBF4B1-599F-3C50-AE74-6D529834B293}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.locale.en-US.yaml index d3d44090a25a4..3cf695b43e8fc 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.0 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2024 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator is a free and open-source software providing transparent, client-side encryption for your cloud. @@ -39,10 +40,12 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.12.0 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/latest/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.yaml index 6e550b1594dab..0261bd2dcca98 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.0/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.installer.yaml index f22da1eb83aa5..522fe813bc259 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.3 @@ -13,9 +13,8 @@ InstallModes: - silentWithProgress UpgradeBehavior: install FileExtensions: -- cryptomator - c9r -ProductCode: '{C9BD51F8-AD26-3159-98FF-D89D14A213EA}' +- cryptomator ReleaseDate: 2024-02-27 AppsAndFeaturesEntries: - DisplayVersion: 1.12.3.5219 @@ -24,5 +23,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.12.3/Cryptomator-1.12.3-x64.msi InstallerSha256: 0D8CEB8E963B6454687908B5BD2D2F4C792E04FE1EE1DCDEDF7228158DD69A7A + ProductCode: '{C9BD51F8-AD26-3159-98FF-D89D14A213EA}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.locale.en-US.yaml index 95efdb792af9a..09ddd7969de17 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.3 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2024 +# CopyrightUrl: ShortDescription: Encryption made easy and optimized for the cloud Description: |- Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. @@ -53,9 +54,10 @@ ReleaseNotes: |- Other Changes 📎 - Updated translations (#3342, #3343) ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.12.3 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/latest ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.yaml index 3a0e3d0a0f4e7..352582f3ce356 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.3/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.installer.yaml index 55f6da209580c..b1a7d55cc75ef 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.4 @@ -13,9 +13,8 @@ InstallModes: - silentWithProgress UpgradeBehavior: install FileExtensions: -- cryptomator - c9r -ProductCode: '{76D8AED6-A0DB-3DB0-AB12-C263B35F0220}' +- cryptomator ReleaseDate: 2024-03-27 AppsAndFeaturesEntries: - DisplayVersion: 1.12.4.5223 @@ -24,5 +23,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.12.4/Cryptomator-1.12.4-x64.msi InstallerSha256: 939809D8BD0E8A31BE311BD390C0D70C00196E22C83493A085285D72460474F4 + ProductCode: '{76D8AED6-A0DB-3DB0-AB12-C263B35F0220}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.locale.en-US.yaml index 8288879641ed7..3adb255d71c4b 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.4 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2024 +# CopyrightUrl: ShortDescription: Encryption made easy and optimized for the cloud Description: |- Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. @@ -49,9 +50,10 @@ ReleaseNotes: |- - Local Privilege Escalation: The Cryptomator EXE installer is build wiht the WiX toolkit. Installers build with a toolkit version below 3.14.1 can be used to execute arbitrary binaries using by using the Windows temp directory. (CVE-2024-29188) ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.12.4 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/latest ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.yaml index 7035599c4a86c..94bb2e8988078 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.12.4/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.12.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.installer.yaml index feb5a223b1ce2..9b6148e0a707e 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.13.0 @@ -13,9 +13,8 @@ InstallModes: - silentWithProgress UpgradeBehavior: install FileExtensions: -- cryptomator - c9r -ProductCode: '{60379FAD-144C-3AAA-BC59-3A5210A7CAAB}' +- cryptomator ReleaseDate: 2024-06-26 AppsAndFeaturesEntries: - DisplayVersion: 1.13.0.5321 @@ -24,5 +23,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.13.0/Cryptomator-1.13.0-x64.msi InstallerSha256: E077C0B0E08CC9BEC27CA6990281EFC9F361F11B88F80CCF73201DDED6AF6C98 + ProductCode: '{60379FAD-144C-3AAA-BC59-3A5210A7CAAB}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.locale.en-US.yaml index 526dfe78282b4..faece44051764 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.13.0 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2024 +# CopyrightUrl: ShortDescription: Encryption made easy and optimized for the cloud Description: |- Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. @@ -58,9 +59,10 @@ ReleaseNotes: |- New Contributors - @MSevenR made their first contribution in #3414 ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.13.0 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/latest ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.yaml index 831d7801dc943..649ed033d0709 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.13.0/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.installer.yaml index e652a5718c010..3d1d16c681aa7 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser using komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.14.0 @@ -15,7 +15,6 @@ UpgradeBehavior: install FileExtensions: - c9r - cryptomator -ProductCode: '{3872290D-61BB-3B70-86B7-035FF4ED0D3F}' ReleaseDate: 2024-09-17 AppsAndFeaturesEntries: - DisplayName: Cryptomator @@ -29,5 +28,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.14.0/Cryptomator-1.14.0-x64.msi InstallerSha256: 998B02C07F9DF2BB661AEE2C571BE458A64C981DA01E50D1857A6F7B892D67E4 + ProductCode: '{3872290D-61BB-3B70-86B7-035FF4ED0D3F}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.locale.en-US.yaml index 9db30ce281c5d..a66b2d8592bba 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser using komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.14.0 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GPL-3.0 LicenseUrl: https://github.com/cryptomator/cryptomator/blob/HEAD/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2024 +# CopyrightUrl: ShortDescription: Encryption made easy and optimized for the cloud Description: |- Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. @@ -68,9 +69,10 @@ ReleaseNotes: |- As usual, the GPG signatures can be checked using our public key 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235. ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.14.0 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/latest ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.yaml index 5ac1f9e9c3325..cfed8beb2a6ec 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.14.0/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser using komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.14.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.installer.yaml index c69d7459689b2..6c4c9e4171045 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.14.2 @@ -15,7 +15,6 @@ UpgradeBehavior: install FileExtensions: - c9r - cryptomator -ProductCode: '{161703F0-7B1C-3944-AEE3-8B7581BA9396}' ReleaseDate: 2024-11-19 AppsAndFeaturesEntries: - DisplayVersion: 1.14.2.5384 @@ -26,5 +25,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.14.2/Cryptomator-1.14.2-x64.msi InstallerSha256: 521F49F22F2C3F4722C2A5EF5E069B673B73963ECBE576B2F13687EB687B2D56 + ProductCode: '{161703F0-7B1C-3944-AEE3-8B7581BA9396}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.locale.en-US.yaml index c1e23c4b889f6..a659ddee1f301 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.14.2 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org License: GPL-3.0 LicenseUrl: https://github.com/cryptomator/cryptomator/blob/HEAD/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2024 +# CopyrightUrl: ShortDescription: Encryption made easy and optimized for the cloud Description: |- Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. @@ -53,9 +54,10 @@ ReleaseNotes: |- Other Changes 📎 - Updated translations (#3559, #3553) ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.14.2 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/latest ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.yaml index f7defee3d21c3..0f3f9a29bb198 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.14.2/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.14.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.installer.yaml new file mode 100644 index 0000000000000..adab9f1e69833 --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Cryptomator.Cryptomator +PackageVersion: 1.15.0 +InstallerLocale: en-US +MinimumOSVersion: 10.0.17134.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- c9r +- cryptomator +ProductCode: '{048659A4-013D-3D47-9645-D424E83173DE}' +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- DisplayVersion: 1.15.0.5558 + ProductCode: '{048659A4-013D-3D47-9645-D424E83173DE}' + UpgradeCode: '{BDA45523-42B1-4CAE-9354-A45475ED4775}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Cryptomator' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.15.0/Cryptomator-1.15.0-x64.msi + InstallerSha256: E8A13A68276236443FD161283D645E9C9AE20A04E434462849827E9CEDAC6340 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.locale.en-US.yaml new file mode 100644 index 0000000000000..147ad04652843 --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.locale.en-US.yaml @@ -0,0 +1,88 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cryptomator.Cryptomator +PackageVersion: 1.15.0 +PackageLocale: en-US +Publisher: Skymatic GmbH +PublisherUrl: https://cryptomator.org/ +PublisherSupportUrl: https://github.com/cryptomator/cryptomator/issues +PrivacyUrl: https://cryptomator.org/privacy +Author: The Cryptomator Authors +PackageName: Cryptomator +PackageUrl: https://cryptomator.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/cryptomator/cryptomator/blob/HEAD/LICENSE.txt +Copyright: Skymatic GmbH 2016 - 2024 +ShortDescription: Encryption made easy and optimized for the cloud +Description: |- + Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. + It protects your documents from unauthorized access and prying eyes, while you will still be able to view and edit your documents locally. + By not requiring any registration or account and performing all encryption locally, it gives you back control over your data and ensures your privacy. + Cryptomator is offered for all major platforms (including Android and iOS). + + Cryptomator encrypts file contents and names using the widespread industry standard AES. + Your passphrase is protected against brute forcing attempts using scrypt. + Additionally, directory structures get obfuscated. + For more info about the Cryptomator encryption scheme, check out the online documentation. + + Cryptomator is a free and open-source software licensed under the GPLv3. + This allows anyone to check our code. + Thus, it is impossible to introduce backdoors for third parties or to hide vulnerabilities, so you do not need to trust Cryptomator. + Also, vendor lock-ins are impossible. + Even if we decided to stop development: The source code is already cloned by hundreds of other developers and development can be picked up by others. + + Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on support by the community. + Visit https://cryptomator.org/ to read how you can support us! +Moniker: cryptomator +Tags: +- cloud-storage +- crypto +- cryptography +- cryptomator +- privacy +- security +ReleaseNotes: |- + What's Changed + What's New 🎉 + - UI: Redesigned MainWindow (#3467 and #3474) + - UI: Compact vault list (#3554) + - Translation: Add Uyghur Language Translation by @UyCode in #3557 + - Packaging: AppImage does not require fuse2 anymore by @Drsheppard01 (#3055 #3685) + - Network: Use system certificate stores/custom pkcs12 file for HTTPS connections (#3675) + - Unlock: If filestorage is read-only, inform user and retry in read-only mode (#3695) + Bugfixes 🐛 + - Fixed race condition when writing to and truncating a file at the same time (cryptomator/cryptofs#269) + - Fixed inconsistent UI elements (#3617) + - Fixed update reminder shown on every app start (#3596 and #3597) + - Fixed links of issues list for both iOS and Android by @lamtrinhdev in #3640 + - Fixed shared Google Drive folders shown in vault storage selection (#3550), initiated @siard-y + - Fixed implicit open of a vault in read-only mode (#3261) + - Fixed unable to remove supporter certificate (#3687) + - Fixed unable to add vault to Dolphin quick access area (#3611) + Other Changes 📎 + - Update to JDK 23 (#3641), initiated by @gepbird + - Update to JavaFX 23.0.1 (#3691) + - Remove Guava as dependency (#3528) + - SimpleDialogBuilder (#3618) + - Change default JDK vendor to Temurin (#3676) + - Use Github Linux aarch64 runner (#3681) + - Include AppStream metadata in AppImage (#3687) + - Updated translations (#3606) + New Contributors + - @siard-y made their first contribution in #3550 + - @gepbird made their first contribution in #3641 + - @UyCode made their first contribution in #3557 + - @lamtrinhdev made their first contribution in #3640 + - @Drsheppard01 made their first contribution in #3586 + Full Changelog: 1.14.2...1.15.0 + 📜 List of closed issues is available here + ⏳ Please be patient, the builds are still running. New versions of Cryptomator can be found here in a few moments. ⏳ + As usual, the GPG signatures can be checked using our public key 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235. +ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.15.0 +InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://docs.cryptomator.org/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.yaml new file mode 100644 index 0000000000000..2efa796e8bdd2 --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.15.0/Cryptomator.Cryptomator.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Cryptomator.Cryptomator +PackageVersion: 1.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.installer.yaml new file mode 100644 index 0000000000000..72fd47479f26b --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Cryptomator.Cryptomator +PackageVersion: 1.15.1 +InstallerLocale: en-US +MinimumOSVersion: 10.0.17134.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- c9r +- cryptomator +ProductCode: '{91C1BC7A-6268-3425-907E-A04E72294A16}' +ReleaseDate: 2025-02-05 +AppsAndFeaturesEntries: +- DisplayVersion: 1.15.1.5571 + ProductCode: '{91C1BC7A-6268-3425-907E-A04E72294A16}' + UpgradeCode: '{BDA45523-42B1-4CAE-9354-A45475ED4775}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Cryptomator' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.15.1/Cryptomator-1.15.1-x64.msi + InstallerSha256: 8E8AF2420D7CD78F22AC11F3BE52253D653075C294E603607B9C61A2BF95775E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.locale.en-US.yaml new file mode 100644 index 0000000000000..bad15f914e592 --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cryptomator.Cryptomator +PackageVersion: 1.15.1 +PackageLocale: en-US +Publisher: Skymatic GmbH +PublisherUrl: https://cryptomator.org/ +PublisherSupportUrl: https://github.com/cryptomator/cryptomator/issues +PrivacyUrl: https://cryptomator.org/privacy +Author: The Cryptomator Authors +PackageName: Cryptomator +PackageUrl: https://cryptomator.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/cryptomator/cryptomator/blob/HEAD/LICENSE.txt +Copyright: Skymatic GmbH 2016 - 2024 +ShortDescription: Encryption made easy and optimized for the cloud +Description: |- + Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. + It protects your documents from unauthorized access and prying eyes, while you will still be able to view and edit your documents locally. + By not requiring any registration or account and performing all encryption locally, it gives you back control over your data and ensures your privacy. + Cryptomator is offered for all major platforms (including Android and iOS). + + Cryptomator encrypts file contents and names using the widespread industry standard AES. + Your passphrase is protected against brute forcing attempts using scrypt. + Additionally, directory structures get obfuscated. + For more info about the Cryptomator encryption scheme, check out the online documentation. + + Cryptomator is a free and open-source software licensed under the GPLv3. + This allows anyone to check our code. + Thus, it is impossible to introduce backdoors for third parties or to hide vulnerabilities, so you do not need to trust Cryptomator. + Also, vendor lock-ins are impossible. + Even if we decided to stop development: The source code is already cloned by hundreds of other developers and development can be picked up by others. + + Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on support by the community. + Visit https://cryptomator.org/ to read how you can support us! +Moniker: cryptomator +Tags: +- cloud-storage +- crypto +- cryptography +- cryptomator +- privacy +- security +ReleaseNotes: |- + What's Changed + Bugfixes 🐛 + - Fixed not showing remove-vault-dialog (#3721 ) + - Fixed broken links to documentation by @Kulesko in #3715 + Other Changes 📎 + - Updated translations (#3718 ) + New Contributors + - @Kulesko made their first contribution in #3715 + Full Changelog: 1.15.0...1.15.1 + 📜 List of closed issues is available here + 💾 SHA-256 checksums of release artifacts: + c79290b42811089a1c078be60d945273d058eadd13832450c4f37694f3a81a9f .\cryptomator_1.15.1-0ppa1_amd64.deb + 57f37cf9453b6139bf279f50e6bc319b97c584256f232901fdc9095e59a9883f .\cryptomator-1.15.1-aarch64.AppImage + ecbd58228d3407d3f4c801c633006d4f9e836a758bc6db25d022830365ed3ed1 .\Cryptomator-1.15.1-arm64.dmg + bf83c62e28c978706e8d2ffb89e5c1ef2d513355517c39650ee0dc2a1583d4b3 .\Cryptomator-1.15.1-x64.dmg + 2cfe8650b34abdd3e6da00c60c7806cf5c370bd784499c5b4700376a40837411 .\Cryptomator-1.15.1-x64.exe + 8e8af2420d7cd78f22ac11f3be52253d653075c294e603607b9c61a2bf95775e .\Cryptomator-1.15.1-x64.msi + 0873ed665202493e3b00ecdb8ec9fd2d5b5d318089fb5cf048c045278772e3ba .\cryptomator-1.15.1-x86_64.AppImage + As usual, the GPG signatures can be checked using our public key 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235. +ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.15.1 +InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://docs.cryptomator.org/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.yaml new file mode 100644 index 0000000000000..613f332b44846 --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.15.1/Cryptomator.Cryptomator.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Cryptomator.Cryptomator +PackageVersion: 1.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.installer.yaml index 7f750efcf7db4..0a413389b48ee 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.14 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.5.14/Cryptomator-1.5.14-x64.exe InstallerSha256: 75CF02089FE13EB2F4DA9D567F174CBD46F06FF031E45CB2D81183EB39997355 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.locale.en-US.yaml index 67fbf3d94b82f..689659734b2a0 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.14 PackageLocale: en-US Publisher: Cryptomator.org -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.yaml index 12654abe1f007..67ccfb55ad009 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.14/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.installer.yaml index 6cf06c90c7128..6e6764c7903ed 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.16 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.5.16/Cryptomator-1.5.16-x64.exe InstallerSha256: BE9EFE5D615E9009B3FE7B4B20724CF7A08401D9D8CC9008187F58B03B7A3B47 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.locale.en-US.yaml index f436ac7337081..0aa502d18f98d 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.16 PackageLocale: en-US Publisher: Cryptomator.org -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.yaml index dfc2b485b349f..ff4c6f6b3e970 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.16/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.installer.yaml index e140da99eef94..aa9871ec06292 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.installer.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.17 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: inno - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.5.17/Cryptomator-1.5.17-x64.exe InstallerSha256: 1C9F9F67DBBC8567B9760F10A508B9FD2D0F457B227858B3D695764962E3DC41 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.locale.en-US.yaml index 6fa2b87161a42..f020cfec9e7a2 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.17 @@ -13,15 +13,22 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: 'Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. If you are also interested in further development, we offer you the opportunity to support us:' +# Moniker: Tags: -- security -- cryptography -- privacy -- crypto - cloud-storage +- crypto +- cryptography - cryptomator +- privacy +- security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.yaml index 563208e422ca6..ee556595443ac 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.5.17/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.5.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.installer.yaml index 776ea633600ec..63e274a90d072 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.0/Cryptomator-1.6.0-x64.msi InstallerSha256: DED0E69D6A001138DE8A807B078FE75E77C966BD801C2A31D21FEF4D58984DC2 - ProductCode: "{574363D9-CFB0-3CC2-9945-F4CA4CD8F0DC}" - UpgradeBehavior: install + ProductCode: '{574363D9-CFB0-3CC2-9945-F4CA4CD8F0DC}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.locale.en-US.yaml index 13ff3f9c21b7b..69ccd7afaa658 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.0 @@ -13,15 +13,22 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: 'Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. If you are also interested in further development, we offer you the opportunity to support us:' +# Moniker: Tags: -- security -- cryptography -- privacy -- crypto - cloud-storage +- crypto +- cryptography - cryptomator +- privacy +- security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.yaml index 27b22ea2cfd39..69f9d002e7db5 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.0/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.installer.yaml index da8a2b7529e74..83292e7048710 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.1/Cryptomator-1.6.1-x64.msi InstallerSha256: 444F1664C11D39B2E6FA682ECFB598C2760E714761752F700F67BE1FA427D9E6 ProductCode: '{83392BAB-1651-3C88-86A9-708C7F3EE590}' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.locale.en-US.yaml index 24d685a20d23f..4f0782cf677cf 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.1 @@ -13,15 +13,22 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: 'Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. If you are also interested in further development, we offer you the opportunity to support us:' +# Moniker: Tags: -- security -- cryptography -- privacy -- crypto - cloud-storage +- crypto +- cryptography - cryptomator +- privacy +- security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.yaml index 16fbdacc053f9..0ff23f6303554 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.1/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.installer.yaml index 528e462706f01..3d80a18526960 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.10 @@ -7,14 +7,14 @@ MinimumOSVersion: 10.0.0.0 InstallerType: wix Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress UpgradeBehavior: install Installers: - - Architecture: x64 - InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.10/Cryptomator-1.6.10-x64.msi - InstallerSha256: 2A17D9D0AB0DB8EDE457E5DFA236A2E34A1DDCFD16DC3C99BB61F70E9F3C724C - ProductCode: "{653E25FA-9DC7-3D43-9E4A-010A03DDDFC6}" +- Architecture: x64 + InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.10/Cryptomator-1.6.10-x64.msi + InstallerSha256: 2A17D9D0AB0DB8EDE457E5DFA236A2E34A1DDCFD16DC3C99BB61F70E9F3C724C + ProductCode: '{653E25FA-9DC7-3D43-9E4A-010A03DDDFC6}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.locale.en-US.yaml index f80ffdf595f57..de3755c8f7409 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.10 @@ -13,16 +13,22 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. +# Moniker: Tags: - - cloud-storage - - crypto - - cryptography - - cryptomator - - privacy - - security +- cloud-storage +- crypto +- cryptography +- cryptomator +- privacy +- security +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.6.10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.yaml index d660b0dc903d6..0beed832a9040 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.10/Cryptomator.Cryptomator.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.installer.yaml index 46a8cbae8dcd4..6499c823eb505 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.11 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,10 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.11/Cryptomator-1.6.11-x64.msi InstallerSha256: AEC875DDC2B869C546E69DBAB3212C81DAE57E8FA7F9FA00AF9F143F85DA6DCC ProductCode: '{7B91BBD4-4F71-3E1D-9F7E-50815B5E5CAD}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.locale.en-US.yaml index b5da3ac8e4867..08254e8ee3689 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.11 @@ -13,33 +13,24 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud -Description: > +Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized - access. Cryptomator is free and open source software, so you can rest assured there are no backdoors. - Cryptomator encrypts file contents and names using AES. Your passphrase is protected against bruteforcing attempts - using scrypt. Directory structures get obfuscated. The only thing which cannot be encrypted without breaking your - cloud synchronization is the modification date of your files. - Cryptomator is a free and open source software licensed under the GPLv3. This allows anyone to check our code. It - is impossible to introduce backdoors for third parties. Also we cannot hide vulnerabilities. And the best thing - is: There is no need to trust us, as you can control us! - Vendor lock-ins are impossible. Even if we decided to stop development: The source code is already cloned by - hundreds of other developers. As you don't need an account, you will never stand in front of locked doors. - Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. Moniker: cryptomator Tags: @@ -49,7 +40,10 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.yaml index 994ed9d2bfa5d..5b116a9af2949 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.11/Cryptomator.Cryptomator.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.installer.yaml index fc99a8c0370fd..1e895e074fd4c 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.14 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,10 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.14/Cryptomator-1.6.14-x64.msi InstallerSha256: 713B208B5E8A8E6F9FDED18477E0A0FEBBF15F666DBEC181EB51D7D464B19AB3 ProductCode: '{57F5F1E0-0587-34E4-848B-30E736B4A093}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.locale.en-US.yaml index 8b5cf9bdfa1bb..9960540b6f876 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.14 @@ -13,6 +13,7 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | @@ -39,6 +40,10 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.yaml index 0aa43b55bd7e4..f3e24134d4887 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.14/Cryptomator.Cryptomator.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.installer.yaml index 953172f9d1443..2416dc7bb4f9c 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.15 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,10 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.15/Cryptomator-1.6.15-x64.msi InstallerSha256: 406B10BD291DEA51FF42421B3C5AE3DB732A32D609D8ADBD70D2C7622D89A021 ProductCode: '{9A646B43-BA98-346B-8B8D-9BE5ACA677B2}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.locale.en-US.yaml index 41cfe84b6afaa..fa3187362d41f 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.15 @@ -13,6 +13,7 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | @@ -39,6 +40,10 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.yaml index fcab7b70b3dc8..5d85b4dd04c84 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.15/Cryptomator.Cryptomator.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.installer.yaml index 331d8a82a1643..f6a4d0f24c614 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.16 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,10 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.16/Cryptomator-1.6.16-x64.msi InstallerSha256: 262D6D0DA72A9CE3455A81167BC219439FD89BEA32C9E22D5102C6F2F3C8A43C ProductCode: '{3EA8C4DF-8A36-3E42-BED1-B0F631D94E2E}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.locale.en-US.yaml index ac6330164c91b..1e79dc437ee16 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.16 @@ -13,6 +13,7 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | @@ -39,6 +40,10 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.yaml index 0917de22b78b8..93f9ec2fcbbc6 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.16/Cryptomator.Cryptomator.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.installer.yaml index a7350b7f8b364..0bf7578ee6ce4 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.2 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{A91BFA9D-A94D-31E1-8349-92133E523822}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.2/Cryptomator-1.6.2-x64.msi InstallerSha256: ED67F085AAB74DB04C5CEDD4D2C57A55C5C14171AAC82B330BF0FAD8F1B92761 + ProductCode: '{A91BFA9D-A94D-31E1-8349-92133E523822}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.locale.en-US.yaml index dd1902e4d4c19..db8835200c83f 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.2 @@ -13,16 +13,22 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: 'Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. If you are also interested in further development, we offer you the opportunity to support us:' +# Moniker: Tags: -- security -- cryptography -- privacy -- crypto - cloud-storage +- crypto +- cryptography - cryptomator +- privacy +- security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.yaml index 52ee6cde959b6..b5fc3c08a02ff 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.2/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.installer.yaml index 9f050d7146fa6..175a48ffc0fcd 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.3 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{BCC34416-1A31-393C-9BBB-FB34F3A5F72E}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.3/Cryptomator-1.6.3-x64.msi InstallerSha256: DB43705ADFF25796464239854AF70A066668D21535874E1B494FB98EA12DFEFB + ProductCode: '{BCC34416-1A31-393C-9BBB-FB34F3A5F72E}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.locale.en-US.yaml index af401ee749ed5..069d18c71ab52 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.3 @@ -13,16 +13,22 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: 'Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. If you are also interested in further development, we offer you the opportunity to support us:' +# Moniker: Tags: -- security -- cryptography -- privacy -- crypto - cloud-storage +- crypto +- cryptography - cryptomator +- privacy +- security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.yaml index 15a40d2f9f148..66d07cccdced4 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.3/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.installer.yaml index dd14990df7ff2..3db7d37e3c81c 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.4 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -18,4 +18,4 @@ Installers: InstallerSha256: 9916865AF48FE94E2AAFF8A12B00412B9E10F86FF4327B5D16AADD7B6EEAFB63 ProductCode: '{B6A68E25-F6FB-3784-877C-5912285D7482}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.locale.en-US.yaml index 8b9c2adb009d0..123fbcb2e5f47 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.4 @@ -13,20 +13,22 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: 'Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. If you are also interested in further development, we offer you the opportunity to support us:' -# Moniker: +# Moniker: Tags: -- security -- cryptography -- privacy -- crypto - cloud-storage +- crypto +- cryptography - cryptomator -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- privacy +- security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.yaml index 6319ebf9b5e2b..3046445b03bb9 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.4/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.installer.yaml index 0ddcd46613ff4..2849004f06671 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.5 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -18,4 +18,4 @@ Installers: InstallerSha256: B1782B94FC05E3EF341107EC2A15F26BACA7731F4CA55BC06B4900F11239086D ProductCode: '{580AD580-1AEB-3AAB-A95A-A63887219B35}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.locale.en-US.yaml index 1f55646558359..f1139a4e71440 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.5 @@ -13,11 +13,11 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: 'Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. If you are also interested in further development, we offer you the opportunity to support us:' -# Moniker: +# Moniker: Tags: - cloud-storage - crypto @@ -25,8 +25,10 @@ Tags: - cryptomator - privacy - security -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.yaml index a8475c8fcf7d4..f234ae9e63c48 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.5/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.installer.yaml index 195664bbc87b1..4fe9b9b082ca0 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.7 @@ -18,4 +18,4 @@ Installers: InstallerSha256: E170C2FA1F47170EFE853FF4F5B05763271FF335B6E0C50B976CA02D5BB67B79 ProductCode: '{EF30D32C-CAE4-3DC5-AAB6-58BBD5BE0B2C}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.locale.en-US.yaml index c62c35354640f..b63f896e291c0 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.7 @@ -13,12 +13,11 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ -Description: |- - Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. -# Moniker: +Description: Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. +# Moniker: Tags: - cloud-storage - crypto @@ -26,7 +25,6 @@ Tags: - cryptomator - privacy - security -# Agreements: ReleaseNotes: |- What's Changed • Update copyright years from 2021 to 2022 to reflect the new year @@ -43,5 +41,8 @@ ReleaseNotes: |- • Show vault locked/unlocked state in the vault title in the tray menu • New Crowdin updates ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.6.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.yaml index 253023e0b6cfa..b8e2cf993bdd2 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.7/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.installer.yaml index f387608673ef4..f10d9d4a166b7 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.8 @@ -18,4 +18,4 @@ Installers: InstallerSha256: C7CC407CD1C2C67BABD550FE6E41C1CF3AF03496D43F96D10E00BDD3713DDD32 ProductCode: '{983A0F89-1020-3FEE-8C37-F6E69DA68777}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.locale.en-US.yaml index d3051cff11ef5..89e233f9d3f4f 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.8 @@ -13,11 +13,11 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. -# Moniker: +# Moniker: Tags: - cloud-storage - crypto @@ -25,7 +25,6 @@ Tags: - cryptomator - privacy - security -# Agreements: ReleaseNotes: |- What's Changed • Fixed "Child process exited with code 2" error on Windows @@ -34,5 +33,8 @@ ReleaseNotes: |- • Fixed "Child process exited with code 1" error on Windows • Fixed "Unable to use custom mountpoint with FUSE" on Windows ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.6.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.yaml index eebdeff616aad..d6f46336431e6 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.8/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.installer.yaml index 76d52cb2867c6..7ed715d4fb685 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.9 @@ -7,15 +7,15 @@ MinimumOSVersion: 10.0.0.0 InstallerType: wix Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress UpgradeBehavior: install ReleaseDate: 2022-04-27 Installers: - - Architecture: x64 - InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.9/Cryptomator-1.6.9-x64.msi - InstallerSha256: EFEF1AAEE085AAEAABCF3CCBF25D80D610282E6185F5CFC8A842B0C822EEF7E5 - ProductCode: "{23260A5D-03C5-3BCF-B43F-79FEDE8D9213}" +- Architecture: x64 + InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.6.9/Cryptomator-1.6.9-x64.msi + InstallerSha256: EFEF1AAEE085AAEAABCF3CCBF25D80D610282E6185F5CFC8A842B0C822EEF7E5 + ProductCode: '{23260A5D-03C5-3BCF-B43F-79FEDE8D9213}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.locale.en-US.yaml index 5bc11663a7d34..e948dd378bd87 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.9 @@ -13,16 +13,22 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud https://cryptomator.org/ Description: Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. +# Moniker: Tags: - - cloud-storage - - crypto - - cryptography - - cryptomator - - privacy - - security +- cloud-storage +- crypto +- cryptography +- cryptomator +- privacy +- security +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.6.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.yaml index 4f6e7d00128c0..be0300ea11a4a 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.6.9/Cryptomator.Cryptomator.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.6.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.installer.yaml index cec401283dbf8..c3e6c180caa77 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.7.3.4367 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,9 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.7.3/Cryptomator-1.7.3-x64.msi InstallerSha256: 47F3A48972244F0D0C0F09B833A28232013D691EFF3080943E9200CD0AF36783 ProductCode: '{E47BE21F-5001-32B1-8E62-1577A1FB1A51}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.locale.en-US.yaml index cf08643daf990..bc32b9d0d2690 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.7.3.4367 @@ -13,6 +13,7 @@ PackageName: Cryptomator PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | @@ -39,5 +40,10 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.yaml index 633fa2da053ed..2bf7a01e395c2 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.7.3.4367/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.7.3.4367 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.installer.yaml index d322f6e87fe19..d4f9b08ca4dbd 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.installer.yaml @@ -1,21 +1,21 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.7.5.4400 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install +ReleaseDate: 2023-04-07 Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.7.5/Cryptomator-1.7.5-x64.msi InstallerSha256: 0F8F14174967DCD804F9311CDC684CAB8C91E1F84E3F99C89EDEE8E44880E030 ProductCode: '{99CDCD13-EB82-3CBD-9EE2-59DF5220C0A5}' ManifestType: installer -ManifestVersion: 1.4.0 -ReleaseDate: 2023-04-07 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.locale.en-US.yaml index 94a9489f417d5..aa492c030a207 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.7.5.4400 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized @@ -39,10 +40,12 @@ Tags: - cryptomator - privacy - security -Documentations: - - DocumentLabel: Manual - DocumentUrl: https://docs.cryptomator.org/en/1.7/ +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/1.7.5 +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://docs.cryptomator.org/en/1.7/ ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.yaml index b93a8f619f99f..1a7e780e109ef 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.7.5.4400/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.7.5.4400 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.installer.yaml index 989657ece9d54..faa9bf7589b7d 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.8.0.4440 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,9 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.8.0/Cryptomator-1.8.0-x64.msi InstallerSha256: 05F38254AD288516F13BD1BDAF7D4F72316629F4D976DF2C49B144732149F4C8 ProductCode: '{BE4F2CE1-36C3-34FC-AD5D-463291F558C5}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.locale.en-US.yaml index f80560b3e2b42..a4b14015c2f77 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.8.0.4440 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized @@ -39,9 +40,12 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7/ ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.yaml index 03c627cd8c627..7ce6dc0a5ab13 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.8.0.4440/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.8.0.4440 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.installer.yaml index 7b1ed539c8585..cd11540e2201e 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.0.4493 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,9 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.9.0/Cryptomator-1.9.0-x64.msi InstallerSha256: B5ADED24A4DA328A56F1326C5A3B21A189152CC91CE640345D50CAC81DF2F67E ProductCode: '{80048D0D-0E3D-3D15-9ED3-076804CE0900}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.locale.en-US.yaml index e734314198127..1bcaa871a07a6 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.0.4493 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized @@ -39,9 +40,12 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7/ ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.yaml index 7f4e2272037a5..fd5ab490f1347 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.0.4493/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.0.4493 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.installer.yaml index 2c5c08fb5b32f..9bc58a5f931ce 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.1.4502 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,9 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.9.1/Cryptomator-1.9.1-x64.msi InstallerSha256: AB6DB933CB6E21FD6436BADD91AC3795441BE35E9C0843621E1F5D3F96AB4545 ProductCode: '{A0583FED-5772-3F4C-B7B4-3A93BA8202D1}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.locale.en-US.yaml index de25ca2c19ffc..d45a19cb619de 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.1.4502 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized @@ -39,9 +40,12 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7/ ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.yaml index cb66d770824ef..06d6f91bde7c8 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.1.4502/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.1.4502 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.installer.yaml index 70b18ac11b2c8..04cfcffaa6f01 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.2.4510 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,9 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.9.2/Cryptomator-1.9.2-x64.msi InstallerSha256: B82F99AEBC470FB540418A0C560F7E33A2C9F4D2582AB34A6EE757E57F18C3E7 ProductCode: '{B6B900D2-A031-3170-ABD2-484F67B70F1A}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.locale.en-US.yaml index c55bd85bf6c0d..dc69383ddc676 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.2.4510 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized @@ -39,9 +40,12 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7/ ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.yaml index 7ca469ea0305a..7685832570260 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.2.4510/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.2.4510 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.installer.yaml index 6e9051199c62e..946318193ec9d 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.installer.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.installer.yaml @@ -1,9 +1,10 @@ -# Created using wingetcreate 1.2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.3.4516 MinimumOSVersion: 10.0.17134.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -12,9 +13,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.9.3/Cryptomator-1.9.3-x64.msi InstallerSha256: 769310D33EDAD3A4C5DA5A8F0C00A2A59A536B47307D5E708C08D535C06FDD59 ProductCode: '{C9F46F88-1113-3734-89BC-EF9758DA3065}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.locale.en-US.yaml index d3e86871d01d2..b827f0243eeac 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.locale.en-US.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.3.4516 @@ -14,6 +14,7 @@ PackageUrl: https://cryptomator.org/ License: GNU General Public License v3.0 LicenseUrl: https://raw.githubusercontent.com/cryptomator/cryptomator/develop/LICENSE.txt Copyright: Skymatic GmbH 2016 - 2023 +# CopyrightUrl: ShortDescription: Multi-platform transparent client-side encryption of your files in the cloud Description: | Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized @@ -39,9 +40,12 @@ Tags: - cryptomator - privacy - security +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: InstallationNotes: On Windows, Cryptomator works best with WinFsp. For installation and setup, see https://docs.cryptomator.org/en/1.7/desktop/volume-type/#winfsp-winfsp-local-drive Documentations: - DocumentLabel: Manual DocumentUrl: https://docs.cryptomator.org/en/1.7/ ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.yaml index eeee9eb8c1cc9..89e22069f67e4 100644 --- a/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.yaml +++ b/manifests/c/Cryptomator/Cryptomator/1.9.3.4516/Cryptomator.Cryptomator.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Cryptomator.Cryptomator PackageVersion: 1.9.3.4516 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.installer.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.installer.yaml new file mode 100644 index 0000000000000..7a8f4aacb0f73 --- /dev/null +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2025/Jan/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: CubeCodersLimited.AMPInstanceManager +PackageVersion: 2.6.0.10 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.cubecoders.com/AMP/Mainline/AMPSetup.msi + InstallerSha256: 50AE4F3033BE8BCE291AF020868710FD01397BF04EB70ADFBAE33459EEF976A5 + ProductCode: '{5D8AE592-2322-4905-8472-30C0AB391D8E}' +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml similarity index 91% rename from manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml rename to manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml index 968648f5fa7ad..fd8ac0e04557c 100644 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/24 +# Automatically updated by the winget bot at 2025/Jan/30 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: CubeCodersLimited.AMPInstanceManager -PackageVersion: 2.6.0.8 +PackageVersion: 2.6.0.10 PackageLocale: en-US Publisher: CubeCoders Limited PublisherUrl: https://cubecoders.com/AMP diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.yaml new file mode 100644 index 0000000000000..a6751a56b82c1 --- /dev/null +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.10/CubeCodersLimited.AMPInstanceManager.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Jan/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: CubeCodersLimited.AMPInstanceManager +PackageVersion: 2.6.0.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.installer.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.installer.yaml deleted file mode 100644 index 5f31130d37c10..0000000000000 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: CubeCodersLimited.AMPInstanceManager -PackageVersion: 2.6.0.8 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.cubecoders.com/AMP/Mainline/AMPSetup.msi - InstallerSha256: 3D7F383E2C34DB4C9D83B48ACCFEE8F9E900DE7F984DC8599EAA31FE88B4AA1A - ProductCode: '{CD98393F-08CD-40EF-8ED7-475CE7CD1B7A}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.yaml deleted file mode 100644 index a7b108629c579..0000000000000 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.6.0.8/CubeCodersLimited.AMPInstanceManager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: CubeCodersLimited.AMPInstanceManager -PackageVersion: 2.6.0.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.installer.yaml b/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.installer.yaml new file mode 100644 index 0000000000000..21a5e7c49ccfe --- /dev/null +++ b/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Cygwin.Cygwin +PackageVersion: 3.5.7 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: -q -B -s https://mirror.aarnet.edu.au/pub/sourceware/cygwin/ + SilentWithProgress: -q -B -s https://mirror.aarnet.edu.au/pub/sourceware/cygwin/ +UpgradeBehavior: uninstallPrevious +Commands: +- cygwin +FileExtensions: +- exe +ReleaseDate: 2024-04-16 +Installers: +- Architecture: x64 + InstallerUrl: https://cygwin.com/setup/setup-2.932.x86_64.exe + InstallerSha256: E7815D360AB098FDD1F03F10F43F363C73A632E8866E304C72573CF1E6A0DEC8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.locale.en-US.yaml b/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.locale.en-US.yaml new file mode 100644 index 0000000000000..370a586838b63 --- /dev/null +++ b/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cygwin.Cygwin +PackageVersion: 3.5.7 +PackageLocale: en-US +Publisher: Cygwin +PublisherUrl: https://www.cygwin.com/ +PackageName: Cygwin +PackageUrl: https://www.cygwin.com/ +License: Freeware +Copyright: The Cygwin DLL and utilities are Copyright © Cygwin authors. Other packages have other copyrights. +CopyrightUrl: https://www.cygwin.com/licensing.html +ShortDescription: a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows. +Tags: +- cygwin +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://cygwin.com/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.yaml b/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.yaml new file mode 100644 index 0000000000000..378b29a68cc07 --- /dev/null +++ b/manifests/c/Cygwin/Cygwin/3.5.7/Cygwin.Cygwin.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Cygwin.Cygwin +PackageVersion: 3.5.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.installer.yaml b/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.installer.yaml new file mode 100644 index 0000000000000..344bb2e58540a --- /dev/null +++ b/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.installer.yaml @@ -0,0 +1,53 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.12.0.1 +InstallerType: zip +NestedInstallerType: portable +Protocols: +- DICT +- FILE +- FTP +- FTPS +- GOPHER +- GOPHERS +- HTTP +- HTTPS +- IMAP +- IMAPS +- LDAP +- LDAPS +- MQTT +- POP3 +- POP3S +- RTMP +- RTMPS +- RTSP +- SCP +- SFTP +- SMB +- SMBS +- SMTP +- SMTPS +- TELNET +- TFTP +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: curl-8.12.0_1-win32-mingw/bin/curl.exe + InstallerUrl: https://curl.se/windows/dl-8.12.0_1/curl-8.12.0_1-win32-mingw.zip + InstallerSha256: B37E3407C05A8EA30632C14AF71DB1269BC964162167EB8025DC5AE416559CAC +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: curl-8.12.0_1-win64-mingw/bin/curl.exe + InstallerUrl: https://curl.se/windows/dl-8.12.0_1/curl-8.12.0_1-win64-mingw.zip + InstallerSha256: 030F8BD879E800FFD0C3C88506766DA24EB2DF64C574AA386EF92F7E1874C458 +- Architecture: neutral + NestedInstallerFiles: + - RelativeFilePath: curl-8.12.0_1-win64a-mingw/bin/curl.exe + InstallerUrl: https://curl.se/windows/dl-8.12.0_1/curl-8.12.0_1-win64a-mingw.zip + InstallerSha256: DD7CDC8EFC2E699CF25C9523D7BFB4E4A6141CED6C023993F1A4532369AB25B0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.locale.en-US.yaml b/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.locale.en-US.yaml new file mode 100644 index 0000000000000..f746af45e5ba6 --- /dev/null +++ b/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.12.0.1 +PackageLocale: en-US +Publisher: curl +PublisherUrl: https://curl.se/ +PublisherSupportUrl: https://curl.se/support.html +Author: Daniel Stenberg +PackageName: cURL +PackageUrl: https://curl.se/ +License: Freeware +LicenseUrl: https://curl.se/docs/copyright.html +Copyright: Copyright (c), Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file. All rights reserved. +CopyrightUrl: https://curl.se/docs/copyright.html +ShortDescription: Command line tool and library for transferring data with URLs +Moniker: curl +PurchaseUrl: https://curl.se/donation.html +Documentations: +- DocumentLabel: Everything curl (full documentation) + DocumentUrl: https://everything.curl.dev/ +- DocumentLabel: FAQ + DocumentUrl: https://curl.se/docs/faq.html +- DocumentLabel: GitHub + DocumentUrl: https://github.com/curl/curl +- DocumentLabel: Manpage (Usage) + DocumentUrl: https://curl.se/docs/manpage.html +- DocumentLabel: Published Security Vulnerabilities + DocumentUrl: https://curl.se/docs/security.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.yaml b/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.yaml new file mode 100644 index 0000000000000..da382c443bb3c --- /dev/null +++ b/manifests/c/cURL/cURL/8.12.0.1/cURL.cURL.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: cURL.cURL +PackageVersion: 8.12.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/calibre/calibre/7.25.0/calibre.calibre.installer.yaml b/manifests/c/calibre/calibre/7.25.0/calibre.calibre.installer.yaml new file mode 100644 index 0000000000000..f7474316760e7 --- /dev/null +++ b/manifests/c/calibre/calibre/7.25.0/calibre.calibre.installer.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.25.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +Protocols: +- calibre +FileExtensions: +- azw +- azw1 +- azw3 +- book +- cb7 +- cbc +- cbr +- cbz +- chm +- djv +- djvu +- doc +- docm +- docx +- epub +- fb2 +- ibook +- ibooks +- imp +- lrf +- lrx +- markdown +- md +- mobi +- odt +- opf +- pdb +- pml +- pobi +- prc +- ps +- rtf +- shtml +- text +- tpz +- txt +- xhtml +- xps +ProductCode: '{BD93BC86-3A28-4892-B5B5-DD3BC4008607}' +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: calibre 64bit + ProductCode: '{BD93BC86-3A28-4892-B5B5-DD3BC4008607}' + UpgradeCode: '{5DD881FF-756B-4097-9D82-8C0F11D521EA}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.calibre-ebook.com/7.25.0/calibre-64bit-7.25.0.msi + InstallerSha256: FA287A31151409EA42B6CC91F8FC1D062DC97E1DA7DB0842D681F97CD0E98FD2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/calibre/calibre/7.25.0/calibre.calibre.locale.en-US.yaml b/manifests/c/calibre/calibre/7.25.0/calibre.calibre.locale.en-US.yaml new file mode 100644 index 0000000000000..b097a1e687775 --- /dev/null +++ b/manifests/c/calibre/calibre/7.25.0/calibre.calibre.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.25.0 +PackageLocale: en-US +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/help +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +ShortDescription: calibre is the one stop solution to all your e-book needs. +Description: calibre is an e-book manager. It can view, convert, edit and catalog e-books in all of the major e-book formats. It can also talk to e-book reader devices. It can go out to the internet and fetch metadata for your books. It can download newspapers and convert them into e-books for convenient reading. It is cross platform, running on Linux, Windows and macOS. +Moniker: calibre +Tags: +- ebook +- epub +- kindle +- mobi +- reader +- viewer +ReleaseNotes: |- + New features + - Allow setting custom icons for items in the Tab browser by right clicking on them and choosing "Manage icon for this value" + - Kindle driver: Allow import of KFX files from 2024 Kindles that use the MTP protocol + - A new tweak in Preferences->Tweaks to control the East Asian language used when transliterating to English + - Add an option to adjust the size of the link and note icons in Book details under Preferences->Look & feel->Book details + Bug fixes + - Nook driver: Fix the Glowlight 4 not working on Windows + Closes tickets: 2068527 + - MTP driver: Fix Internal storage and SD card being swapped on some devices that have buggy firmware that assigns the SD card a lower id than the internal storage + - Template dialog: Respect the tweak for title/series when editing save to disk and send to device templates + Closes tickets: 2096841 + - Content server: Fix icons for individual formats not being shown in the Tag browser + New news sources + - Alternatives Economiques by Kabonix + - Zerodeux by Kabonix + - Afrique XXI by Kabonix + - Orient XXI by Kabonix + - Contretemps by Kabonix + - Faz.net by Anonymous + - Moview Web and Football League World by SpicyPoison + Improved news sources + - spektrum.de + - Economist + - Arret sur images + - Le Canard Enchaine + - Foreign Affairs +ReleaseNotesUrl: https://calibre-ebook.com/whats-new +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/calibre/calibre/7.25.0/calibre.calibre.locale.zh-CN.yaml b/manifests/c/calibre/calibre/7.25.0/calibre.calibre.locale.zh-CN.yaml new file mode 100644 index 0000000000000..be769943a1772 --- /dev/null +++ b/manifests/c/calibre/calibre/7.25.0/calibre.calibre.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.25.0 +PackageLocale: zh-CN +Publisher: Kovid Goyal +PublisherUrl: https://kovidgoyal.net/ +PublisherSupportUrl: https://calibre-ebook.com/zh_CN/help +Author: Kovid Goyal +PackageName: calibre +PackageUrl: https://calibre-ebook.com/zh_CN +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/blob/HEAD/LICENSE +Copyright: © Kovid Goyal +ShortDescription: calibre 是满足您所有电子书需求的一站式解决方案。 +Description: calibre 是一款电子书管理器,可以查看、转换、编辑和编目所有主流格式的电子书;可以连接电子书阅读器设备;可以从互联网获取电子书的元数据;可以下载报纸并将其转换成电子书以方便阅读;并且是跨平台的,可在 Linux、Windows 和 macOS 上运行。 +Tags: +- epub +- kindle +- mobi +- 电子书 +- 阅读器 +ReleaseNotesUrl: https://calibre-ebook.com/zh_CN/whats-new +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://manual.calibre-ebook.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/calibre/calibre/7.25.0/calibre.calibre.yaml b/manifests/c/calibre/calibre/7.25.0/calibre.calibre.yaml new file mode 100644 index 0000000000000..f548d5bcb75aa --- /dev/null +++ b/manifests/c/calibre/calibre/7.25.0/calibre.calibre.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: calibre.calibre +PackageVersion: 7.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.installer.yaml b/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.installer.yaml new file mode 100644 index 0000000000000..5db2ac40a95b9 --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.25.0.0 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: /CalibrePortable/ + SilentWithProgress: /CalibrePortable/ + Custom: "" +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kovidgoyal/calibre/releases/download/v7.25.0/calibre-portable-installer-7.25.0.exe + InstallerSha256: BBECE8A8BD436F24294D027595351DAE340595B18DEEBAC455D618F7AAC413F9 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-07 diff --git a/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.locale.en-US.yaml b/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.locale.en-US.yaml new file mode 100644 index 0000000000000..94c761d1c84a2 --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.25.0.0 +PackageLocale: en-US +Publisher: calibre-ebook.com +PublisherUrl: https://github.com/kovidgoyal/calibre +PublisherSupportUrl: https://calibre-ebook.com/help +Author: Kovid Goyal +PackageName: calibre portable +PackageUrl: https://github.com/kovidgoyal/calibre +License: GPL-3.0 +LicenseUrl: https://github.com/kovidgoyal/calibre/raw/master/LICENSE +CopyrightUrl: https://github.com/kovidgoyal/calibre/blob/master/LICENSE +ShortDescription: Portable version of Calibre, a powerful and easy to use e-book manager +Description: |- + Calibre is an e-book manager. + It can view, convert, edit and catalog e-books in all of the major e-book formats. + It can also talk to e-book reader devices. + It can go out to the internet and fetch metadata for your books. + It can download newspapers and convert them into e-books for convenient reading. + It is cross platform, running on Linux, Windows and macOS. +Moniker: calibre-portable +Tags: +- calibre +- ebook +- epub +- kindle +- kobo +- library +- mobi +ReleaseNotesUrl: https://github.com/kovidgoyal/calibre/releases/tag/v7.25.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.yaml b/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.yaml new file mode 100644 index 0000000000000..61a496ae73dc1 --- /dev/null +++ b/manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: calibre.calibre.portable +PackageVersion: 7.25.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.installer.yaml b/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.installer.yaml new file mode 100644 index 0000000000000..5c9aed05a35f0 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.15.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-01-28" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.15.2_Windows_i386\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.15.2/gum_0.15.2_Windows_i386.zip + InstallerSha256: 4c17109975c122b85fed6c70e08609c645d75e29dbda7da2ef5663c72193f545 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: gum_0.15.2_Windows_x86_64\gum.exe + PortableCommandAlias: gum + InstallerUrl: https://github.com/charmbracelet/gum/releases/download/v0.15.2/gum_0.15.2_Windows_x86_64.zip + InstallerSha256: f9106ab9b677bd023feadad78d4dfce38e3497d5f51c965985fe329f9864b628 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.locale.en-US.yaml b/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.locale.en-US.yaml new file mode 100644 index 0000000000000..06c18429ebbd5 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.15.2 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: gum +PackageUrl: https://charm.sh/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: A tool for glamorous shell scripts +Moniker: gum +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.yaml b/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.yaml new file mode 100644 index 0000000000000..70c5c74c7d0b2 --- /dev/null +++ b/manifests/c/charmbracelet/gum/0.15.2/charmbracelet.gum.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: charmbracelet.gum +PackageVersion: 0.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.installer.yaml b/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.installer.yaml new file mode 100644 index 0000000000000..036a1c0f3b59b --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.72+202501101 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- clash +- clashmeta +- flclash +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-01-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chen08209/FlClash/releases/download/v0.8.72/FlClash-0.8.72-windows-amd64-setup.exe + InstallerSha256: E340D60BD676A72D1629490966E0AC31992629198080F07777495D957C179899 + ProductCode: 728B3532-C74B-4870-9068-BE70FE12A3E6_is1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.locale.en-US.yaml b/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.locale.en-US.yaml new file mode 100644 index 0000000000000..4f490023eadf8 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.72+202501101 +PackageLocale: en-US +Publisher: chen08209 +PublisherUrl: https://github.com/chen08209 +PublisherSupportUrl: https://github.com/chen08209/FlClash/issues +# PrivacyUrl: +# Author: +PackageName: FlClash +PackageUrl: https://github.com/chen08209/FlClash +License: GPL-3.0 +LicenseUrl: https://github.com/chen08209/FlClash/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A multi-platform proxy client based on Clash Meta,simple and easy to use, open-source and ad-free. +# Description: +# Moniker: +Tags: +- clash +- clash-meta +- mihomo +- network +- proxy +- vpn +ReleaseNotes: |- + - Update core + - Fix some issues + - Update changelog +ReleaseNotesUrl: https://github.com/chen08209/FlClash/releases/tag/v0.8.72 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.locale.zh-CN.yaml b/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6b7ac9b827d7 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.72+202501101 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 基于 Clash Meta 的多平台代理客户端,简单易用,开源无广告。 +# Description: +# Moniker: +Tags: +- clash +- clash-meta +- mihomo +- vpn +- 代理 +- 网络 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.yaml b/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.yaml new file mode 100644 index 0000000000000..dfcdef09e4fa4 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.72+202501101/chen08209.FlClash.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.72+202501101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.installer.yaml b/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.installer.yaml new file mode 100644 index 0000000000000..b944d78047882 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.73+202502021 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- clash +- clashmeta +- flclash +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 728B3532-C74B-4870-9068-BE70FE12A3E6_is1 +ReleaseDate: 2025-02-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chen08209/FlClash/releases/download/v0.8.73/FlClash-0.8.73-windows-amd64-setup.exe + InstallerSha256: 6634308F6D2088B4E16B6364D525B3E8C34520F3B8DF086224E07D50F6BEAEA0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.locale.en-US.yaml b/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.locale.en-US.yaml new file mode 100644 index 0000000000000..5ba95fd082546 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.73+202502021 +PackageLocale: en-US +Publisher: chen08209 +PublisherUrl: https://github.com/chen08209 +PublisherSupportUrl: https://github.com/chen08209/FlClash/issues +PackageName: FlClash +PackageUrl: https://github.com/chen08209/FlClash +License: GPL-3.0 +LicenseUrl: https://github.com/chen08209/FlClash/blob/HEAD/LICENSE +ShortDescription: A multi-platform proxy client based on Clash Meta,simple and easy to use, open-source and ad-free. +Tags: +- clash +- clash-meta +- mihomo +- network +- proxy +- vpn +ReleaseNotes: |- + - Update popup menu + - Add file editor + - Fix android service issues + - Optimize desktop background performance + - Optimize android main process performance + - Optimize delay test + - Optimize vpn protect + - Update changelog +ReleaseNotesUrl: https://github.com/chen08209/FlClash/releases/tag/v0.8.73 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.locale.zh-CN.yaml b/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.locale.zh-CN.yaml new file mode 100644 index 0000000000000..97716cb82a308 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.73+202502021 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 基于 Clash Meta 的多平台代理客户端,简单易用,开源无广告。 +# Description: +# Moniker: +Tags: +- clash +- clash-meta +- mihomo +- vpn +- 代理 +- 网络 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.yaml b/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.yaml new file mode 100644 index 0000000000000..1c6ce49f06959 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.73+202502021/chen08209.FlClash.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.73+202502021 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.installer.yaml b/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.installer.yaml new file mode 100644 index 0000000000000..b99ab801f00d6 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.74+202502031 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- clash +- clashmeta +- flclash +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 728B3532-C74B-4870-9068-BE70FE12A3E6_is1 +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chen08209/FlClash/releases/download/v0.8.74/FlClash-0.8.74-windows-amd64-setup.exe + InstallerSha256: B23B98A8DC2B8357BEB97638E7A8DDEBF6438EBE79F73AB94DAFAAA8A8474849 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.locale.en-US.yaml b/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.locale.en-US.yaml new file mode 100644 index 0000000000000..cda1d5ec638e6 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.74+202502031 +PackageLocale: en-US +Publisher: chen08209 +PublisherUrl: https://github.com/chen08209 +PublisherSupportUrl: https://github.com/chen08209/FlClash/issues +PackageName: FlClash +PackageUrl: https://github.com/chen08209/FlClash +License: GPL-3.0 +LicenseUrl: https://github.com/chen08209/FlClash/blob/HEAD/LICENSE +ShortDescription: A multi-platform proxy client based on Clash Meta,simple and easy to use, open-source and ad-free. +Tags: +- clash +- clash-meta +- mihomo +- network +- proxy +- vpn +ReleaseNotes: |- + - Fix some issues + - Update changelog +ReleaseNotesUrl: https://github.com/chen08209/FlClash/releases/tag/v0.8.74 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.locale.zh-CN.yaml b/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eb02bfff3216f --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.74+202502031 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 基于 Clash Meta 的多平台代理客户端,简单易用,开源无广告。 +# Description: +# Moniker: +Tags: +- clash +- clash-meta +- mihomo +- vpn +- 代理 +- 网络 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.yaml b/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.yaml new file mode 100644 index 0000000000000..92b724db5cdae --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.74+202502031/chen08209.FlClash.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: chen08209.FlClash +PackageVersion: 0.8.74+202502031 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.installer.yaml b/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.installer.yaml new file mode 100644 index 0000000000000..ad6b2513e7052 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.7.10 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: clink_chrisant996 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.7.10/clink.1.7.10.e3c993_setup.exe + InstallerSha256: D2C3BDC6BECBB0153BBC21A454E796FFB370677BD07CA91AB34772E493BBAF04 +- Architecture: x64 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.7.10/clink.1.7.10.e3c993_setup.exe + InstallerSha256: D2C3BDC6BECBB0153BBC21A454E796FFB370677BD07CA91AB34772E493BBAF04 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-07 diff --git a/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.locale.en-US.yaml b/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.locale.en-US.yaml new file mode 100644 index 0000000000000..bc06c8b7ba1a2 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.7.10 +PackageLocale: en-US +Publisher: Christopher Antos +PublisherUrl: https://github.com/chrisant996/ +PublisherSupportUrl: https://github.com/chrisant996/clink/issues +Author: Chris Antos +PackageName: Clink +PackageUrl: https://chrisant996.github.io/clink/ +License: GPL-3.0 +LicenseUrl: https://github.com/chrisant996/clink/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/chrisant996/clink/master/LICENSE +ShortDescription: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. +Description: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions. +Tags: +- cmd +- command-line +- readline +- shell +ReleaseNotesUrl: https://github.com/chrisant996/clink/releases/tag/v1.7.10 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.yaml b/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.yaml new file mode 100644 index 0000000000000..4399350014a59 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.7.10/chrisant996.Clink.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.7.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.installer.yaml b/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.installer.yaml new file mode 100644 index 0000000000000..391ef1f5946a3 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.7.9 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: clink_chrisant996 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.7.9/clink.1.7.9.a03b65_setup.exe + InstallerSha256: BB7971E2E423AA99943B102AF38BC040ECF1762DB6A3EAE70119C72C3DC09BDC +- Architecture: x64 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.7.9/clink.1.7.9.a03b65_setup.exe + InstallerSha256: BB7971E2E423AA99943B102AF38BC040ECF1762DB6A3EAE70119C72C3DC09BDC +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-02 diff --git a/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.locale.en-US.yaml b/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.locale.en-US.yaml new file mode 100644 index 0000000000000..a6cbafdafafbe --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.7.9 +PackageLocale: en-US +Publisher: Christopher Antos +PublisherUrl: https://github.com/chrisant996/ +PublisherSupportUrl: https://github.com/chrisant996/clink/issues +Author: Chris Antos +PackageName: Clink +PackageUrl: https://chrisant996.github.io/clink/ +License: GPL-3.0 +LicenseUrl: https://github.com/chrisant996/clink/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/chrisant996/clink/master/LICENSE +ShortDescription: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. +Description: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions. +Tags: +- cmd +- command-line +- readline +- shell +ReleaseNotesUrl: https://github.com/chrisant996/clink/releases/tag/v1.7.9 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.yaml b/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.yaml new file mode 100644 index 0000000000000..8c3ce1fafd588 --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.7.9/chrisant996.Clink.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.7.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.installer.yaml b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.installer.yaml deleted file mode 100644 index 47a801bce0a85..0000000000000 --- a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: ciromattia.KCC -PackageVersion: 6.2.0 -InstallerType: portable -InstallModes: -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-09-08 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/ciromattia/kcc/releases/download/v6.2.0/KCC_6.2.0.exe - InstallerSha256: 450CBC845F43544315E7B580D81085E106B541A6443B9802071987EF090FFC1A -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.locale.en-US.yaml b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.locale.en-US.yaml deleted file mode 100644 index b0d96d885ac50..0000000000000 --- a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: ciromattia.KCC -PackageVersion: 6.2.0 -PackageLocale: en-US -Publisher: ciromattia -PublisherUrl: https://github.com/ciromattia -PackageName: Kindle Comic Converter -PackageUrl: https://github.com/ciromattia/kcc -License: ISC -LicenseUrl: https://github.com/ciromattia/kcc?tab=ISC-1-ov-file#readme -ShortDescription: Kindle Comic Converter is a Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ. -Moniker: kcc -ReleaseNotesUrl: https://github.com/ciromattia/kcc/releases/tag/v6.2.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.yaml b/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.yaml deleted file mode 100644 index 8fd9217bb7aa8..0000000000000 --- a/manifests/c/ciromattia/KCC/6.2.0/ciromattia.KCC.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: ciromattia.KCC -PackageVersion: 6.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.installer.yaml b/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.installer.yaml new file mode 100644 index 0000000000000..65fe2b189c584 --- /dev/null +++ b/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 7.1.2 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: + - KCC +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ciromattia/kcc/releases/download/v7.1.2/KCC_7.1.2.exe + InstallerSha256: 63DE9327CEC536B7EFA0EEB853BE36DCD9D4EDB82AE94F17751EAFCC183D46D5 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.locale.en-US.yaml b/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.locale.en-US.yaml new file mode 100644 index 0000000000000..43458b9f7361f --- /dev/null +++ b/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 7.1.2 +PackageLocale: en-US +Publisher: ciromattia +PublisherUrl: https://github.com/ciromattia +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Kindle Comic Converter +PackageUrl: https://github.com/ciromattia/kcc +License: ISC +LicenseUrl: https://github.com/ciromattia/kcc?tab=ISC-1-ov-file#readme +# Copyright: +# CopyrightUrl: +ShortDescription: Kindle Comic Converter is a Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ. +# Description: +Moniker: kcc +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.yaml b/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.yaml new file mode 100644 index 0000000000000..0467be33bfae9 --- /dev/null +++ b/manifests/c/ciromattia/KCC/7.1.2/ciromattia.KCC.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 7.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/clifton/clifton/0.2.0/clifton.clifton.installer.yaml b/manifests/c/clifton/clifton/0.2.0/clifton.clifton.installer.yaml new file mode 100644 index 0000000000000..94ffb52e39266 --- /dev/null +++ b/manifests/c/clifton/clifton/0.2.0/clifton.clifton.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: clifton.clifton +PackageVersion: 0.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: clifton.exe +ReleaseDate: 2024-09-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/isambard-sc/clifton/releases/download/0.2.0/clifton-windows-x86_64.zip + InstallerSha256: d3b413d88b30ea497a4cd6270e33cdcf0cf58173fd5981cdc0344224088928e3 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/clifton/clifton/0.2.0/clifton.clifton.locale.en-GB.yaml b/manifests/c/clifton/clifton/0.2.0/clifton.clifton.locale.en-GB.yaml new file mode 100644 index 0000000000000..55c7b64a3357e --- /dev/null +++ b/manifests/c/clifton/clifton/0.2.0/clifton.clifton.locale.en-GB.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: clifton.clifton +PackageVersion: 0.2.0 +PackageLocale: en-GB +Publisher: Clifton +PublisherUrl: https://github.com/isambard-sc +PublisherSupportUrl: https://github.com/isambard-sc/clifton/issues +PackageName: Clifton +PackageUrl: https://github.com/isambard-sc/clifton +Moniker: Clifton +License: MIT +LicenseUrl: https://github.com/isambard-sc/clifton/blob/master/LICENSES/MIT.txt +ShortDescription: Manage SSH certificates. +Tags: +- ssh +- ssh-certificates +- cli +ReleaseNotes: |- + # Changed + + - Use the new Conch CA + - Only write the SSH config if the contents has actually changed. + - Shorten the timeout for version check to 5 seconds. +ReleaseNotesUrl: https://github.com/isambard-sc/clifton/releases/tag/0.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/clifton/clifton/0.2.0/clifton.clifton.yaml b/manifests/c/clifton/clifton/0.2.0/clifton.clifton.yaml new file mode 100644 index 0000000000000..b977b652678e0 --- /dev/null +++ b/manifests/c/clifton/clifton/0.2.0/clifton.clifton.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: clifton.clifton +PackageVersion: 0.2.0 +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.installer.yaml index ece425e973901..519549413cf02 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.installer.yaml @@ -1,154 +1,150 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.11 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - 3g2 - - 3ga - - 3gp - - 3gp2 - - 3gpp - - aac - - ac3 - - aif - - aifc - - aiff - - alac - - amr - - amv - - aob - - ape - - apl - - asf - - asx - - au - - avi - - bdmv - - bik - - caf - - cda - - cue - - dav - - divx - - dsa - - dsm - - dss - - dsv - - dts - - dtshd - - dtsma - - dv - - evo - - f4v - - flac - - flc - - fli - - flic - - flv - - hdmov - - ifo - - ivf - - m1a - - m1v - - m2a - - m2p - - m2t - - m2ts - - m2v - - m3u - - m3u8 - - m4a - - m4b - - m4r - - m4v - - mid - - midi - - mk3d - - mka - - mkv - - mlp - - mov - - mp2 - - mp2v - - mp3 - - mp4 - - mp4v - - mpa - - mpc - - mpcpl - - mpe - - mpeg - - mpg - - mpl - - mpls - - mpv2 - - mpv4 - - mts - - mxf - - ofr - - ofs - - oga - - ogg - - ogm - - ogv - - opus - - pls - - pva - - ra - - ram - - rar - - rec - - rm - - rmi - - rmm - - rmvb - - rp - - rpm - - rt - - smi - - smil - - smk - - snd - - spx - - ssif - - swf - - tak - - thd - - tp - - trp - - ts - - tta - - vob - - wav - - wax - - webm - - wm - - wma - - wmp - - wmv - - wmx - - wv - - wvx +InstallerType: inno +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- asx +- au +- avi +- bdmv +- bik +- caf +- cda +- cue +- dav +- divx +- dsa +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dv +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- hdmov +- ifo +- ivf +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4r +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pva +- ra +- ram +- rar +- rec +- rm +- rmi +- rmm +- rmvb +- rp +- rpm +- rt +- smi +- smil +- smk +- snd +- spx +- ssif +- swf +- tak +- thd +- tp +- trp +- ts +- tta +- vob +- wav +- wax +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wv +- wvx Installers: - - Architecture: x64 - InstallerType: inno - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.11/MPC-HC.1.9.11.x64.exe - InstallerSha256: 25E5F24632361AA7B8BB59E1DECD0762A19B09EAE80DB15A667E71E2F38A3755 -# ProductCode: - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install - - Architecture: x86 - InstallerType: inno - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.11/MPC-HC.1.9.11.x86.exe - InstallerSha256: 9BCCAE261BE16A51E5F0C9407AB9A01720CA42EC4164E31DB995E6944D3B396B -# ProductCode: - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.11/MPC-HC.1.9.11.x64.exe + InstallerSha256: 25E5F24632361AA7B8BB59E1DECD0762A19B09EAE80DB15A667E71E2F38A3755 +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.11/MPC-HC.1.9.11.x86.exe + InstallerSha256: 9BCCAE261BE16A51E5F0C9407AB9A01720CA42EC4164E31DB995E6944D3B396B ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.locale.en-US.yaml index 8a7e3ea0b9fbd..aeb6f2fbfecfb 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.locale.en-US.yaml @@ -1,28 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.11 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2, MPC-HC Team PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema License: GNU General Public License v3.0 LicenseUrl: https://github.com/clsid2/mpc-hc/blob/develop/COPYING.txt +# Copyright: CopyrightUrl: https://github.com/clsid2/mpc-hc/blob/develop/COPYING.txt ShortDescription: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. +# Description: Moniker: mpc-hc Tags: -- media -- media player +- audio - cinema +- fork +- foss +- media +- media-player +- music +- open-source - player - video -- video player -- audio -- music -- foss -- open source -- fork +- video-player +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.yaml index 996b5257151c4..959a44b1f3602 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.11/clsid2.mpc-hc.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.installer.yaml index 3441eead2d594..69536dfec44d0 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.installer.yaml @@ -1,152 +1,150 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.12 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - 3g2 - - 3ga - - 3gp - - 3gp2 - - 3gpp - - aac - - ac3 - - aif - - aifc - - aiff - - alac - - amr - - amv - - aob - - ape - - apl - - asf - - asx - - au - - avi - - bdmv - - bik - - caf - - cda - - cue - - dav - - divx - - dsa - - dsm - - dss - - dsv - - dts - - dtshd - - dtsma - - dv - - evo - - f4v - - flac - - flc - - fli - - flic - - flv - - hdmov - - ifo - - ivf - - m1a - - m1v - - m2a - - m2p - - m2t - - m2ts - - m2v - - m3u - - m3u8 - - m4a - - m4b - - m4r - - m4v - - mid - - midi - - mk3d - - mka - - mkv - - mlp - - mov - - mp2 - - mp2v - - mp3 - - mp4 - - mp4v - - mpa - - mpc - - mpcpl - - mpe - - mpeg - - mpg - - mpl - - mpls - - mpv2 - - mpv4 - - mts - - mxf - - ofr - - ofs - - oga - - ogg - - ogm - - ogv - - opus - - pls - - pva - - ra - - ram - - rar - - rec - - rm - - rmi - - rmm - - rmvb - - rp - - rpm - - rt - - smi - - smil - - smk - - snd - - spx - - ssif - - swf - - tak - - thd - - tp - - trp - - ts - - tta - - vob - - wav - - wax - - webm - - wm - - wma - - wmp - - wmv - - wmx - - wv - - wvx +InstallerType: inno +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- asx +- au +- avi +- bdmv +- bik +- caf +- cda +- cue +- dav +- divx +- dsa +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dv +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- hdmov +- ifo +- ivf +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4r +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pva +- ra +- ram +- rar +- rec +- rm +- rmi +- rmm +- rmvb +- rp +- rpm +- rt +- smi +- smil +- smk +- snd +- spx +- ssif +- swf +- tak +- thd +- tp +- trp +- ts +- tta +- vob +- wav +- wax +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wv +- wvx Installers: - - Architecture: x64 - InstallerType: inno - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.12/MPC-HC.1.9.12.x64.exe - InstallerSha256: b37561c337503b588d6ca80fd11664b202e4e571faa515d650d0965b880dc0e3 - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install - - Architecture: x86 - InstallerType: inno - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.12/MPC-HC.1.9.12.x86.exe - InstallerSha256: a7a08e7d137fdfbfaa3412240e8b1aeffaf80ed70b22a28cf42c509688330a6f - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.12/MPC-HC.1.9.12.x64.exe + InstallerSha256: B37561C337503B588D6CA80FD11664B202E4E571FAA515D650D0965B880DC0E3 +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.12/MPC-HC.1.9.12.x86.exe + InstallerSha256: A7A08E7D137FDFBFAA3412240E8B1AEFFAF80ED70B22A28CF42C509688330A6F ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.locale.en-US.yaml index b84224f969676..b9804fbd82154 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.locale.en-US.yaml @@ -1,28 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.12 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2, MPC-HC Team PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema License: GNU General Public License v3.0 LicenseUrl: https://github.com/clsid2/mpc-hc/blob/develop/COPYING.txt +# Copyright: CopyrightUrl: https://github.com/clsid2/mpc-hc/blob/develop/COPYING.txt ShortDescription: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. +# Description: Moniker: mpc-hc Tags: -- media -- media player +- audio - cinema +- fork +- foss +- media +- media-player +- music +- open-source - player - video -- video player -- audio -- music -- foss -- open source -- fork +- video-player +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.yaml index 1bf588b13475e..c5638577ee7cc 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.12/clsid2.mpc-hc.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.installer.yaml index 8c0e7de4ac5c3..c4387a3c8b72e 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.installer.yaml @@ -1,152 +1,150 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.13 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - 3g2 - - 3ga - - 3gp - - 3gp2 - - 3gpp - - aac - - ac3 - - aif - - aifc - - aiff - - alac - - amr - - amv - - aob - - ape - - apl - - asf - - asx - - au - - avi - - bdmv - - bik - - caf - - cda - - cue - - dav - - divx - - dsa - - dsm - - dss - - dsv - - dts - - dtshd - - dtsma - - dv - - evo - - f4v - - flac - - flc - - fli - - flic - - flv - - hdmov - - ifo - - ivf - - m1a - - m1v - - m2a - - m2p - - m2t - - m2ts - - m2v - - m3u - - m3u8 - - m4a - - m4b - - m4r - - m4v - - mid - - midi - - mk3d - - mka - - mkv - - mlp - - mov - - mp2 - - mp2v - - mp3 - - mp4 - - mp4v - - mpa - - mpc - - mpcpl - - mpe - - mpeg - - mpg - - mpl - - mpls - - mpv2 - - mpv4 - - mts - - mxf - - ofr - - ofs - - oga - - ogg - - ogm - - ogv - - opus - - pls - - pva - - ra - - ram - - rar - - rec - - rm - - rmi - - rmm - - rmvb - - rp - - rpm - - rt - - smi - - smil - - smk - - snd - - spx - - ssif - - swf - - tak - - thd - - tp - - trp - - ts - - tta - - vob - - wav - - wax - - webm - - wm - - wma - - wmp - - wmv - - wmx - - wv - - wvx +InstallerType: inno +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- asx +- au +- avi +- bdmv +- bik +- caf +- cda +- cue +- dav +- divx +- dsa +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dv +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- hdmov +- ifo +- ivf +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4r +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pva +- ra +- ram +- rar +- rec +- rm +- rmi +- rmm +- rmvb +- rp +- rpm +- rt +- smi +- smil +- smk +- snd +- spx +- ssif +- swf +- tak +- thd +- tp +- trp +- ts +- tta +- vob +- wav +- wax +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wv +- wvx Installers: - - Architecture: x64 - InstallerType: inno - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.13/MPC-HC.1.9.13.x64.exe - InstallerSha256: F6FA1B49FCACFC804F6B29C09808528702B89F39F1667BEBA040571F3384A9E9 - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install - - Architecture: x86 - InstallerType: inno - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.13/MPC-HC.1.9.13.x86.exe - InstallerSha256: 37037553E81DE20E2D0869388D4AAEEEC8D807EA0447DC4C822FE9C4A6FADA1F - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.13/MPC-HC.1.9.13.x64.exe + InstallerSha256: F6FA1B49FCACFC804F6B29C09808528702B89F39F1667BEBA040571F3384A9E9 +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.13/MPC-HC.1.9.13.x86.exe + InstallerSha256: 37037553E81DE20E2D0869388D4AAEEEC8D807EA0447DC4C822FE9C4A6FADA1F ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.locale.en-US.yaml index f2b1497f22c27..958038bb813eb 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.locale.en-US.yaml @@ -1,28 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.13 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2, MPC-HC Team PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema License: GNU General Public License v3.0 LicenseUrl: https://github.com/clsid2/mpc-hc/blob/develop/COPYING.txt +# Copyright: CopyrightUrl: https://github.com/clsid2/mpc-hc/blob/develop/COPYING.txt ShortDescription: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. +# Description: Moniker: mpc-hc Tags: -- media -- media player +- audio - cinema +- fork +- foss +- media +- media-player +- music +- open-source - player - video -- video player -- audio -- music -- foss -- open source -- fork +- video-player +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.yaml index f8624746f2fa4..c14d9b4c29ea2 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.13/clsid2.mpc-hc.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.installer.yaml index ed37bd93b7ae0..0c20427bdc565 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.installer.yaml @@ -1,158 +1,152 @@ -# Created using YamlCreate.ps1 & Manually Updated -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.14 +InstallerLocale: en-US +Platform: +- Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress -Installers: - - Platform: - - Windows.Desktop - InstallerLocale: en-US - Architecture: x64 - Scope: machine - InstallerType: inno - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.14/MPC-HC.1.9.14.x64.exe - InstallerSha256: 25CB8279DA55ADEFB5078593728336C822089B071142830E6683ABE320ED1F20 - UpgradeBehavior: install - - Platform: - - Windows.Desktop - InstallerLocale: en-US - Architecture: x86 - Scope: machine - InstallerType: inno - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.14/MPC-HC.1.9.14.x86.exe - InstallerSha256: 27934980FDF7E2AA25BC5FD932CAFE02366D3E66F71A8ED34E9849741EC101F7 - UpgradeBehavior: install +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install FileExtensions: - - 3g2 - - 3ga - - 3gp - - 3gp2 - - 3gpp - - aac - - ac3 - - aif - - aifc - - aiff - - alac - - amr - - amv - - aob - - ape - - apl - - asf - - asx - - au - - avi - - bdmv - - bik - - caf - - cda - - cue - - dav - - divx - - dsa - - dsm - - dss - - dsv - - dts - - dtshd - - dtsma - - dv - - evo - - f4v - - flac - - flc - - fli - - flic - - flv - - hdmov - - ifo - - ivf - - m1a - - m1v - - m2a - - m2p - - m2t - - m2ts - - m2v - - m3u - - m3u8 - - m4a - - m4b - - m4r - - m4v - - mid - - midi - - mk3d - - mka - - mkv - - mlp - - mov - - mp2 - - mp2v - - mp3 - - mp4 - - mp4v - - mpa - - mpc - - mpcpl - - mpe - - mpeg - - mpg - - mpl - - mpls - - mpv2 - - mpv4 - - mts - - mxf - - ofr - - ofs - - oga - - ogg - - ogm - - ogv - - opus - - pls - - pva - - ra - - ram - - rar - - rec - - rm - - rmi - - rmm - - rmvb - - rp - - rpm - - rt - - smi - - smil - - smk - - snd - - spx - - ssif - - swf - - tak - - thd - - tp - - trp - - ts - - tta - - vob - - wav - - wax - - webm - - wm - - wma - - wmp - - wmv - - wmx - - wv - - wvx +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- asx +- au +- avi +- bdmv +- bik +- caf +- cda +- cue +- dav +- divx +- dsa +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dv +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- hdmov +- ifo +- ivf +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4r +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pva +- ra +- ram +- rar +- rec +- rm +- rmi +- rmm +- rmvb +- rp +- rpm +- rt +- smi +- smil +- smk +- snd +- spx +- ssif +- swf +- tak +- thd +- tp +- trp +- ts +- tta +- vob +- wav +- wax +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wv +- wvx +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.14/MPC-HC.1.9.14.x64.exe + InstallerSha256: 25CB8279DA55ADEFB5078593728336C822089B071142830E6683ABE320ED1F20 +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.14/MPC-HC.1.9.14.x86.exe + InstallerSha256: 27934980FDF7E2AA25BC5FD932CAFE02366D3E66F71A8ED34E9849741EC101F7 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.locale.en-US.yaml index ace22c5caea9a..f49442fcbbd75 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.14 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -15,16 +19,21 @@ ShortDescription: MPC-HC is an extremely light-weight, open source media player Description: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. Moniker: mpc-hc Tags: +- audio +- cinema +- fork +- foss - media - media-player -- cinema +- music +- open-source - player - video - video-player -- audio -- music -- foss -- open-source -- fork +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.yaml index 1f35c8a8cc2df..c607de372f962 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.14/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 & Manually Updated -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.installer.yaml index 6c9e0adf7752f..6489e0ae2797e 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.installer.yaml @@ -1,32 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.15 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: inno - Scope: machine - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.15/MPC-HC.1.9.15.x64.exe - InstallerSha256: 94F43BC1AC55C9DD23FB6458F748B4BB9812D0C8D0B22EF44DB5E3785666BAF8 - UpgradeBehavior: install - ProductCode: '{2ACBF1FA-F5C3-4B19-A774-B22A31F231B9}_is1' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.15/MPC-HC.1.9.15.x86.exe - InstallerSha256: FF578ADBE72806815C7A8D08398F35364528AAC3222999E531BE9B9675F21FA0 - UpgradeBehavior: install - ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' +UpgradeBehavior: install FileExtensions: - 3g2 - 3ga @@ -154,5 +141,14 @@ FileExtensions: - wmx - wv - wvx +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.15/MPC-HC.1.9.15.x64.exe + InstallerSha256: 94F43BC1AC55C9DD23FB6458F748B4BB9812D0C8D0B22EF44DB5E3785666BAF8 + ProductCode: '{2ACBF1FA-F5C3-4B19-A774-B22A31F231B9}_is1' +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.15/MPC-HC.1.9.15.x86.exe + InstallerSha256: FF578ADBE72806815C7A8D08398F35364528AAC3222999E531BE9B9675F21FA0 + ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.locale.en-US.yaml index 5db50b2095b53..16ec3bc6e136e 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.15 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -15,16 +19,21 @@ ShortDescription: MPC-HC is an extremely light-weight, open source media player Description: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. Moniker: mpc-hc Tags: +- audio +- cinema +- fork +- foss - media - media-player -- cinema +- music +- open-source - player - video - video-player -- audio -- music -- foss -- open-source -- fork +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.yaml index 916fb5849bd3e..5d956f6ffb1ea 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.15/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.installer.yaml index 1ff582f09f898..5d1d720ad0d3b 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.16 @@ -150,4 +150,4 @@ Installers: InstallerSha256: 6134017E8F37AAB598497110FA018B26C6679AD8BC9F5D74910D8A3E86555EA5 ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.locale.en-US.yaml index 5f06b3c21aeba..cc9359559e52f 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.16 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -15,16 +19,21 @@ ShortDescription: MPC-HC is an extremely light-weight, open source media player Description: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. Moniker: mpc-hc Tags: +- audio +- cinema +- fork +- foss - media - media-player -- cinema +- music +- open-source - player - video - video-player -- audio -- music -- foss -- open-source -- fork +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.yaml index 8b4a65d69fd57..800a2e6893eaa 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.16/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.installer.yaml index b040fb4e74250..e2a2db47f48c9 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.17 @@ -150,4 +150,4 @@ Installers: InstallerSha256: 7AC4FA39624B4BA669CD5EF43CBDD85DBAE43169ED3496D395E7C9C43EF75FD3 ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.locale.en-US.yaml index d757a808313e1..6fef0cd77fe9c 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.17 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -15,16 +19,21 @@ ShortDescription: MPC-HC is an extremely light-weight, open source media player Description: MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback. Moniker: mpc-hc Tags: +- audio +- cinema +- fork +- foss - media - media-player -- cinema +- music +- open-source - player - video - video-player -- audio -- music -- foss -- open-source -- fork +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.yaml index ad89895d5bd0d..d5d4f80a782c6 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.17/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.installer.yaml index 2281c6e1417be..83ae98d60f6b9 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.18 @@ -150,4 +150,4 @@ Installers: InstallerSha256: A25B11E8A5D80F3CCB2F2A12B8A8ACC0CE3A3B4C25B6161674A32CED392C67EA ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.locale.en-US.yaml index 7b0d8291e7432..0a15f22301557 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.18 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -26,5 +30,10 @@ Tags: - player - video - video-player +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.yaml index a90ffcdb4f5f5..54bc74e5b6011 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.18/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.installer.yaml index 0942476a0f298..59ebf10bb84bd 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.19 @@ -150,4 +150,4 @@ Installers: InstallerSha256: D9CCA609F0686D5929B4AB6EAD0D2AFCDE1B8F76E38B36E1293C7F58040D2A51 ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.locale.en-US.yaml index d6325f06cbd92..d72f430802064 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.19 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -26,5 +30,10 @@ Tags: - player - video - video-player +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.yaml index 04024c4c53332..c030ba9e6b05a 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.19/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.installer.yaml index 6e1e0a39ff41b..27a1e9e116ee0 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.20 @@ -151,4 +151,4 @@ Installers: InstallerSha256: 9E88E9099AD356FDA25A2F151287FE76DB1B911DD4C4D1C94A36BF09A01A2A22 ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.locale.en-US.yaml index 46645c9fbd795..a942a7b5e9de4 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.20 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -26,6 +30,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/1.9.20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.yaml index 08ea17ed7f8e0..3fca782181ad9 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.20/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.installer.yaml index cb26110ac11ac..61217b21397f2 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.21.2 @@ -151,4 +151,4 @@ Installers: InstallerSha256: 45AAFC408B03238288BBABD1BEC74EAB43B6C4D2A24587B123252DB515247D25 ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.locale.en-US.yaml index 2fbf28335ed98..0cd0d4efcefee 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.21.2 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -26,6 +30,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/1.9.20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.yaml index 4acb9852cb8d3..dde97a7e1def4 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.21.2/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.21.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.installer.yaml index 5b5434d3a56df..e0eda24a1ceb9 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.22 @@ -151,4 +151,4 @@ Installers: InstallerSha256: E2D135ADCE2D2DF8036ED307014B85FA0F82005FEEF0695BFFDBEB87224F5A45 ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.locale.en-US.yaml index 5b823e45081db..e6ee531875f9f 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.22 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -26,6 +30,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/1.9.22 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.yaml index 84b50d9987d82..e4b13036df27c 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.22/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.22 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.installer.yaml index f4cde62b3e937..d9d25b0cfa1c4 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.23 @@ -151,4 +151,4 @@ Installers: InstallerSha256: E75220B3B4C15E384A7ABECC59BAD2EDB2CDBA23ED9EEFE873507BAD0B12EF29 ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.locale.en-US.yaml index c29b6c5faa9ba..44918e39dbe35 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.23 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -26,6 +30,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/1.9.23 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.yaml index ceba71ea459b9..8093e38ec1078 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.23/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.installer.yaml index ab16b2e6ef8cd..9e58c956836aa 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.24 @@ -151,4 +151,4 @@ Installers: InstallerSha256: 8DE3C61DE0F5C2188EFEEBB94A4EBFC57F16B8241486CD83C969A24497020039 ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.locale.en-US.yaml index 63d625ce6c53d..c83bb7918fd7b 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.24 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -26,6 +30,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/1.9.24 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.yaml index 64c40d605a7e3..15103dfef97e8 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.24/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.installer.yaml index a336a01a460a8..3ea56cc5b35cd 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.5 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/1.9.5/MPC-HC.1.9.5.x64.exe InstallerSha256: 357236B9165C657E2DBA4D91667718CFADB06808C1EBD48926B69F657A908B43 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.locale.en-US.yaml index 2c56c1f0d9be0..507884dfc8abd 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.5 @@ -22,8 +22,10 @@ Tags: - cinema - media - player -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.yaml index f1afa629ea8a2..7a0b14a5b164f 100644 --- a/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 1.9.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.installer.yaml index 42dbfdd88003a..5c4527c481de6 100644 --- a/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.0.0 @@ -151,4 +151,4 @@ Installers: InstallerSha256: 23F643B3BC7D0F12FB46E34F29F2C93AA92E20FBAE0B49F44410D3A8573E723D ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.locale.en-US.yaml index a0aaf5a8bbe5b..a6a4c4c5fe99e 100644 --- a/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.0.0 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -26,6 +30,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.0.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.yaml index d5a7a036d59a5..91fd7856e30b0 100644 --- a/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.0.0/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.installer.yaml index 9c6bc34b4afd0..0b10a77740159 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.2 @@ -150,4 +150,4 @@ Installers: InstallerSha256: A9B57138E7387231ACDE32B93A1655FDE6262BD5DCB678554C27B20970FE4331 ProductCode: '{2ACBF1FA-F5C3-4B19-A774-B22A31F231B9}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.locale.en-US.yaml index 6f93900a9f0e0..6730d87b45925 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.2 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -58,5 +62,8 @@ ReleaseNotes: |- It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.1.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.yaml index d6f6d68720dcb..7cae85b0e8ee7 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.2/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.installer.yaml index 7aec45030fd3c..ab0fcd30c0197 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.3 @@ -150,4 +150,4 @@ Installers: InstallerSha256: 49104983D084B44E1CE32C843F3BB7205F6ED54024A64C10017A899FC5B93884 ProductCode: '{2ACBF1FA-F5C3-4B19-A774-B22A31F231B9}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.locale.en-US.yaml index 7a97ad87d8841..9a7cff75bc4ad 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.3 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -61,5 +65,8 @@ ReleaseNotes: |- It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.1.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.yaml index d3488607e9691..0e1c492f09afc 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.3/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.installer.yaml index b117a62bc415f..7c6649304e28d 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.installer.yaml @@ -1,20 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.4 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.1.4/MPC-HC.2.1.4.x86.exe - InstallerSha256: a3f34bd1b8d081671fc45ee381902542e2bde1403971088d61a715d85aaf123c - ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' -- Architecture: x64 - InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.1.4/MPC-HC.2.1.4.x64.exe - InstallerSha256: 13a6ed1dd19667b6c1786988f97add9459c94f184bd74a7dbfe42ffe11a3de79 - ProductCode: '{2ACBF1FA-F5C3-4B19-A774-B22A31F231B9}_is1' -ManifestType: installer -ManifestVersion: 1.5.0 Platform: - Windows.Desktop InstallerType: inno @@ -151,4 +139,15 @@ FileExtensions: - wmx - wv - wvx -ReleaseDate: "2024-01-15" +ReleaseDate: 2024-01-15 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.1.4/MPC-HC.2.1.4.x86.exe + InstallerSha256: A3F34BD1B8D081671FC45EE381902542E2BDE1403971088D61A715D85AAF123C + ProductCode: '{2624B969-7135-4EB1-B0F6-2D8C397B45F7}_is1' +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.1.4/MPC-HC.2.1.4.x64.exe + InstallerSha256: 13A6ED1DD19667B6C1786988F97ADD9459C94F184BD74A7DBFE42FFE11A3DE79 + ProductCode: '{2ACBF1FA-F5C3-4B19-A774-B22A31F231B9}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.locale.en-US.yaml index e65f7100f9faf..f23877819fc01 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.4 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -28,6 +32,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.1.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.yaml index e80dacd74b2e7..8600f80b159e4 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.4/clsid2.mpc-hc.yaml @@ -1,9 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.installer.yaml index bec9cb5cb1dae..7cdd7d9ae983e 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.5 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.1.5/MPC-HC.2.1.5.x64.exe InstallerSha256: F9FAD3475DC4C7B7211DA27FFEE3734AA2AD5B86198D853FDE058F8CB2E33A0D ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.locale.en-US.yaml index ba40cd4ca124c..1d7a7406350e0 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.5 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -89,5 +93,8 @@ ReleaseNotes: |- Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.1.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.yaml index 29e7278248648..a4223546fb778 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.5/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.installer.yaml index dde2817d2edea..217fff02fce7a 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.6 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.1.6/MPC-HC.2.1.6.x64.exe InstallerSha256: 5ABBD81AD227B6EA3411D185E27BC03705CFCE71AAE728548BFD4C02576B0252 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.locale.en-US.yaml index 0561d8bc44c17..e7dd25e28e637 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.6 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -87,5 +91,8 @@ ReleaseNotes: |- Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.1.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.yaml index eb94d89648406..89f7ab5df754b 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.6/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.installer.yaml index cfe18ed748b6f..9702afeebd788 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.7.2 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.1.7/MPC-HC.2.1.7.2.x64.exe InstallerSha256: 1CB8BA5CEF5D64766B3D5111FF8BE7D269A0BC3A54AE3C3F4FC4ECECE414EB48 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.locale.en-US.yaml index b5059da74ac39..45a821ceb91ec 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.7.2 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -83,5 +87,8 @@ ReleaseNotes: |- Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.1.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.yaml index 0a78ec8d5eafe..f8b57759540ae 100644 --- a/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.1.7.2/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.1.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.installer.yaml index 2b36a903a5ddc..0c3c146ac26a2 100644 --- a/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.2.0 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.2.0/MPC-HC.2.2.0.x64.exe InstallerSha256: 162E1D2BA82A61013AE7E1D62EA04180105A22B7341709DD627EBD7919CB404C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.locale.en-US.yaml index c5563f9e8152d..04a7ba10b0c13 100644 --- a/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.2.0 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -55,5 +59,8 @@ ReleaseNotes: |- - You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder. Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.yaml index 968d2b04dc9bd..8ac0f6e30897f 100644 --- a/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.2.0/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.installer.yaml index ee9d760e9c8db..c3d8321ef894d 100644 --- a/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.2.1 @@ -139,6 +139,7 @@ FileExtensions: - wmx - wv - wvx +ReleaseDate: 2024-04-10 Installers: - Architecture: x86 InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.2.1/MPC-HC.2.2.1.x86.exe @@ -147,5 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.2.1/MPC-HC.2.2.1.x64.exe InstallerSha256: 626B31239A0534B23ABD15DD60BA12275BCA12DE32561C206E96A96DFE6A6E44 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-04-10 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.locale.en-US.yaml index 61c8f86229f7a..b8e8b8aaf2eb3 100644 --- a/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.2.1 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -28,5 +32,10 @@ Tags: - player - video - video-player +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.yaml index 918acf798bdbe..511b4b803df03 100644 --- a/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.2.1/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.installer.yaml index aa3ec9cfa91e2..ade99aca62f78 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.0 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.0/MPC-HC.2.3.0.x64.exe InstallerSha256: E4B14E3E677D8A1203603BFDAD57AD39D68DEC9EB44D548C9BAA72A4E02C708A ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.locale.en-US.yaml index ce6da195fe1da..c1b8e9e6182f1 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.0 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -61,5 +65,8 @@ ReleaseNotes: |- - You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder. Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.yaml index eb4e459c4752d..493e1aa4b1a90 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.0/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.installer.yaml index b31bd606d0ba9..278bc4b5a7358 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.1 @@ -139,6 +139,7 @@ FileExtensions: - wmx - wv - wvx +ReleaseDate: 2024-06-22 Installers: - Architecture: x86 InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.1/MPC-HC.2.3.1.x86.exe @@ -147,5 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.1/MPC-HC.2.3.1.x64.exe InstallerSha256: 5F1DDCB3B7B1325FC011ED98DCA75D7C0A46E3680F828DAA930EB28313DA00AB ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-06-22 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.locale.en-US.yaml index a49fe68d3a079..600a08e364157 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.1 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -28,5 +32,10 @@ Tags: - player - video - video-player +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.yaml index b89e7c6315703..8476bae2251d9 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.1/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.installer.yaml index f281666cf64ed..8584269af0b99 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.2 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.2/MPC-HC.2.3.2.1.x64.exe InstallerSha256: A454658D7C27CB39B5C1C71ABCC04E92FFF3773D9A94EFBA7D7C4F6839A414AD ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.locale.en-US.yaml index bb8c814dc0eac..c9dcbef316eff 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.2 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -60,5 +64,8 @@ ReleaseNotes: |- - You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder. Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.yaml index 02a12b9293038..8a359d4641bae 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.2/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.installer.yaml index 64a24ca4e29fe..22a1e7332caa0 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.3 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.3/MPC-HC.2.3.3.x64.exe InstallerSha256: 1D3702B9F57109E0A2850698449F60C1F3B1DC8B5165574CC2247EB7B01BC8B1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.locale.en-US.yaml index 71dc0b5c691df..369fc2caad5a8 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.3 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -59,5 +63,8 @@ ReleaseNotes: |- - You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder. Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.yaml index 382835430af3f..8a533573c5646 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.3/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.installer.yaml index 482feab2fb384..246c34c4ea950 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.4 @@ -139,6 +139,7 @@ FileExtensions: - wmx - wv - wvx +ReleaseDate: 2024-08-06 Installers: - Architecture: x86 InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.4/MPC-HC.2.3.4.x86.exe @@ -147,5 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.4/MPC-HC.2.3.4.x64.exe InstallerSha256: D0E3C16584E410495D162F153358625CFFAA3808F4632342A4E932021D141D9D ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-08-06 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.locale.en-US.yaml index f8e8fec3e3e89..4d084b4009315 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.4 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -28,5 +32,10 @@ Tags: - player - video - video-player +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.yaml index e8108f5f6ef38..6e7ad724d9015 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.4/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.installer.yaml index 03fffeddbf1f8..8854cb15be7b9 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.5 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.5/MPC-HC.2.3.5.x64.exe InstallerSha256: 04D4F8AE74C16F3F48CF09862339CCB915BBD8906D11B5F718ABFB4AD3B21137 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.locale.en-US.yaml index e11865f41c97c..7437965c60e4e 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.5 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -60,5 +64,8 @@ ReleaseNotes: |- - You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder. Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.yaml index a2227648fb59d..7c8f8764a290b 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.5/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.installer.yaml index e66660004a878..912e44193a7d5 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.6 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.6/MPC-HC.2.3.6.x64.exe InstallerSha256: 53A98702FEFDD1673C2AAFC04698FE198239384C8984964FC0F96CE60642EF0C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.locale.en-US.yaml index 671ea4c747525..9add0fa61e502 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.locale.en-US.yaml @@ -1,9 +1,13 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.6 PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -59,5 +63,8 @@ ReleaseNotes: |- - You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder. Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Note 2: yt-dlp nightly build (very latest version made daily) - Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.yaml index 3c9f158c0d730..9f3fc9e3d8247 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.6/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.installer.yaml index 9a3d6bd525679..8aa85f9af7c5a 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.7 @@ -148,4 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.7/MPC-HC.2.3.7.x64.exe InstallerSha256: 30E91B5F4326D0B89E18ADFCD281098CCCEBD9DA3190742251A8C27440BC2CA0 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.locale.en-US.yaml index b12248469cefe..76821f17564c7 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.7 @@ -69,4 +69,4 @@ ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.7 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.yaml index 068b8888afee1..0523c1adaee06 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.7/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.installer.yaml index df360e8cb7818..205aa7e8d1950 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.8 @@ -139,6 +139,7 @@ FileExtensions: - wmx - wv - wvx +ReleaseDate: 2024-11-26 Installers: - Architecture: x86 InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.8/MPC-HC.2.3.8.x86.exe @@ -147,5 +148,4 @@ Installers: InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.8/MPC-HC.2.3.8.x64.exe InstallerSha256: 8FFE295F58C38C42E02FA5415AFE6CB96639D8BCDA205688C0ECC389646CBEA9 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-26 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.locale.en-US.yaml index a1a0ec2a7a2bd..02308f7ce23bd 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.8 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -31,6 +32,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.yaml index a1da81e963be2..aaba984f3e97d 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.8/clsid2.mpc-hc.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc PackageVersion: 2.3.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.installer.yaml index 6380ea4160fe3..436707471fb4d 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.installer.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc @@ -139,6 +139,7 @@ FileExtensions: - wmx - wv - wvx +ReleaseDate: 2024-12-18 Installers: - Architecture: x86 InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.3.9/MPC-HC.2.3.9.x86.exe @@ -148,4 +149,3 @@ Installers: InstallerSha256: 93F07196F023987317423E00AF3BB56E37B60DC21D09DB0C1AA03EB284CEC4C6 ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-18 diff --git a/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.locale.en-US.yaml index 087218fa7408d..84b7f643696f8 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.locale.en-US.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: MPC-HC Team PublisherUrl: https://github.com/clsid2/mpc-hc PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +# PrivacyUrl: Author: clsid2 PackageName: MPC-HC PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema @@ -31,6 +32,10 @@ Tags: - player - video - video-player +# ReleaseNotes: ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.3.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.yaml index 033c6fccee423..d06a0c07fa6b2 100644 --- a/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.yaml +++ b/manifests/c/clsid2/mpc-hc/2.3.9/clsid2.mpc-hc.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: clsid2.mpc-hc diff --git a/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.installer.yaml b/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.installer.yaml new file mode 100644 index 0000000000000..810d1b2c89965 --- /dev/null +++ b/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: cthoeing.PasswordTech +PackageVersion: 3.5.6 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cthoeing/passwordtech/releases/download/v3.5.6/PwTech-3.5.6-Setup.exe + InstallerSha256: 7CCBB9799E3141E5C377E242A7BB04E5E0671C58B7E59CEB3C192FF33AD8C772 + InstallerType: inno + Scope: machine + InstallerSwitches: + Silent: /VERYSILENT /ALLUSERS=1 /NORESTART + SilentWithProgress: /SP- /VERYSILENT /ALLUSERS=1 /SUPPRESSMSGBOXES +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-30 diff --git a/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.locale.en-US.yaml b/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.locale.en-US.yaml new file mode 100644 index 0000000000000..ceed8d566bd53 --- /dev/null +++ b/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: cthoeing.PasswordTech +PackageVersion: 3.5.6 +PackageLocale: en-US +Publisher: Christian Thöing +PublisherUrl: https://github.com/cthoeing +PublisherSupportUrl: https://github.com/cthoeing/passwordtech/issues +PackageName: Password Tech +PackageUrl: https://github.com/cthoeing/passwordtech +License: GNU GPLv2 or later +LicenseUrl: https://github.com/cthoeing/passwordtech/blob/HEAD/license.txt +ShortDescription: Professional password generator for Windows +ReleaseNotesUrl: https://github.com/cthoeing/passwordtech/releases/tag/v3.5.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/cthoeing/passwordtech/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.yaml b/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.yaml new file mode 100644 index 0000000000000..d77612200ad4f --- /dev/null +++ b/manifests/c/cthoeing/PasswordTech/3.5.6/cthoeing.PasswordTech.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: cthoeing.PasswordTech +PackageVersion: 3.5.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.installer.yaml b/manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.installer.yaml deleted file mode 100644 index 862346e173c4a..0000000000000 --- a/manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: DBVis.DBVisualizer -PackageVersion: 24.3.2 -InstallerType: exe -Scope: machine -InstallerSwitches: - Silent: -q - SilentWithProgress: -q - InstallLocation: -dir -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Oracle.JavaRuntimeEnvironment -ReleaseDate: 2024-12-17 -Installers: -- Architecture: x64 - InstallerUrl: https://www.dbvis.com/product_download/dbvis-24.3.2/media/dbvis_windows-x64_24_3_2_jre.exe - InstallerSha256: 5C3D7B0CBA16A25A5C6B9826631ADF0B5E94C673168B5CB4926DCEDBDA6A7F90 - ProductCode: 8973-4025-0853-7287 -- Architecture: arm64 - InstallerUrl: https://www.dbvis.com/product_download/dbvis-24.3.2/media/dbvis_windows-arm64_24_3_2_jre.exe - InstallerSha256: AAE235ADD3939322585A3C57D93B82188B68C3C55C0CDDD67A9D4D37B68F52B6 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.installer.yaml b/manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.installer.yaml new file mode 100644 index 0000000000000..2667ae4edb07c --- /dev/null +++ b/manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DBVis.DBVisualizer +PackageVersion: 24.3.3 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: -q + SilentWithProgress: -q + InstallLocation: -dir +UpgradeBehavior: install +#Dependencies: +# PackageDependencies: +# - PackageIdentifier: Oracle.JavaRuntimeEnvironment +ReleaseDate: 2025-01-17 +Installers: +- Architecture: x64 + InstallerUrl: https://www.dbvis.com/product_download/dbvis-24.3.3/media/dbvis_windows-x64_24_3_3_jre.exe + InstallerSha256: B33C77C9B31D37EDA5DE144C7C0225AE710906EE52CF8DC56800C2AF8DCDE086 + ProductCode: 8973-4025-0853-7287 +- Architecture: arm64 + InstallerUrl: https://www.dbvis.com/product_download/dbvis-24.3.3/media/dbvis_windows-arm64_24_3_3_jre.exe + InstallerSha256: 48763FF9B043AB7B231117180E6B1730C96BF0A88EB3F201B923C4512B90C1E8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.locale.en-US.yaml b/manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.locale.en-US.yaml similarity index 90% rename from manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.locale.en-US.yaml rename to manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.locale.en-US.yaml index 3917ba3316a6a..b84e657fdfaab 100644 --- a/manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.locale.en-US.yaml +++ b/manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.locale.en-US.yaml @@ -1,23 +1,23 @@ -# Created with komac v2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: DBVis.DBVisualizer -PackageVersion: 24.3.2 -PackageLocale: en-US -Publisher: DbVis Software AB -PublisherUrl: https://www.dbvis.com/ -PublisherSupportUrl: https://www.dbvis.com/support/ -PrivacyUrl: https://www.dbvis.com/privacy/ -PackageName: DbVisualizer -PackageUrl: https://www.dbvis.com/download/ -License: Proprietary -LicenseUrl: https://www.dbvis.com/eula/ -ShortDescription: DbVisualizer has a long history of being the preferred database tool for the worlds leading data professionals. -Moniker: dbvis -Tags: -- database -- database-management -- sql -PurchaseUrl: https://www.dbvis.com/buy/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DBVis.DBVisualizer +PackageVersion: 24.3.3 +PackageLocale: en-US +Publisher: DbVis Software AB +PublisherUrl: https://www.dbvis.com/ +PublisherSupportUrl: https://www.dbvis.com/support/ +PrivacyUrl: https://www.dbvis.com/privacy/ +PackageName: DbVisualizer +PackageUrl: https://www.dbvis.com/download/ +License: Proprietary +LicenseUrl: https://www.dbvis.com/eula/ +ShortDescription: DbVisualizer has a long history of being the preferred database tool for the worlds leading data professionals. +Moniker: dbvis +Tags: +- database +- database-management +- sql +PurchaseUrl: https://www.dbvis.com/buy/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.yaml b/manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.yaml similarity index 76% rename from manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.yaml rename to manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.yaml index cb9f23d526146..daa4c38277778 100644 --- a/manifests/d/DBVis/DBVisualizer/24.3.2/DBVis.DBVisualizer.yaml +++ b/manifests/d/DBVis/DBVisualizer/24.3.3/DBVis.DBVisualizer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: DBVis.DBVisualizer -PackageVersion: 24.3.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DBVis.DBVisualizer +PackageVersion: 24.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.installer.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.installer.yaml new file mode 100644 index 0000000000000..78925e774dc29 --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20250206-unstable.1 +InstallerType: nullsoft +InstallModes: +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /S +Installers: +- Architecture: x64 + InstallerUrl: https://n-air-app.nicovideo.jp/download/windows-unstable + InstallerSha256: 0AEF0793F84FAFE8FD3034F59AD76F2CDC6BC05E72247E2FFC18501E408C32B3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml new file mode 100644 index 0000000000000..fb3cac04d4a60 --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20250206-unstable.1 +PackageLocale: JA-JP +Publisher: koizuka +PublisherUrl: https://github.com/n-air-app/n-air-app +PublisherSupportUrl: https://github.com/n-air-app/n-air-app/issues +PrivacyUrl: https://dwango.co.jp/terms/privacy/ +Author: 戀塚 昭彦 +PackageName: N Air 実験版 +PackageUrl: https://n-air-app.nicovideo.jp/ +License: GPL-3.0 license +LicenseUrl: https://github.com/n-air-app/n-air-app?tab=GPL-3.0-1-ov-file#readme +Copyright: Copyright © 2024 DWANGO Co.,Ltd. +CopyrightUrl: https://dwango.co.jp/ +ShortDescription: N Air(エヌエアー)とは、株式会社ドワンゴが配布しているライブ配信ソフトである。 +Description: Streamlabs OBSをベースにして作られたライブ配信ソフト。Niconico Live Encoderの後継ソフトである。通称、NLE2。開発中の機能を試してみたい方向けの実験版です。 +Moniker: niconico +Tags: +- ニコニコ動画 +- live +- nicovideo +- ニコ生 +- streamlabs +- obs +- Niconico Live Encoder +- NLE +InstallationNotes: 開発中の機能を試してみたい方向けの実験版です。動作が不安定になる、または不具合が発生する可能性が高いため、通常の放送ではご利用にならないようお願いいたします。 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.yaml new file mode 100644 index 0000000000000..a582eb4b63faa --- /dev/null +++ b/manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DWANGO.NAIR.experimental +PackageVersion: 1.1.20250206-unstable.1 +DefaultLocale: JA-JP +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.installer.yaml b/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.installer.yaml new file mode 100644 index 0000000000000..8d68fb6ad0d0a --- /dev/null +++ b/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Dagger.Cli +PackageVersion: 0.15.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dagger.exe + PortableCommandAlias: dagger +Installers: +- Architecture: x64 + InstallerUrl: https://dl.dagger.io/dagger/releases/0.15.3/dagger_v0.15.3_windows_amd64.zip + InstallerSha256: 68BFE702854C2C4CEF840D58937A4862CDC4F21224A1520AA7B9FECA926FBEDC +- Architecture: arm64 + InstallerUrl: https://dl.dagger.io/dagger/releases/0.15.3/dagger_v0.15.3_windows_arm64.zip + InstallerSha256: C7CCAFB6EE4BE54CA40FF83F48FDCE9EBAFF24F7227466F58C201A05CCCB3632 +- Architecture: arm + InstallerUrl: https://dl.dagger.io/dagger/releases/0.15.3/dagger_v0.15.3_windows_armv7.zip + InstallerSha256: 8530893534EC1A195CF8751F1BADDDA6E4D80ACD150EAACBF7A709894D1BDFA6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.locale.en-US.yaml b/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.locale.en-US.yaml new file mode 100644 index 0000000000000..43ca2b5423e8f --- /dev/null +++ b/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Dagger.Cli +PackageVersion: 0.15.3 +PackageLocale: en-US +Publisher: Dagger +PublisherUrl: https://github.com/dagger +PublisherSupportUrl: https://github.com/dagger/dagger/issues +PackageName: Dagger CLI +PackageUrl: https://github.com/dagger/dagger +License: Apache-2.0 license +ShortDescription: Dagger is a tool that lets you replace your software project's artisanal scripts with a modern API and cross-language scripting engine. +Tags: +- buildkit +- ci-cd +- containers +- continuous-delivery +- continuous-deployment +- continuous-integration +- deployment +- devops +- docker +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.yaml b/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.yaml new file mode 100644 index 0000000000000..0819e528f320b --- /dev/null +++ b/manifests/d/Dagger/Cli/0.15.3/Dagger.Cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Dagger.Cli +PackageVersion: 0.15.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.installer.yaml b/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.installer.yaml new file mode 100644 index 0000000000000..f2e82c2befcdc --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DaouTech.DaouMessenger +PackageVersion: 3.5.45 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- Publisher: Do.swLab + ProductCode: 95c2261c-e088-5746-82be-9168a9a90499 +Installers: +- Architecture: x64 + InstallerUrl: https://msgdown.daouoffice.com:4443/app/electron/3.5.45/DaouMessenger%20Setup%203.5.45.exe + InstallerSha256: BB052BF446A0AA2D4751243A8897F46B5FDB5EEFE91B8A5EBA43062971F017D3 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.locale.en-US.yaml b/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.locale.en-US.yaml new file mode 100644 index 0000000000000..2c6e31fd40d41 --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DaouTech.DaouMessenger +PackageVersion: 3.5.45 +PackageLocale: en-US +Publisher: Daou Tech Inc. +PublisherUrl: https://www.daou.co.kr/ +PublisherSupportUrl: https://care.daouoffice.co.kr/ +PrivacyUrl: https://daouoffice.com/privacy.jsp +# Author: +PackageName: Daou Messenger +PackageUrl: https://daouoffice.com/ +License: Proprietary +# LicenseUrl: +Copyright: (c) DAOU Tech INC. All rights reserved. +# CopyrightUrl: +ShortDescription: Desktop Messenger for Daou Office +# Description: +Moniker: daou-messenger +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.yaml b/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.yaml new file mode 100644 index 0000000000000..c8cb1e383dbc8 --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/3.5.45/DaouTech.DaouMessenger.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-7.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DaouTech.DaouMessenger +PackageVersion: 3.5.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.installer.yaml b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.installer.yaml new file mode 100644 index 0000000000000..e7eb4d4732348 --- /dev/null +++ b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Dapr.CLI.Preview +PackageVersion: 1.15.0-rc.4 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{C3D412CE-DC59-43F9-92D2-7FF9BCAE5C6E}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dapr/cli/releases/download/v1.15.0-rc.4/dapr.msi + InstallerSha256: 99A18C7D1CEA09AFA39E82A84E7EFED5F3986A4DE8B74B1F8B78605E341BFE41 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-31 diff --git a/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.locale.en-US.yaml b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..aeaccc2ea6084 --- /dev/null +++ b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Dapr.CLI.Preview +PackageVersion: 1.15.0-rc.4 +PackageLocale: en-US +Publisher: Dapr +PublisherUrl: https://dapr.io +PublisherSupportUrl: https://github.com/dapr/cli/issues +PackageName: CLI +PackageUrl: https://github.com/dapr/cli +License: Apache 2.0 +LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE +ShortDescription: Dapr's official command-line tool +ReleaseNotesUrl: https://github.com/dapr/cli/releases/tag/v1.15.0-rc.4 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.yaml b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.yaml new file mode 100644 index 0000000000000..2d4d951a2135f --- /dev/null +++ b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.4/Dapr.CLI.Preview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Dapr.CLI.Preview +PackageVersion: 1.15.0-rc.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.installer.yaml b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.installer.yaml new file mode 100644 index 0000000000000..5be3bfd9c7484 --- /dev/null +++ b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Dapr.CLI.Preview +PackageVersion: 1.15.0-rc.5 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{65E76502-DE91-4478-881D-E67B0CB97ADD}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dapr/cli/releases/download/v1.15.0-rc.5/dapr.msi + InstallerSha256: 3C415F7EB3384B8235E0391F02C973259AFF282A6F66B18A997B0954E7C1C533 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-03 diff --git a/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.locale.en-US.yaml b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..bea25b6f1994a --- /dev/null +++ b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Dapr.CLI.Preview +PackageVersion: 1.15.0-rc.5 +PackageLocale: en-US +Publisher: Dapr +PublisherUrl: https://dapr.io +PublisherSupportUrl: https://github.com/dapr/cli/issues +PackageName: CLI +PackageUrl: https://github.com/dapr/cli +License: Apache 2.0 +LicenseUrl: https://github.com/dapr/cli/blob/master/LICENSE +ShortDescription: Dapr's official command-line tool +ReleaseNotesUrl: https://github.com/dapr/cli/releases/tag/v1.15.0-rc.5 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.yaml b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.yaml new file mode 100644 index 0000000000000..b8ce91c10f6df --- /dev/null +++ b/manifests/d/Dapr/CLI/Preview/1.15.0-rc.5/Dapr.CLI.Preview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Dapr.CLI.Preview +PackageVersion: 1.15.0-rc.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.installer.yaml b/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.installer.yaml new file mode 100644 index 0000000000000..8c8bee33476bf --- /dev/null +++ b/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DarkDaskin.VigilantMonitor +PackageVersion: 1.1.0.0 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.6 +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/DarkDaskin/VigilantMonitor/releases/download/v1.1.0/VigilantMonitorSetup_ARM64.msi + InstallerSha256: 62BADBEBC71A24A046310061B537555B3FB850C1DE02ED9ABDFDD60EC70B8A62 + ProductCode: '{740190BD-CE19-47EB-A256-062D7BD96386}' +- Architecture: x64 + InstallerUrl: https://github.com/DarkDaskin/VigilantMonitor/releases/download/v1.1.0/VigilantMonitorSetup_x64.msi + InstallerSha256: 0392918C94D692C81B7357457E5AEDAAA497586E62551008147CC6AEE543A234 + ProductCode: '{1FE96524-46BF-47D5-A2CA-8129C3821AAD}' +- Architecture: x86 + InstallerUrl: https://github.com/DarkDaskin/VigilantMonitor/releases/download/v1.1.0/VigilantMonitorSetup_x86.msi + InstallerSha256: 67E4C68B16378271F3C2AB091792EA0260850F3EB972C3ED2708C3F4C071BB1E + ProductCode: '{5C05067A-DD12-4F22-9A29-6EF4500A825C}' +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-02 diff --git a/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.locale.en-US.yaml b/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.locale.en-US.yaml new file mode 100644 index 0000000000000..bb0ab787f4860 --- /dev/null +++ b/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DarkDaskin.VigilantMonitor +PackageVersion: 1.1.0.0 +PackageLocale: en-US +Publisher: Dark Daskin +PublisherUrl: https://github.com/DarkDaskin +PublisherSupportUrl: https://github.com/DarkDaskin/VigilantMonitor/issues +PackageName: Vigilant Monitor +PackageUrl: https://github.com/DarkDaskin/VigilantMonitor +License: MIT +LicenseUrl: https://raw.githubusercontent.com/DarkDaskin/VigilantMonitor/refs/heads/master/LICENSE +ShortDescription: Keep your monitor awake when audio plays +Tags: +- tray-app +- display +- audio +- utility +ReleaseNotesUrl: https://github.com/DarkDaskin/VigilantMonitor/releases/tag/v1.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/DarkDaskin/VigilantMonitor/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.yaml b/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.yaml new file mode 100644 index 0000000000000..b6efae1dc4a95 --- /dev/null +++ b/manifests/d/DarkDaskin/VigilantMonitor/1.1.0.0/DarkDaskin.VigilantMonitor.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DarkDaskin.VigilantMonitor +PackageVersion: 1.1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.installer.yaml new file mode 100644 index 0000000000000..fe6e8152a8577 --- /dev/null +++ b/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Datadog.Agent +PackageVersion: 7.62.1.1 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget +ProductCode: '{057D2B77-4405-4313-9695-9C00295F86BA}' +Installers: +- Architecture: x64 + InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.62.1.msi + InstallerSha256: 0079F143B637F36C44829FA88AF5CF4958D5434D90AA39B60479F28B7FD3D3EA +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..214ca3b3ab6cd --- /dev/null +++ b/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Datadog.Agent +PackageVersion: 7.62.1.1 +PackageLocale: en-US +Publisher: Datadog, Inc. +PublisherUrl: https://docs.datadoghq.com/ +PublisherSupportUrl: https://www.datadoghq.com/support/ +PrivacyUrl: https://www.datadoghq.com/legal/privacy/ +Author: Datadog +PackageName: Datadog Agent +License: Apache-2.0 +LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE +Copyright: Copyright Datadog, Inc. +ShortDescription: Datadog helps you monitor your infrastructure and application +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.yaml new file mode 100644 index 0000000000000..0cb507996c2ae --- /dev/null +++ b/manifests/d/Datadog/Agent/7.62.1.1/Datadog.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Datadog.Agent +PackageVersion: 7.62.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml new file mode 100644 index 0000000000000..ff5cd0b1b4199 --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.1.35.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: REBOOT=ReallySuppress +UpgradeBehavior: install +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2135.msi + InstallerSha256: 75AD1ED5C5314A8C2A31B5E3BF0B58DC54577129658DA69832E42EB9A9AF9431 + ProductCode: '{DF19ECD1-11CA-4FDD-8465-32E2DC4B3EB8}' + AppsAndFeaturesEntries: + - ProductCode: '{DF19ECD1-11CA-4FDD-8465-32E2DC4B3EB8}' + UpgradeCode: '{960B967D-8BE1-46CF-9BCB-1C57E489E1A9}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\datronicsoft' +- Architecture: x64 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2135.msi + InstallerSha256: 97D23176DEEFFABB6AE48200FDFE377272DDC3F5EA34206B353A1E8A38BE62CB + ProductCode: '{7859966A-18DB-45D3-87BC-B1F08824CA4A}' + AppsAndFeaturesEntries: + - ProductCode: '{7859966A-18DB-45D3-87BC-B1F08824CA4A}' + UpgradeCode: '{3CBC4D7B-B6A4-4107-BB9E-66EDFF3909B0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\datronicsoft' +- Architecture: arm64 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_10_ARM64_v2135.msi + InstallerSha256: 743315A3D4BC0D40D5C9859270966CFA3A872DBA42FBA28D92BF98582C256888 + ProductCode: '{7859966A-18DB-45D3-87BC-B1F08824CA4A}' + AppsAndFeaturesEntries: + - ProductCode: '{7859966A-18DB-45D3-87BC-B1F08824CA4A}' + UpgradeCode: '{3CBC4D7B-B6A4-4107-BB9E-66EDFF3909B0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\datronicsoft' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..4c940a0436c30 --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.1.35.0 +PackageLocale: en-US +Publisher: datronicsoft Inc. +PublisherUrl: https://spacedesk.net/ +PublisherSupportUrl: https://forum.spacedesk.ph/ +PrivacyUrl: https://spacedesk.net/privacy-policy/ +Author: datronicsoft +PackageName: spacedesk Windows DRIVER +PackageUrl: https://spacedesk.net/##box_430 +License: Proprietary +LicenseUrl: https://spacedesk.net/#licensing +Copyright: Copyright (c) 2021 – datronicsoft +CopyrightUrl: https://spacedesk.net/legal-notice/ +ShortDescription: Spacedesk Driver Software for Windows PRIMARY PC (server) runs only with Windows 11 and Windows 10 +Moniker: spacedesk-server +Tags: +- display +- network +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.yaml new file mode 100644 index 0000000000000..358df11c0e660 --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.1.35.0/Datronicsoft.SpacedeskDriver.Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.1.35.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.installer.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.installer.yaml deleted file mode 100644 index de80da789329e..0000000000000 --- a/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2024/Aug/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Datto.WindowsAgent -PackageVersion: 3.0.18.11 -MinimumOSVersion: 10.0.0.0 -InstallerType: burn -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -InstallerSuccessCodes: -- 3010 -UpgradeBehavior: install -ElevationRequirement: elevationRequired -Installers: -- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe - Architecture: x86 - InstallerSha256: ADBCCF2C67B8426E3DEA648ED62F5F472131B854DAF46BEC1A8BE5D2471D61B2 -- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe - Architecture: x64 - InstallerSha256: ADBCCF2C67B8426E3DEA648ED62F5F472131B854DAF46BEC1A8BE5D2471D61B2 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.yaml deleted file mode 100644 index 015e4e301cd5b..0000000000000 --- a/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Aug/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Datto.WindowsAgent -PackageVersion: 3.0.18.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.installer.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.installer.yaml new file mode 100644 index 0000000000000..ec79bbb5af41d --- /dev/null +++ b/manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.installer.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2025/Jan/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Datto.WindowsAgent +PackageVersion: 3.0.18.13 +MinimumOSVersion: 10.0.0.0 +InstallerType: burn +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +ElevationRequirement: elevationRequired +Installers: +- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe + Architecture: x86 + InstallerSha256: D27BDF988931903FF51D501A0A1B6B8755B58F4DBD7D3749E09A53FE5997DF4A +- InstallerUrl: https://cf-dl.datto.com/dwa/DattoWindowsAgent.exe + Architecture: x64 + InstallerSha256: D27BDF988931903FF51D501A0A1B6B8755B58F4DBD7D3749E09A53FE5997DF4A +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.locale.en-US.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.locale.en-US.yaml similarity index 87% rename from manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.locale.en-US.yaml rename to manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.locale.en-US.yaml index ef5085c30a646..300d90c85f882 100644 --- a/manifests/d/Datto/WindowsAgent/3.0.18.11/Datto.WindowsAgent.locale.en-US.yaml +++ b/manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Aug/01 +# Automatically updated by the winget bot at 2025/Jan/30 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Datto.WindowsAgent -PackageVersion: 3.0.18.11 +PackageVersion: 3.0.18.13 PackageLocale: en-US Publisher: Datto Inc. PublisherUrl: https://www.datto.com diff --git a/manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.yaml b/manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.yaml new file mode 100644 index 0000000000000..7931e48018135 --- /dev/null +++ b/manifests/d/Datto/WindowsAgent/3.0.18.13/Datto.WindowsAgent.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Jan/30 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Datto.WindowsAgent +PackageVersion: 3.0.18.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.installer.yaml b/manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.installer.yaml similarity index 92% rename from manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.installer.yaml rename to manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.installer.yaml index 05b6547e8e172..21df0e930509f 100644 --- a/manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.installer.yaml +++ b/manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DeepL.DeepL -PackageVersion: 25.1.4.15077 +PackageVersion: 25.1.6.15223 InstallerType: exe InstallModes: - interactive @@ -16,7 +16,7 @@ UpgradeBehavior: install Protocols: - deepl ProductCode: https%3a##appdownload.deepl.com#windows#0install#deepl.xml -ReleaseDate: 2025-01-24 +ReleaseDate: 2025-01-30 Installers: - Architecture: x64 Scope: user diff --git a/manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.locale.en-US.yaml b/manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.locale.en-US.yaml similarity index 94% rename from manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.locale.en-US.yaml rename to manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.locale.en-US.yaml index 2da6a6363a8d3..d692856efe724 100644 --- a/manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.locale.en-US.yaml +++ b/manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DeepL.DeepL -PackageVersion: 25.1.4.15077 +PackageVersion: 25.1.6.15223 PackageLocale: en-US Publisher: DeepL SE PublisherUrl: https://www.deepl.com/en/publisher diff --git a/manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.locale.zh-CN.yaml b/manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.locale.zh-CN.yaml similarity index 94% rename from manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.locale.zh-CN.yaml rename to manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.locale.zh-CN.yaml index 427e3011d44ad..60f50abdaf957 100644 --- a/manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.locale.zh-CN.yaml +++ b/manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: DeepL.DeepL -PackageVersion: 25.1.4.15077 +PackageVersion: 25.1.6.15223 PackageLocale: zh-CN Publisher: DeepL SE PublisherUrl: https://www.deepl.com/zh/publisher diff --git a/manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.yaml b/manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.yaml similarity index 86% rename from manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.yaml rename to manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.yaml index 80b63e35a997b..b80336e7eef57 100644 --- a/manifests/d/DeepL/DeepL/25.1.4.15077/DeepL.DeepL.yaml +++ b/manifests/d/DeepL/DeepL/25.1.6.15223/DeepL.DeepL.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DeepL.DeepL -PackageVersion: 25.1.4.15077 +PackageVersion: 25.1.6.15223 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.installer.yaml b/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.installer.yaml new file mode 100644 index 0000000000000..ca5e6a46adb20 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.0.10 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2025-01-24 +AppsAndFeaturesEntries: +- DisplayName: Deezer 7.0.10 +Installers: +- Architecture: x86 + InstallerUrl: https://www.deezer.com/desktop/download/artifact/win32/x86/7.0.10 + InstallerSha256: 8B1F2369F5D9513C2746BAB037C6D913527780F98BCA067EC7139DEDE40A5958 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.locale.en-US.yaml b/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.locale.en-US.yaml new file mode 100644 index 0000000000000..fd9b3e7b383a3 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.0.10 +PackageLocale: en-US +Publisher: Deezer +PublisherUrl: https://www.deezer.com/ +PublisherSupportUrl: https://www.deezer.com/us/support +PrivacyUrl: https://www.deezer.com/legal/personal-datas +PackageName: Deezer +PackageUrl: https://www.deezer.com/us/download +License: Proprietary +LicenseUrl: https://www.deezer.com/legal/cgu +Copyright: Copyright (c) Deezer 2021 +ShortDescription: Deezer is a French online music streaming service. +Moniker: deezer +Tags: +- deezer +- music +- music-streaming +- streaming-service +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.yaml b/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.yaml new file mode 100644 index 0000000000000..d821d4887ae46 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.0.10/Deezer.Deezer.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.0.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.installer.yaml b/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.installer.yaml new file mode 100644 index 0000000000000..52bd0c8d2750f --- /dev/null +++ b/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Dell.DisplayManager +PackageVersion: 2.3.2.20 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + InstallLocation: /DIR= +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.5 + MinimumVersion: 5.0.17 +ProductCode: Dell Display Manager 2.3 +ReleaseDate: 2025-01-08 +DisplayInstallWarnings: false +AppsAndFeaturesEntries: +- DisplayName: Dell Display Manager 2.3 + ProductCode: Dell Display Manager 2.3 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.dell.com/FOLDER12543670M/1/ddmsetup.exe + InstallerSha256: 589c7798e92ccc153fafb8519957069617811d98e39bdba3b4aa067d07a4f615 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.locale.en-US.yaml b/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.locale.en-US.yaml new file mode 100644 index 0000000000000..8c6b753fae7fe --- /dev/null +++ b/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Dell.DisplayManager +PackageVersion: 2.3.2.20 +PackageLocale: en-US +Publisher: Dell Inc. +PublisherUrl: https://www.dell.com/ +PublisherSupportUrl: https://www.dell.com/support +PrivacyUrl: https://www.dell.com/privacy +PackageName: Dell Display Manager +PackageUrl: https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=2t7hh +License: Proprietary +LicenseUrl: https://www.dell.com/learn/us/en/uscorp1/terms-of-sale-consumer-license-agreements +ShortDescription: Dell Display Manager enhances everyday productivity through comprehensive management tools giving you optimal front of screen experience, efficient display management and easy, effortless multitasking. +InstallationNotes: This package also requires .Net Desktop Runtime 5 (Microsoft.DotNet.DesktopRuntime.5) to work. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.yaml b/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.yaml new file mode 100644 index 0000000000000..f5367dac1f31b --- /dev/null +++ b/manifests/d/Dell/DisplayManager/2.3.2.20/Dell.DisplayManager.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Dell.DisplayManager +PackageVersion: 2.3.2.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.installer.yaml new file mode 100644 index 0000000000000..271785f595d4b --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.1.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: deno.exe + PortableCommandAlias: deno +UpgradeBehavior: install +Commands: +- deno +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/denoland/deno/releases/download/v2.1.8/deno-x86_64-pc-windows-msvc.zip + InstallerSha256: 1D11EB350BD4671693B70FF6DDBB36F79F5F2D0ACA0B5AD3D58C0632E42F342B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.locale.en-US.yaml new file mode 100644 index 0000000000000..b5d1c442eb1c0 --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.1.8 +PackageLocale: en-US +Publisher: Deno Land Inc. +PublisherUrl: https://deno.com/ +PublisherSupportUrl: https://github.com/denoland/deno/issues +PrivacyUrl: https://docs.deno.com/deploy/manual/privacy-policy/ +Author: Deno Land Inc. +PackageName: Deno +PackageUrl: https://deno.com/ +License: MIT +LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md +Copyright: Copyright 2018-2024 the Deno authors +ShortDescription: A modern runtime for JavaScript and TypeScript +Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust. +Tags: +- develop +- development +- environment +- javascript +- js +- programming +- runtime +- typescript +- v8 +ReleaseNotes: |- + - feat(unstable): support https otlp endpoints (#27743) + - fix(check): better handling of TypeScript in npm packages for type checking (#27853) + - fix(check): compiler options from workspace members (#27785) + - fix(core): Fix create_stack_trace from empty trace (#27873) + - fix(core): handle dyn imports exceeding call stack size (#27825) + - fix(ext/crypto): export private x25519 JWK key (#27828) + - fix(ext/crypto): fix jwk key_ops validation (#27827) + - fix(ext/fetch): update h2 to fix sending a PROTOCOL_ERROR instead of REFUSED_STREAM when receiving oversized headers (#27531) + - fix(ext/node): clear tz cache when setting process.env.TZ (#27826) + - fix(ext/node): do not apply socket-init-workaround to ipc socket (#27779) + - fix(ext/node): fix async variant of brotliDecompress (#27815) + - fix(ext/node): fix formatting of debug logs (#27772) + - fix(ext/node): fix panic when invalid AES GCM key size (#27818) + - fix(ext/node): implement X509Certificate#checkHost (#27821) + - fix(ext/node): implement aes-128-ctr, aes-192-ctr, and aes-256-ctr (#27630) + - fix(ext/node): implement crypto.hash (#27858) + - fix(ext/node): npm:mqtt compatibility (#27792) + - fix(ext/node): reference error in zlib.crc32 (#27777) + - fix(ext/node): scrypt panic when log_n > 64 (#27816) + - fix(init): correct dev task for --lib (#27860) + - fix(install/global): warn about not including auto-discovered config file (#27745) + - fix(lsp): ignore errors on ambient module imports (#27855) + - fix(lsp): silence debug error for 'move to a new file' action (#27780) + - fix(node): align type stripping in node_modules error message with Node (#27809) + - fix(npmrc): merge .npmrc in user's homedir and project (#27119) + - fix(process/windows): correct command resolution when PATH env var not uppercase (#27846) + - fix(publish): unfurl sloppy imports in d.ts files and type imports (#27793) + - fix(types): Deno.readDirSync's type returns an IteratorObject (#27805) + - fix: do not log cache creation failure on readonly file system (#27794) + - perf(lsp): cache completion item resolution during request (#27831) + - perf(node_resolver): reduce url to/from path conversions (#27839) + - perf: full LTO in sysroot (#27771) +ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v2.1.8 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.deno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.locale.zh-CN.yaml b/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c81637775dc2 --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.1.8 +PackageLocale: zh-CN +Publisher: Deno Land Inc. +PublisherUrl: https://deno.com/ +PublisherSupportUrl: https://github.com/denoland/deno/issues +PrivacyUrl: https://docs.deno.com/deploy/manual/privacy-policy/ +Author: Deno Land Inc. +PackageName: Deno +PackageUrl: https://deno.com/ +License: MIT +LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md +Copyright: Copyright 2018-2024 the Deno authors +ShortDescription: JavaScript 和 TypeScript 的现代运行时 +Description: Deno 是一个简单、现代、安全的运行时,适用于 JavaScript、TypeScript 和 WebAssembly,使用 V8 和 Rust 构建。 +Tags: +- javascript +- js +- typescript +- v8 +- 开发 +- 环境 +- 编程 +- 运行时 +ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v2.1.8 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.deno.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.yaml new file mode 100644 index 0000000000000..07299352ef111 --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.1.8/DenoLand.Deno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.installer.yaml new file mode 100644 index 0000000000000..8871e0a633932 --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.1.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: deno.exe + PortableCommandAlias: deno +UpgradeBehavior: install +Commands: +- deno +ReleaseDate: 2025-01-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/denoland/deno/releases/download/v2.1.9/deno-x86_64-pc-windows-msvc.zip + InstallerSha256: B735BA1C6AB8E1C43BE3756F4FDFD43C4449930DA65E805B0CA610E8CF7FC74B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.locale.en-US.yaml new file mode 100644 index 0000000000000..d01c2f3624a4f --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.1.9 +PackageLocale: en-US +Publisher: Deno Land Inc. +PublisherUrl: https://deno.com/ +PublisherSupportUrl: https://github.com/denoland/deno/issues +PrivacyUrl: https://docs.deno.com/deploy/manual/privacy-policy/ +Author: Deno Land Inc. +PackageName: Deno +PackageUrl: https://deno.com/ +License: MIT +LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md +Copyright: Copyright 2018-2024 the Deno authors +ShortDescription: A modern runtime for JavaScript and TypeScript +Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust. +Tags: +- develop +- development +- environment +- javascript +- js +- programming +- runtime +- typescript +- v8 +ReleaseNotes: |- + - fix(ext/node): add http information support (#27381) + - perf(crypto): use ring for asm implementations of sha256/sha512 (#27885) +ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v2.1.9 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.deno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.locale.zh-CN.yaml b/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b27254c553ac --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.1.9 +PackageLocale: zh-CN +Publisher: Deno Land Inc. +PublisherUrl: https://deno.com/ +PublisherSupportUrl: https://github.com/denoland/deno/issues +PrivacyUrl: https://docs.deno.com/deploy/manual/privacy-policy/ +Author: Deno Land Inc. +PackageName: Deno +PackageUrl: https://deno.com/ +License: MIT +LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md +Copyright: Copyright 2018-2024 the Deno authors +ShortDescription: JavaScript 和 TypeScript 的现代运行时 +Description: Deno 是一个简单、现代、安全的运行时,适用于 JavaScript、TypeScript 和 WebAssembly,使用 V8 和 Rust 构建。 +Tags: +- javascript +- js +- typescript +- v8 +- 开发 +- 环境 +- 编程 +- 运行时 +ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v2.1.9 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.deno.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.yaml new file mode 100644 index 0000000000000..80779ba1dd0cb --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.1.9/DenoLand.Deno.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.installer.yaml b/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.installer.yaml new file mode 100644 index 0000000000000..92df105907369 --- /dev/null +++ b/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Deskflow.Deskflow +PackageVersion: 1.19.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{B4DFF724-8F2A-4B95-A15A-234390B6C06F}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/deskflow/deskflow/releases/download/v1.19.0/deskflow-1.19.0-win-x64.msi + InstallerSha256: 83AD86E6D1D093AD7F1D5EAC4141808B610BA37B19BE4A0AD01D6EAF55443BFD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.locale.en-US.yaml b/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.locale.en-US.yaml new file mode 100644 index 0000000000000..f3a276da28620 --- /dev/null +++ b/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Deskflow.Deskflow +PackageVersion: 1.19.0 +PackageLocale: en-US +Publisher: Deskflow +PublisherUrl: https://github.com/deskflow +PublisherSupportUrl: https://github.com/deskflow/deskflow/issues +PackageName: Deskflow +PackageUrl: https://github.com/deskflow/deskflow +License: GPL-2.0 +ShortDescription: Deskflow lets you share one mouse and keyboard between multiple computers on Windows, macOS and Linux. It's like a software KVM (but without video). +Tags: +- keyboard +- keyboard-emulation +- mouse +- mouse-emulation +- network +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/deskflow/deskflow/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.yaml b/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.yaml new file mode 100644 index 0000000000000..3706d8959cede --- /dev/null +++ b/manifests/d/Deskflow/Deskflow/1.19.0/Deskflow.Deskflow.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Deskflow.Deskflow +PackageVersion: 1.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.installer.yaml b/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.installer.yaml new file mode 100644 index 0000000000000..296992ce3738e --- /dev/null +++ b/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.installer.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2024.3.28.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +Protocols: +- rdp +- ssh +- vnc +- telnet +- http +- https +- ftp +- sftp +- ard +- webdav +ProductCode: '{4ED93CB2-8394-4E4F-A8F8-B0192D57B487}' +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- UpgradeCode: '{CB5FC4EF-9B66-411D-8F6E-2713D2B8F664}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.Devolutions.Launcher.2024.3.28.0.msi + InstallerSha256: 4BFAFE0A9EE56FE16C58A70D39319BBAA04EE601C11DE1771B513A7EC171143E +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.locale.en-US.yaml b/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.locale.en-US.yaml new file mode 100644 index 0000000000000..73067e424d82f --- /dev/null +++ b/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2024.3.28.0 +PackageLocale: en-US +Publisher: Devolutions inc. +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://devolutions.net/support +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions +PackageName: Launcher +PackageUrl: https://devolutions.net/launcher/ +License: Proprietary +LicenseUrl: https://devolutions.net/legal/software-license-agreements +Copyright: Copyright (c) 2006-2025 Devolutions Inc. +ShortDescription: Remote Connection Launching Tool for Devolutions Server & Devolutions Hub Business! +Moniker: launcher +Tags: +- devolutions +- rdm +- rdp +- remote-desktop +- remote-desktop-manager +- launcher +- ssh +- tool +- utility +- vnc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.yaml b/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.yaml new file mode 100644 index 0000000000000..ca62b8a4956b4 --- /dev/null +++ b/manifests/d/Devolutions/Launcher/2024.3.28.0/Devolutions.Launcher.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2024.3.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.installer.yaml new file mode 100644 index 0000000000000..9cf4402bcd49e --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.installer.yaml @@ -0,0 +1,42 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2024.3.28.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +Protocols: +- rdp +FileExtensions: +- csv +- psafe3 +- rde +- rdg +- rdm +- rdp +- vnc +- vrb +- vrd +- vre +- xml +ProductCode: '{A07C718F-5512-4C81-84CB-387110924C84}' +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- UpgradeCode: '{2707F3BF-4D7B-40C2-882F-14B0ED869EE8}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.2024.3.28.0.msi + InstallerSha256: 4E2F34A1C006060955E3E24703099CF6F4F4FBB900BFFE6F1438C01C8644D184 +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml new file mode 100644 index 0000000000000..cddf764dc21b3 --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2024.3.28.0 +PackageLocale: en-US +Publisher: Devolutions inc. +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://devolutions.net/support +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions +PackageName: Remote Desktop Manager +PackageUrl: https://remotedesktopmanager.com/ +License: Proprietary +LicenseUrl: https://devolutions.net/legal/software-license-agreements +Copyright: Copyright (c) 2006-2025 Devolutions Inc. +ShortDescription: Remote Connections & Passwords. Everywhere! +Moniker: rdm +Tags: +- devolutions +- rdm +- rdp +- remote-desktop +- remote-desktop-manager +- ssh +- tool +- utility +- vnc +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.yaml new file mode 100644 index 0000000000000..828db8de22b65 --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2024.3.28.0/Devolutions.RemoteDesktopManager.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2024.3.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml new file mode 100644 index 0000000000000..7c607785bee3b --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.installer.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManagerAgent +PackageVersion: 2024.3.28.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +Protocols: +- rdp +- powershell +FileExtensions: +- rdm +ProductCode: '{69507A2A-5582-4FD1-ADB4-92AA15423016}' +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- UpgradeCode: '{D3ECDF42-9073-4760-94D5-73F8D2AFDF8A}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManagerAgent.2024.3.28.0.msi + InstallerSha256: 755B40DB84675A1967566E2A56C51FAAED4D3A528CB17F75367E03BA43EE1507 +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml new file mode 100644 index 0000000000000..1137ed064e5bd --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManagerAgent +PackageVersion: 2024.3.28.0 +PackageLocale: en-US +Publisher: Devolutions inc. +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://devolutions.net/support +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions +PackageName: Remote Desktop Manager Agent +PackageUrl: +License: Proprietary +LicenseUrl: https://devolutions.net/legal/software-license-agreements +Copyright: Copyright (c) 2006-2025 Devolutions Inc. +ShortDescription: Run commands on multiple remote hosts at the same time! +Moniker: rdmagent +Tags: +- devolutions +- rdm +- agent +- rdm-agent +- remote-desktop-manager +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.yaml b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.yaml new file mode 100644 index 0000000000000..f8b6241ae1c97 --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManagerAgent/2024.3.28.0/Devolutions.RemoteDesktopManagerAgent.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManagerAgent +PackageVersion: 2024.3.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.installer.yaml b/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.installer.yaml new file mode 100644 index 0000000000000..3b84ee5d1151c --- /dev/null +++ b/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.installer.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Devolutions.Workspace +PackageVersion: 2024.3.6.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- credential +- http +- https +ProductCode: '{7A2BBA3D-FB48-4566-926D-8FB5A9299EAA}' +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- UpgradeCode: '{EA58A259-5C39-43E8-9183-EAAB09293D3F}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Devolutions.Workspace-2024.3.6.0-x64.msi + InstallerSha256: 7740F8CB6D7E07BC359C34E4828C591FFB30783DAD5AD357BF1F8B77917611D7 +ManifestType: installer +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.locale.en-US.yaml b/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.locale.en-US.yaml new file mode 100644 index 0000000000000..4340f45217ce3 --- /dev/null +++ b/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Devolutions.Workspace +PackageVersion: 2024.3.6.0 +PackageLocale: en-US +Publisher: Devolutions inc. +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://devolutions.net/support +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions +PackageName: Devolutions Workspace +PackageUrl: https://devolutions.net/workspace/ +License: Proprietary +LicenseUrl: https://devolutions.net/legal/software-license-agreements +Copyright: Copyright (c) 2006-2025 Devolutions Inc. +ShortDescription: A single application to access your Authenticator, Devolutions Hub, and Devolutions Server accounts! +Moniker: workspace +Tags: +- devolutions +- workspace +- authenticator +- credentials +ManifestType: defaultLocale +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.yaml b/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.yaml new file mode 100644 index 0000000000000..2664278bad98d --- /dev/null +++ b/manifests/d/Devolutions/Workspace/2024.3.6.0/Devolutions.Workspace.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Devolutions.Workspace +PackageVersion: 2024.3.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 + diff --git a/manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.installer.yaml b/manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.installer.yaml similarity index 80% rename from manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.installer.yaml rename to manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.installer.yaml index ca342f5a82ed8..6b9c16356925a 100644 --- a/manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.installer.yaml +++ b/manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Dialpad.Dialpad -PackageVersion: 2501.1.0 +PackageVersion: 2501.2.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 @@ -17,6 +17,6 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://storage.googleapis.com/dialpad_native/stable/win32/x64/DialpadSetup_x64.exe - InstallerSha256: 08E1A1AB32F41874877FF4175B55661C000332683BAAC8AC2D6562BAB085CD36 + InstallerSha256: DE5625A89177801C1F532C8A1D1EC8176EEE55D6623E8CF824D2C9387AE4B0B9 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.locale.en-US.yaml b/manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.locale.en-US.yaml similarity index 94% rename from manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.locale.en-US.yaml rename to manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.locale.en-US.yaml index 80a5f2c8848f5..eb80099d65397 100644 --- a/manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.locale.en-US.yaml +++ b/manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Dialpad.Dialpad -PackageVersion: 2501.1.0 +PackageVersion: 2501.2.0 PackageLocale: en-US Publisher: Dialpad PublisherUrl: https://www.dialpad.com/ diff --git a/manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.yaml b/manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.yaml similarity index 87% rename from manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.yaml rename to manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.yaml index 1354ab3cee5b1..67cacca98d676 100644 --- a/manifests/d/Dialpad/Dialpad/2501.1.0/Dialpad.Dialpad.yaml +++ b/manifests/d/Dialpad/Dialpad/2501.2.0/Dialpad.Dialpad.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Dialpad.Dialpad -PackageVersion: 2501.1.0 +PackageVersion: 2501.2.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.installer.yaml b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.installer.yaml new file mode 100644 index 0000000000000..5e993d4a13e45 --- /dev/null +++ b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DigiDNA.iMazingProfileEditor +PackageVersion: 1.8.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- mobileconfig +ProductCode: '{75D09EE4-516E-418F-8F16-71C9666D2E3E}_is1' +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.imazing.com/windows/iMazing-Profile-Editor/1.8.1/iMazing_Profile_Editor_1.8.1.exe + InstallerSha256: B76FEE93425AA478A8D698BD6950C7A82E682EAE74AA67E8138EB7792CFC785E +- Architecture: x64 + InstallerUrl: https://downloads.imazing.com/windows/iMazing-Profile-Editor/1.8.1/iMazing_Profile_Editor_1.8.1.exe + InstallerSha256: B76FEE93425AA478A8D698BD6950C7A82E682EAE74AA67E8138EB7792CFC785E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.locale.en-US.yaml b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..e1bf4519d08d3 --- /dev/null +++ b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DigiDNA.iMazingProfileEditor +PackageVersion: 1.8.1.0 +PackageLocale: en-US +Publisher: DigiDNA +PublisherUrl: https://digidna.ch/ +PublisherSupportUrl: https://support.imazing.com/ +PrivacyUrl: https://imazing.com/privacy-policy +Author: DigiDNA SARL +PackageName: iMazing Profile Editor +PackageUrl: https://imazing.com/profile-editor +License: Freeware +LicenseUrl: https://imazing.com/uploads/iMazing-EULA.pdf +Copyright: Copyright © DigiDNA SARL, 2008-2024. All rights reserved. +ShortDescription: Create, Edit, and Sign Apple Configuration Profiles +Description: iMazing Profile Editor is a free app to easily define settings for deployment on Apple devices. +Tags: +- apple +- configuration +- configuration-profile +- configurator +- deploy +- deployment +- ios +- ipad +- iphone +- ipod +- mobileconfig +- profile +ReleaseNotes: |- + Fixes in 1.8.1 + - Fixed issue with presence conditional evaluation + - Resolved issue with selection in boolean popup buttons on non-English machines +ReleaseNotesUrl: https://downloads.imazing.com/windows/iMazing-Profile-Editor/1.8.1/release-notes.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.locale.zh-CN.yaml b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2101cdeccb0ce --- /dev/null +++ b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DigiDNA.iMazingProfileEditor +PackageVersion: 1.8.1.0 +PackageLocale: zh-CN +Publisher: DigiDNA +PublisherUrl: https://digidna.ch/ +PublisherSupportUrl: https://support.imazing.com/ +PrivacyUrl: https://imazing.com/privacy-policy +Author: DigiDNA SARL +PackageName: iMazing Profile Editor +PackageUrl: https://imazing.com/zh/profile-editor +License: 免费软件 +LicenseUrl: https://imazing.com/uploads/iMazing-EULA.pdf +Copyright: Copyright © DigiDNA SARL, 2008-2024. All rights reserved. +ShortDescription: 创建、编辑和签署 Apple 配置描述文件 +Description: iMazing Profile Editor 是一款免费应用,可轻松定义 Apple 设备上的部署设置。 +Tags: +- ios +- ipad +- iphone +- ipod +- mobileconfig +- 描述文件 +- 苹果 +- 部署 +- 配置 +ReleaseNotesUrl: https://downloads.imazing.com/windows/iMazing-Profile-Editor/1.8.1/release-notes.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.yaml b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.yaml new file mode 100644 index 0000000000000..8c25e1b8cd983 --- /dev/null +++ b/manifests/d/DigiDNA/iMazingProfileEditor/1.8.1.0/DigiDNA.iMazingProfileEditor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DigiDNA.iMazingProfileEditor +PackageVersion: 1.8.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.installer.yaml b/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.installer.yaml new file mode 100644 index 0000000000000..e074760caa53e --- /dev/null +++ b/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS0.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DigitalExtremes.Soulframe +PackageVersion: "1.0" +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://content.soulframe.com/dl/Soulframe.msi + InstallerSha256: 8D327033DDFA07537990F634B0A55D5080BE4FDE1C635719210769FDEC52056D + ProductCode: '{FBC440DA-E725-46E8-B8F9-EC2262271493}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.locale.en-US.yaml b/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.locale.en-US.yaml new file mode 100644 index 0000000000000..8721e1cbe4f25 --- /dev/null +++ b/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS0.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DigitalExtremes.Soulframe +PackageVersion: "1.0" +PackageLocale: en-US +Publisher: Digital Extremes +PublisherUrl: https://www.digitalextremes.com/ +PublisherSupportUrl: https://www.soulframe.com/zendesk +PrivacyUrl: https://www.soulframe.com/privacy +Author: Digital Extremes +PackageName: Soulframe +PackageUrl: https://www.soulframe.com/ +License: Proprietary +LicenseUrl: https://www.soulframe.com/participation-agreement +Copyright: Copyright (c) Digital Extremes Ltd +CopyrightUrl: https://www.soulframe.com/participation-agreement +ShortDescription: Soulframe is a free-to-play MMORPG video game developed and published by Digital Extremes. +# Description: +Moniker: soulframe +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.yaml b/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.yaml new file mode 100644 index 0000000000000..b5f0c95b5110b --- /dev/null +++ b/manifests/d/DigitalExtremes/Soulframe/1.0/DigitalExtremes.Soulframe.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS0.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DigitalExtremes.Soulframe +PackageVersion: "1.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.installer.yaml b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.installer.yaml index c42203644df87..51cefbd915692 100644 --- a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.installer.yaml +++ b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Jan/14 +# Automatically updated by the winget bot at 2025/Feb/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DigitalExtremes.Warframe @@ -20,6 +20,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://content.warframe.com/dl/Warframe.msi - InstallerSha256: F3FF4FD6B9379631063A6E08F528BD5CA704CFBC1AC24406D121A5BF430C11A5 + InstallerSha256: 72609552498F47DE04A7254FFA778B8FA7889FA3B7825F9AA40CA68D2E6095E8 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.locale.en-US.yaml b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.locale.en-US.yaml index 58dc21810ae54..6521288bb380c 100644 --- a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.locale.en-US.yaml +++ b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Jan/14 +# Automatically updated by the winget bot at 2025/Feb/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DigitalExtremes.Warframe diff --git a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.yaml b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.yaml index d04717187a5f9..02d15224dd205 100644 --- a/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.yaml +++ b/manifests/d/DigitalExtremes/Warframe/1.0.0/DigitalExtremes.Warframe.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Jan/14 +# Automatically updated by the winget bot at 2025/Feb/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DigitalExtremes.Warframe diff --git a/manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.installer.yaml b/manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.installer.yaml similarity index 77% rename from manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.installer.yaml rename to manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.installer.yaml index b516c94c6df36..fda6dac8a1600 100644 --- a/manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.installer.yaml +++ b/manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Digola.InstaMonitr -PackageVersion: "18" +PackageVersion: "18.1" InstallerType: inno Scope: user UpgradeBehavior: install @@ -10,6 +10,6 @@ ProductCode: '{B50A8495-3054-4C5A-BC4A-FE538A1D9D5C}_is1' Installers: - Architecture: x86 InstallerUrl: https://digola.com/InstaMonitr-Free.exe - InstallerSha256: A7FE9247F7BE71DE2AA53484AD06A22BA6D5FF365F2B52580745A787C9E45173 + InstallerSha256: 0B7DAE15C8F226A29333DFD5716B9DAAADCB5A4F32E6C8D30ECDD340439D70B2 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.locale.en-US.yaml b/manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.locale.en-US.yaml similarity index 97% rename from manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.locale.en-US.yaml rename to manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.locale.en-US.yaml index 2353f83e15c25..e5b3963bddacb 100644 --- a/manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.locale.en-US.yaml +++ b/manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Digola.InstaMonitr -PackageVersion: "18" +PackageVersion: "18.1" PackageLocale: en-US Publisher: Digola PublisherUrl: https://digola.com/ diff --git a/manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.locale.zh-CN.yaml b/manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.locale.zh-CN.yaml similarity index 97% rename from manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.locale.zh-CN.yaml rename to manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.locale.zh-CN.yaml index b579a29ce5e1f..8dde17c8e1722 100644 --- a/manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.locale.zh-CN.yaml +++ b/manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.locale.zh-CN.yaml @@ -1,26 +1,26 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Digola.InstaMonitr -PackageVersion: "18" -PackageLocale: zh-CN -Publisher: Digola -PublisherUrl: https://digola.com/ -PackageName: InstaMonitr -PackageUrl: https://digola.com/instamonitr.html -License: 专有软件 -Copyright: © 2023 Digola -ShortDescription: 通过各种新功能和选项增强标准 Windows 屏幕复制或扩展功能。 -Description: |- - InstaMonitr 通过各种新功能和新选项增强了标准的 Windows 屏幕复制或扩展功能,使其成为管理大屏幕投影的终极工具。有了 InstaMonitr,你可以轻松显示桌面的任何部分,添加滚动文本,管理窗口,显示剪贴板中的图形。该软件配备了两个图形编辑器。无论您是在商务会议、大会、研讨会还是讲座上进行演示,InstaMonitr 都是管理您的内容并使其对听众更具吸引力和互动性的完美工具。 - 软件旨在管理并将电脑屏幕上的内容投射到辅助屏幕上,如投影仪屏幕、电视或任何其他显示器。 - InstaMonitor 的所有功能均可免费试用 21 天。试用期过后,有些功能将无法使用,除非用户决定购买许可证。尽管功能有限,InstaMonitor 仍然是在辅助屏幕上管理和投影内容的有用而有效的解决方案。 -Tags: -- 屏幕 -- 显示 -- 显示器 -- 桌面 -- 窗口 -PurchaseUrl: https://digola.com/page8.html -ManifestType: locale -ManifestVersion: 1.9.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Digola.InstaMonitr +PackageVersion: "18.1" +PackageLocale: zh-CN +Publisher: Digola +PublisherUrl: https://digola.com/ +PackageName: InstaMonitr +PackageUrl: https://digola.com/instamonitr.html +License: 专有软件 +Copyright: © 2023 Digola +ShortDescription: 通过各种新功能和选项增强标准 Windows 屏幕复制或扩展功能。 +Description: |- + InstaMonitr 通过各种新功能和新选项增强了标准的 Windows 屏幕复制或扩展功能,使其成为管理大屏幕投影的终极工具。有了 InstaMonitr,你可以轻松显示桌面的任何部分,添加滚动文本,管理窗口,显示剪贴板中的图形。该软件配备了两个图形编辑器。无论您是在商务会议、大会、研讨会还是讲座上进行演示,InstaMonitr 都是管理您的内容并使其对听众更具吸引力和互动性的完美工具。 + 软件旨在管理并将电脑屏幕上的内容投射到辅助屏幕上,如投影仪屏幕、电视或任何其他显示器。 + InstaMonitor 的所有功能均可免费试用 21 天。试用期过后,有些功能将无法使用,除非用户决定购买许可证。尽管功能有限,InstaMonitor 仍然是在辅助屏幕上管理和投影内容的有用而有效的解决方案。 +Tags: +- 屏幕 +- 显示 +- 显示器 +- 桌面 +- 窗口 +PurchaseUrl: https://digola.com/page8.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.yaml b/manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.yaml similarity index 88% rename from manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.yaml rename to manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.yaml index e7e91a2a4ee42..75e77583ff93d 100644 --- a/manifests/d/Digola/InstaMonitr/18/Digola.InstaMonitr.yaml +++ b/manifests/d/Digola/InstaMonitr/18.1/Digola.InstaMonitr.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Digola.InstaMonitr -PackageVersion: "18" +PackageVersion: "18.1" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.installer.yaml b/manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.installer.yaml deleted file mode 100644 index a74c8d6d0af16..0000000000000 --- a/manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: DimisAIO.DindeGDPS -PackageVersion: 2024.12.27.1 -InstallerType: exe -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive -ReleaseDate: 2024-08-12 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn-dinde.141412.xyz/DindeGDPS.exe - InstallerSha256: 0F7516BD03676E03171632BC5162B76C10CAE788360504B3EB47F81E8F85F773 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.yaml b/manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.yaml deleted file mode 100644 index a5f74c3abcc4c..0000000000000 --- a/manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: DimisAIO.DindeGDPS -PackageVersion: 2024.12.27.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.installer.yaml b/manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.installer.yaml new file mode 100644 index 0000000000000..e7748ffd18ff8 --- /dev/null +++ b/manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2025/Feb/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DimisAIO.DindeGDPS +PackageVersion: 2025.02.02 +InstallerType: exe +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +ReleaseDate: 2024-08-12 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn-dinde.141412.xyz/DindeGDPS.exe + InstallerSha256: 5777BD545E67474D2773F219F3E5B0FCF2644BD3377E8CCDE8F8FF5E87EB00F6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.locale.en-US.yaml b/manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.locale.en-US.yaml similarity index 82% rename from manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.locale.en-US.yaml rename to manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.locale.en-US.yaml index 2f5692ec5ff89..e7eb5cf89b4b4 100644 --- a/manifests/d/DimisAIO/DindeGDPS/2024.12.27.1/DimisAIO.DindeGDPS.locale.en-US.yaml +++ b/manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Dec/27 +# Automatically updated by the winget bot at 2025/Feb/04 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: DimisAIO.DindeGDPS -PackageVersion: 2024.12.27.1 +PackageVersion: 2025.02.02 PackageLocale: en-US Publisher: DimisAIO PackageName: DindeGDPS diff --git a/manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.yaml b/manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.yaml new file mode 100644 index 0000000000000..02e1120171d3a --- /dev/null +++ b/manifests/d/DimisAIO/DindeGDPS/2025.02.02/DimisAIO.DindeGDPS.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DimisAIO.DindeGDPS +PackageVersion: 2025.02.02 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..7c45ed3f4cccb --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9181 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://stable.dl2.discordapp.net/distro/app/stable/win/x64/1.0.9181/DiscordSetup.exe + InstallerSha256: 3A42F9402A01A9AEF8F1A35A369ACEF71B50A1ACB0CD4BFA034DF1FA947381B9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..4d2f7f5276384 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9181 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..d82c1c6834312 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9181 +PackageLocale: pt-BR +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +PurchaseUrl: https://discord.com/nitro +Documentations: +- DocumentLabel: Support +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..65c44a625e08f --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9181 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.yaml new file mode 100644 index 0000000000000..6b0b78689d337 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9181/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9181 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..78a09cdd138d9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.541 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.541/DiscordCanarySetup.exe + InstallerSha256: DB4B67B6370FE9284EDAE0C8A7152F34F3736FEDD84D05850342BABABF8AAF30 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d3b29a3a5e538 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.541 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d6881c3000e30 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.541 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..a530f8a0cacce --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.541/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.541 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..f3a3b1acac946 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.542 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.542/DiscordCanarySetup.exe + InstallerSha256: 6975138F1C7B076A98C81FA76EEF98E6CF17B507D31430D73E9D2ECCD06A6985 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..429c052a32ded --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.542 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..824090b2f65d6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.542 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..309e54265eb1f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.542/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.542 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..ae0fe732c92e5 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.543 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.543/DiscordCanarySetup.exe + InstallerSha256: 6E80036778BB4482A55658B94A3370BD8D775D16463370986604D6E88F0B8F92 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..6cf3fcebc347b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.543 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..269aadd4a01f0 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.543 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..be186bfd0c873 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.543/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.543 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..6aeffa13a8001 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.544 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.544/DiscordCanarySetup.exe + InstallerSha256: F343D0E494EF5E9C13CC6DD9C18F14416481798DF6E74E401E63AB9245FD6422 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..f369749ce5391 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.544 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..12d40150329f7 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.544 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..acbe3ef3484e1 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.544/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.544 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..113c2404c4f5d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.545 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.545/DiscordCanarySetup.exe + InstallerSha256: E8A7E9F028CE3824BC18CBC6508989A3E1536B046F0410B044807124FFDD4E1D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..a74f3c3e42141 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.545 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..712f903c3fea6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.545 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..5a0889a4152d7 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.545/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.545 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..429d6d34b4067 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.546 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.546/DiscordCanarySetup.exe + InstallerSha256: 324822A160352B7E5E47CDFE86D00D4AAC92F187E640538ABA60D313145D68C3 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..655b6aa96b99e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.546 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..adc99bd031dab --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.546 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..c2cf5e8e1ef34 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.546/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.546 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..1d74d6415dcac --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.547 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.547/DiscordCanarySetup.exe + InstallerSha256: 497AD1410E8FDD4C442983A927DDD938F8AC6279F26F071C0328DAD36FF47A24 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..28c470b4bc278 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.547 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4293fbb55af1b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.547 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..5f49032379839 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.547/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.547 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..ac5ccf56481c1 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1129 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ProductCode: DiscordPTB +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://ptb.dl2.discordapp.net/distro/app/ptb/win/x64/1.0.1129/DiscordPTBSetup.exe + InstallerSha256: EC83D2B891E62A3A7037B35CED212A2A27B53B614641E12713B4E52626A57652 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..50c7af5a19b2e --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1129 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8019a47c7fb7 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1129 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..a8af007c3b350 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1129/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1129 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.installer.yaml b/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.installer.yaml new file mode 100644 index 0000000000000..7c0ec11493eb0 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1130 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +ProductCode: DiscordPTB +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://ptb.dl2.discordapp.net/distro/app/ptb/win/x64/1.0.1130/DiscordPTBSetup.exe + InstallerSha256: CFE5970BA1457B84D8BB64A51F1CB531F9796160082E8C54572324524D2DCDC2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.locale.en-US.yaml b/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.locale.en-US.yaml new file mode 100644 index 0000000000000..a8ba60f72479d --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1130 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-ptb +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.locale.zh-CN.yaml b/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6b6d9762f0311 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1130 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord PTB +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2024 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.yaml b/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.yaml new file mode 100644 index 0000000000000..35efa1e7650b9 --- /dev/null +++ b/manifests/d/Discord/Discord/PTB/1.0.1130/Discord.Discord.PTB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Discord.Discord.PTB +PackageVersion: 1.0.1130 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.installer.yaml new file mode 100644 index 0000000000000..9936561769d9d --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.38.0 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install +ReleaseDate: 2025-01-30 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/181591/Docker%20Desktop%20Installer.exe + InstallerSha256: 19162592CA2998303BC75C3387057A17F07E29E4692B12C52F284E569F44BD74 +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/arm64/181591/Docker%20Desktop%20Installer.exe + InstallerSha256: A0E6BB6ADB3DF2BB48C2E3A734AEF31A46CFF0FBB097DCE3A60570F2D96FCBFA +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..19e9a02374ce8 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.38.0 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: Copyright © 2015-2024 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. +Description: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- develop +- virtualization +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.locale.zh-CN.yaml b/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d23d1847082fa --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.38.0 +PackageLocale: zh-CN +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: 专有软件 +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: 版权所有 © 2015-2024 Docker Inc. 保留所有权利。 +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop 是一款适用于 macOS 和 Windows 设备的应用程序,用于构建和共享容器化应用程序。 +Description: Docker Desktop 是一款适用于 macOS 和 Windows 设备的应用程序,用于构建和共享容器化应用程序。访问 Docker Desktop 并按照指导入门,几分钟内就能构建你的第一个容器化应用程序。 +Tags: +- 容器 +- 容器化 +- 开发 +- 虚拟化 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.yaml new file mode 100644 index 0000000000000..bd2087ca3228f --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.38.0/Docker.DockerDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.38.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.installer.yaml index ff3b7bbfd5c36..c916092bb548d 100644 --- a/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.installer.yaml @@ -1,11 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Automatically updated by the winget bot at 2021/Jun/30 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Doist.Todoist PackageVersion: 1.0.0 +InstallerType: nullsoft Installers: - Architecture: neutral - InstallerType: nullsoft InstallerUrl: https://electron-dl.todoist.com/windows/Todoist-1.0.0.exe InstallerSha256: F5A94C16DDBF4A1F1089E2CC8A8B03244318F4E707E6C20E03F570050A4E2EB1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.locale.en-US.yaml index 41856b868fb84..f0e2778eb57b7 100644 --- a/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.locale.en-US.yaml @@ -1,11 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Automatically updated by the winget bot at 2021/Jun/30 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Doist.Todoist PackageVersion: 1.0.0 PackageLocale: en-US Publisher: Doist +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Todoist +# PackageUrl: License: Copyright © 2021 Doist +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.yaml index d2a72a66adcba..27575feba93f1 100644 --- a/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/1.0.0/Doist.Todoist.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Automatically updated by the winget bot at 2021/Jun/30 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Doist.Todoist PackageVersion: 1.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.installer.yaml index a139c63d5a17f..8667545b2f604 100644 --- a/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.3 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://electron-dl.todoist.com/windows/Todoist-1.0.3.exe InstallerSha256: C7A18F2B36F3B48EA167F05E645B69B354A99C2FE55216A725182F08547BEF9B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.locale.en-US.yaml index a3af73d6f2756..33d1f714bec74 100644 --- a/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.3 PackageLocale: en-US Publisher: Doist -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Todoist -# PackageUrl: +# PackageUrl: License: Copyright © 2021 Doist -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.yaml index 372d88232dff3..81edeef641006 100644 --- a/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/1.0.3/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.installer.yaml index 8102f3567829e..e9cf7e1b00872 100644 --- a/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-22581-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.7 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://electron-dl.todoist.com/windows/Todoist-1.0.7.exe InstallerSha256: B731713F1B0C244391B68DE09E6EC20BBAA1F1F71FA5D543E02A1DC9ABFC16E5 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.locale.en-US.yaml index d126f9948ec9d..a26b233436d06 100644 --- a/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-22581-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.7 PackageLocale: en-US Publisher: Doist -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Todoist -# PackageUrl: +# PackageUrl: License: Proprietary -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.yaml index de33e536447c9..93fd23ae93954 100644 --- a/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/1.0.7/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-22581-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.installer.yaml index 08a5f3e41e83c..4d545840572c3 100644 --- a/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.8 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://electron-dl.todoist.com/windows/Todoist-1.0.8.exe InstallerSha256: 91AB3241F2EC82C1A9498FB40254BB5D90CF613623A09FAE6F19F875E6300B51 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.locale.en-US.yaml index f31d5ca3fb2f1..8f76c1af1e284 100644 --- a/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.8 @@ -19,11 +19,10 @@ ShortDescription: Todoist is the world's number 1 to-do list & task manager to o # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.yaml index f723d54eff074..a96be4a930882 100644 --- a/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/1.0.8/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 1.0.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.installer.yaml index dd9fed29020d7..510e25b2208e8 100644 --- a/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 8.12.1 @@ -9,4 +9,4 @@ Installers: InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-8.12.1.exe InstallerSha256: 06BF3DF5FC32E8411FEF255693B99B27211C83D668D90973EAECAEF977D5488D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.locale.en-US.yaml index 6234029fb7231..029006cfd0e7d 100644 --- a/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.locale.en-US.yaml @@ -1,16 +1,31 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 8.12.1 PackageLocale: en-US Publisher: Doist +# PublisherUrl: PublisherSupportUrl: https://todoist.com/help +# PrivacyUrl: +# Author: PackageName: Todoist +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: |- Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.yaml index dad4af3945593..63c67feace928 100644 --- a/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/8.12.1/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 8.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.installer.yaml index 56d55a141f221..f5c91beb2f4ee 100644 --- a/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.10 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 02B7537872EEA51FB6093395DC1287F158E78BF234F87E78752A32D517FC391C ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.locale.en-US.yaml index a1df604b02f46..57287acdb059d 100644 --- a/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.10 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.locale.zh-CN.yaml index 9eaa034913885..2ec729e0759ff 100644 --- a/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.10 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.yaml index b25e951350828..360d20029c2b4 100644 --- a/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.1.10/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.installer.yaml index b1273a73b17f0..143871ebf9850 100644 --- a/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.11 @@ -21,4 +21,4 @@ Installers: InstallerSha256: E1187E0E5D57DE64E5F528ECB29671EEC777A9CD7A649D9C6F996F42AB5B79DD ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.locale.en-US.yaml index 8721e9d81b563..1562d68e5d1e1 100644 --- a/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.11 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.locale.zh-CN.yaml index 0824fd2a3f15c..bdc03c73fd04a 100644 --- a/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.11 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.yaml index e2aee05ec9c95..02cbbca059f97 100644 --- a/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.1.11/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.installer.yaml index 232eb68cb26ff..812b1d95870bc 100644 --- a/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.12 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 96A735D46718BA4C9921FB5741E1765E9E0273DE8E891BAB6AF1C335F0059EA0 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.locale.en-US.yaml index 5cb017ee98bbe..2aa82e68a9561 100644 --- a/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.12 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.locale.zh-CN.yaml index 172b5f33609e0..ea322a59a7b7b 100644 --- a/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.12 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.yaml index c008e1b5caeb5..d7cb4376eebfd 100644 --- a/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.1.12/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.installer.yaml index 8b240cc066ded..92cd0454b7495 100644 --- a/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.4 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft Scope: user InstallerSwitches: Upgrade: --updated @@ -21,4 +21,4 @@ Installers: InstallerSha256: 70E6192A82D2300B748B7DFC705EEE308E724098E65D2E25CA8262113BFAD461 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.locale.en-US.yaml index 0689eadeda9fc..8e67a37d133ef 100644 --- a/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.4 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.locale.zh-CN.yaml index 2ae6fd0422825..e28779ee2a66c 100644 --- a/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.4 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.yaml index 4e889a1b41172..54ac3fc2d14d2 100644 --- a/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.1.4/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.installer.yaml index 8a904e5c4d59d..f22da4f775261 100644 --- a/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.7 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 9FAC2E76C128AB5C3912DCBADA2CBE8D9C28C8FB0D2D7A706498113423FB9E07 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.locale.en-US.yaml index 6df42ae71a565..c5ab4422e2377 100644 --- a/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.7 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.locale.zh-CN.yaml index a24caaacf3d38..3e39c9623128a 100644 --- a/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.7 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.yaml index dbb04c6ca01db..eda2e463572e0 100644 --- a/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.1.7/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.installer.yaml index 462e72ccb6c2d..ddef48b0a2138 100644 --- a/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.8 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 47900A13535078AE17337B3C2CE6B088136DDD8ACE0FCDEB802AB82B21EEFCA5 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.locale.en-US.yaml index 1136390a821a3..451da3d1e6dce 100644 --- a/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.8 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.locale.zh-CN.yaml index 454e7b77fc891..941eb8bd234ac 100644 --- a/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.8 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.yaml index 7f1c71a7e147e..e6b4b53c71ae1 100644 --- a/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.1.8/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.installer.yaml index d3bc69e2133c9..e91aee164ba48 100644 --- a/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.9 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 1717BC8E03FA448C3FD5F497F2D9D0450A2331BAC7FAA2612AEE4D7034EAFE7A ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.locale.en-US.yaml index 53866b6ec9033..d2572a9a01c20 100644 --- a/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.9 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.locale.zh-CN.yaml index 8f76a0cb5beea..4ecda8a167dcf 100644 --- a/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.9 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.yaml index 03c7dfa467f4e..71d371056cec2 100644 --- a/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.1.9/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.1.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.installer.yaml new file mode 100644 index 0000000000000..ecdccfb655b4f --- /dev/null +++ b/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.10.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: packageInUse +UpgradeBehavior: install +Protocols: +- todoist +ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.10.0-x64-latest.exe + InstallerSha256: FE69A14036ED833754D727C88A7B0C19A1E4FA1D63D0814DC3911DC8895433E9 +- Architecture: arm64 + InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.10.0-arm64-latest.exe + InstallerSha256: 3D57236FA90D55B5CC4159028733D08E281BFEF9BF509186C38A1E47E5680714 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.locale.en-US.yaml new file mode 100644 index 0000000000000..8344f59f14b86 --- /dev/null +++ b/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.10.0 +PackageLocale: en-US +Publisher: Doist +PublisherUrl: https://doist.com/ +PublisherSupportUrl: https://todoist.com/help +PrivacyUrl: https://doist.com/privacy +Author: Doist Inc. +PackageName: Todoist +PackageUrl: https://todoist.com/ +License: Proprietary +LicenseUrl: https://doist.com/terms-of-service +Copyright: Copyright © 2024 Doist +ShortDescription: 'Become focused, organized, and calm with Todoist. The world’s #1 task manager and to-do list app.' +Description: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +Tags: +- agenda +- calendar +- checklist +- collaborate +- collaboration +- gtd +- list +- schedule +- task +- to-do +- todo +ReleaseNotesUrl: https://todoist.com/help/articles/whats-new +PurchaseUrl: https://todoist.com/pricing +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f87995d54783 --- /dev/null +++ b/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.10.0 +PackageLocale: zh-CN +Publisher: Doist +PublisherUrl: https://doist.com/ +PublisherSupportUrl: https://todoist.com/zh-CN/help +PrivacyUrl: https://doist.com/privacy +Author: Doist Inc. +PackageName: Todoist +PackageUrl: https://todoist.com/zh-CN/ +License: 专有软件 +LicenseUrl: https://doist.com/terms-of-service +Copyright: Copyright © 2024 Doist +ShortDescription: 让 Todoist 帮助您变得专注、冷静、有条理。世界第一的任务管理器和待办事项应用。 +Description: Todoist 是世界上排名第一的待办事项和任务管理器,能让您的生活和工作井井有条。无论您身在何处,使用何种设备,都能将任务从脑海中移至 Todoist,从而保持冷静并有条理。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 议程 +ReleaseNotesUrl: https://todoist.com/zh-CN/help/articles/whats-new +PurchaseUrl: https://todoist.com/zh-CN/pricing +Documentations: +- DocumentLabel: 入门说明 + DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.yaml new file mode 100644 index 0000000000000..d7100cb73679e --- /dev/null +++ b/manifests/d/Doist/Todoist/9.10.0/Doist.Todoist.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Doist.Todoist +PackageVersion: 9.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.installer.yaml index 7e43909dc5795..eaba6765d838b 100644 --- a/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.2.1 @@ -21,4 +21,4 @@ Installers: InstallerSha256: DEC79067381059CC42E82EE3674AC7FFA85D78B2330A5B4DB5F2275B61F2AB26 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.locale.en-US.yaml index 99b418b411631..3c6a9064ad39b 100644 --- a/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.2.1 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.locale.zh-CN.yaml index fcaf1f14a0ff3..98fa5f89e1d80 100644 --- a/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.2.1 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.yaml index 6c7d31aa64067..810f00d224a69 100644 --- a/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.2.1/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.installer.yaml index f74f893346bbb..1f50b53cdcb42 100644 --- a/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.2.2 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 69B1AEA8861C3867B174E3C97EFA41626E91023F9F7F35542B3E64D530793119 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.locale.en-US.yaml index c8a71deae9d9f..dcea8de199efe 100644 --- a/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.2.2 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.locale.zh-CN.yaml index 5687b0ba0f967..74e8c08081b95 100644 --- a/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.2.2 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.yaml index 612829d0fa1ca..dac4c04b30f5a 100644 --- a/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.2.2/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.installer.yaml index dd498ea6a6aa5..aa84202e2280e 100644 --- a/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 657582512A3710CFB512DA6E19E339212867324E11FE93E5D8356C7FBFFDCF84 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.locale.en-US.yaml index 550814d7092b0..c2d1fd76f959c 100644 --- a/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.0 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.locale.zh-CN.yaml index 018caa819fff3..362c3b6298a5a 100644 --- a/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.0 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.yaml index c4f580efdd15f..e88490e255e5e 100644 --- a/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.3.0/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.installer.yaml index 34993592b1b26..35ef374faae04 100644 --- a/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.1 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 0158AD21A22469BEB463EC155F12527992ED4F1A809F146AA88D2C1816D99F38 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.locale.en-US.yaml index a5a307ce68348..001f9eb0e8159 100644 --- a/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.1 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.locale.zh-CN.yaml index 875c94e3abe9c..a3229f2f30c26 100644 --- a/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.1 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.yaml index 770c16b2fd519..16143c42f0564 100644 --- a/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.3.1/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.installer.yaml index 8bfd26fed97f0..f962870f51a3d 100644 --- a/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.2 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 7AED89CF67276862A34C26740AC6C76FCF232747608A8ED6BB1EA4620F7BDAA7 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.locale.en-US.yaml index d3df74a7b24dc..744b8a252d569 100644 --- a/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.2 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.locale.zh-CN.yaml index 17622bbb12750..047f801d18098 100644 --- a/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.2 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.yaml index c26a17a8a0794..990a3c2f194f5 100644 --- a/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.3.2/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.installer.yaml index cbaee7859628c..7aab3ad65c21c 100644 --- a/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.3 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 00EAFF33BC8BAE5AC7EEDA5B0FA6F191CFBD8C02478D727405691944F9CED37A ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.locale.en-US.yaml index 9d8959cefa017..6a6a3910c259f 100644 --- a/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.3 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.locale.zh-CN.yaml index 34a1fc55a85b7..d7fdc60d925e3 100644 --- a/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.3 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.yaml index df41ba4a688cd..47d2d92f4f556 100644 --- a/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.3.3/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.installer.yaml index 1611c096841e0..44c44975e3f75 100644 --- a/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.4.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 7DC23E72D3F8598FCE6D0054E8E86D67AE3989B99F7AC49460368EC20AB97360 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.locale.en-US.yaml index d8c6b95be6679..4aa47170342f1 100644 --- a/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.4.0 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.locale.zh-CN.yaml index 9c367f487eb65..59ccd7f14eefd 100644 --- a/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.4.0 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.yaml index 0870cdbba2105..47fe1296615ea 100644 --- a/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.4.0/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.installer.yaml index 400391214e552..e634272fccd21 100644 --- a/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.5.3 @@ -21,4 +21,4 @@ Installers: InstallerSha256: F5FEBC0269EAC27F63075FB147E6F29DD7D1BA4383688BAFD925D2D8BE878517 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.locale.en-US.yaml index b1272a5841937..5ecaf0d1273ef 100644 --- a/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.5.3 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.locale.zh-CN.yaml index e6c43ef82c540..25a892c2ab7ad 100644 --- a/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.5.3 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.yaml index 96636173edd6f..6503d190099f8 100644 --- a/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.5.3/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.installer.yaml index f237cf5a20bb8..d88270211c757 100644 --- a/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: B489EF09B43A2762399404400721345C6FCA3A9345656770635BA73E70ED49C0 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.locale.en-US.yaml index 2204bb32afd37..c55641e6b4364 100644 --- a/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.0 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.locale.zh-CN.yaml index 0a6da37d46c7d..6dd0d843107c6 100644 --- a/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.0 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.yaml index 63efb61fa98c5..2299020f6a7a1 100644 --- a/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.6.0/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.installer.yaml index 6e90ceb152588..e48b98bf04d13 100644 --- a/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.1 @@ -21,4 +21,4 @@ Installers: InstallerSha256: DAF1BF8473E7205DC75920A93FAF1EA311B65F2F5F94119A6C5DDA48AD75151D ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.locale.en-US.yaml index 1f5b157c3f400..2a291e20161ed 100644 --- a/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.1 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.locale.zh-CN.yaml index 645b64da67412..f7223bb508696 100644 --- a/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.1 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.yaml index a1d7c55d9fd26..2176283142b4b 100644 --- a/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.6.1/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.installer.yaml index 7024edb5e0fa9..a17de762eac9b 100644 --- a/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.2 @@ -21,4 +21,4 @@ Installers: InstallerSha256: CCEB7613CF74D7453BA827655AFE3F8EECE2FB30F12BA38D633434F561D3D97C ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.locale.en-US.yaml index 32b4842cc69de..79859356298c7 100644 --- a/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.2 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.locale.zh-CN.yaml index c652225b28060..ed3eff01aeea5 100644 --- a/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.2 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.yaml index 30189a04c3b43..9de44d50bd02f 100644 --- a/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.6.2/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.installer.yaml index 8488e5ca88c45..a95eab2678a78 100644 --- a/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.3 @@ -21,4 +21,4 @@ Installers: InstallerSha256: B56515ADE784968695AF5370FC185C8B398136A162781B56EC5CF2D3702D04F1 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.locale.en-US.yaml index 82a2a144a3893..49a382eb2c532 100644 --- a/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.3 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.locale.zh-CN.yaml index 8311fcf1881dc..629f17d46520d 100644 --- a/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.3 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.yaml index d2016b0472ab4..ae7f481a09536 100644 --- a/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.6.3/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.6.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.installer.yaml index 1b3c4623baacf..97df87447e7a7 100644 --- a/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 156963BAB7BB10BEB3F5F9876FB6F854D1E43E367FE6CF214C4936E9AAB764BE ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.locale.en-US.yaml index 368cf241584b6..d067157b0fea6 100644 --- a/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.0 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.locale.zh-CN.yaml index 73623913b4df8..4757fed5c9e16 100644 --- a/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.0 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.yaml index db697177099b9..a2c898dcd3911 100644 --- a/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.7.0/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.installer.yaml index 0056924d39d33..275aca7d2b73d 100644 --- a/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.1 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 348709866632F0DBB29EF9B72690D56B75427B37DFD4F1DD7F1CA56799EBB854 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.locale.en-US.yaml index 37b5368a54338..b6e69ede28e9e 100644 --- a/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.1 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.locale.zh-CN.yaml index 6f56c8745db90..e1c05393b3a42 100644 --- a/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.1 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.yaml index 68f401998711b..b871c1237653f 100644 --- a/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.7.1/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.installer.yaml index cab5449bb8088..8470d6483f83c 100644 --- a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.2 @@ -7,12 +7,12 @@ InstallerType: nullsoft Scope: user InstallerSwitches: Upgrade: --updated +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: packageInUse UpgradeBehavior: install Protocols: - todoist -ExpectedReturnCodes: - - InstallerReturnCode: 2 - ReturnResponse: packageInUse ReleaseDate: 2024-07-23 Installers: - Architecture: x64 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 792D1B9D288B91161D2ED92780528479ACE80971DDB26ED611CEC617E70EB6DC ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.en-US.yaml index ae0f568c1ab69..b67788645a3bc 100644 --- a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.2 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.zh-CN.yaml index 2a63cc5819192..e5ddfb1f51cd0 100644 --- a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.2 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.yaml index 9a4dd1b1e92ce..daa1f019c3e85 100644 --- a/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.7.2/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.installer.yaml index 685c04bdc546b..e6a8979c4892d 100644 --- a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.4 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 81C5D58140990570396C58E25B68A7A32C5CF84081F742352C8C1CF6547DF6FB ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.en-US.yaml index 8cab6cc54ed3a..894e191343435 100644 --- a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.4 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.zh-CN.yaml index ac8b9ca2c8406..0feb6adf1f0c2 100644 --- a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.4 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.yaml index 0e717247b3a7a..99f79bf2b83b2 100644 --- a/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.7.4/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.installer.yaml index 4307763fb713c..c0b03f1f4b3aa 100644 --- a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.5 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 1FF817E49474CE2C2329AF6895D17978C27B8C41F1136A68878A5A6F684828D9 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.en-US.yaml index d7aabefc48dde..5babd9284f0d9 100644 --- a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.5 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.zh-CN.yaml index 29c6dace58d11..635c504310036 100644 --- a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.5 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.yaml index b83c0fe7daa0a..f7a727d3b6df3 100644 --- a/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.7.5/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.installer.yaml index 9522826f59027..ccff1a839ccca 100644 --- a/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.6 @@ -24,4 +24,4 @@ Installers: InstallerSha256: D106FCC7E754FC2C85B4BFE3B288A6E740A21D541DEA603F9DC353FEB2CA2C7E ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.locale.en-US.yaml index 328864ba7fade..5a8b0efb2930d 100644 --- a/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.6 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.locale.zh-CN.yaml index 5d342e9ed4099..63b2bd94a9449 100644 --- a/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.6 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.yaml index 4f6a24d7d6f16..5e9b9a01e657c 100644 --- a/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.7.6/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.installer.yaml index 7d22c97857021..9920df9ced4e4 100644 --- a/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.7 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 76969F791A0EDA6E8B9BB6FEDC7B8F3ECE0181BC95A437E3A67830F24AF6BCB8 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.locale.en-US.yaml index cc5cca7c699fc..9ee578c00b40d 100644 --- a/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.7 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.locale.zh-CN.yaml index b260c364bf022..913c9f92e60dc 100644 --- a/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.7 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.yaml index 391e98aa6dbe8..83e81bf801c22 100644 --- a/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.7.7/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.7.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.installer.yaml index 400f7c0108549..b6b60530c0215 100644 --- a/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.8.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: B35F767E1C3F7CF8966E59E4E8FD36952FDDE43039CE70775E6B677D4ECF1AC6 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.locale.en-US.yaml index 0ac94d8f9409e..594bed02d411c 100644 --- a/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.8.0 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.locale.zh-CN.yaml index aebd324d926a6..0fcf8ce97c970 100644 --- a/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.8.0 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.yaml index 351a4de34f86f..8fd641d8490b8 100644 --- a/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.8.0/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.installer.yaml index 8c221017727e3..e7cce24bedb57 100644 --- a/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.8.1 @@ -24,4 +24,4 @@ Installers: InstallerSha256: F498E1E2BC69F69C17E377C76F16C5D55C6750D210388C4A45154EDF17E32CBB ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.locale.en-US.yaml index 0d04b26c83061..3c52084f5546d 100644 --- a/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.8.1 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.locale.zh-CN.yaml index be4fbef9e2eb2..a9ce9f0e2bc84 100644 --- a/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.8.1 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.yaml index 0638fcdcb9d81..56a4027a820e3 100644 --- a/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.8.1/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.installer.yaml index f62a9a5b227ce..9f7a629915d9c 100644 --- a/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: C1D0D99A4992E8E3CBF6169340A8DA8327F7845F45B26BE48DA082DD62A07607 ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.locale.en-US.yaml index 7ffb719fd7c07..bb83b10cbf8a5 100644 --- a/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.0 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.locale.zh-CN.yaml index bd4423a567318..a51063b55313d 100644 --- a/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.0 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.yaml index 49697a00a95ba..0cd43d93f3dc8 100644 --- a/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.9.0/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.installer.yaml index 0f18eecc85f82..6aa34cc945a72 100644 --- a/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.3 @@ -24,4 +24,4 @@ Installers: InstallerSha256: E7CC5B79853294F83101B0EF804DC289BF91ABF9F5C161C54E723757685E0A4B ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.locale.en-US.yaml index 5e3c30a1b69e2..a404b6efb66c0 100644 --- a/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.3 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.locale.zh-CN.yaml index 4b580116ab5d8..82796b2c000bb 100644 --- a/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.3 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.yaml index 52be44c704351..92a65d3195a8a 100644 --- a/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.9.3/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.installer.yaml index c46e045ecd042..410220490f1cd 100644 --- a/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.4 @@ -13,14 +13,15 @@ ExpectedReturnCodes: UpgradeBehavior: install Protocols: - todoist -ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ReleaseDate: 2024-11-27 Installers: - Architecture: x64 InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.9.4-x64-latest.exe InstallerSha256: 7A1BA15C0EACAF565EE6652F41C413C4AB53386696466EB220ADCD6FF83EC3E7 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a - Architecture: arm64 InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.9.4-arm64-latest.exe InstallerSha256: BAC57FEFBB1F239BF80238F989366C15968E253CF56D47BA09C990DA183DAF17 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.locale.en-US.yaml index b86a15d754f6f..8da9468c4aa61 100644 --- a/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.4 @@ -14,8 +14,10 @@ PackageUrl: https://todoist.com/ License: Proprietary LicenseUrl: https://doist.com/terms-of-service Copyright: Copyright © 2024 Doist +# CopyrightUrl: ShortDescription: 'Become focused, organized, and calm with Todoist. The world’s #1 task manager and to-do list app.' Description: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Moniker: Tags: - agenda - calendar @@ -28,10 +30,12 @@ Tags: - task - to-do - todo +# ReleaseNotes: ReleaseNotesUrl: https://todoist.com/help/articles/whats-new PurchaseUrl: https://todoist.com/pricing +# InstallationNotes: Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.locale.zh-CN.yaml index f5cb066a116aa..dc7395c6abd5d 100644 --- a/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.4 @@ -14,8 +14,10 @@ PackageUrl: https://todoist.com/zh-CN/ License: 专有软件 LicenseUrl: https://doist.com/terms-of-service Copyright: Copyright © 2024 Doist +# CopyrightUrl: ShortDescription: 让 Todoist 帮助您变得专注、冷静、有条理。世界第一的任务管理器和待办事项应用。 Description: Todoist 是世界上排名第一的待办事项和任务管理器,能让您的生活和工作井井有条。无论您身在何处,使用何种设备,都能将任务从脑海中移至 Todoist,从而保持冷静并有条理。 +# Moniker: Tags: - 任务 - 列表 @@ -30,10 +32,12 @@ Tags: - 时间管理 - 清单 - 议程 +# ReleaseNotes: ReleaseNotesUrl: https://todoist.com/zh-CN/help/articles/whats-new PurchaseUrl: https://todoist.com/zh-CN/pricing +# InstallationNotes: Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.yaml index 2d3e67184a9c7..3e33c17df2915 100644 --- a/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.9.4/Doist.Todoist.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist PackageVersion: 9.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.installer.yaml index 8107021da4018..ec7dd1ace9d8a 100644 --- a/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -13,14 +13,15 @@ ExpectedReturnCodes: UpgradeBehavior: install Protocols: - todoist -ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ReleaseDate: 2024-12-10 Installers: - Architecture: x64 InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.9.5-x64-latest.exe InstallerSha256: 5D8B8C0AB96E876CC6D07BBD3947A710B9C9EC5655E24281315330C9B6335069 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a - Architecture: arm64 InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.9.5-arm64-latest.exe InstallerSha256: 843D50892E2624A5FE103B092FEFF99CBBE1D3B407DD80CA9976F69129A5F62A + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.locale.en-US.yaml index 32a5275cd481d..43147a4d96af8 100644 --- a/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -14,8 +14,10 @@ PackageUrl: https://todoist.com/ License: Proprietary LicenseUrl: https://doist.com/terms-of-service Copyright: Copyright © 2024 Doist +# CopyrightUrl: ShortDescription: 'Become focused, organized, and calm with Todoist. The world’s #1 task manager and to-do list app.' Description: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Moniker: Tags: - agenda - calendar @@ -28,8 +30,10 @@ Tags: - task - to-do - todo +# ReleaseNotes: ReleaseNotesUrl: https://todoist.com/help/articles/whats-new PurchaseUrl: https://todoist.com/pricing +# InstallationNotes: Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR diff --git a/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.locale.zh-CN.yaml index f4ffe2cea60a4..4da2234e1b062 100644 --- a/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -14,8 +14,10 @@ PackageUrl: https://todoist.com/zh-CN/ License: 专有软件 LicenseUrl: https://doist.com/terms-of-service Copyright: Copyright © 2024 Doist +# CopyrightUrl: ShortDescription: 让 Todoist 帮助您变得专注、冷静、有条理。世界第一的任务管理器和待办事项应用。 Description: Todoist 是世界上排名第一的待办事项和任务管理器,能让您的生活和工作井井有条。无论您身在何处,使用何种设备,都能将任务从脑海中移至 Todoist,从而保持冷静并有条理。 +# Moniker: Tags: - 任务 - 列表 @@ -30,8 +32,10 @@ Tags: - 时间管理 - 清单 - 议程 +# ReleaseNotes: ReleaseNotesUrl: https://todoist.com/zh-CN/help/articles/whats-new PurchaseUrl: https://todoist.com/zh-CN/pricing +# InstallationNotes: Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR diff --git a/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.yaml index ef77c5246bf6f..625a99518f3a9 100644 --- a/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.9.5/Doist.Todoist.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist diff --git a/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.installer.yaml index 9e82a53dee73e..0a5e18828b33b 100644 --- a/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -13,14 +13,15 @@ ExpectedReturnCodes: UpgradeBehavior: install Protocols: - todoist -ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ReleaseDate: 2025-01-07 Installers: - Architecture: x64 InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.9.6-x64-latest.exe InstallerSha256: F560FC37984AD26CFFF981E815CB537863DC807125C1112DB97CAA6412DB2843 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a - Architecture: arm64 InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.9.6-arm64-latest.exe InstallerSha256: 7CBD63A7FBA42259506811E791409D37545192629D6FF026888AEB4DF59AC0A3 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.locale.en-US.yaml index 96bf03a40f799..67fb824102beb 100644 --- a/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -14,8 +14,10 @@ PackageUrl: https://todoist.com/ License: Proprietary LicenseUrl: https://doist.com/terms-of-service Copyright: Copyright © 2024 Doist +# CopyrightUrl: ShortDescription: 'Become focused, organized, and calm with Todoist. The world’s #1 task manager and to-do list app.' Description: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Moniker: Tags: - agenda - calendar @@ -28,8 +30,10 @@ Tags: - task - to-do - todo +# ReleaseNotes: ReleaseNotesUrl: https://todoist.com/help/articles/whats-new PurchaseUrl: https://todoist.com/pricing +# InstallationNotes: Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR diff --git a/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.locale.zh-CN.yaml index b7db1e76c37cf..399573863e0e7 100644 --- a/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -14,8 +14,10 @@ PackageUrl: https://todoist.com/zh-CN/ License: 专有软件 LicenseUrl: https://doist.com/terms-of-service Copyright: Copyright © 2024 Doist +# CopyrightUrl: ShortDescription: 让 Todoist 帮助您变得专注、冷静、有条理。世界第一的任务管理器和待办事项应用。 Description: Todoist 是世界上排名第一的待办事项和任务管理器,能让您的生活和工作井井有条。无论您身在何处,使用何种设备,都能将任务从脑海中移至 Todoist,从而保持冷静并有条理。 +# Moniker: Tags: - 任务 - 列表 @@ -30,8 +32,10 @@ Tags: - 时间管理 - 清单 - 议程 +# ReleaseNotes: ReleaseNotesUrl: https://todoist.com/zh-CN/help/articles/whats-new PurchaseUrl: https://todoist.com/zh-CN/pricing +# InstallationNotes: Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR diff --git a/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.yaml index 8e67dc60de578..a8ceb8307deba 100644 --- a/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.9.6/Doist.Todoist.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist diff --git a/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.installer.yaml b/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.installer.yaml index 10cc376e0f8ee..1de6fbcf27e8b 100644 --- a/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.installer.yaml +++ b/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -13,14 +13,15 @@ ExpectedReturnCodes: UpgradeBehavior: install Protocols: - todoist -ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ReleaseDate: 2025-01-13 Installers: - Architecture: x64 InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.9.7-x64-latest.exe InstallerSha256: 3E4F2757FBAB2395177AA8DDA293DA88EAE4DB2A90903E15D3218428C42E8DAD + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a - Architecture: arm64 InstallerUrl: https://electron-dl.todoist.net/windows/Todoist-win32-9.9.7-arm64-latest.exe InstallerSha256: 6C0291EA71320F8759BB59E41BE843EC858F4925F90156EA523638CBCA9B3560 + ProductCode: 046cc9a8-e645-5367-8486-409093e0b69a ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.locale.en-US.yaml b/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.locale.en-US.yaml index 9eea2e295e6a6..22effc9090b8d 100644 --- a/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.locale.en-US.yaml +++ b/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -14,8 +14,10 @@ PackageUrl: https://todoist.com/ License: Proprietary LicenseUrl: https://doist.com/terms-of-service Copyright: Copyright © 2024 Doist +# CopyrightUrl: ShortDescription: 'Become focused, organized, and calm with Todoist. The world’s #1 task manager and to-do list app.' Description: Todoist is the world's number 1 to-do list & task manager to organise your life and work. Regain clarity and calmness by getting tasks out of your head and into Todoist, no matter where you are or what device you use. +# Moniker: Tags: - agenda - calendar @@ -28,8 +30,10 @@ Tags: - task - to-do - todo +# ReleaseNotes: ReleaseNotesUrl: https://todoist.com/help/articles/whats-new PurchaseUrl: https://todoist.com/pricing +# InstallationNotes: Documentations: - DocumentLabel: Getting Started DocumentUrl: https://todoist.com/help/articles/get-started-with-todoist-OgNNJR diff --git a/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.locale.zh-CN.yaml b/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.locale.zh-CN.yaml index 528c136666992..f03c1cd5fac46 100644 --- a/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.locale.zh-CN.yaml +++ b/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Doist.Todoist @@ -14,8 +14,10 @@ PackageUrl: https://todoist.com/zh-CN/ License: 专有软件 LicenseUrl: https://doist.com/terms-of-service Copyright: Copyright © 2024 Doist +# CopyrightUrl: ShortDescription: 让 Todoist 帮助您变得专注、冷静、有条理。世界第一的任务管理器和待办事项应用。 Description: Todoist 是世界上排名第一的待办事项和任务管理器,能让您的生活和工作井井有条。无论您身在何处,使用何种设备,都能将任务从脑海中移至 Todoist,从而保持冷静并有条理。 +# Moniker: Tags: - 任务 - 列表 @@ -30,8 +32,10 @@ Tags: - 时间管理 - 清单 - 议程 +# ReleaseNotes: ReleaseNotesUrl: https://todoist.com/zh-CN/help/articles/whats-new PurchaseUrl: https://todoist.com/zh-CN/pricing +# InstallationNotes: Documentations: - DocumentLabel: 入门说明 DocumentUrl: https://todoist.com/zh-CN/help/articles/get-started-with-todoist-OgNNJR diff --git a/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.yaml b/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.yaml index 69ba433d6b21e..70196e74d5a02 100644 --- a/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.yaml +++ b/manifests/d/Doist/Todoist/9.9.7/Doist.Todoist.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Doist.Todoist diff --git a/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..e8d88a9e21fb4 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.49.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{D5CF7FE3-B79B-4C19-9706-1FAC8CFFD7D2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.49.0/dolt-windows-amd64.msi + InstallerSha256: 2C7BEDAF16D292C1158344A04AAC081FB862436619D3FAC2B9F732CC857D0916 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-05 diff --git a/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..c0df9464eb52d --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.49.0 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ReleaseNotesUrl: https://github.com/dolthub/dolt/releases/tag/v1.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..5540e21db1577 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.49.0/DoltHub.Dolt.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DoltHub.Dolt +PackageVersion: 1.49.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.installer.yaml index 0943487c8f455..898c9dec3f0e6 100644 --- a/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.installer.yaml @@ -1,20 +1,19 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.4.8.5 +InstallerLocale: zh-CN MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install Protocols: - dypcclient Installers: -- InstallerLocale: zh-CN - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20210809134650323/DouyuLive_8.4.8.5_Server_1.1.1.4.exe InstallerSha256: CE4871A69AA6A492E4E63F98B1EA0728064B97A08D02B2EB7133B3A1CFCFE521 - ProductCode: '斗鱼直播' - UpgradeBehavior: install + ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.locale.en-US.yaml index 1333d1ed0f4ea..b4c1ae227a4b0 100644 --- a/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.4.8.5 @@ -8,15 +8,21 @@ Publisher: 武汉斗鱼网络科技有限公司 PublisherUrl: https://www.douyu.com PublisherSupportUrl: https://kefu.douyu.com PrivacyUrl: https://www.douyu.com/cms/ptgz/202008/06/16154.shtml -#Author: +# Author: PackageName: 斗鱼直播 PackageUrl: https://www.douyu.com/client License: Freeware LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2020武汉斗鱼网络科技有限公司 -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Ultra HD game live video entertainment platform -Moniker: douyulive +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.locale.zh-CN.yaml index ad263e17dce3d..54449002e9b56 100644 --- a/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.4.8.5 @@ -8,14 +8,21 @@ Publisher: 武汉斗鱼网络科技有限公司 PublisherUrl: https://www.douyu.com PublisherSupportUrl: https://kefu.douyu.com PrivacyUrl: https://www.douyu.com/cms/ptgz/202008/06/16154.shtml -#Author: +# Author: PackageName: 斗鱼直播 PackageUrl: https://www.douyu.com/client License: Freeware LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2020武汉斗鱼网络科技有限公司 -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.yaml index cb1e57e4beff7..82f5ab37d3dfc 100644 --- a/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.4.8.5/Douyu.DouyuLive.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.4.8.5 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.installer.yaml index be1bfb83374e9..827b33e12f3d0 100644 --- a/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.installer.yaml @@ -1,19 +1,18 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.4.9.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install Protocols: - dypcclient Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20210902175338158/DouyuLive_8.4.9.1_Server_1.1.1.4.exe InstallerSha256: 5CA860661E5B52551D2BBB21461749FA3050A863DB22474D38EBC7C01033A22B - ProductCode: '斗鱼直播' - UpgradeBehavior: install + ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.locale.en-US.yaml index 0d13ae2170e3a..2831f3f2e716c 100644 --- a/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.4.9.1 @@ -14,10 +14,15 @@ PackageUrl: https://www.douyu.com/client License: Freeware LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2020 武汉斗鱼网络科技有限公司 -#CopyrightUrl: +# CopyrightUrl: ShortDescription: A live broadcasting platform for game and entertainment -#Description: -Moniker: douyulive +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.locale.zh-CN.yaml index 01c3db0dede9e..347795313db17 100644 --- a/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.4.9.1 @@ -14,9 +14,15 @@ PackageUrl: https://www.douyu.com/client License: 免费软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2020 武汉斗鱼网络科技有限公司 -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -#Description: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.yaml index 21cc0cd2aa0b3..7607133faa599 100644 --- a/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.4.9.1/Douyu.DouyuLive.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.4.9.1 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.installer.yaml index 9fc752e44d03e..d572607e1f639 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.installer.yaml @@ -1,19 +1,18 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.0.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install Protocols: - dypcclient Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20210929170804666/DouyuLive_8.5.0.1_Server_1.1.1.4.exe InstallerSha256: 108EDB0776B56E96A03126472E8E92BA572631EB8C2451EA5582859082B2D6ED - ProductCode: '斗鱼直播' - UpgradeBehavior: install + ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.locale.en-US.yaml index 3ddac0f439484..4d60c8559fbb1 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.0.1 @@ -14,15 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Freeware LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2020 武汉斗鱼网络科技有限公司 -#CopyrightUrl: +# CopyrightUrl: ShortDescription: A live broadcasting platform for game and entertainment -#Description: +# Description: Moniker: douyu Tags: -- live - broadcast - douyu +- live - 斗鱼直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.locale.zh-CN.yaml index f22f177012387..b3694fbe5a12e 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.0.1 @@ -14,13 +14,18 @@ PackageUrl: https://www.douyu.com/client License: 免费软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2020 武汉斗鱼网络科技有限公司 -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -#Description: +# Description: +# Moniker: Tags: -- 直播 -- 斗鱼 - douyu +- 斗鱼 +- 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.yaml index 7b894a9ab337c..c54ed67248e98 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.0.1/Douyu.DouyuLive.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.installer.yaml index 0697581a26f8a..1140f23888d2a 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.1.1 @@ -9,10 +9,10 @@ Scope: machine UpgradeBehavior: install Protocols: - dypcclient -ProductCode: 斗鱼直播 Installers: - Architecture: x86 InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/2021111119464577/DouyuLive_8.5.1.1_Server_1.1.1.4.exe InstallerSha256: FAD8CAC2F07D123194A320CF1E863F07A4300CC4F0B0AD465854933D5EA13E1E + ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.locale.en-US.yaml index 1c1683cef6234..c17bb7f1a64f9 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.1.1 @@ -14,13 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2021 武汉斗鱼网络科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A live streaming platform for game and entertainment -# Description: +# Description: +# Moniker: Tags: +- douyu - live - streaming -- Douyu - 斗鱼直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.locale.zh-CN.yaml index 7291e2dce4661..68cf601f777ed 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.1.1 @@ -14,12 +14,18 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2021 武汉斗鱼网络科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: +# Description: +# Moniker: Tags: -- 直播 +- douyu - 斗鱼 -- Douyu +- 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.yaml index d9ddcc7cb5f6b..8503deff2bfa7 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.1.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.installer.yaml index 80b1f5f3ff10c..f2eb4f4f3e7b0 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.2.2 @@ -16,4 +16,4 @@ Installers: InstallerSha256: 784C664C12A225E6097EA274E7476329DD02CC8AB9DA64004E6EDC47824F2083 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.locale.en-US.yaml index 648e7d5a616cb..951887d39d45a 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.2.2 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2021 武汉斗鱼网络科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A live streaming platform for game and entertainment -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- douyu - live - streaming -- Douyu - 斗鱼直播 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.locale.zh-CN.yaml index b0c7514f2af94..d74409c0662b4 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.2.2 @@ -14,21 +14,23 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: 版权信息 (c) 2014-2021 武汉斗鱼网络科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- 直播 +- douyu - 斗鱼 -- Douyu -# Agreements: +- 直播 ReleaseNotes: |- 1、【新增】直播间弹幕梗玩法 2、【新增】首页“猜你喜欢”增加“不感兴趣” 3、【新增】语音直播间支持进房欢迎 4、【优化】调整搜索、直播间标题 5、【优化】修复弹幕连接失败问题 -# ReleaseNotesUrl: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.yaml index 41334912f94e0..32183061a8075 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.2.2/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.installer.yaml index cd371c1f43715..d5e8303fa0f03 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.3.1 @@ -16,4 +16,4 @@ Installers: InstallerSha256: 5FF7D34DDB45B658A9328DE5EC6E4800F4E01C461EC08FB0FA02070467E7D649 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.locale.en-US.yaml index e5dc17742f1f4..fbbf5a95e0655 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.3.1 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2021 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- douyu - live - streaming -- Douyu - 斗鱼直播 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.locale.zh-CN.yaml index e24ec6fa5f2d3..4eed1ecb14053 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.3.1 @@ -14,19 +14,21 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2021 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- 直播 +- douyu - 斗鱼 -- Douyu -# Agreements: +- 直播 ReleaseNotes: |- 1、【新增】部分游戏直播间支持群聊 2、【优化】陪玩订单提醒 3、【优化】修复小运营商网络下的弹幕连接问题 -# ReleaseNotesUrl: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.yaml index ab12318135ec7..99352507f2351 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.3.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.installer.yaml index 33fcd4794bb14..795cf580d9b29 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.4.1 @@ -16,4 +16,4 @@ Installers: InstallerSha256: B72835F6E8592F86A26837DC7FA635A744D831D90FD7EABB3026ECB35DB95B77 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.locale.en-US.yaml index 79a5e44327614..4920a305fcd20 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.4.1 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming -# Description: -# Moniker: +# Description: +# Moniker: Tags: - live -- streaming -- livestreaming - live-streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- livestreaming +- streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.locale.zh-CN.yaml index b7015f994a269..e9e8e176044b8 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.4.1 @@ -14,16 +14,18 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - 直播 -# Agreements: ReleaseNotes: |- 1、【新增】直播间支持主播 3v3 连麦 pk 2、【优化】优化性能,降低直播间延迟 -# ReleaseNotesUrl: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.yaml index 3597057eab0db..7fb75cf2a5c19 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.4.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.installer.yaml index 696227c873e2b..609749bdfc329 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.5.1 @@ -16,4 +16,4 @@ Installers: InstallerSha256: 0CB298A964BB8978013209D956124EF73F1F35E742893E902D0EEF020AE330AD ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.locale.en-US.yaml index 515eecc2c88dd..47f12a8dc7387 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.5.1 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming -# Description: -# Moniker: +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.locale.zh-CN.yaml index f6be1bd7ae3ff..ca5f5a6b91eb4 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.5.1 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - 直播 -# Agreements: ReleaseNotes: |- 1、【新增】分区列表支持“一起看”标签显示 2、【优化】语音直播间体验优化 3、【优化】直播间 PK 条展示优化 -# ReleaseNotesUrl: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.yaml index d431b7d4bddbd..beaa24280239c 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.5.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.installer.yaml index 4ae2889a4ccbb..bd20145f52c03 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.5.3 @@ -16,4 +16,4 @@ Installers: InstallerSha256: 2987F94ACE5E92B2C2FED751C0B03F7DCF33EBFB1B7D1F7FF7118F10C6D80792 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.locale.en-US.yaml index 0ac7ec5fe0169..d74cb304acc7f 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.5.3 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming -# Description: -# Moniker: +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.locale.zh-CN.yaml index 641136aef3b07..29c654bccfe8c 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.5.3 @@ -14,15 +14,16 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - 直播 -# Agreements: -ReleaseNotes: |- - 1、修复了若干已知问题 -# ReleaseNotesUrl: +ReleaseNotes: 1、修复了若干已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.yaml index aea292737e7f4..26f7d5956545a 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.5.3/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.installer.yaml index b4d23df4b7230..2b384cf2b542a 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.6.1 @@ -16,4 +16,4 @@ Installers: InstallerSha256: 95E81EA53425E54397A840756E7932D7BD4BE96BB676A4F68EC88C94127B9C77 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.locale.en-US.yaml index 58daddab94397..4de204cadabe0 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.6.1 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming -# Description: -# Moniker: +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.locale.zh-CN.yaml index 966a5c9a3977f..c3eea49795488 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.6.1 @@ -14,16 +14,18 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - 直播 -# Agreements: ReleaseNotes: |- 1. 【新增】钻粉可以体验主播专属表情包 2. 【优化】直播间清晰度无缝切换 -# ReleaseNotesUrl: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.yaml index cef9e1c5ec4d9..a7e35ef669b71 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.6.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.installer.yaml index f94778c1d22cd..21f5bf69a2fea 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.6.2 @@ -16,4 +16,4 @@ Installers: InstallerSha256: 4166B9F897D6C8D76166E7F00F3CBF102211414930C03C2ECFEE18310CF4C54A ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.locale.en-US.yaml index d9bf4c86375fe..f602ae5afb033 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.6.2 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming -# Description: -# Moniker: +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.locale.zh-CN.yaml index 72dc382234ece..8f41a6eb31939 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.6.2 @@ -14,15 +14,16 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - 直播 -# Agreements: -ReleaseNotes: |- - 1. 优化部分功能体验,修复已知问题 -# ReleaseNotesUrl: +ReleaseNotes: 1. 优化部分功能体验,修复已知问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.yaml index 4d1e8b024f5cb..580fefc51efbf 100644 --- a/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.5.6.2/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.5.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.installer.yaml index e7b7b56d4b8d1..f86b639fbbd24 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.10 @@ -15,4 +15,4 @@ Installers: InstallerSha256: CB79D0FF17D0B77F96B0F4EE59F31C743166A4A79001ADACF7965AF5BB4BEA61 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.locale.en-US.yaml index cfbc7b97a4f30..48c9f05fdf168 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.10 @@ -23,11 +23,10 @@ Tags: - live-streaming - livestreaming - streaming -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.locale.zh-CN.yaml index 376decab662de..44addcd48f954 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.10 @@ -20,12 +20,10 @@ ShortDescription: 超高清游戏直播视频娱乐平台 # Moniker: Tags: - 直播 -# Agreements: -ReleaseNotes: |- - 1. 优化用户体验 +ReleaseNotes: 1. 优化用户体验 # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.yaml index 87b5a9a56d6a1..91447aeb1489e 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.10/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.installer.yaml index 31029a9a3cedb..b211fe49cf64c 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-2-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.11 @@ -15,4 +15,4 @@ Installers: InstallerSha256: D59E767F8F8FADBC6B360BF86D04DFB915C93CEA6D1B7277EDA31CACA8CD48A2 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.locale.en-US.yaml index 9fc0f2f550a63..6b4d9591e534c 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-2-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.11 @@ -23,11 +23,10 @@ Tags: - live-streaming - livestreaming - streaming -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.locale.zh-CN.yaml index 76465ffa0caa5..e738861b5c004 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-2-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.11 @@ -20,12 +20,10 @@ ShortDescription: 超高清游戏直播视频娱乐平台 # Moniker: Tags: - 直播 -# Agreements: -ReleaseNotes: |- - 1. 优化用户体验 +ReleaseNotes: 1. 优化用户体验 # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.yaml index 35262fef6a530..c1a9be3990e80 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.11/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-2-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.installer.yaml index 8c52ccdc93eab..d4b8e2fd512eb 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.2 @@ -16,4 +16,4 @@ Installers: InstallerSha256: 0BC478991B79D47D98EB4292D977B13C63F1C40D570C56C9885BA9FF7E66628B ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.locale.en-US.yaml index 7229eb4d868ae..0f235be6d0296 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.2 @@ -14,17 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming -# Description: -# Moniker: +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.locale.zh-CN.yaml index 5108b07c6f052..717876309cf9b 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.2 @@ -14,15 +14,16 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - 直播 -# Agreements: -ReleaseNotes: |- - 1. 优化用户体验 -# ReleaseNotesUrl: +ReleaseNotes: 1. 优化用户体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.yaml index 32e5f7cf50998..3e9d36ae1fd79 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.2/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.installer.yaml index ef0ebc888ed92..398cde8560278 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.5 @@ -16,4 +16,4 @@ Installers: InstallerSha256: A09473E54E6B9A21E425D2F9EB106BEAE789708876139366495CA961403652F4 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.locale.en-US.yaml index 1e9527b4c7d56..cec87836a9920 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.5 @@ -14,20 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming -# Description: -# Moniker: +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.locale.zh-CN.yaml index c29bd2270d86c..35314ae98e50d 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.5 @@ -14,18 +14,16 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2022 武汉斗鱼网络科技有限公司. All Rights Reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - 直播 -# Agreements: -ReleaseNotes: |- - 1. 优化用户体验 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +ReleaseNotes: 1. 优化用户体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.yaml index 3b3ffd660e428..0d4ecb6577c27 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.0.5/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.installer.yaml index 194204c9db0ed..d78b768ada34c 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.1.1 @@ -15,4 +15,4 @@ Installers: InstallerSha256: EA9A240DCAFFC7B3D7097461092718D6761A36E71CFAAECBCAC398739D05BE43 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.locale.en-US.yaml index fd3a1d944086f..3c320cbfc23c4 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.1.1 @@ -23,11 +23,10 @@ Tags: - live-streaming - livestreaming - streaming -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.locale.zh-CN.yaml index 8db268f0c19a4..37af4bf8b9239 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.1.1 @@ -20,11 +20,10 @@ ShortDescription: 超高清游戏直播视频娱乐平台 # Moniker: Tags: - 直播 -# Agreements: ReleaseNotes: 1. 优化用户体验 # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.yaml index 067fbf094f41c..fcf95e2f814fe 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.1.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.installer.yaml index 1c7cc2c1fd0b7..43b775793e542 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.1.4 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 979790C948922D434967D30B3DE99051A88AA79325923C72D9628D2A05943849 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.locale.en-US.yaml index a3b0ebb45baf4..99bf405b455d2 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.1.4 @@ -23,7 +23,6 @@ Tags: - live-streaming - livestreaming - streaming -# Agreements: ReleaseNotes: |- 1. [New] Clicking the history button will open the history page. 2. [Optimization] Optimized the recommendation strategy of live streaming rooms on the home page. @@ -33,4 +32,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.locale.zh-CN.yaml index adb6cc2be860d..f0750e251096c 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.1.4 @@ -20,7 +20,6 @@ ShortDescription: 超高清游戏直播视频娱乐平台 # Moniker: Tags: - 直播 -# Agreements: ReleaseNotes: |- 1.【新增】点击历史按钮可打开历史页; 2.【优化】首页直播间推荐策略优化; @@ -30,4 +29,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.yaml index 6363b75fc9a08..796cad7c2e639 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.1.4/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.installer.yaml index 8913d957d0d82..2c8a4059045e6 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.2.0 @@ -15,4 +15,4 @@ Installers: InstallerSha256: F8959787FFE1B18780E072E6EDF2A2B2116C33A7F6BB45A86D4DE035C1727F9B ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.locale.en-US.yaml index 93b3ea8d8d5a0..6b68c35242526 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.2.0 @@ -23,11 +23,10 @@ Tags: - live-streaming - livestreaming - streaming -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.locale.zh-CN.yaml index 8acdc9b46fafa..49b67598ca4fc 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.2.0 @@ -20,11 +20,10 @@ ShortDescription: 超高清游戏直播视频娱乐平台 # Moniker: Tags: - 直播 -# Agreements: ReleaseNotes: 1. 优化用户体验 # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.yaml index f4cee2fb3f0f7..8aee0b3b6b5c6 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.2.0/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.installer.yaml index 18f9a3486891f..aac63fdaa1dc6 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.3.7 @@ -8,11 +8,11 @@ Scope: machine UpgradeBehavior: install Protocols: - dypcclient -ProductCode: 斗鱼直播 ReleaseDate: 2023-07-27 Installers: - Architecture: x86 InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20230727135407138/DouyuLive_8.6.3.7_Server_1.1.1.4.exe InstallerSha256: 06374B8940944B3C76C785AB3758156A50029AEB8965FACDAC3A7FA087F314B5 + ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.locale.en-US.yaml index 9571cb7816ce3..946856a52b795 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.3.7 @@ -14,11 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2023 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.locale.zh-CN.yaml index 60be840795553..c50df990db5b0 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.3.7 @@ -14,9 +14,16 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2023 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 +# Description: +# Moniker: Tags: - 直播 ReleaseNotes: 1. 优化用户体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.yaml index eeda452ba1e49..8af6f5dbd8ee1 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.3.7/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.3.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.installer.yaml index 838438a3ec9b6..9f4c5bcb37471 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.6.5 @@ -15,4 +15,4 @@ Installers: InstallerSha256: A27406CCCF245D45D61BA224FE5C9A72C7BA4850746D552419302EC62033E077 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.locale.en-US.yaml index bb23bae75b47c..8cdc95466b27b 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.6.5 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.locale.zh-CN.yaml index 31a79acb3040f..33204667c996f 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.6.5 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 优化用户体验 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.yaml index 9cfab196e3c00..6197282db3973 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.6.5/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.6.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.installer.yaml index 350df60e56033..aec11c24710a0 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.6.9 @@ -15,4 +15,4 @@ Installers: InstallerSha256: B5CD027A2D68CEAD8A8EBFF1178FAA04EA5B2080B446CE614F80E51D6849DC44 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.locale.en-US.yaml index 74b384dad8ee2..6b87ed98871f6 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.6.9 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.locale.zh-CN.yaml index af0ca7cf7926f..b9ffe40ba2eb2 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.6.9 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.yaml index 771d9597710a7..2312821148552 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.6.9/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.6.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.installer.yaml index 9c35b2b15586e..3017b501c219a 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.1 @@ -15,4 +15,4 @@ Installers: InstallerSha256: F2021899B94E427220722B992801F474215F8BFF6368EB446A2D981E41033073 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.locale.en-US.yaml index bdae4f0df2f1d..8db51ae8a781e 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.1 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.locale.zh-CN.yaml index 7bac8e294ad9c..0f4bcbf71e78b 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.1 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.yaml index 4cc29951ed8b6..e74582292e97f 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.installer.yaml index efdfb2e2f0522..dfec00fb224d8 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.2 @@ -15,4 +15,4 @@ Installers: InstallerSha256: B615FBA75BD24BC5B4440B1C724A9825D0C5AF769886F03EB2538A09AFCD1636 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.locale.en-US.yaml index 6d0d56aeb05dc..d4610c25d4bd1 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.2 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.locale.zh-CN.yaml index 482c1169ad4a9..23d44368a697d 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.2 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.yaml index 9674af55ba983..5c8f0453a519f 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.2/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-17.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.installer.yaml index 3b6a17662fcd1..7d57c09e9a943 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.3 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 550B62EA241BD0CFBDE09F126790CAA2362AF9B30D097E8580543B1E60EBB9C8 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.locale.en-US.yaml index 98e9c7634adb1..1e10a4c3f0454 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.3 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.locale.zh-CN.yaml index 5570491adb65f..ca04aeaf586a8 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.3 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.yaml index 4bf48d3039c5c..3dded9bc1e74e 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.8.3/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.8.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.installer.yaml index 56c16de0499f5..01895ac1e51ee 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.9.0 @@ -15,4 +15,4 @@ Installers: InstallerSha256: D5CB439D3B9EDAEFE3E4D4F2BF9C0A008EE9873145AE9E38633444510D6D6A5A ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.locale.en-US.yaml index 6d013f4fab6bb..e169b5c9feb06 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.9.0 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.locale.zh-CN.yaml index 4f062bf8cc688..91f82bea6b2f2 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.9.0 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.yaml index 05245f5fa5bd0..ebb76ae2a71c7 100644 --- a/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.6.9.0/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.6.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.installer.yaml index 559c581843d79..81008f00e980f 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.1.0 @@ -15,4 +15,4 @@ Installers: InstallerSha256: E6447FF9E09ABDA64426E18C651AF1650EF9A8FD2CA65EE7CA785C20FA1523DF ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.locale.en-US.yaml index 04c49b670385c..09edfa9be012e 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.1.0 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.locale.zh-CN.yaml index 960d222a2c971..20cfbf7f53212 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.1.0 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.yaml index 55609081a81a1..4726aad31d394 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.1.0/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.installer.yaml index c5bd3e9e0317b..dd347e34033bc 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.2.0 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 1A31997BCEBEEB0F2C3F5489C68026480938330D3F79227EA9CF65D7BB9C97B7 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.locale.en-US.yaml index 3a4694f6d72ba..447ad47ce5107 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.2.0 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.locale.zh-CN.yaml index 961a0a0d333a5..33af81211a640 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.2.0 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.yaml index 802919a3fdfe7..b576fb649a1c8 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.2.0/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.installer.yaml index 8a44838612f99..0650acaf9db1f 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.5.1 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 63ED7709D257FFB6D73760D6D8311604DD1C1996B720725ED75D9E674575B5DD ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.en-US.yaml index 5295ad122fe8d..71b72b625496e 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.5.1 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.zh-CN.yaml index bc8670866eb30..544ef1ed9c8d9 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.5.1 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.yaml index 863edf69624fc..dbd86a720aef0 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.5.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.installer.yaml index 38d48a683526c..42bd2842bf02e 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.6.1 @@ -9,10 +9,10 @@ UpgradeBehavior: install Protocols: - dypcclient ReleaseDate: 2024-08-28 -ProductCode: 斗鱼直播 Installers: - Architecture: x86 InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20240828135541338/DouyuLive_8.8.6.1_Server_1.1.1.4.exe InstallerSha256: 4DDC29B4758BEDCA7C41841FBA445EE268D517D1FC10BB8B2908BDB622560D59 + ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.en-US.yaml index b904a9e6f7681..fa679522c7ed4 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.6.1 @@ -14,11 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.zh-CN.yaml index 44721f8882f37..2d05ce356e9d6 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.6.1 @@ -14,9 +14,16 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 +# Description: +# Moniker: Tags: - 直播 ReleaseNotes: 1. 用户体验优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.yaml index e3dd838f07100..cbbcf0fd95cc7 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.6.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.installer.yaml index 74f38872c8e4d..f0f08e66033aa 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.7.0 @@ -8,10 +8,10 @@ Scope: machine UpgradeBehavior: install Protocols: - dypcclient -ProductCode: 斗鱼直播 Installers: - Architecture: x86 InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20240923111915788/DouyuLive_8.8.7.0_Server_1.1.1.4.exe InstallerSha256: 90FE9119FB7A550E45CBC0A6314DB664613A9ECA2293D7E212BA305BF21E6ED1 + ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.locale.en-US.yaml index 76b75163cf4f6..c72ad3a9d2061 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.7.0 @@ -14,11 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.locale.zh-CN.yaml index 6fcf607d50940..fd6b97a1d855e 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.7.0 @@ -14,9 +14,16 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 +# Description: +# Moniker: Tags: - 直播 ReleaseNotes: 1. 用户体验优化 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.yaml index 6adb4980fffa2..e9b5325ea64f8 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.7.0/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.installer.yaml index 237763b30d741..96ecbc896b721 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.7.1 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 267B20C80C8949D3C29A4350CFFE9689DD30AC06F907F3572118CB31D0F8BA97 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.locale.en-US.yaml index 0b53edc89d9aa..792c041577da8 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.7.1 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.locale.zh-CN.yaml index 5e31cadc27784..7bc09e941f3d9 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.7.1 @@ -26,4 +26,4 @@ ReleaseNotes: 1. 用户体验优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.yaml index 1b04dc661f65c..75971e027a4c7 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.7.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.installer.yaml index ac5624123a5d4..543aa994a8b30 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.8.1 @@ -15,4 +15,4 @@ Installers: InstallerSha256: D74BF6FE834A73BCCE06787FE0C4C457F45106D1D186F7C8EFC135C30A3E36A8 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.locale.en-US.yaml index 14c41a58cace6..e3b02b059463f 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.8.1 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.locale.zh-CN.yaml index 61a140987b482..9e607fd171aa8 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.8.1 @@ -28,4 +28,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.yaml index a497853a202c2..d28bc834e1e3d 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.8.1/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.installer.yaml index ac523268fbcc0..fc1486a63c775 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.8.2 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 9A31F760673EEF67B3EF025E686C718BD3565A155299E67BBA6359EB887968E2 ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.locale.en-US.yaml index 137f654c3d0f9..ae273357b57bb 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.8.2 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.locale.zh-CN.yaml index 2a2dff20ac5c6..70b563665b163 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.8.2 @@ -28,4 +28,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.yaml index c514f746d1627..7c14166956968 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.8.2/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.installer.yaml index 504a1644ccfc7..733b10b13ffe9 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.9.0 @@ -15,4 +15,4 @@ Installers: InstallerSha256: F988D8079BBE18DC6B8A7A1D9D5DEF3E926308F51AC7E872297C5446E0430B0D ProductCode: 斗鱼直播 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.locale.en-US.yaml index f55f3e2f5f0e0..57277de90b27b 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.9.0 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.locale.zh-CN.yaml index ec61b50015928..c10a1ed77c539 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.9.0 @@ -28,4 +28,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.yaml index d5b8f305fd6e2..db1916022b505 100644 --- a/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.8.9.0/Douyu.DouyuLive.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive PackageVersion: 8.8.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.installer.yaml b/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.installer.yaml index f46ab85133bfd..dff67c6570810 100644 --- a/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.installer.yaml +++ b/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive @@ -8,11 +8,11 @@ Scope: machine UpgradeBehavior: install Protocols: - dypcclient -ProductCode: 斗鱼直播 ReleaseDate: 2024-12-26 Installers: - Architecture: x86 InstallerUrl: https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20241226142517884/DouyuLive_8.9.0.0_Server_1.1.1.4.exe InstallerSha256: C1962561CB580984E24A061CB830208800CD83DECAC3754171D026A9FE597BD3 + ProductCode: 斗鱼直播 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.locale.en-US.yaml b/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.locale.en-US.yaml index 26c02bc953813..0f23b6854ef07 100644 --- a/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.locale.en-US.yaml +++ b/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive @@ -14,11 +14,19 @@ PackageUrl: https://www.douyu.com/client License: Proprietary LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: ShortDescription: A HD entertainment live streaming platform focusing on gaming +# Description: +# Moniker: Tags: - live - live-streaming - livestreaming - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.locale.zh-CN.yaml b/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.locale.zh-CN.yaml index f337f1384fb18..c593edaee25cd 100644 --- a/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.locale.zh-CN.yaml +++ b/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive @@ -14,11 +14,18 @@ PackageUrl: https://www.douyu.com/client License: 专有软件 LicenseUrl: https://www.douyu.com/cms/ptgz/202007/31/16102.shtml Copyright: Copyright (C) 2014-2024 武汉斗鱼网络科技有限公司. All Rights Reserved +# CopyrightUrl: ShortDescription: 超高清游戏直播视频娱乐平台 +# Description: +# Moniker: Tags: - 直播 ReleaseNotes: |- 1. 分区展示推荐活动或优秀主播 2. 优化直播列表体验 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.yaml b/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.yaml index 4b23a9b9bdab1..e964b39931b30 100644 --- a/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.yaml +++ b/manifests/d/Douyu/DouyuLive/8.9.0.0/Douyu.DouyuLive.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Douyu.DouyuLive diff --git a/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..f18caf77cebb0 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.3.4297 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20217.3.4297%20Offline%20Installer.x86.exe + InstallerSha256: FF669D75238C58B7732EAD7FECB9E0F1C170FBF4A53D0450C1A8C89EE39424B0 +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20217.3.4297%20Offline%20Installer.x64.exe + InstallerSha256: 3EA928D3B99A5A7AE6E57316133C05ED685FF7037B9D3C6C0256505A08B7372F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..7afb3983947c3 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.3.4297 +PackageLocale: en-US +Publisher: Dropbox, Inc. +PublisherUrl: https://www.dropbox.com +PublisherSupportUrl: https://help.dropbox.com +PrivacyUrl: https://www.dropbox.com/privacy +Author: Dropbox, Inc. +PackageName: Dropbox +PackageUrl: https://www.dropbox.com +License: Combined GPLv2 and proprietary software +LicenseUrl: https://www.dropbox.com/terms +Copyright: Copyright (c) Dropbox, Inc. +CopyrightUrl: https://www.dropbox.com/terms +ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. +Moniker: dropbox +Tags: +- cloud +- dropbox +- files +- online +- pictures +- storage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..4cdc8d6ac6295 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.3.4297/Dropbox.Dropbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.3.4297 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..5ba41951887b3 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.3.4374 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20217.3.4374%20Offline%20Installer.x86.exe + InstallerSha256: 02884F7BB52700D26BB2B22E4804031AD631F48533AC4EE01F6C8830EA67E7B3 +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20217.3.4374%20Offline%20Installer.x64.exe + InstallerSha256: 79F2E453C91A0EC5912D2672A9FDD35DF633F81C075CB0C92E68CD0B7A2D379F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..d95457f312384 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.3.4374 +PackageLocale: en-US +Publisher: Dropbox, Inc. +PublisherUrl: https://www.dropbox.com +PublisherSupportUrl: https://help.dropbox.com +PrivacyUrl: https://www.dropbox.com/privacy +Author: Dropbox, Inc. +PackageName: Dropbox +PackageUrl: https://www.dropbox.com +License: Combined GPLv2 and proprietary software +LicenseUrl: https://www.dropbox.com/terms +Copyright: Copyright (c) Dropbox, Inc. +CopyrightUrl: https://www.dropbox.com/terms +ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. +Moniker: dropbox +Tags: +- cloud +- dropbox +- files +- online +- pictures +- storage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..f6f147e4e47f1 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.3.4374/Dropbox.Dropbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.3.4374 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..25944b400305d --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.4.4417 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20217.4.4417%20Offline%20Installer.x86.exe + InstallerSha256: 2E49E0F48B36753F72C50DDC29F0137DA8A55B08A08CE6F8553D954FA60012C9 +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20217.4.4417%20Offline%20Installer.x64.exe + InstallerSha256: 10750F975EB7E15C37BB3AA9C91C9F2300CD61EF07347B008D7D682BCFC0A499 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..1b346d4694cc8 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.4.4417 +PackageLocale: en-US +Publisher: Dropbox, Inc. +PublisherUrl: https://www.dropbox.com +PublisherSupportUrl: https://help.dropbox.com +PrivacyUrl: https://www.dropbox.com/privacy +Author: Dropbox, Inc. +PackageName: Dropbox +PackageUrl: https://www.dropbox.com +License: Combined GPLv2 and proprietary software +LicenseUrl: https://www.dropbox.com/terms +Copyright: Copyright (c) Dropbox, Inc. +CopyrightUrl: https://www.dropbox.com/terms +ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. +Moniker: dropbox +Tags: +- cloud +- dropbox +- files +- online +- pictures +- storage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..7372e518a891f --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/217.4.4417/Dropbox.Dropbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 217.4.4417 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..11d03fcd884d2 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 218.3.4216 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20218.3.4216%20Offline%20Installer.x86.exe + InstallerSha256: D6170DC7F20024ADD550BFCBE41CFD9669B29F95A5C13AC302D87B0BBD2D5043 +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20218.3.4216%20Offline%20Installer.x64.exe + InstallerSha256: D041441C3FD0841D4A27699F4A77F74BDC7B1F9BC07DB771A68BD5F9CCE2AEA7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..fa5e170c287dd --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 218.3.4216 +PackageLocale: en-US +Publisher: Dropbox, Inc. +PublisherUrl: https://www.dropbox.com +PublisherSupportUrl: https://help.dropbox.com +PrivacyUrl: https://www.dropbox.com/privacy +Author: Dropbox, Inc. +PackageName: Dropbox +PackageUrl: https://www.dropbox.com +License: Combined GPLv2 and proprietary software +LicenseUrl: https://www.dropbox.com/terms +Copyright: Copyright (c) Dropbox, Inc. +CopyrightUrl: https://www.dropbox.com/terms +ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. +Moniker: dropbox +Tags: +- cloud +- dropbox +- files +- online +- pictures +- storage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..57b49ce10af00 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/218.3.4216/Dropbox.Dropbox.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Dropbox.Dropbox +PackageVersion: 218.3.4216 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.installer.yaml b/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.installer.yaml new file mode 100644 index 0000000000000..e03f2ba26eec2 --- /dev/null +++ b/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DuckDB.cli +PackageVersion: 1.2.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: duckdb.exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-windows-amd64.zip + InstallerSha256: 3F3194799C1F289FF570CEF9191168EA5D6743202D4445DD6D5EE669A8586435 +- Architecture: arm64 + InstallerUrl: https://github.com/duckdb/duckdb/releases/download/v1.2.0/duckdb_cli-windows-arm64.zip + InstallerSha256: F0AE6C1BF95DB9D8BA5BAA59145F64B64C26B9E20E19F76B8FB30F44CDFD1FFE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.locale.en-US.yaml b/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..4842f8cdf8756 --- /dev/null +++ b/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.locale.en-US.yaml @@ -0,0 +1,155 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DuckDB.cli +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: DuckDB +PublisherUrl: https://www.duckdb.org/ +PublisherSupportUrl: https://github.com/duckdb/duckdb/issues +Author: Stichting DuckDB Foundation +PackageName: DuckDB CLI +PackageUrl: https://github.com/duckdb/duckdb +License: MIT +LicenseUrl: https://github.com/duckdb/duckdb/blob/HEAD/LICENSE +Copyright: Copyright (c) Stichting DuckDB Foundation +CopyrightUrl: https://github.com/duckdb/duckdb/blob/master/LICENSE +ShortDescription: DuckDB is an in-process SQL OLAP Database Management System +Description: |- + DuckDB is a high-performance analytical database system. + It is designed to be fast, reliable and easy to use. + DuckDB provides a rich SQL dialect, with support far beyond basic SQL. +Moniker: duckdb-cli +Tags: +- analytics +- database +- embedded-database +- olap +- sql +ReleaseNotes: |- + This release of DuckDB is named "Histrionicus" after the good-looking Harlequin duck (Histrionicus Histrionicus) that inhabits "cold fast moving streams in North America, Greenland, Iceland and eastern Russia". + Please also refer to the announcement blog post: https://duckdb.org/2025/02/05/announcing-duckdb-120 + What's Changed + - Optimise division by a constant at runtime for integer division by @JAicewizard in #10348 + - Add cross join to Python Relational and PySpark API by @khalidmammadov in #13519 + - Fix #13805: throw a more descriptive error message when an on-disk file is referenced using a replacement scan for an unsupported file format by @Mytherin in #13871 + - Make sampling accept parameters at the parser/transformer layer by @Mytherin in #13903 + - Fix #13867: use 64-bit random numbers to generate random numbers for random() by @Mytherin in #13920 + - Fix #13769: when binding views, always first search in the schema that the view is defined in by @Mytherin in #13921 + - Rework table bindings to be components (catalog, schema, table) instead of flat strings by @Mytherin in #14017 + - Add auto-loadable extension settings to duckdb_config_count and duckdb_get_config_flag by @Mytherin in #14021 + - Fix #10961 - in the HAVING clause - in case of column name conflicts, bind to aliases instead of to ungrouped columns by @Mytherin in #14023 + - Enable filter pushdown through Logical Unnest by @Tmonster in #14008 + - Allow duplicate table aliases in the table binder by @Mytherin in #14035 + - Unify DESCRIBE [query] and DESCRIBE [table] by @Mytherin in #14039 + - Support qualified identifiers in the EXCLUDE clause by @Mytherin in #14043 + - Add SMALLER_BINARY flag to reduce binary size by @Mytherin in #14057 + - Smaller Binary: remove more templates from arg_min_max by @Mytherin in #14071 + - Unify entropy and mode aggregates - and skip specialized implementations for entropy with smaller binary by @Mytherin in #14080 + - [Python] Add set_default_connection to the duckdb module by @Tishj in #13442 + - Provide workaround for prefetching parquet files with incorrect page offsets by @samansmink in #13697 + - Move core_functions to a separate extension by @Mytherin in #14149 + - PySpark df.drop() to support expressions by @khalidmammadov in #14059 + - add some RealNest benchmarks by @hmeriann in #13345 + - feed table function into multifilereader initialization by @samansmink in #14112 + - [Dev] Fix an issue causing ExecuteTask to do much more work than intended by @Tishj in #14034 + - Overhaul Parquet dictionary handling by @hannes in #14194 + - [Feature] Allow passing the catalog (database name) to appender by @taniabogatsch in #13692 + - Add Taxi Dataset Benchmark by @pdet in #14197 + - Feature #3036: Window Spooling by @hawkfish in #14181 + - Small C Extension API changes by @samansmink in #13987 + - Add HTML and Graphviz support for explain analyze by @abramk in #13942 + - Fix #13064: offer more suggestions with same score by @Damon07 in #14048 + - New Algorithm to find a new line on parallel execution by @pdet in #14260 + - Making client context lock optional for relation binding by @pdet in #14093 + - [Feature] Allow passing the catalog during C API appender creation by @taniabogatsch in #14256 + - Make test random output ordered by @Damon07 in #14267 + - Skip test_window_distinct by @Mytherin in #14309 + - Taxi Benchmark by @pdet in #14301 + - Switch to shared pointer for multfilelists by @samansmink in #14291 + - Push #14298 to feature branch by @flashmouse in #14311 + - Implement PullUp Empty Results optimizer by @Tmonster in #13524 + - [Export/Import] Use the DependencyManager to (stable) sort the entries before export by @Tishj in #14196 + - Partitioning-Aware Aggregation and Partitioning-Aware Infrastructure by @Mytherin in #14329 + - Add df.unionByName to PySpark API by @khalidmammadov in #14063 + - Or filter pushdown into zone maps by @Tmonster in #14313 + - Get the current setting in the database file opener by @Mytherin in #14361 + - [Feature + Fix] Support ALTER TABLE tbl ALTER col TYPE USING and fix null handling in struct_insert by @taniabogatsch in #14359 + - [C API] Add table_description_create_ext and table_description_get_column_name by @taniabogatsch in #14285 + - Move _rtools platform to be equivalent to _mingw by @carlopi in #14368 + - Fix for accidental like skip in the CSV Buffer by @pdet in #14380 + - Table locks - always grab table locks through the transaction interface by @Mytherin in #14379 + - Implementing array_slice and [] for BLOB by @hannes in #14358 + - Rework settings handling and implement auto-generation for new ones by @Mytherin in #14383 + - Rework settings handling and implement auto-generation for new ones by @chrisiou in #14018 + - Arrow list buffer - suggest setting arrow_large_buffer_size to true when regular list buffer size is exceeded by @Mytherin in #14384 + - Fix incorrect merge conflict resolution in workflow file by @Mytherin in #14390 + - Update Parquet Thrift to latest version by @hannes in #14258 + - Reformat list functions by @c-herrewijn in #14372 + - Tidy Check to do complete run also on feature by @carlopi in #14394 + - [Python] Use an ArrowQueryResult in FetchArrowTable when possible. by @Tishj in #14319 + - Make mysql_scanner auto-loadable, and add mysql/postgres secrets by @Mytherin in #14392 + - Improvement the speed of table sample systems by @continue-revolution in #12631 + - Support defining column names in CTAS by @douenergy in #14327 + - Fix pointer indirection in pyrelation.cpp by @carlopi in #14403 + - Fix idx_t to int64_t implicit conversion flagged by clang-tidy by @carlopi in #14402 + - Storage: make ROW_GROUP_SIZE configurable by @Mytherin in #14406 + - [Dev] Update vendored ZSTD to v1.5.6 by @Tishj in #14360 + - Top-N: Rework to use heap of sort keys by @Mytherin in #14424 + - reformat string functions by @c-herrewijn in #14400 + - Prefix Aliases in SQL by @hannes in #14436 + - [Dev] Optimize ValidityMask when reading from a ColumnDataCollection by @Tishj in #14416 + - [Dev] Further optimize the CDC ValidityMask deserialization by @Tishj in #14448 + - Reformat date and map functions by @c-herrewijn in #14425 + - Reformat generic functions by @c-herrewijn in #14423 + - Push dynamically generated join filters through UNION, UNNEST and AGGREGATE by @Mytherin in #14453 + - Try auto-casting for mismatching data chunks in the Appender API by @taniabogatsch in #14433 + - Implement DELTA_BINARY_PACKED compression in Parquet writer by @lnkuiper in #14257 + - Eviction Queue Partitioning by @lnkuiper in #14375 + - Implement map_extract_first by @lnkuiper in #14175 + - RowGroup no longer lives in format namespace by @Mytherin in #14469 + - Convert the shell from C to C++ by @Mytherin in #14473 + - Fixing an issue with parquet dictionary reading by @hannes in #14438 + - Strip down unused/unsupported options from the CLI by @Mytherin in #14478 + - [PySpark] Add withColumns, withColumnsRenamed, cos, acos, any_value, approx_count_distinct and various array functions by @binste in #14347 + - CLI Code Cleanup: move all shell functions into the ShellState by @Mytherin in #14483 + - CLI Code Cleanup: Move rendering logic into separate Renderer classes by @Mytherin in #14485 + - Reformat compressed materialization functions by @c-herrewijn in #14470 + - Internal #3273: Shared Window Expressions by @hawkfish in #14450 + - CLI Code Cleanup: rework metadata commands in the shell by @Mytherin in #14503 + - CSV Parallel Reading Validation by @pdet in #14439 + - Avoid recompilations of duckdb when there are no actual changes by @carlopi in #14176 + - Add -safe mode to shell which disables external access, and remove SQLite UDFs from the shell by @Mytherin in #14509 + - [PySpark] Add functions covar_pop, covar_samp, call_functions, endswith, startswith, exp, factorial, log2, ln, degrees, radians, atan, atan2, tan, round, bround by @binste in #14454 + - Reformat arithmetic operators by @c-herrewijn in #14489 + - add attach with default tables by @samansmink in #14118 + - Add duckdb_param_logical_type by @Giorgi in #14515 + - Remove most BUILD_ options for extensions, using CORE_EXTENSIONS by @carlopi in #14531 + - CLI: more code clean-up by @Mytherin in #14551 + - Reformat nested and sequence functions by @c-herrewijn in #14495 + - Parquet: Fixing selection vector calculation by @hannes in #14558 + - CLI: Fix for .mode markdown rendering after refactor by @Mytherin in #14569 + - Out-Of-Core Updates & Deletes by @Mytherin in #14559 + - Manage enable_external_access at the FileSystem level, and add allowed_paths and allowed_directories option by @Mytherin in #14568 + - feat(iejoin): use sort to replace binary search in iejoin by @my-vegetable-has-exploded in #14507 + - Clean-up distinct statistics - add hashes cache add the Append and Vacuum layers, and remove unnecessary lock by @Mytherin in #14578 + - [PySpark] Test Spark API with actual PySpark as backend by @binste in #14526 + - Internal #3273: Shared Window Frames by @hawkfish in #14544 + - Reformat aggregate functions by @c-herrewijn in #14530 + - Expose threshold argument of Jaro-Winkler similarity by @zmbc in #12079 + - No pushing filters below projections that cast to a lower logical type id by @Tmonster in #13617 + - Implement left_projection_map for joins by @lnkuiper in #13729 + - remove superfluous comment by @c-herrewijn in #14586 + - [Dev] Make the regression_test_runner easier to replicate by @Tishj in #14557 + - [PySpark] Add dataframe methods drop_duplicates, intersectAll, exceptAll, toArrow by @binste in #14458 + - Internal #3381: Window Race Condition by @hawkfish in #14599 + - Rework generated EnumUtil code by @Mytherin in #14391 + - Force aggregate state to be trivially_destructible, unless AggregateDestructorType::LEGACY is used by @Mytherin in #14615 + - AWS - remove expected error message by @Mytherin in #14633 + - Temp directory compression by @lnkuiper in #14465 + - Add support for SELECT * RENAME by @Mytherin in #14650 + - [PySpark] Add autocompletion for column names to dataframes by @binste in #14577 + - Force aggregate state to be is_trivially_move_constructible by @lnkuiper in #14640 +ReleaseNotesUrl: https://github.com/duckdb/duckdb/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.yaml b/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.yaml new file mode 100644 index 0000000000000..b4a3d0dbae8ac --- /dev/null +++ b/manifests/d/DuckDB/cli/1.2.0/DuckDB.cli.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DuckDB.cli +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.installer.yaml new file mode 100644 index 0000000000000..4e5c0dc816357 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.99.5.0 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +Protocols: +- http +- https +FileExtensions: +- htm +- html +- pdf +PackageFamilyName: DuckDuckGo.DesktopBrowser_ya2fgkz3nks94 +Installers: +- Architecture: x86 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.99.5.0/DuckDuckGo_0.99.5.0.msixbundle + InstallerSha256: 8463839C02991F5AACB8368135122290B3690079974FC9A8F61E5CF4FECD9FFA + SignatureSha256: 94B370BD2A0551A942C96431D5519207A520EF0EA794944C3FA2E70E931693B2 +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/0.99.5.0/DuckDuckGo_0.99.5.0.msixbundle + InstallerSha256: 8463839C02991F5AACB8368135122290B3690079974FC9A8F61E5CF4FECD9FFA + SignatureSha256: 94B370BD2A0551A942C96431D5519207A520EF0EA794944C3FA2E70E931693B2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..011d155234a61 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.99.5.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: Freeware +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2024 DuckDuckGo +ShortDescription: An everyday browser that truly protects your privacy. +Tags: +- browser +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cafc53481fc48 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.99.5.0 +PackageLocale: zh-CN +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo +PackageUrl: https://duckduckgo.com/windows +License: 免费软件 +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2024 DuckDuckGo +ShortDescription: 一款时刻并真正保护您隐私的浏览器 +Tags: +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.yaml new file mode 100644 index 0000000000000..1a9618dc699e2 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/0.99.5.0/DuckDuckGo.DesktopBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser +PackageVersion: 0.99.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.installer.yaml b/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.installer.yaml new file mode 100644 index 0000000000000..9d73edf721e4b --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.installer.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: '3.1' +InstallerLocale: zh-CN +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- cngit +Protocols: +- http +- https +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ReleaseDate: 2025-01-29 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Chinese_git' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/download/v3.1/Chinese_git_Setup_v3.1.exe + InstallerSha256: BA80621B558FD259C990B607DC9E5177492D3CE23012A5842107F6BD917EEDF0 +- Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/download/v3.1/Chinese_git_Setup_v3.1.exe + InstallerSha256: BA80621B558FD259C990B607DC9E5177492D3CE23012A5842107F6BD917EEDF0 +- Architecture: arm + InstallerUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/download/v3.1/Chinese_git_Setup_v3.1.exe + InstallerSha256: BA80621B558FD259C990B607DC9E5177492D3CE23012A5842107F6BD917EEDF0 +- Architecture: arm64 + InstallerUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/download/v3.1/Chinese_git_Setup_v3.1.exe + InstallerSha256: BA80621B558FD259C990B607DC9E5177492D3CE23012A5842107F6BD917EEDF0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.locale.zh-CN.yaml b/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..46e7265f3f8cc --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: '3.1' +PackageLocale: zh-CN +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Chinese_git/issues +Author: 鸭鸭「カモ」 +PackageName: 中文Git +PackageUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/chinese_git/ +License: GPL-2.0 +LicenseUrl: https://github.com/DuckDuckStudio/Chinese_git/blob/main/LICENSE +Copyright: Copyright (c) DuckStudio 鸭鸭「カモ」 +ShortDescription: 使用中文命令操作 Git 的简单工具 +Description: 让你可以使用中文命令操作 Git 的简单工具,旨在使不熟悉英文的用户更轻松地使用 Git。 +Moniker: cngit +Tags: +- git +- 中文 +- 中文简体 +- 命令 +- 命令行 +- 工具 +- 控制台 +ReleaseNotes: | + ### 新功能 + - feat: 新命令 `中文git 变基` ,对应 `git rebase` +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Chinese_git/releases/tag/v3.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.yaml b/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.yaml new file mode 100644 index 0000000000000..9aeee54808934 --- /dev/null +++ b/manifests/d/DuckStudio/ChineseGit/3.1/DuckStudio.ChineseGit.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DuckStudio.ChineseGit +PackageVersion: '3.1' +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.installer.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.installer.yaml new file mode 100644 index 0000000000000..0edb46617c840 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.03.2358 +InstallerLocale: zh-CN +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ffdev +Protocols: +- https +ReleaseDate: 2025-02-03 +# AppsAndFeaturesEntries: +# - Publisher: DuckStudio +# ProductCode: 芙芙工具箱开发工具包_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Fufu_Dev_Tools' +Installers: +- Architecture: neutral # This is a bundle that supports ANY CPU, "neutral" there might be better. + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2025.02.03.2358/Fufu_Dev_Tools_Setup_2025.02.03.2358.exe + InstallerSha256: 2C6AAAD6C4EA1AC5EB8B8916442E0056ADD454D2577AF5D00E60B6D67F0781A1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.zh-CN.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c7d4c5302c877 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.03.2358 +PackageLocale: zh-CN +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +Author: 鸭鸭「カモ」 +PackageName: 芙芙工具箱开发工具包 +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/blob/master/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +ShortDescription: 芙芙工具箱的独立开发工具包 +Description: 芙芙工具箱专为开发人员设计的控制台开发工具包 +Moniker: Fufu Dev Tools +Tags: +- command +- devtools +- tools +- 命令 +- 命令行 +- 工具包 +- 工具集 +- 开发 +- 开发工具 +- 控制台 +- 查重 +- 校对 +- 检查 +- 芙芙工具箱 +ReleaseNotes: |- + - fix: 修复部分功能出现找不到配置文件/相关值的问题 (#34) by @DuckDuckStudio + Full Changelog: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/compare/2025.01.02.2300...2025.02.03.2358 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.03.2358 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.yaml new file mode 100644 index 0000000000000..c5e84bbd2088a --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.03.2358 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.installer.yaml b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.installer.yaml new file mode 100644 index 0000000000000..373cf170f5368 --- /dev/null +++ b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.installer.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DuckStudio.GitHubView.Nightly +PackageVersion: 2025.01.22.12907017964 +InstallerLocale: zh-CN +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ghv +Protocols: +- https +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.8 +ReleaseDate: 2025-01-22 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitHubView' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12907017964/GitHubView-2025.01.22.12907017964-windows-latest-x86-Setup.exe + InstallerSha256: 89E64873BE3B1CF392A804333E4B03F9E82844C4A96DA26ECCB655C5FAE65B28 +- Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12907017964/GitHubView-2025.01.22.12907017964-windows-latest-x64-Setup.exe + InstallerSha256: 4FAC93637B2DA21DC339A9E2E4C5F4D5B0BA35AAF24BFC05CAE5903658784898 +- Architecture: arm64 + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12907017964/GitHubView-2025.01.22.12907017964-windows-latest-arm64-Setup.exe + InstallerSha256: FD63E822B46B149A079E86D85A2794AAF3F8BF45EE7A7CD1B1D238D745A849AF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.locale.en-US.yaml b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..97f660f38a476 --- /dev/null +++ b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.GitHubView.Nightly +PackageVersion: 2025.01.22.12907017964 +PackageLocale: en-US +Publisher: 鸭鸭「カモ」 +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/GitHubView/issues +Author: 鸭鸭「カモ」 +PackageName: GitHubView +PackageUrl: https://github.com/DuckDuckStudio/GitHubView/ +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/LICENSE.txt +Copyright: Copyright (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/LICENSE.txt +ShortDescription: 💻Viewing content on GitHub in your console +Description: GitHubView is a command line tool for viewing content on GitHub. +Tags: +- CLI +- Command +- Command-line +- Command-line-tool +- CommandLineTool +- Console +- Console-tool +- ConsoleTool +- GitHub +- Information-view +- Nightly +- Terminal-tool +- Tool +ReleaseNotes: |- + What's Changed + - refactor(build): Refactoring the build release workflow by @DuckDuckStudio in #18 + Full Changelog: https://github.com/DuckDuckStudio/GitHubView/compare/2025.01.19.12849721517...2025.01.22.12907017964 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/GitHubView/releases/tag/2025.01.22.12907017964 +Documentations: +- DocumentLabel: Contribution Guide + DocumentUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/CONTRIBUTING.md +- DocumentLabel: README + DocumentUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/README.md +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.locale.zh-CN.yaml b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a23a137fb238d --- /dev/null +++ b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.GitHubView.Nightly +PackageVersion: 2025.01.22.12907017964 +PackageLocale: zh-CN +Publisher: 鸭鸭「カモ」 +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/GitHubView/issues +Author: 鸭鸭「カモ」 +PackageName: GitHubView +PackageUrl: https://github.com/DuckDuckStudio/GitHubView/ +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/LICENSE.txt +Copyright: 版权所有 (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/LICENSE.txt +ShortDescription: 💻在控制台中查看GitHub上的内容 +Description: GitHubView 是一个用于查看 GitHub 上的信息的命令行工具。 +Tags: +- cli +- github +- nightly +- 信息查看 +- 命令 +- 命令工具 +- 命令行工具 +- 控制台 +- 终端 +- 终端工具 +ReleaseNotes: |- + What's Changed + - refactor(build): 重构构建发布流 by @DuckDuckStudio in #18 + Full Changelog: https://github.com/DuckDuckStudio/GitHubView/compare/2025.01.19.12849721517...2025.01.22.12907017964 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/GitHubView/releases/tag/2025.01.22.12907017964 +Documentations: +- DocumentLabel: README + DocumentUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/README.md +- DocumentLabel: 贡献指南 + DocumentUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/CONTRIBUTING.md +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.yaml b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.yaml new file mode 100644 index 0000000000000..49d372e400e85 --- /dev/null +++ b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12907017964/DuckStudio.GitHubView.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DuckStudio.GitHubView.Nightly +PackageVersion: 2025.01.22.12907017964 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.installer.yaml b/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.installer.yaml new file mode 100644 index 0000000000000..05990afaa6b3e --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.installer.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.1.0.3 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- http +- https +ProductCode: '{7BFAD2D5-45DF-4715-BA56-91E44B3B4916}' +ReleaseDate: 2025-01-22 +AppsAndFeaturesEntries: +- DisplayName: Duplicati 2 + Publisher: Duplicati Team + ProductCode: '{7BFAD2D5-45DF-4715-BA56-91E44B3B4916}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/duplicati/duplicati/releases/download/v2.1.0.3_beta_2025-01-22/duplicati-2.1.0.3_beta_2025-01-22-win-x86-gui.msi + InstallerSha256: 6ED2E2A333948C90A083E157FFE6558895FED51F58D2EA59B466BF31971ECE2B + ProductCode: '{C9697A95-2CB2-4603-81DC-4EB4C3642E96}' + AppsAndFeaturesEntries: + - DisplayName: Duplicati + ProductCode: '{C9697A95-2CB2-4603-81DC-4EB4C3642E96}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Duplicati 2' +- Architecture: x64 + InstallerUrl: https://github.com/duplicati/duplicati/releases/download/v2.1.0.3_beta_2025-01-22/duplicati-2.1.0.3_beta_2025-01-22-win-x64-gui.msi + InstallerSha256: B2641EA25FFE6C89428E7C6B89E5F05BDA6DBE7B968EB225B4C8DA8BDA4B8253 + ProductCode: '{1EE587C1-AA75-4C85-9B7B-C392810D6F52}' + AppsAndFeaturesEntries: + - DisplayName: Duplicati + ProductCode: '{1EE587C1-AA75-4C85-9B7B-C392810D6F52}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Duplicati 2' +- Architecture: arm64 + InstallerUrl: https://github.com/duplicati/duplicati/releases/download/v2.1.0.3_beta_2025-01-22/duplicati-2.1.0.3_beta_2025-01-22-win-arm64-gui.msi + InstallerSha256: 405935AB768E939845340244D9D644C0DADBED0EAACD36927CAE62F3DCC74685 + ProductCode: '{88E2E1F9-9C04-47F5-AC8F-6D36AC3C14A1}' + AppsAndFeaturesEntries: + - DisplayName: Duplicati + ProductCode: '{88E2E1F9-9C04-47F5-AC8F-6D36AC3C14A1}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Duplicati 2' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.locale.en-US.yaml b/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.locale.en-US.yaml new file mode 100644 index 0000000000000..81b63401582fc --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.1.0.3 +PackageLocale: en-US +Publisher: Duplicati Team +PublisherUrl: https://www.duplicati.com/ +PublisherSupportUrl: https://forum.duplicati.com/ +Author: Kenneth Skovhede +PackageName: Duplicati 2 +PackageUrl: https://www.duplicati.com/ +License: MIT +LicenseUrl: https://github.com/duplicati/duplicati/blob/HEAD/LICENSE.txt +ShortDescription: Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. +Moniker: duplicati +Tags: +- backup +- crypted +- data +- duplicati +- incremental +ReleaseNotes: |- + This release is a beta release, considered to be stable for general use. + This release is expected to progress to a stable release if no major blockers are found.Unlike 2.0.8.1 and earlier Duplicati now runs on .NET8. + The builds are self-contained so Mono or .NET installations are not required to install. + Automatic updating to this version is not supported.Important changes from 2.0.8.1 + - Updated to .NET8 with OS specific builds + - Using Kestrel as the API/UI server + - Mandatory password and new authentication scheme for server + - Settings database version updated to v8 + - Backup database updated to v13 + New tool to manage a running server + Due to incompatibility with duplicati_client a new tool is included, named Duplicati.CommandLine.ServerUtil.exe/duplicati-server-util.This update builds on 2.1.0.2 and fixes a number of issues that were reported and fixed with the help of the incredible Duplicati community.Summary of changes from 2.1.0.2 + - WebSocket path is proxy aware + - Removed most of the noisy log messages + - Fixed some issues with QuotaInfo on the file-based backend + - Multiple fixes to the FTP backend + - Agent can now register-then-exit and retain password + - Updated SSH.NET to fix an issue with missing HMAC algorithm + - Changed docs link to point to new docs site + - Added read-write timeout to most backends + - Added option to issue a "forever token" for use in authenticated environments + - Updated MacOS launchAgents in .pkg files + - Preload configuration now supports the data folder + - Fixed bugreport download + - Fixed shutdown crashes in TrayIcon + - Updated translations, thanks to the translation community! + - Fixed TrayIcon disconnecting after 15 minutes + - Removed the Captcha for deleting remote files + - Added help links to login pages to explain how to get access + - Support for self-signed certificates when sending http reports + - Extended ServerUtil with a status command and option to wait for backups to complete + - Fixed a bug preventing database recreate in special cases + - Prevent optimize calls after calling vacuum on the SQLite database + - Added a warning if the volume size is excessive + - Fixed a logic test for AWS S3 permissions +ReleaseNotesUrl: https://github.com/duplicati/duplicati/releases/tag/v2.1.0.3_beta_2025-01-22 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.yaml b/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.yaml new file mode 100644 index 0000000000000..7a46a70e3e05f --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.1.0.3/Duplicati.Duplicati.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.1.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.installer.yaml b/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.installer.yaml new file mode 100644 index 0000000000000..162663ee97191 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.3.4 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- sql +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.3.4/dbeaver-ce-24.3.4-x86_64-setup.exe + InstallerSha256: 4B728D3D31655EC956C1A4FBB38CBAAEF33044EEF5487607C59F06BC8AB24827 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/dbeaver/dbeaver/releases/download/24.3.4/dbeaver-ce-24.3.4-x86_64-setup.exe + InstallerSha256: 4B728D3D31655EC956C1A4FBB38CBAAEF33044EEF5487607C59F06BC8AB24827 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-02 diff --git a/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.locale.en-US.yaml b/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.locale.en-US.yaml new file mode 100644 index 0000000000000..bce387eebbeb6 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.3.4 +PackageLocale: en-US +Publisher: DBeaver Corp +PublisherUrl: https://github.com/dbeaver +PublisherSupportUrl: https://github.com/dbeaver/dbeaver/issues +Author: DBeaver Corp +PackageName: DBeaver Community Edition +PackageUrl: https://dbeaver.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/dbeaver/dbeaver/blob/HEAD/LICENSE.md +ShortDescription: dbeaver.dbeaver +Description: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases (MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc) +Moniker: dbeaver +Tags: +- apache-hive +- database +- db2 +- firebird +- ms-access +- mysql +- oracle +- phoenix +- postgresql +- presto +- sql-server +- sqlite +- sybase +- teradata +- tool +ReleaseNotesUrl: https://github.com/dbeaver/dbeaver/releases/tag/24.3.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/dbeaver/dbeaver/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.yaml b/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.yaml new file mode 100644 index 0000000000000..733461313b6f6 --- /dev/null +++ b/manifests/d/dbeaver/dbeaver/24.3.4/dbeaver.dbeaver.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: dbeaver.dbeaver +PackageVersion: 24.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.installer.yaml index fa20146396bfd..47eef18d4f3a2 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.installer.yaml @@ -1,19 +1,17 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.304.0 +InstallerType: wix Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.304.0/dnGREP.2.9.304.x64.msi InstallerSha256: 44AC8E87865F2EBE125655B308A2541B1D71143D4141DD5980D4638FA21AFB0A - ProductCode: "{ED7DBC1D-6F8B-484A-879D-7757DF3DD63C}" + ProductCode: '{ED7DBC1D-6F8B-484A-879D-7757DF3DD63C}' - Architecture: x86 - InstallerType: msi InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.304.0/dnGREP.2.9.304.x86.msi InstallerSha256: F581F63ABC55649C8D94BC30069CDEF665DA17039960D23645D94F967A9CAEDF - ProductCode: "{A79D927E-91C2-4397-8430-202A4C09184B}" + ProductCode: '{A79D927E-91C2-4397-8430-202A4C09184B}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.locale.en-US.yaml index 3919ce9c50a66..1f86aa4a7be75 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,16 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.304.0 PackageLocale: en-US Publisher: dnGrep Community Contributors +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: dnGREP PackageUrl: http://dngrep.github.io/ License: GPL-2.0 LicenseUrl: https://github.com/dnGrep/dnGrep/blob/master/license.txt +# Copyright: +# CopyrightUrl: ShortDescription: dnGrep allows you to search across files with easy-to-read results. Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word and Excel documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. Moniker: dngrep Tags: - grep - search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.yaml index e71a3514a348a..d84caa2a784fa 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.304.0/dnGrep.dnGrep.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.304.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.installer.yaml index d4c4e152ea25e..c7619d123e232 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.installer.yaml @@ -1,19 +1,17 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.326.0 +InstallerType: wix Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.326.0/dnGREP.2.9.326.x64.msi InstallerSha256: 601B39DAC7E52D9158990227CCF00E62A34739846419FA91E4ED84AC2C51720A - ProductCode: "{E5D21781-40E1-4A2B-A01A-919D581AC8AF}" + ProductCode: '{E5D21781-40E1-4A2B-A01A-919D581AC8AF}' - Architecture: x86 - InstallerType: msi InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.326.0/dnGREP.2.9.326.x86.msi InstallerSha256: BC9722C4E30179956CC96271A6C148B62D02AF7CF1D467A9CC47C24A109A1B08 - ProductCode: "{480C848A-F90C-44B0-98B0-3AD61FE3FB7A}" + ProductCode: '{480C848A-F90C-44B0-98B0-3AD61FE3FB7A}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.locale.en-US.yaml index 1fcbd6746db50..8c76f51423d65 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,16 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.326.0 PackageLocale: en-US Publisher: dnGrep Community Contributors +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: dnGREP PackageUrl: http://dngrep.github.io/ License: GPL-2.0 LicenseUrl: https://github.com/dnGrep/dnGrep/blob/master/license.txt +# Copyright: +# CopyrightUrl: ShortDescription: dnGrep allows you to search across files with easy-to-read results. Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word and Excel documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. Moniker: dngrep Tags: - grep - search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.yaml index 02d174e122a72..198f09937bc0c 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.326.0/dnGrep.dnGrep.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.326.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.installer.yaml index 1893ef914fb27..9a579d6025367 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.installer.yaml @@ -1,19 +1,17 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.345.0 +InstallerType: wix Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.345.0/dnGREP.2.9.345.x64.msi InstallerSha256: A729F8E0BEEF3053E8421FF0912558AC046CD95371723FBE309209B0C8ED0661 - ProductCode: "{73D32400-AC4F-4A53-8BFB-E2D191305725}" + ProductCode: '{73D32400-AC4F-4A53-8BFB-E2D191305725}' - Architecture: x86 - InstallerType: msi InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.345.0/dnGREP.2.9.345.x86.msi InstallerSha256: 6466EE7EA8A7860148049CBEA2CFF92D73819138BCE351888F19F6426D3E62E2 - ProductCode: "{662F63F0-804B-41F6-BC79-F4E25B5D1BF0}" + ProductCode: '{662F63F0-804B-41F6-BC79-F4E25B5D1BF0}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.locale.en-US.yaml index c5521c688c9e6..f79fd1502529b 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,16 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.345.0 PackageLocale: en-US Publisher: dnGrep Community Contributors +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: dnGREP PackageUrl: http://dngrep.github.io/ License: GPL-2.0 LicenseUrl: https://github.com/dnGrep/dnGrep/blob/master/license.txt +# Copyright: +# CopyrightUrl: ShortDescription: dnGrep allows you to search across files with easy-to-read results. Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word and Excel documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. Moniker: dngrep Tags: - grep - search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.yaml index 1758d8f513f3e..0af9e47797898 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.345.0/dnGrep.dnGrep.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.345.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.installer.yaml index 4282175c9dc9f..93dbdd51f2c4c 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.installer.yaml @@ -1,29 +1,25 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.349.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.349.0/dnGREP.2.9.349.x64.msi InstallerSha256: 404AECF599D59D55349A89DCB0C0075F22797569ADD505276FF29FE45E9044BD - UpgradeBehavior: install ProductCode: '{268B9C31-9D58-4774-A560-9346F203E9FB}' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.349.0/dnGREP.2.9.349.x86.msi InstallerSha256: 69D1F27B1FFD033F283025F758D1D5BBF593BE0545D2D74A1B95CA758C9761AA - UpgradeBehavior: install ProductCode: '{D6F76C48-94AE-4BDE-977F-0B0C48FEC8DC}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.locale.en-US.yaml index 3c881889bac8a..bbd84089c30e8 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.349.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -20,5 +21,10 @@ Moniker: dngrep Tags: - grep - search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.yaml index 0fd29db3fdc50..b5878152f664a 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.349.0/dnGrep.dnGrep.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.349.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.installer.yaml index 39edd9322047a..b8aa22c1fed7b 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.installer.yaml @@ -1,29 +1,25 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.378.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.378.0/dnGREP.2.9.378.x64.msi InstallerSha256: E1BF344BA90F4B0100839BCEE0F62E81D5463E246914613639A2DE24B6E8C0A8 - UpgradeBehavior: install ProductCode: '{CA0989D9-EB97-4323-865B-DF2B5A8B3406}' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.378.0/dnGREP.2.9.378.x86.msi InstallerSha256: E882AE81A16A91ECF76A0FCC209CADC210A79A02A6A3FF2503CAD2D3DD6512F6 - UpgradeBehavior: install ProductCode: '{FEC48BFA-5CF9-4EF5-859E-BC29E5CC4108}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.locale.en-US.yaml index dc5bd6c19a335..de72941c6c903 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.378.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -21,5 +21,10 @@ Moniker: dngrep Tags: - grep - search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.yaml index 0e4d63c286c9b..a7a0702d8a048 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.378.0/dnGrep.dnGrep.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.378.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.installer.yaml index cf0178cc4ef35..9676481f68db7 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.installer.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.391.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -23,4 +23,4 @@ Installers: InstallerSha256: 5D712022BFAB26C8E43B908ABF53244296AB8A0B54EC1FABAA432E9993000F37 ProductCode: '{DB9C8083-C197-42DB-8772-CE8AF5518670}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.locale.en-US.yaml index 6b90ef612fccb..aff6bf8a7346c 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.391.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -21,5 +21,10 @@ Moniker: dngrep Tags: - grep - search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.yaml index c8d84de15b5cf..881a602209210 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.391.0/dnGrep.dnGrep.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.391.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.installer.yaml index 802a79150a7ed..2ab87a4895663 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.installer.yaml @@ -1,34 +1,25 @@ -# Created using YamlCreate.ps1 v1.1.7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.400.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.400.0/dnGREP.2.9.400.x64.msi InstallerSha256: E8602D63A908392BAB0B95CC0736AD588533ECCD2755AD9F7F7EE5403EFDE7A4 - InstallerSwitches: - Custom: /norestart - Silent: /quiet - SilentWithProgress: /passive -# ProductCode: - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi -# Scope: + ProductCode: '{CE7D1AB4-ABEE-4B27-80F5-7DFDBD296A2C}' +- Architecture: x86 InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.400.0/dnGREP.2.9.400.x86.msi InstallerSha256: 33DD573FDEEA0B9C87735FAA74066DE554D10714C79B8812109FD767D9A8D215 - InstallerSwitches: - Custom: /norestart - Silent: /quiet - SilentWithProgress: /passive -# ProductCode: - UpgradeBehavior: install + ProductCode: '{E98128ED-7841-43D9-AC3A-1F550C56AF62}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.locale.en-US.yaml index 06c857736ef98..4c8d9dc07f95c 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.400.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -#PrivacyUrl: +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -21,6 +21,10 @@ Moniker: dngrep Tags: - grep - search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.yaml index 4450c61c9f02d..3e4eb9c840820 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.400.0/dnGrep.dnGrep.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.400.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.installer.yaml index 832d4b1ccaa28..5a8e63b3f0a95 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.428.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix InstallerSwitches: Silent: /quiet SilentWithProgress: /passive @@ -16,8 +16,10 @@ Installers: Scope: machine InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.428.0/dnGREP.2.9.428.x64.msi InstallerSha256: 4546F7726D70396A2322D31E349CB01A9C043C0BE292BCCF4F742C0593260004 + ProductCode: '{67ADE5C5-9C2A-480D-8D3C-7F1F62E4F0AE}' - Architecture: x86 InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.428.0/dnGREP.2.9.428.x86.msi InstallerSha256: 84AF5F3B8AA784E9A0D1D6D99BCC9BC606BFF326D7979F95A1D06747F6334383 + ProductCode: '{470278AB-8440-400B-8074-E9702DC4DB0B}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.locale.en-US.yaml index ae1e1628e71c2..6ffd213ef4bfb 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.428.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -21,5 +21,10 @@ Moniker: dngrep Tags: - grep - search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.yaml index 12dfbbc00c397..2fdc8b5ecd028 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.428.0/dnGrep.dnGrep.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.428.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.installer.yaml index 5ca4f886d171e..ec834d2626bec 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.482.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix InstallerSwitches: Silent: /quiet SilentWithProgress: /passive @@ -16,8 +16,10 @@ Installers: Scope: machine InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.482.0/dnGREP.2.9.482.x64.msi InstallerSha256: 59CADFA678ECA183EBDD9840455DA3B3AC9872EB69B39D8175BC6594EBE0532F + ProductCode: '{F42ED4F4-E8B3-4AD6-B288-3EA0585DFFC5}' - Architecture: x86 InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v2.9.482.0/dnGREP.2.9.482.x86.msi InstallerSha256: FFE7136771BD90FB884587B89341A64A2FD2B0CC4008E55222CD496E47A9D813 + ProductCode: '{B14C6868-0E53-41E9-B7C1-73CF91F65CCB}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.locale.en-US.yaml index 54e52b5ee2942..845cb5e093b1f 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.482.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -21,8 +21,10 @@ Moniker: dngrep Tags: - grep - search -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.yaml index efd956e5cd60e..8b3fa3bc4852a 100644 --- a/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/2.9.482.0/dnGrep.dnGrep.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 2.9.482.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.installer.yaml index 390d328282bff..1c0e39766f61a 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.installer.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.0.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix InstallerSwitches: Silent: /quiet SilentWithProgress: /passive @@ -23,4 +23,4 @@ Installers: InstallerSha256: 2FC311E6B835052E7AECAA9A2FC70C249A3773D4537206DAD3B4F448222A2A65 ProductCode: '{91F60650-C857-48F2-BE77-04EDC3731D7A}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.locale.en-US.yaml index 1075a95c10ceb..f8b97a2715d46 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.0.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -21,8 +21,10 @@ Moniker: dngrep Tags: - grep - search -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.yaml index 971fda0606e19..55865530fec63 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.0.0/dnGrep.dnGrep.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 4471a471862ae..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.136.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2022-08-20 -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.0.136.0/dnGREP.3.0.136.x64.msi - InstallerSha256: F6FA4BC32BDB6467E86FE827C908DEC84E6F15534D0B9F7F0108F09AFCB9FF35 - ProductCode: '{B9AE0297-723A-4693-8BA0-D0B812C51599}' -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.0.136.0/dnGREP.3.0.136.x86.msi - InstallerSha256: E6879FB391B1C1CA127BAC04C1AA187B60D6A3218A6E310CF907894F3063C3C4 - ProductCode: '{622884FF-F0B2-469A-BD75-49CF2F9FB391}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index b49235be636f7..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.136.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GNU General Public License v2.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word and Excel documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.0.136.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.yaml deleted file mode 100644 index fdb6dfb05c054..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.136.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.136.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index c06745cfd6328..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.154.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2022-09-05 -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.0.154.0/dnGREP.3.0.154.x64.msi - InstallerSha256: DEB58FD5FD81651E1F8FB2CE245FD7D47DF9482C508CEE1CF18F3D90A416A210 - ProductCode: '{CDFEC54E-34C0-497F-A758-1A45C046E62E}' -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.0.154.0/dnGREP.3.0.154.x86.msi - InstallerSha256: 5EA2666D4DF1DCCD918AC1773CD7F37E20CF67D75273A737DB9675B916989084 - ProductCode: '{12636DD2-3B1C-424F-9C7A-D648D09921DC}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 68fc7a52b7b6e..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.154.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GNU General Public License v2.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word and Excel documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.0.154.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.yaml deleted file mode 100644 index c454393fe5ed1..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.154.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.154.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.installer.yaml index 79970459c5563..5fc68e106c7ae 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.29.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: C64906C7F915CCCACE286FDF66BED21E59CE12950F5FCDFBBE0541B8B4B758E7 ProductCode: '{71CA3680-9D9A-496E-89DC-E14506B966C9}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.locale.en-US.yaml index 827e5b7d39827..9d3a8df06dfe6 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.29.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -21,8 +21,10 @@ Moniker: dngrep Tags: - grep - search -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.0.29.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.yaml index 1452a6bc5599a..42bc03d6aebd7 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.29.0/dnGrep.dnGrep.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.29.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.installer.yaml index 88861a6e5da85..0ac81dcc209ae 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.installer.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.42.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 34B2CFEA7A0489A134FE59A6D4A2C98789F2141ECDB467D020CD657E8E3CB94F ProductCode: '{350836B4-5EB6-42BF-8E31-D9A56AD67523}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.locale.en-US.yaml index 3d66f04b1e8fe..0ebad609144c6 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.locale.en-US.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.42.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: dnGrep Community Contributors PublisherUrl: http://dngrep.github.io PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: +# PrivacyUrl: Author: dnGrep Community Contributors PackageName: dnGREP PackageUrl: http://dngrep.github.io @@ -21,8 +21,10 @@ Moniker: dngrep Tags: - grep - search -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.0.42.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.yaml index 29ceefe4c2537..82967b340e09a 100644 --- a/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.yaml +++ b/manifests/d/dnGrep/dnGrep/3.0.42.0/dnGrep.dnGrep.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dnGrep.dnGrep PackageVersion: 3.0.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index cdcbb228891a6..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.64.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2022-06-03 -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.0.64.0/dnGREP.3.0.64.x64.msi - InstallerSha256: 421C25841D7B06E9C59664DC098869ED959081A115B80820C3F8716FE3A7FEB5 - ProductCode: '{628BE45E-DE80-4FEF-8155-C3B9A5BB7D1E}' -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.0.64.0/dnGREP.3.0.64.x86.msi - InstallerSha256: C460397EDF441F82A9D93835C6B6B13DDA1D30B750E44DD0BC96598E3E29705A - ProductCode: '{2A907088-7FDB-4735-A7A8-87676F15D7B9}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 18a11e730cdb6..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.64.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GNU General Public License v2.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word and Excel documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.0.64.0 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 4e8fc772fd1fa..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.64.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.64.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 8e1ef3b732064..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.84.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2022-06-26 -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.0.84.0/dnGREP.3.0.84.x64.msi - InstallerSha256: AE8C5E7F79A01B08CEC32BAE39C0040C69DEAD53A5ECFF0A97D94C3BA868442D - ProductCode: '{6ED432CA-CD4A-46C3-9E22-947782B673A3}' -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.0.84.0/dnGREP.3.0.84.x86.msi - InstallerSha256: A3F817B57D2094D0ACB25900086E4BD37849878EC58AA6720735BB111D2EFB39 - ProductCode: '{49056D17-8D90-4E37-94D5-6A8769259D0C}' -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index cc29bf7a7d66a..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.84.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GNU General Public License v2.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word and Excel documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.0.84.0 -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 1b6462a58fcbf..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.0.84.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.0.84.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 8b6cbedb6c525..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.242.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-01-06 -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.2.242.0/dnGREP.3.2.242.x64.msi - InstallerSha256: fd733e2f4f0f7cbfdf558143989d3be23d4b6c5098de82f418c151ce093b2a45 - ProductCode: '{BF47EB66-E06A-4A21-8B67-0E3826058C51}' -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.2.242.0/dnGREP.3.2.242.x86.msi - InstallerSha256: 8b2b857ca8ad536612b74e6474ad16f324feead47b2fa0eb48014c35a24a8c6e - ProductCode: '{0E4C9492-7A9C-4DB1-893C-7EFFBF4FF84F}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 51c10a98cde34..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.242.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GNU General Public License v3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.2.242.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.yaml deleted file mode 100644 index a4759d32ab297..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.242.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.242.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index fed941014b6b1..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.279.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-02-21 -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.2.279.0/dnGREP.3.2.279.x64.msi - InstallerSha256: 329F2AD4C858EB7534E720D03FB172B0B58421AF148C490CE62E2047C2A0AD55 - ProductCode: '{66E3DB8A-AD24-49BF-9547-7A19E1BB4A82}' -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.2.279.0/dnGREP.3.2.279.x86.msi - InstallerSha256: 5532F3D4075B2AD37B3CA5C8AC2008A6017C1AFFFAA2FD60CC499D5C7D877C20 - ProductCode: '{E8CB7BFB-E092-4ECF-9191-ECC1FD6089DC}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 86770cd0e28a1..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.279.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -# PrivacyUrl: -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GNU General Public License v3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: dnGrep allows you to search across files with easy-to-read results. Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.2.279.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 2f02d407fc3f5..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.279.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.279.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index bdd005e2c6b0b..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.306.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-05-04 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.2.306.0/dnGREP.3.2.306.x86.msi - InstallerSha256: D3EE191A96B6E24D99036D138C0D60E9520D056352D3B4E1EA7C554422E6321D - ProductCode: '{DF4D5A3A-7C72-4F2E-9157-A2705C4B644E}' -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.2.306.0/dnGREP.3.2.306.x64.msi - InstallerSha256: B2B8F32657525A9F64C486E19B00B16C22D1B36139EC4083A9EE71BBBBF85309 - ProductCode: '{F466C3D6-89AD-4C7F-8A3A-4C49C3A15FE9}' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index c565646cbd254..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.306.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Roadmap - - Important - this will impact all users! Can dnGrep run searches faster? - Yes, with updates to the .NET core libraries - I created issue #853 to update dnGrep to run on .NET 7 or 8. Please take a few minutes to read, comment and give it a thumbs up or down on the first post in the issue. - - No other new features are currently planned. - - Made a change to preserve quoted strings for path arguments. - - Modified scripts to load command files from the local script directory in addition to the full path to the command file. - - Added environment variables to scripts. - Define name=value pair variables that can be used in other script statements and passed when calling external commands. dnGrep creates three environment variables (not case sensitive): dnGrep_logDir, dnGrep_dataDir, and dnGrep_scriptDir. -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.2.306.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 22f15db3a34dd..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.306.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.306.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index c7735a74f7344..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.330.0 -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-05-29 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.2.330.0/dnGREP.3.2.330.x86.msi - InstallerSha256: FC8FE1FFDE4D6F4A6DCD9985EFB8B153593D036BC45E6551EE295DFC05DF41BE - ProductCode: '{E15A1849-16F5-4C57-A894-68B2AD184D9E}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v3.2.330.0/dnGREP.3.2.330.x64.msi - InstallerSha256: 46C7359CD48F15D77487812BDAC224253E52934A08FB7EFDAA85F43696B58214 - ProductCode: '{21E7DC51-9604-44F7-8EDF-25A6C6647FC1}' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 1fee54a62e0a0..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.330.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v3.2.330.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 4e42a1d327b9d..0000000000000 --- a/manifests/d/dnGrep/dnGrep/3.2.330.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 3.2.330.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 39da1132866be..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.115.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-09-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.115.0/dnGREP.4.0.115.x86.msi - InstallerSha256: 774BC04EAB13D2003EAD81554DF95DF017986A4EB0A556040D895ECF17A10C05 - ProductCode: '{0EC8F7BB-BE8F-4567-81F2-134B66DAF0D0}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.115 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.115.0/dnGREP.4.0.115.x64.msi - InstallerSha256: 9C7137F799165E21F7727FED25ADBBB3C4DD3DE6C1B25415E0854C59F8A15D31 - ProductCode: '{07CB853B-1E26-42FC-B4E2-9411719C4358}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.115 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index ebe855b291a27..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.115.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - - The # symbol identifies a comment. - It may be used at the start of the line or after a filter expression. - - A line starting with [regex] or [regular expression] identifies that the following lines are regular expressions. - - A line starting with [wildcard] or [asterisk] identifies that the following lines are wildcard expressions. This is the default if the expression type is not specified. - - Put one expression on each line of the file. - - You may switch expression types as many times as you want. - - .NET v7.0.11 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.0.115.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 9ea3e7a759215..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.115.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.115.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 05936cd1906b4..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.129.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-10-10 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.129.0/dnGREP.4.0.129.x86.msi - InstallerSha256: DB2397FC71B2F1C1F47AE7D29B322DEECD2366BA45905F591070E760CA3C3ED7 - ProductCode: '{9DC44D1A-F641-4D8C-A0DE-FBC6EEC0AB8A}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.129 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.129.0/dnGREP.4.0.129.x64.msi - InstallerSha256: 2A738BA063D6605DE3648A656095DB824A330701DD69C878B97512039CEFA8DD - ProductCode: '{1C2761E6-4C0F-4A38-9015-DD5CF6D87FD1}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.129 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 25f93675c267c..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.129.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: '- .NET v7.0.12' -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.0.129.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.yaml deleted file mode 100644 index da33348faebf4..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.129.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.129.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index d9cf983cd2f2a..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.151.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-11-14 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.151.0/dnGREP.4.0.151.x86.msi - InstallerSha256: EBBC48FCFE6EAC59BFD218E77F0D9A298360CC1F6CC7C8300449DDED8DB8F617 - ProductCode: '{9DBFBBF7-187B-429D-A7B7-D4266F5F6302}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.151 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.151.0/dnGREP.4.0.151.x64.msi - InstallerSha256: 2688C4CD37A7CCC12A0FE420919C8D4934BC6E1E13C287BFE99FEE7B140CF770 - ProductCode: '{73CA26CD-5F3B-42DF-A2D5-1281D7879E18}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.151 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index b72db714e824f..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.151.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - 966 Search in DOCX footnotes. The release adds new options for extracting text from Word (docx) documents. These - - Extract footnotes - this option will enable extracting footnotes and endnotes. Footnotes and endnotes are placed at the end of the document text (not by page since the text version of the document is not paginated). - The footnote/endnote reference number or symbol may also be added inline in the document text in different formats. - Note that including the footnote/endnote reference may affect searching across multiple words. - - Not shown - - Superscript - this option uses Unicode superscript characters which may not be supported in all fonts. - - Full size character - this option will show the reference number/character as a full-size character, which may be not obvious or confusing in line with the document text. - - Full size character with parenthesis - adding parenthesis around the reference makes them stand out more. - - Extract comments - this option will enable extracting comments. - The comments are also placed at the end of the document text. - Comment reference numbers may also be added inline in the document text, but they are always numbers, starting at zero. - The numbers may be shown in these formats: - - Not shown - - Subscript - this option uses Unicode subscript characters which may not be supported in all fonts. - - Full size character with parenthesis - - Extract headers - this option will extract the header text, once for each header format. - - Extract footers - this o will extract the footer text, once for each footer format. - - Extracted header and footer position - header and footer text may be extracted at the start of each document section where the header or footer changes, or all headers and footers at the end of the document. - - .NET v7.0.14 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.0.151.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 973e63eb9473a..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.151.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.151.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 2966b3690e260..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.189.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-12-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.189.0/dnGREP.4.0.189.x86.msi - InstallerSha256: 80961814B4302C5B759504FECDA3A836541403FA40B3A6DBCFBFE8D7D60CA765 - ProductCode: '{07D3AB9F-6A4F-481D-ACAA-5DEBAE4979EE}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.189 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.189.0/dnGREP.4.0.189.x64.msi - InstallerSha256: 0753B06816D93D1B5589C7346742CA8FDEA2A6195229FAC667DDEEBA24B897CE - ProductCode: '{B9270237-62FA-45FB-9353-776CD001F49A}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.189 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 7fc72303cce09..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.189.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.0.189.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.yaml deleted file mode 100644 index bcaecce952e24..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.189.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.189.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index a3afdea5bdf00..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.26.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.26.0/dnGREP.4.0.26.x64.msi - InstallerSha256: A1FFE5007CE57B5F229E78C60B104B42D45070C31B7FF906DBEE0E9360B05E26 - ProductCode: '{21E7DC51-9604-44F7-8EDF-25A6C6647FC1}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.26 (x86) -- InstallerLocale: en-US - Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.26.0/dnGREP.4.0.26.x86.msi - InstallerSha256: 470CE76372D999F4B4189C57663A0832F1B0ECD4501BDBE5FEDEDB64E1C25806 - ProductCode: '{2CD666D3-7D24-476A-A2F2-D399FEB5BD3E}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.26 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 3e820cfda555f..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.26.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.0.26.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 35a625a4f7d06..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.26.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.26.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 86b988d5a5ac6..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.45.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-07-11 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.45.0/dnGREP.4.0.45.x64.msi - InstallerSha256: C6E942B755359975B01FFD56F8001776B474BE43B2DEB607B220C5C810FB5CA8 - ProductCode: '{21E7DC51-9604-44F7-8EDF-25A6C6647FC1}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.26 (x86) -- InstallerLocale: en-US - Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.45.0/dnGREP.4.0.45.x86.msi - InstallerSha256: 5F05258B4211B36A433806A553E7BEE3B5B57B072B9A04C506454D376F4D7D33 - ProductCode: '{2CD666D3-7D24-476A-A2F2-D399FEB5BD3E}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.26 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 25928a4883056..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.45.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - - .NET v7.0.9 - - 7Zip v23.01 - - Everything 1.4.1.1024 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.0.45.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 70a030b622255..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.45.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.45.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index a9cd84a224fc3..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.69.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2023-08-08 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.69.0/dnGREP.4.0.69.x64.msi - InstallerSha256: 50CF3C53456571ACF40AF81ADCF9470F5617188A6A4DB7528CBA4394FD5CEC6C - ProductCode: '{F839AFFA-DBEF-4D9D-9AE1-23036A976CBA}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.26 (x86) -- InstallerLocale: en-US - Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.0.69.0/dnGREP.4.0.69.x86.msi - InstallerSha256: 22F150C57753235C42957F4B8EFCAE8112B6BB099DB3E22945ADBAFB7A866952 - ProductCode: '{32173A55-0656-46F6-95C8-1B4E68BD339A}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.0.26 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 81cc399fb8e23..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.69.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - 899 Change selection on right click: On the search results tree, the right click action has been modified to change the selection before opening the context menu, except when right clicking on an already selected item. The shift and ctrl modifiers work the same as for left clicking to extend the existing selection. Also added new shortcuts for opening files: - - Double click on a file node expands the node (existing functionality) - - Double click on a child line opens in the custom editor if configured, otherwise the associated application (existing functionality). - - Alt+double click on either a file node or child line opens in the associated application (new). - - Middle mouse button click on either a file node or a child line opens in the custom editor if configured and the associated application otherwise (new). - - .NET v7.0.10 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.0.69.0 -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 487c8f41ff74b..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.0.69.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.0.69.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 4b674e6481caf..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.27.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2024-02-13 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.27.0/dnGREP.4.1.27.x86.msi - InstallerSha256: 6F73DDA14BC06A491CF9191ED6D03345E985C4EA9D5B98C8E07D8B8867AF4CE3 - ProductCode: '{257A665C-DDCF-4575-BBDD-807A66B5D251}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.27 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.27.0/dnGREP.4.1.27.x64.msi - InstallerSha256: 46D3D25B3A0A6C503D51BF0F057D3660A993D99DA156CBD05DCE8F38E1342ADD - ProductCode: '{5438A860-36EF-46A6-BC5E-D2CC20B6AE07}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.27 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index c2e43adeeeeb8..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.27.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - - .NET v8.0.2 - - Some third-party libraries -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.1.27.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.yaml deleted file mode 100644 index acb7584f221fc..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.27.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.27.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index dc0e20adb4ef5..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.4.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2024-01-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.4.0/dnGREP.4.1.4.x86.msi - InstallerSha256: C655C98070A6201EDD2EBF599B5D8A1299DB309D4CEBFD996F8615ED474FAEB4 - ProductCode: '{00610350-E152-4B61-AA09-0BE05CB188E6}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.4 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.4.0/dnGREP.4.1.4.x64.msi - InstallerSha256: 14EEAA875E5A8637F506EB7887CA1FBB02865BAA97DF1046D43FC6485CB7C260 - ProductCode: '{348C7CD7-AE80-4348-B1DE-997EEE462B55}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.4 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 0681d8d979b54..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.4.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: '- .NET v8.0.1' -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.1.4.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 1936cbe073d3c..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.4.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.4.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 6005990444d0a..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.47.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2024-03-12 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.47.0/dnGREP.4.1.47.x86.msi - InstallerSha256: 37E8E0378E4817A375BE3D636CD32BF655799A76DC80EAAE26F6B6761A948CE1 - ProductCode: '{3FDBE8D4-55A3-44B0-8C1A-2B08E0F4E23A}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.47 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.47.0/dnGREP.4.1.47.x64.msi - InstallerSha256: A930816E98AFB6CCA60E57CB6864E136142E7FE1365C00E219AC27EE1A826639 - ProductCode: '{94C59992-B550-4ADF-9DFB-1A85CBC62CC8}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.47 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 30ede44e2a8f2..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.47.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.3 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.1.47.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 678925a286f8f..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.47.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.47.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 0bb5b671a32ed..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.7.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2024-01-11 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.7.0/dnGREP.4.1.7.x86.msi - InstallerSha256: DD01A2C513A478AAD55ABF34BC64F81CD8B54561AA0B8B3DD63A5A254B97F186 - ProductCode: '{C8108B05-B749-4CC9-8652-59090CA83DCA}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.7 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.7.0/dnGREP.4.1.7.x64.msi - InstallerSha256: 6C334BDCAC8E93E54DA7E085CFC5493933316EA41B7698B13CDD0862F8CECE77 - ProductCode: '{FF87E7E6-DDC9-430B-B9A0-03096DC13CE2}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.7 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 8a1f7fbe7b0d1..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.7.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.1.7.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 4f472adc094a0..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.7.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 4a8d5a037593a..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.92.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart -UpgradeBehavior: install -ReleaseDate: 2024-04-09 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.92.0/dnGREP.4.1.92.x86.msi - InstallerSha256: EBCA9F3ADC18FD65468C461BB5A5F7D629A58194053ED058683BDC86F5DB72D5 - ProductCode: '{26AE29E2-8795-4374-BCD4-7FB65AC8B667}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.92 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.1.92.0/dnGREP.4.1.92.x64.msi - InstallerSha256: 505388DC33E595A470314BE71E3F2D5B16C4EE07665DE2B9A90A275FC746F340 - ProductCode: '{F1AB718F-B2C4-4907-84ED-03E8805A1154}' - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.1.92 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 125622ddd29c2..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.92.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.4 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.1.92.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 683f0a8a182b8..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.1.92.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.1.92.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index c705f2253c304..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.113.0 -InstallerLocale: en-US -Installers: -- Architecture: x86 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.113.0/dnGREP.4.2.113.x86.msi - InstallerSha256: 5282953f234ec3345a41fad661a80d0c935a497258772e36084602a92c22f7ad - ProductCode: '{83A03040-BFC7-45CA-9725-EEAA0FF71564}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-11-12 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.113 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.113.0/dnGREP.4.2.113.x64.msi - InstallerSha256: b190bc585528b64ac293027363113897acc36224c1cf73004ae7057ef8afa012 - ProductCode: '{1EE7D17F-EE6A-4BA9-B584-8D06AFEB9811}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-11-12 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.113 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 54dfa9cf06935..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.113.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.11 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.113.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 49c94a9e9cf01..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.113.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.113.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 48712686df2ef..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.121.0 -InstallerLocale: en-US -Installers: -- Architecture: x86 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.121.0/dnGREP.4.2.121.x86.msi - InstallerSha256: 5973dea3b7ba73f79af2bf7deaf505e5bb3ea8005153135efded45d2b8514c5d - ProductCode: '{3D92516F-1DA9-48EB-AB60-6F4A02FBB0BD}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-12-10 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.121 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.121.0/dnGREP.4.2.121.x64.msi - InstallerSha256: 62367d9eedb4a79662beaef14547c37c22d80022287b9b79c02dafe70f6147cc - ProductCode: '{1B3155B3-E431-4C7D-99FF-4558530E0E4D}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-12-10 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.121 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 1699a3dec6a16..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.121.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.11 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.121.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 41c67ee2fb1f6..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.121.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.121.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index ef077ed3487c7..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.29.0 -InstallerLocale: en-US -Installers: -- Architecture: x86 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.29.0/dnGREP.4.2.29.x86.msi - InstallerSha256: 6a14aaaf5d9cf4245410f9b390d136cfcd2c1919d4bce428725e5d0a4444b46d - ProductCode: '{B86B0610-406B-4A83-9A79-C002CE4A1F53}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-06-11 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.29 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.29.0/dnGREP.4.2.29.x64.msi - InstallerSha256: d8842ea4a1fc92818282413bb33ec9f53caa60682a0e89421c82d841d784914c - ProductCode: '{53BDC52F-6EE8-47A5-9345-346EBEDCF2A5}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-06-11 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.29 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index a93fe41aa553e..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.29.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.6 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.29.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.yaml deleted file mode 100644 index b585f8456c991..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.29.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.29.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index ef24e3da1efc3..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.46.0 -InstallerLocale: en-US -Installers: -- Architecture: x86 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.46.0/dnGREP.4.2.46.x86.msi - InstallerSha256: 1f3d2ac49a7da8877e89a5ad213ac1dc2a87ba782b01a126ba9d3e1605259760 - ProductCode: '{18622E51-1EB3-436E-8327-5998876DB320}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-06-11 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.46 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.46.0/dnGREP.4.2.46.x64.msi - InstallerSha256: 3d55b4feb5149e6b50c635d017038ef24ed39d4133eeaee1604df4617cab370e - ProductCode: '{417C1C4D-C887-43D4-9526-92A2176D3237}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-07-09 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.46 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 1de6efce5c20c..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.46.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.7 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.46.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.yaml deleted file mode 100644 index da1c454f8a61f..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.46.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.46.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index dcf39f5e1f498..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.59.0 -InstallerLocale: en-US -Installers: -- Architecture: x86 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.59.0/dnGREP.4.2.59.x86.msi - InstallerSha256: 16e3ab70e1e267489150da44c8873da33e2a4b9462f4feffbf7a5f95846f3c4b - ProductCode: '{08AD499A-2ECE-4EF2-A8BD-F832DD9B642D}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-08-13 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.59 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.59.0/dnGREP.4.2.59.x64.msi - InstallerSha256: e87f5938dd03659f1674e069ec21e4f8a245e4e8aba4a721d7f4f1f174a4a6a8 - ProductCode: '{2F8E7904-39EF-484D-B8D3-9667C74F0BAC}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-08-13 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.59 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 8f869e2ab3c19..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.59.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.8 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.59.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.yaml deleted file mode 100644 index e285012ba4e8c..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.59.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.59.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index 1f04a551236e0..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.6.0 -InstallerLocale: en-US -Installers: -- Architecture: x86 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.6.0/dnGREP.4.2.6.x86.msi - InstallerSha256: ca0118f8e00c152ae069c8904f48840d4da8bb0cda1871355ad3af9eb76009ea - ProductCode: '{B411953C-FF0C-4B6B-A0B7-378B8D12F382}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-05-14 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.6 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.6.0/dnGREP.4.2.6.x64.msi - InstallerSha256: c5c347830d3a1feeac35e4cf2fb1efffe3b04ad9f9fba087f8b789eb0fd4f97a - ProductCode: '{A7D8C4D3-2DF2-4F3C-9D31-5BE7B9F8B64F}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-05-14 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.6 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index c1f9bf57ff544..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.6.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.5 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.6.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 481a178c2a8e0..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.6.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index b389a28ff1e1c..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.84.0 -InstallerLocale: en-US -Installers: -- Architecture: x86 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.84.0/dnGREP.4.2.84.x86.msi - InstallerSha256: 8d9f713a02125d93afaed2cd7ebbf38463b78a00966b8de6deda4f37159e13c1 - ProductCode: '{E447428C-9C56-4FD2-8855-279267B1D195}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-08-13 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.84 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.84.0/dnGREP.4.2.84.x64.msi - InstallerSha256: a079dbdd547e5ff344d88576ecfbf2b4370634619d3b8c5cfb7774bea8c0cadb - ProductCode: '{C43127C1-DFA2-4D5C-B838-483A086832C1}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-08-13 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.84 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 31c59c05336b4..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.84.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.8 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.84.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.yaml deleted file mode 100644 index 26f7df70d313f..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.84.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.84.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.installer.yaml deleted file mode 100644 index a3ffdf4bcfa92..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.installer.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.95.0 -InstallerLocale: en-US -Installers: -- Architecture: x86 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.95.0/dnGREP.4.2.95.x86.msi - InstallerSha256: 0f32b01b53b9c8788ca1bd53d82fc1ea2e913de77e9ab7bfce80b813a0014182 - ProductCode: '{451FE768-4455-4EAE-95A9-C1B39BF2A7C4}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-10-08 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.95 (x86) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -- Architecture: x64 - InstallerType: wix - Platform: - - Windows.Desktop - InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v4.2.95.0/dnGREP.4.2.95.x64.msi - InstallerSha256: 12779230835790ed84801bfcab6a23e2da7276d36c97bde7c2db5ad204d66582 - ProductCode: '{C35326EC-3A57-4E1D-A9BE-AFDF58BB87F7}' - Scope: machine - InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive - Custom: /norestart - UpgradeBehavior: install - ReleaseDate: 2024-10-08 - AppsAndFeaturesEntries: - - DisplayName: dnGrep 4.2.95 (x64) - UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.locale.en-US.yaml deleted file mode 100644 index 8ab128b8dbb44..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.95.0 -PackageLocale: en-US -Publisher: dnGrep Community Contributors -PublisherUrl: http://dngrep.github.io -PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues -Author: dnGrep Community Contributors -PackageName: dnGREP -PackageUrl: http://dngrep.github.io -License: GPL-3.0 -LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. -CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt -ShortDescription: dnGrep allows you to search across files with easy-to-read results. -Description: |- - dnGrep allows you to search across files with easy-to-read results. - Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. -Moniker: dngrep -Tags: -- grep -- search -ReleaseNotes: |- - Other updates - - .NET v8.0.10 -ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v4.2.95.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.yaml deleted file mode 100644 index d428271c84637..0000000000000 --- a/manifests/d/dnGrep/dnGrep/4.2.95.0/dnGrep.dnGrep.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: dnGrep.dnGrep -PackageVersion: 4.2.95.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.installer.yaml b/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.installer.yaml new file mode 100644 index 0000000000000..a491b82ae9ca4 --- /dev/null +++ b/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: dorssel.usbipd-win +PackageVersion: 4.4.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + Custom: /norestart +UpgradeBehavior: install +ProductCode: '{EA1D5623-E6A7-4E4A-9259-E39722040400}' +ReleaseDate: 2025-02-01 +UnsupportedOSArchitectures: +- x86 +- arm +- arm64 +AppsAndFeaturesEntries: +- ProductCode: '{EA1D5623-E6A7-4E4A-9259-E39722040400}' + UpgradeCode: '{EA1D5623-E6A7-4E4A-9259-E3972226646F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\usbipd-win' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dorssel/usbipd-win/releases/download/v4.4.0/usbipd-win_4.4.0.msi + InstallerSha256: 26E80968378BB8DBDD0670C4DF71B32AD903AB66692A199E77561A69744E1395 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.locale.en-US.yaml b/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.locale.en-US.yaml new file mode 100644 index 0000000000000..b36f2b948141e --- /dev/null +++ b/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: dorssel.usbipd-win +PackageVersion: 4.4.0 +PackageLocale: en-US +Publisher: Frans van Dorsselaer +PublisherUrl: https://github.com/dorssel +PublisherSupportUrl: https://github.com/dorssel/usbipd-win/issues +PackageName: usbipd-win +PackageUrl: https://github.com/dorssel/usbipd-win +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/dorssel/usbipd-win/v4.1.0/COPYING.md +Copyright: Copyright (C) 2024 Frans van Dorsselaer +ShortDescription: Host locally connected USB devices to other (possibly virtual) machines. +Moniker: usbipd +Tags: +- hyper-v +- usb +- usbip +- wsl +ReleaseNotes: |- + This update: + - Fixes detach without privileges on Windows 11 + - Adds support for auto-attaching currently unplugged devices (option --unplugged) + - Adds support for non-standard WSL networking setups (option --host-ip) + - Improves WSL networking mode detection + - Improves firewall check + - Bumps driver versions to 7.1.6 + [!NOTE] + When updating from previous versions, a reboot may be required due to driver updates. +ReleaseNotesUrl: https://github.com/dorssel/usbipd-win/releases/tag/v4.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.yaml b/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.yaml new file mode 100644 index 0000000000000..e8a1811f21e60 --- /dev/null +++ b/manifests/d/dorssel/usbipd-win/4.4.0/dorssel.usbipd-win.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: dorssel.usbipd-win +PackageVersion: 4.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.installer.yaml b/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.installer.yaml new file mode 100644 index 0000000000000..0b30e588dc8a4 --- /dev/null +++ b/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EDCD.EliteDangerousMarketConnector +PackageVersion: 5.12.1 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +ProductCode: '{761CE8DC-06C5-4B9F-8C9B-D40A1FF97008}' +ReleaseDate: 2024-10-03 +AppsAndFeaturesEntries: +- ProductCode: '{761CE8DC-06C5-4B9F-8C9B-D40A1FF97008}' + UpgradeCode: '{9DF571AE-D56D-46E6-AF79-4E72AD54EFE6}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\EDMarketConnector' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EDCD/EDMarketConnector/releases/download/Release%2F5.12.1/EDMarketConnector_Installer_5.12.1.exe + InstallerSha256: 19250FF7060FB0A462C65E4E95DE0F1046C3C98322B7F28A86A71F8C05FCB3D8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x86 + InstallerUrl: https://github.com/EDCD/EDMarketConnector/releases/download/Release%2F5.12.1/EDMarketConnector_Installer_5.12.1.exe + InstallerSha256: 19250FF7060FB0A462C65E4E95DE0F1046C3C98322B7F28A86A71F8C05FCB3D8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.locale.en-US.yaml b/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.locale.en-US.yaml new file mode 100644 index 0000000000000..602e7c86e3bff --- /dev/null +++ b/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EDCD.EliteDangerousMarketConnector +PackageVersion: 5.12.1 +PackageLocale: en-US +Publisher: EDCD +PublisherUrl: https://github.com/EDCD/EDMarketConnector +PublisherSupportUrl: https://github.com/EDCD/EDMarketConnector/issues +Author: EDCD +PackageName: Elite Dangerous Market Connector +PackageUrl: https://github.com/EDCD/EDMarketConnector +License: GPL-2.0 +LicenseUrl: https://github.com/EDCD/EDMarketConnector/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/EDCD/EDMarketConnector/blob/main/LICENSE +ShortDescription: Mod/Plugin for Elite Dangerous that helps contribute data to EDDB.IO +Tags: +- eddn +- elite-dangerous +- frontier-api +ReleaseNotesUrl: https://github.com/EDCD/EDMarketConnector/releases/tag/Release/5.12.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/EDCD/EDMarketConnector/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.yaml b/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.yaml new file mode 100644 index 0000000000000..49a7778e160a7 --- /dev/null +++ b/manifests/e/EDCD/EliteDangerousMarketConnector/5.12.1/EDCD.EliteDangerousMarketConnector.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EDCD.EliteDangerousMarketConnector +PackageVersion: 5.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.installer.yaml b/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.installer.yaml new file mode 100644 index 0000000000000..965beef5013e2 --- /dev/null +++ b/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EDCD.EliteDangerousMarketConnector +PackageVersion: 5.4.1.0 +MinimumOSVersion: 10.0.0.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{761CE8DC-06C5-4B9F-8C9B-D40A1FF97008}' +ReleaseDate: 2022-06-18 +AppsAndFeaturesEntries: +- ProductCode: '{761CE8DC-06C5-4B9F-8C9B-D40A1FF97008}' + UpgradeCode: '{9DF571AE-D56D-46E6-AF79-4E72AD54EFE6}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\EDMarketConnector' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/EDCD/EDMarketConnector/releases/download/Release/5.4.1/EDMarketConnector_win_5.4.1.msi + InstallerSha256: EA46E742EC8EB84691C9C55C3EECAD0061F3CA2240F932496B4CA911449C7643 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/EDCD/EDMarketConnector/releases/download/Release/5.4.1/EDMarketConnector_win_5.4.1.msi + InstallerSha256: EA46E742EC8EB84691C9C55C3EECAD0061F3CA2240F932496B4CA911449C7643 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.locale.en-US.yaml b/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.locale.en-US.yaml new file mode 100644 index 0000000000000..b31476c45cead --- /dev/null +++ b/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EDCD.EliteDangerousMarketConnector +PackageVersion: 5.4.1.0 +PackageLocale: en-US +Publisher: EDCD +PublisherUrl: https://github.com/EDCD/EDMarketConnector +PublisherSupportUrl: https://github.com/EDCD/EDMarketConnector/issues +Author: EDCD +PackageName: Elite Dangerous Market Connector +PackageUrl: https://github.com/EDCD/EDMarketConnector +License: GPL-2.0 +LicenseUrl: https://github.com/EDCD/EDMarketConnector/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/EDCD/EDMarketConnector/blob/main/LICENSE +ShortDescription: Mod/Plugin for Elite Dangerous that helps contribute data to EDDB.IO +Tags: +- eddn +- elite-dangerous +- frontier-api +ReleaseNotes: | + Release 5.4.1 + - We now test against, and package with, Python 3.10.5. + - If for any reason EDMarketConnector.exe fails to shutdown and exit when asked to by the upgrade process this should no longer result in a spontaneous system reboot. Closes #1492. + A manual reboot will still be required to complete the EDMarketConnector upgrade process and we make no guarantees about the stability of the application until this is done. + - The new EDDN fsssignaldiscovered/1 schema has been implemented. + - EDSM trace level logging will no longer log API credentials unless explicitly asked to, separately from other EDSM API trace logging. + Bug Fixes + - EDDN: Ensure we always remove all _Localised suffix keys in data. This was missed in some recent new schemas and turned out to be an issue for at least approachsettlement/1. +ReleaseNotesUrl: https://github.com/EDCD/EDMarketConnector/releases/tag/Release/5.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.yaml b/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.yaml new file mode 100644 index 0000000000000..7d152ac72bd9c --- /dev/null +++ b/manifests/e/EDCD/EliteDangerousMarketConnector/5.4.1.0/EDCD.EliteDangerousMarketConnector.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EDCD.EliteDangerousMarketConnector +PackageVersion: 5.4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.installer.yaml index 2de38cc2cee1f..c7267583b115d 100644 --- a/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 0.40.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v0.40.1/certbot-beta-installer-win32.exe InstallerSha256: 885F24B188A03B5BE809A1FE955BA3AB43A360B359FFBE43B9BB9FDB63A47AF6 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.locale.en-US.yaml index 9e272d07fa941..6e02d572ebd1e 100644 --- a/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 0.40.1 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v0.40.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.yaml index cfc8f02d8cf09..95afe3af77182 100644 --- a/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/0.40.1/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 0.40.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.installer.yaml index 04fda5012d092..08f1d5c6594af 100644 --- a/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.0.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.0.0/certbot-beta-installer-win32.exe InstallerSha256: 44F50124205C6868AD8700DFFA055F23B3BE2DA067E31C1D8A4BEDFF5E0E0D38 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.locale.en-US.yaml index baa05596b9249..f7ee1d5da647b 100644 --- a/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.0.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.0.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.yaml index e4b58ede085b4..4b0042ab27e4d 100644 --- a/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.0.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.installer.yaml index cff2f4cf94235..865eff10ff3d8 100644 --- a/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.1.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.1.0/certbot-beta-installer-win32.exe InstallerSha256: 39FE93874134F5C74A53A7F2359D5FEBAB34405FDB9A3C90221B1543E6FE06FB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.locale.en-US.yaml index ea7fce4fdf1f8..15e44661f8942 100644 --- a/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.1.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.1.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.yaml index 563875d8114f9..33486412ff776 100644 --- a/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.1.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.installer.yaml index 3f69863956c7b..7497f95682797 100644 --- a/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.10.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.10.0/certbot-beta-installer-win32.exe InstallerSha256: 400CBF163E3F2FF7B980D37EC081B13936BBB7EEAA885BDBC8787A62F5D81027 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.locale.en-US.yaml index e16ad90ae8df4..98db0e23ce31f 100644 --- a/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.10.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.10.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.yaml index 15cd8eac4d765..a0e35591b5a8c 100644 --- a/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.10.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.installer.yaml index 9f4f48de99d58..3165be6159a7f 100644 --- a/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.10.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.10.1/certbot-beta-installer-win32.exe InstallerSha256: 79FA0985ED5312E592F8F58943319913585DC433D8FD528AC41F800DF6AEF0D8 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.locale.en-US.yaml index e5e70868a3e60..8888f69125654 100644 --- a/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.10.1 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.10.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.yaml index 4792d93fc97e5..f217cecc9c4e7 100644 --- a/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.10.1/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.installer.yaml index 33b8c119ef4b4..aa48e56e37b92 100644 --- a/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.11.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.11.0/certbot-beta-installer-win32.exe InstallerSha256: C09D00BBC3FA35164943FACA65F985D6F447F3F2DCE78EF229F4CBCA7B7EB231 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.locale.en-US.yaml index 8e2aa5a2ec4cb..a2d13c60ac86f 100644 --- a/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.11.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.11.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.yaml index 776dfe8ebe3e1..2665f04ddc0fd 100644 --- a/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.11.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.installer.yaml index d2a2dd77c13d7..027a18f52f030 100644 --- a/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.12.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.12.0/certbot-beta-installer-win32.exe InstallerSha256: 8D387C4DF62443B5571F8E71356EB3F596AFEF11378989F70D2D41753F302696 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.locale.en-US.yaml index abcbd86f3b0c3..5f767461794b8 100644 --- a/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.12.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.12.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.yaml index 49fcee7896348..bf3a5891c67f4 100644 --- a/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.12.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.installer.yaml index f97d99643fa73..d5604cbdefbb5 100644 --- a/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.13.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.13.0/certbot-beta-installer-win32.exe InstallerSha256: 0FE1D3F7317A838F1625C6858D98EBA65E41799314FB34D6839D128D1E846B59 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.locale.en-US.yaml index 90c1e7c48228c..0bae988e3ddfe 100644 --- a/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.13.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.13.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.yaml index c09d663d7c610..e0ba89b63f37a 100644 --- a/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.13.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.installer.yaml index 319ce06752724..5abd8517b95a7 100644 --- a/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.14.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.14.0/certbot-beta-installer-win32.exe InstallerSha256: 236C007AEC6FC03A997166A32749FA28E330763A6FEDFE0B4AA6472B1438C0CF ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.locale.en-US.yaml index 75840515e1ff8..5188e4ecb90a6 100644 --- a/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.14.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.14.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.yaml index 5ca3d4eb3db16..17db93d2d0e33 100644 --- a/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.14.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.14.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.installer.yaml index b0546f2dd2117..693ea402dfa2d 100644 --- a/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.installer.yaml @@ -1,12 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.15.0 +InstallerType: nullsoft Installers: - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.15.0/certbot-beta-installer-win32.exe InstallerSha256: 27E127D6E089712D5D077DCFED85527A66459383D24CFBEBA0BA0315BC70FC44 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.locale.en-US.yaml index 70ef4239b8dad..aecfd3a500735 100644 --- a/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.locale.en-US.yaml @@ -1,12 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.15.0 PackageLocale: en-US Publisher: Electronic Frontier Foundation +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Certbot +# PackageUrl: License: Apache v2.0 Licence +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.yaml index 865e4856ad824..fa3d16360f80f 100644 --- a/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.15.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.15.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.installer.yaml index 1d0677e8166c8..a88680541955f 100644 --- a/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.installer.yaml @@ -1,19 +1,19 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.16.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft +- Architecture: x86 InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.16.0/certbot-beta-installer-win32.exe InstallerSha256: AF179197E8C3631A76E2D74D8623557F08F447D996A9751F5CEA8C473859ED52 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.locale.en-US.yaml index 876f66a84545a..831183f2e658a 100644 --- a/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.locale.en-US.yaml @@ -1,17 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.16.0 PackageLocale: en-US Publisher: Electronic Frontier Foundation PublisherUrl: https://www.eff.org/ +# PublisherSupportUrl: PrivacyUrl: https://www.eff.org/policy +# Author: PackageName: Certbot PackageUrl: https://certbot.eff.org/ License: Apache v2.0 Licence LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt +# Copyright: +# CopyrightUrl: ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: Moniker: certbot +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.yaml index 77519db5a1d0c..2258a17d654ff 100644 --- a/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.16.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.16.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.installer.yaml index ef67206b5a828..9bc5577da9ebf 100644 --- a/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.installer.yaml @@ -1,20 +1,20 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.17.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft +- Architecture: x86 InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.17.0/certbot-beta-installer-win32.exe InstallerSha256: FB46A742A51809C75A7FCF4688EF8A4C9A73B92A86228CFB1ED8C5AA4EEAC3DE - Scope: machine - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.locale.en-US.yaml index 753ac3643de73..f23e23f535ae9 100644 --- a/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.locale.en-US.yaml @@ -1,18 +1,28 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.17.0 PackageLocale: en-US Publisher: Electronic Frontier Foundation PublisherUrl: https://www.eff.org/ +# PublisherSupportUrl: PrivacyUrl: https://www.eff.org/policy +# Author: PackageName: Certbot PackageUrl: https://certbot.eff.org/ License: Apache v2.0 Licence LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt +# Copyright: +# CopyrightUrl: ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: Moniker: certbot +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.yaml index 1d6345dd6be32..656fb4120bc0f 100644 --- a/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.17.0/EFF.Certbot.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.17.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.installer.yaml index 838d116dbdbe5..41fac9c84da87 100644 --- a/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.installer.yaml @@ -1,19 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.18.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.18.0/certbot-beta-installer-win32.exe InstallerSha256: 96F47C421BDC548821DDA102D6C7ED8E8CF3B5E7B6E85575291ED47B947CB84B - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.locale.en-US.yaml index 1765a64b66a75..c074649e42569 100644 --- a/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.18.0 @@ -16,6 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: Moniker: certbot +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.yaml index 515f13072f719..10eeae6c8e131 100644 --- a/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.18.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.18.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.installer.yaml index 2efb7830d4911..be25a66a34a85 100644 --- a/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.installer.yaml @@ -1,19 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.19.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.19.0/certbot-beta-installer-win32.exe InstallerSha256: 96A397EB1FF1BC64721AAF75DFB9AA5BA7C7F185BFF048E7FDB928C89C865844 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.locale.en-US.yaml index a2f3bc6605c5e..8dacbddab23fb 100644 --- a/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.19.0 @@ -16,6 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: Moniker: certbot +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.yaml index 924f45bcf4e4f..fc77332406392 100644 --- a/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.19.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.19.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.installer.yaml index 9e0a3221a9f7f..b569509a89c5a 100644 --- a/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.2.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.2.0/certbot-beta-installer-win32.exe InstallerSha256: A4DAEB286382DF2238FE2D9D93B2D425E2B7DB4CC455BD7BD8E0821280B6C901 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.locale.en-US.yaml index ecdd687a26541..bd28280c13590 100644 --- a/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.2.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.2.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.yaml index 3e4110f0c9b6d..3af3035e54667 100644 --- a/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.2.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.installer.yaml index 21aed8508d54d..fc85700094259 100644 --- a/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.20.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.20.0/certbot-beta-installer-win32.exe InstallerSha256: 2BA9F0AF945FAC7162926D26FF4825082F4896BE26B35C7CC5CA92F528E8D240 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.locale.en-US.yaml index cdacd3b5c7767..7c4969bc07a5a 100644 --- a/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.20.0 @@ -16,8 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: +# Description: Moniker: certbot -# Tags: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.yaml index b496e01563ec0..6b47865688c42 100644 --- a/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.20.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.20.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.installer.yaml index 655425aaf0108..4e64578a6b52c 100644 --- a/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.21.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.21.0/certbot-beta-installer-win32.exe InstallerSha256: 1510730798CE7F62C9251AE441B52019C92FF7A64D269CE704AFE24543DE7302 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.locale.en-US.yaml index d869831e53428..3261e0d899d60 100644 --- a/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.21.0 @@ -16,7 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Tags: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.yaml index 8ef5f43575fe8..05a11377ed275 100644 --- a/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.21.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.21.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.installer.yaml index 7de326c1c62dc..06ef57e2e60a2 100644 --- a/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.22.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.22.0/certbot-beta-installer-win32.exe InstallerSha256: A2193EE51F885B39BDFCA71A6A96B1F869B9ACA9FC9C4045250052374DCE297B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.locale.en-US.yaml index 8d2a525a03b64..9b26e82c6fc19 100644 --- a/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.22.0 @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.yaml index 03134190a3dde..3b376917cce68 100644 --- a/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.22.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.22.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.installer.yaml index 2c2ff4d91ef2c..405fac7c7785d 100644 --- a/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.23.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.23.0/certbot-beta-installer-win32.exe InstallerSha256: 1D098E05CEB2285D276D60AE43C6F6D1FD71DAD6690C3492D0D59DCF1EB2065D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.locale.en-US.yaml index 31968daba17cc..b59a77068a102 100644 --- a/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.23.0 @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.23.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.yaml index 3c023a94b908c..ab3b9f3494c71 100644 --- a/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.23.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.23.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.installer.yaml index 7ee52d87d2d00..74f3007a97ca9 100644 --- a/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.24.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.24.0/certbot-beta-installer-win32.exe InstallerSha256: F20F528CB5A0D9583F4AF9F99365B976A793C93D59B9D9EE96C8FEB026F210E2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.locale.en-US.yaml index b2938f1e3c013..f3f7668ccf106 100644 --- a/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.24.0 @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.24.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.yaml index fb971aec76402..fdaa001f017a4 100644 --- a/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.24.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.24.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.installer.yaml index de18b6c307a50..88b3501ba4864 100644 --- a/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.25.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.25.0/certbot-beta-installer-win_amd64.exe InstallerSha256: 515F46CDBC5B8D4BBD6042325771C9471F1F58E454B4F412460B2D0828CCF4EE ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.locale.en-US.yaml index c20ae1ab41a5c..a0b73fcac7507 100644 --- a/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.25.0 @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.25.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.yaml index 634aa2d25b124..671712823ded9 100644 --- a/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.25.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.25.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.installer.yaml index 1cc067161e03e..8af9f7bb995c7 100644 --- a/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.26.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.26.0/certbot-beta-installer-win_amd64.exe InstallerSha256: 041D75DD0E2266C73BC21880CFD41CADA6A30B9B1E172DA3CD1EEC099AB20559 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.locale.en-US.yaml index e170dafef2e73..b3f65707bf514 100644 --- a/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.26.0 @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.26.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.yaml index b6dad534acffc..458618b9d2a2e 100644 --- a/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.26.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.26.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.installer.yaml index 51e4c5a682853..c6faeab9114fa 100644 --- a/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.27.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.27.0/certbot-beta-installer-win_amd64.exe InstallerSha256: FE1D9D04E413FD07CD50A4F2B0817A48A22F0FA365848FCF1438D7D310DBC2B2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.locale.en-US.yaml index 4d2a54de2bb0d..403e63e6c2351 100644 --- a/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.27.0 @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.27.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.yaml index 8c07072fd6335..95a3677de7c73 100644 --- a/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.27.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.installer.yaml index 5b214946d7ef5..9871e46ede24e 100644 --- a/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.28.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.28.0/certbot-beta-installer-win_amd64.exe InstallerSha256: 745033ED5F1B467F2A2028D996F4705B6A025F7C2A8FD3159C43CEC5C68BD8F0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.locale.en-US.yaml index 6a3aab6fbd2c1..476af8a2d6d58 100644 --- a/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.28.0 @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.28.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.yaml index 98499658a66ce..e8c6887e68e47 100644 --- a/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.28.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.28.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.installer.yaml index 90a3cff278b6a..8de61914b70ff 100644 --- a/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.29.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.29.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: 31F55F83BA6426E1A3E6D2557D6E248EEDE980CCE81F87053C79A8EB9575357F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.locale.en-US.yaml index c19b251fe01f1..94f604d6752d1 100644 --- a/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.29.0 @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.29.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.yaml index c12e1847afaf4..db4cab7184281 100644 --- a/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.29.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.29.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.installer.yaml index 4123bc6e8b715..ad815fe78aff6 100644 --- a/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.3.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.3.0/certbot-beta-installer-win32.exe InstallerSha256: BC882D238E2A231C767D05EE6B2C5EC5EBE336C8231F162E29D5FA049B1D8216 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.locale.en-US.yaml index b2236b5e84c73..387cc8d112f4c 100644 --- a/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.3.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.3.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.yaml index 0092a0550d90c..c17d50fe32e50 100644 --- a/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.3.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.installer.yaml index f82e2384b1619..f6d49a5473c92 100644 --- a/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.30.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.30.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: 0427B8AEB93EE4A39CC40E4B780B52848D24080E7082C664471A07931C51AB77 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.locale.en-US.yaml index 7a9921cee102a..a01ce1742eaa4 100644 --- a/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.30.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.30.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.yaml index 3b73fa0a5a3eb..969321fea2ce2 100644 --- a/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.30.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.30.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.installer.yaml index 03c7bbd1ce397..ff33c7cea8924 100644 --- a/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.31.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.31.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: A35C7546E9618FE3CFE2BC8AD6A017A4D2B01C90FA4972D1AAEABE91C77AFA80 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.locale.en-US.yaml index 994456919eab8..c73bf8aa77037 100644 --- a/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.31.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.31.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.yaml index 6fe89f0adb64b..847beabeeed6b 100644 --- a/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.31.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.31.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.installer.yaml index d9e42492864f2..fc46cc33782ab 100644 --- a/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.32.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.32.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: 383C29318B0610E073E8E0AA21B7C01FF973AFD57ECE8D88C729B12DC8B5F111 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.locale.en-US.yaml index 4e0a24a82bdde..302b455b5ef4a 100644 --- a/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.32.0 @@ -19,11 +19,10 @@ ShortDescription: Certbot is a free, open source software tool for automatically # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.32.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.yaml index 5fc8fe790a087..f678cea4ed4f5 100644 --- a/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.32.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.32.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.installer.yaml index 06712233aa4a4..1aaaa65fe6d1e 100644 --- a/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.4.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.4.0/certbot-beta-installer-win32.exe InstallerSha256: C5DAA2C2C35F50629065310871AD6FDCB146B59DC7928E3DA0E055DBA039D3D9 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.locale.en-US.yaml index c0ded077040b0..621c97d22c39f 100644 --- a/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.4.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.4.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.yaml index fd42fed713550..b723df620256a 100644 --- a/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.4.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.installer.yaml index 5dd681b061842..14b8ffa9a2f13 100644 --- a/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.5.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.5.0/certbot-beta-installer-win32.exe InstallerSha256: 6AB2542D6AA495AB5D341E67A2E3F91B3F3A488C3A5C9884E6876C9880BA2C3A ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.locale.en-US.yaml index 921fe8821104c..23167b5883f17 100644 --- a/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.5.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.5.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.yaml index a688313e11d15..63b36d4e973c4 100644 --- a/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.5.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.installer.yaml index 4687e741206a4..9b09b02fda145 100644 --- a/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.6.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.6.0/certbot-beta-installer-win32.exe InstallerSha256: 0815AE603E1FA83C5796E7C446D30DEBC7C9CE8DE7CE2D85D8A9ADE86666B0BB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.locale.en-US.yaml index e66e0c699bd8f..3819f8baf9727 100644 --- a/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.6.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.6.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.yaml index b1915dcf7b3dc..a1ca767d0d3bd 100644 --- a/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.6.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.installer.yaml index 49fe75833801c..c7da5470435e9 100644 --- a/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.7.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.7.0/certbot-beta-installer-win32.exe InstallerSha256: EAABCCF6027F97007300BB66D897C8F1BFC88BC5F8FF0E5DB99AA793285624EC ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.locale.en-US.yaml index 1d6bd122b1aba..2bed451d396e9 100644 --- a/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.7.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.7.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.yaml index 39408ffb8f1d4..b03a78761b2e4 100644 --- a/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.7.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.installer.yaml index 4a7df7e67cd5d..33f2fd90df4e8 100644 --- a/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.8.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.8.0/certbot-beta-installer-win32.exe InstallerSha256: 7430BF972EAC30D2118AC69EC947A12B5BD02BE7209EEBA031E276CC31122F34 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.locale.en-US.yaml index 2a3416d3475c2..a7525e75d5348 100644 --- a/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.8.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.8.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.yaml index 1496bdbf490c3..e906659207202 100644 --- a/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.8.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.installer.yaml index ddc13d11dd6c0..f5ee70bc00d3d 100644 --- a/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.9.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v1.9.0/certbot-beta-installer-win32.exe InstallerSha256: 55635EA1EAE1AB2ED0D7FDF36AE3B3E6A6253FED1A20B395FE6DEDAC6841F9AD ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.locale.en-US.yaml index 612e83eebbb4d..cc26ed55b34cb 100644 --- a/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.9.0 @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v1.9.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.yaml index b2fbc7a90d242..3b41eeb4a438d 100644 --- a/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/1.9.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 1.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.installer.yaml index d75a95e021913..baa7f6572f51b 100644 --- a/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.0.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.0.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: C42E1511C0C22E4C4428A6496AC307D752AA54529F43EB2E7D3C7D6F2B1E6A6D ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.locale.en-US.yaml index 85285cd8d0767..cf7dbe78ffc50 100644 --- a/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.0.0 @@ -19,11 +19,10 @@ ShortDescription: Certbot is a free, open source software tool for automatically # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.0.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.yaml index 1d0edaa78c3f0..768694c94ea92 100644 --- a/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.0.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.installer.yaml index d62aa5d647497..1b51aae97a4dc 100644 --- a/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.1.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.1.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: F673CE3581445BAF6BB23A7D460F5597942393842680BBF2FBAAD999007C98C0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.locale.en-US.yaml index 825426977750c..60741f51f91c4 100644 --- a/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.1.0 @@ -19,11 +19,10 @@ ShortDescription: Certbot is a free, open source software tool for automatically # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.1.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.yaml index fe6d2a691617e..37b2bcf00c5b6 100644 --- a/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.1.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.installer.yaml index fc5668eabd862..5d1de669f71ec 100644 --- a/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.1.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.1.1/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: 954C31C9CFB6989F14D28AE859EE1D11512B8000FE047609D4A105EC7427D32B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.locale.en-US.yaml index a529da43e6c8d..debcf6f3d0d0d 100644 --- a/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.1.1 @@ -19,11 +19,10 @@ ShortDescription: Certbot is a free, open source software tool for automatically # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.1.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.yaml index 456a23aab4dd2..b66e1be3cb2d6 100644 --- a/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.1.1/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.installer.yaml index b51ca554139a6..cee3f5344d701 100644 --- a/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.3.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.3.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: C83894FCD5B5F8D5DED0413FE02072E6696D76C1139A76BB620685B91814138B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.locale.en-US.yaml index 28c23a9a9b69a..077f5694ef91f 100644 --- a/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.3.0 @@ -19,11 +19,10 @@ ShortDescription: Certbot is a free, open source software tool for automatically # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.3.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.yaml index fe46c10191ae0..a400670ed53e7 100644 --- a/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.3.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.installer.yaml index ee92048fa9637..7856f4af16255 100644 --- a/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.4.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.4.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: 5B2AB65F48374B4FEFA1594526324A64BD50C24DC85A9B861EDDFEA20022E7DF ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.locale.en-US.yaml index 0fa46a890594a..7e00775aa2fbf 100644 --- a/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.4.0 @@ -19,11 +19,10 @@ ShortDescription: Certbot is a free, open source software tool for automatically # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.4.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.yaml index 314a41a8703e3..2574fd002cb5e 100644 --- a/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.4.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.installer.yaml index 548818d4a771d..07141ba9bf75a 100644 --- a/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.5.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.5.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: C12EFE1F3313B18DDF280E6A102C2C10F7748367259B3B28E4983F548D8F1E35 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.locale.en-US.yaml index b5abb18b45aa8..e0f6befb1eb7d 100644 --- a/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.5.0 @@ -19,11 +19,10 @@ ShortDescription: Certbot is a free, open source software tool for automatically # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.5.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.yaml index 747e967777b38..79496ec6ec55d 100644 --- a/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.5.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.installer.yaml index aff6af4fe462a..3e929472e63a6 100644 --- a/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.6.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.6.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: 528943EB6C0B2BCDD3B67223296C850E062425BF8B01987E264C644B9B72A79E ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.locale.en-US.yaml index 101a3810973a4..770eea548fd43 100644 --- a/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.6.0 @@ -16,6 +16,9 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: +# Moniker: +# Tags: ReleaseNotes: |- Added - --dns-google-project optionally allows for specifying the project that the DNS zone(s) reside in, @@ -32,5 +35,8 @@ ReleaseNotes: |- - certbot-dns-google no longer requires deprecated oauth2client library. - Certbot will no longer try to invoke plugins which do not subclass from the proper ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.6.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.yaml index 6287cd6448493..3550d3cdaf7be 100644 --- a/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.6.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.installer.yaml index 0764df5403cca..d2c2b0f37bb78 100644 --- a/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.7.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.7.4/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: 1946FC24EE26A296C77E9C4DD343F042D3B8B242BE09A380D955C035EF0BF433 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.locale.en-US.yaml index 319532821b131..eb13eda47388e 100644 --- a/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.7.4 @@ -16,10 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: +# Moniker: +# Tags: ReleaseNotes: |- Fixed - Fixed a bug introduced in version 2.7.0 that caused interactively entered - Fixed a bug introduced in version 2.7.0 of our Lexicon based DNS plugins that ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.7.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.yaml index 97fe1651ffbb3..f04d9d6e4d12e 100644 --- a/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.7.4/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.installer.yaml index 006a32792ef4e..6c9fc4ce6d851 100644 --- a/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.installer.yaml @@ -1,15 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.8.0 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.8.0/certbot-beta-installer-win_amd64_signed.exe - InstallerSha256: df84d51624be225081066c8da99d9a6a96ff07a6180a7331a494de2e529a0258 -ManifestType: installer -ManifestVersion: 1.5.0 InstallerLocale: en-US InstallerType: nullsoft Scope: machine @@ -17,4 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install -ReleaseDate: "2023-12-06" +ReleaseDate: 2023-12-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.8.0/certbot-beta-installer-win_amd64_signed.exe + InstallerSha256: DF84D51624BE225081066C8DA99D9A6A96FF07A6180A7331A494DE2E529A0258 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.locale.en-US.yaml index 53697990b0968..6fc04f3c1c97d 100644 --- a/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.locale.en-US.yaml @@ -1,6 +1,5 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.8.0 @@ -17,6 +16,15 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: +# Moniker: +Tags: +- acme +- acme-client +- certbot +- certificate +- letsencrypt +- python ReleaseNotes: |- Added - Added support for Alpine Linux distribution when is used the apache plugin @@ -25,12 +33,8 @@ ReleaseNotes: |- Fixed - Stop using the deprecated pkg_resources API included in setuptools. ReleaseNotesUrl: https://github.com/certbot/certbot/releases/tag/v2.8.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 -Tags: -- acme -- acme-client -- certbot -- certificate -- letsencrypt -- python +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.yaml index 4ebf9dac8df63..47a710102ba2d 100644 --- a/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.8.0/EFF.Certbot.yaml @@ -1,9 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.installer.yaml b/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.installer.yaml index 0d98d5f3d96d3..a6b9c1632e738 100644 --- a/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.installer.yaml +++ b/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.9.0 @@ -10,10 +10,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2024-02-08 Installers: - Architecture: x64 InstallerUrl: https://github.com/certbot/certbot/releases/download/v2.9.0/certbot-beta-installer-win_amd64_signed.exe InstallerSha256: DA2D0647A0FE6B16A8E64DA09C210FBB382AEB93908322B299393B28846A419C ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-02-08 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.locale.en-US.yaml b/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.locale.en-US.yaml index bb952a5356128..a801fad5043e8 100644 --- a/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.locale.en-US.yaml +++ b/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.9.0 @@ -16,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt Copyright: Copyright (c) Electronic Frontier Foundation and others CopyrightUrl: https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt ShortDescription: Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. +# Description: +# Moniker: Tags: - acme - acme-client @@ -23,5 +25,10 @@ Tags: - certificate - letsencrypt - python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.yaml b/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.yaml index e729d2c04d2e2..56eeceeb689cc 100644 --- a/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.yaml +++ b/manifests/e/EFF/Certbot/2.9.0/EFF.Certbot.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EFF.Certbot PackageVersion: 2.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.installer.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.installer.yaml deleted file mode 100644 index c4a00dc732b1a..0000000000000 --- a/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=NVS2.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: EMCOSoftware.PingMonitor -PackageVersion: 9.1.2.6344 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s - Log: /log "" -UpgradeBehavior: install -AppsAndFeaturesEntries: -- ProductCode: '{27DB3489-2E2D-4216-BF29-5248897D96E7}' - UpgradeCode: '{B2E4E41F-326D-4713-B7B4-F946622B685D}' - InstallerType: wix -Installers: -- Architecture: x86 - InstallerUrl: https://storage.emcosoftware.com/download/pingmonitor/PingMonitorSetup.exe - InstallerSha256: E336F78AF4DA94042A5F92CFCA52EFD86243E16CA9A588E876E8BD0CC844A96E - ProductCode: '{27DB3489-2E2D-4216-BF29-5248897D96E7}' -- Architecture: x64 - InstallerUrl: https://storage.emcosoftware.com/download/pingmonitor/PingMonitorSetup.exe - InstallerSha256: E336F78AF4DA94042A5F92CFCA52EFD86243E16CA9A588E876E8BD0CC844A96E - ProductCode: '{27DB3489-2E2D-4216-BF29-5248897D96E7}' -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.yaml deleted file mode 100644 index 771c71fa14371..0000000000000 --- a/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=NVS2.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: EMCOSoftware.PingMonitor -PackageVersion: 9.1.2.6344 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.installer.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.installer.yaml new file mode 100644 index 0000000000000..5c6be6e988c36 --- /dev/null +++ b/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EMCOSoftware.PingMonitor +PackageVersion: 9.2.0.6408 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /s + Log: /log "" +UpgradeBehavior: install +ProductCode: '{79DE2000-CE00-4F08-B462-C8D34DAC6FB3}' +AppsAndFeaturesEntries: +- ProductCode: '{79DE2000-CE00-4F08-B462-C8D34DAC6FB3}' + UpgradeCode: '{B2E4E41F-326D-4713-B7B4-F946622B685D}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://storage.emcosoftware.com/download/pingmonitor/PingMonitorSetup.exe + InstallerSha256: A4C3EFCE9954A2DA57EF084176A3D0A543073202FDF9C07FAB41E51432428D3E +- Architecture: x64 + InstallerUrl: https://storage.emcosoftware.com/download/pingmonitor/PingMonitorSetup.exe + InstallerSha256: A4C3EFCE9954A2DA57EF084176A3D0A543073202FDF9C07FAB41E51432428D3E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.locale.en-US.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.locale.en-US.yaml similarity index 75% rename from manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.locale.en-US.yaml rename to manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.locale.en-US.yaml index 8475bde66670f..0aa8bcd5abb74 100644 --- a/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.locale.en-US.yaml +++ b/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.locale.en-US.yaml @@ -1,42 +1,44 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=NVS2.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: EMCOSoftware.PingMonitor -PackageVersion: 9.1.2.6344 -PackageLocale: en-US -Publisher: EMCO Software -PublisherUrl: https://emcosoftware.com/ -PublisherSupportUrl: https://emcosoftware.com/support -PrivacyUrl: https://emcosoftware.com/privacy-policy -Author: EMCO ehf. -PackageName: EMCO Ping Monitor -PackageUrl: https://emcosoftware.com/ping-monitor -License: Proprietary -LicenseUrl: https://emcosoftware.com/purchase/licensing -Copyright: Copyright © 2001 - 2024 EMCO. All rights reserved. -CopyrightUrl: https://emcosoftware.com/terms-of-use -ShortDescription: Host Availability and Connection Quality Monitoring Tool -Description: EMCO Ping Monitor software helps you to monitor the up/down state and the connection quality of network devices. The tool can send you notifications when the host state or the connection quality of the monitored hosts change. For every host, the program collects detailed statistics including the uptime, outages, latency and other monitoring metrics, so you can analyze the host performance during any historical period and generate detailed reports. -# Moniker: -Tags: -- availability -- connection -- internet -- monitor -- network -- ping -ReleaseNotes: |- - New and improved features - - Compatibility and performance improvements - Resolved issues - - Security fix for CVE-2022-28944 vulnerability -ReleaseNotesUrl: https://emcosoftware.com/ping-monitor/whats-new -PurchaseUrl: https://emcosoftware.com/ping-monitor/purchase -# InstallationNotes: -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://emcosoftware.com/ping-monitor/doc -- DocumentLabel: Video Tour - DocumentUrl: https://emcosoftware.com/ping-monitor/video-tour -ManifestType: defaultLocale -ManifestVersion: 1.9.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EMCOSoftware.PingMonitor +PackageVersion: 9.2.0.6408 +PackageLocale: en-US +Publisher: EMCO Software +PublisherUrl: https://emcosoftware.com/ +PublisherSupportUrl: https://emcosoftware.com/support +PrivacyUrl: https://emcosoftware.com/privacy-policy +Author: EMCO ehf. +PackageName: EMCO Ping Monitor +PackageUrl: https://emcosoftware.com/ping-monitor +License: Proprietary +LicenseUrl: https://emcosoftware.com/purchase/licensing +Copyright: Copyright © 2001 - 2024 EMCO. All rights reserved. +CopyrightUrl: https://emcosoftware.com/terms-of-use +ShortDescription: Host Availability and Connection Quality Monitoring Tool +Description: EMCO Ping Monitor software helps you to monitor the up/down state and the connection quality of network devices. The tool can send you notifications when the host state or the connection quality of the monitored hosts change. For every host, the program collects detailed statistics including the uptime, outages, latency and other monitoring metrics, so you can analyze the host performance during any historical period and generate detailed reports. +Tags: +- availability +- connection +- internet +- monitor +- network +- ping +ReleaseNotes: |- + New features: + - A new Alerts History view allows tracking past alerts for all hosts. + Improvements: + - Significant improvement of alerts tracking performance. + - Significant improvement of Timeline loading performance. + - Improved data loading speed in GUI with multiple opened documents. + - Improved mouse navigation in host statistics details. + - Improved GUI client appearance on small window sizes. +ReleaseNotesUrl: https://emcosoftware.com/ping-monitor/whats-new +PurchaseUrl: https://emcosoftware.com/ping-monitor/purchase +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://emcosoftware.com/ping-monitor/doc +- DocumentLabel: Video Tour + DocumentUrl: https://emcosoftware.com/ping-monitor/video-tour +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.locale.zh-CN.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.locale.zh-CN.yaml similarity index 97% rename from manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.locale.zh-CN.yaml rename to manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.locale.zh-CN.yaml index 82abae62b182d..c57b3339342fe 100644 --- a/manifests/e/EMCOSoftware/PingMonitor/9.1.2.6344/EMCOSoftware.PingMonitor.locale.zh-CN.yaml +++ b/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: EMCOSoftware.PingMonitor -PackageVersion: 9.1.2.6344 +PackageVersion: 9.2.0.6408 PackageLocale: zh-CN # Publisher: # PublisherUrl: diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.yaml new file mode 100644 index 0000000000000..c24de2d19895b --- /dev/null +++ b/manifests/e/EMCOSoftware/PingMonitor/9.2.0.6408/EMCOSoftware.PingMonitor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EMCOSoftware.PingMonitor +PackageVersion: 9.2.0.6408 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.installer.yaml b/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.installer.yaml new file mode 100644 index 0000000000000..a3212ecc7d366 --- /dev/null +++ b/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EPOS.EposConnect +PackageVersion: 8.0.1.48542 +InstallerType: burn +InstallModes: +- silent +InstallerSwitches: + Silent: /S /v/qn + SilentWithProgress: /S /v/qb +UpgradeBehavior: install +ProductCode: '{d19ead96-4db3-4e36-95d2-5f327b3a6c9e}' +ReleaseDate: 2025-02-05 +Installers: +- Architecture: neutral + InstallerUrl: https://www.eposaudio.com/contentassets/b79403493cb840ea89ca342e45139a27/eposconnect_8.0.1.48542.exe + InstallerSha256: DF4191E7FFA3E9A4DA9AAD8926A6C894556B99DD710952E9BF741549C89BDE1E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.locale.en-US.yaml b/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.locale.en-US.yaml new file mode 100644 index 0000000000000..b3edd8ef35cea --- /dev/null +++ b/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EPOS.EposConnect +PackageVersion: 8.0.1.48542 +PackageLocale: en-US +Publisher: EPOS Group A/S +PublisherUrl: https://www.eposaudio.com/ +PublisherSupportUrl: https://www.eposaudio.com/support +PackageName: EPOS Connect +PackageUrl: https://www.eposaudio.com/software/epos-connect +License: Proprietary +Copyright: Copyright (c) EPOS Group A/S +ShortDescription: Update with the latest firmware and personalize your EPOS audio device settings to ensure flawless operation and maximum productivity +Description: EPOS Connect for Windows gives the end user access to the latest firmware updates and personalized audio device settings. Stay in control with a tool that keeps EPOS headsets and speakerphones work seamlessly with all leading softphones. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.yaml b/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.yaml new file mode 100644 index 0000000000000..eff7ae54ccde9 --- /dev/null +++ b/manifests/e/EPOS/EposConnect/8.0.1.48542/EPOS.EposConnect.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EPOS.EposConnect +PackageVersion: 8.0.1.48542 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.installer.yaml b/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.installer.yaml new file mode 100644 index 0000000000000..ceca2bcd8c26e --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBCalc +PackageVersion: 7.3.1.0 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2012-04-16 +Installers: +- Architecture: x86 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: setup.exe + InstallerUrl: https://www.esbconsult.com/esbcalc.zip + InstallerSha256: 79526B622090BDEF5B6BA196676BEE0F556043E6C4E825438062AD40F18285A8 + ProductCode: ESBCalc6_is1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.locale.en-US.yaml b/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.locale.en-US.yaml new file mode 100644 index 0000000000000..ed8d9e5581096 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBCalc +PackageVersion: 7.3.1.0 +PackageLocale: en-US +Publisher: ESB Consultancy +PublisherUrl: https://www.esbconsult.com/ +PublisherSupportUrl: https://www.esbconsult.com/support.htm +# PrivacyUrl: +Author: ESB Consultancy +PackageName: ESBCalc +PackageUrl: https://www.esbconsult.com/esbcalc/esbcalc.htm +License: Freeware +LicenseUrl: https://www.esbconsult.com/esbcalc/license.htm +Copyright: ©1999-2012 ESB Consultancy +CopyrightUrl: https://www.esbconsult.com/esbcalc/license.htm +ShortDescription: Freeware Calculator +Description: ESBCalc is a Freeware Scientific Calculator for Windows with Infix Notation, Brackets, Scientific Functions (Trigonometric, Hyperbolic, Logarithmic - including Base 10, Base 2 & Natural - plus more), Memory, Paper Trail, Result History List and more. Includes Prefix Function support so that Log (1.3) can be entered as log 1.3 rather than as 1.3 log which is also available if you prefer that behaviour. The current state of Precedence, Prefix Functions, etc can be displayed at startup to help avoid confusion. +# Moniker: +Tags: +- calculate +- calculation +- calculator +- math +- mathematics +- scientific-calculator +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.locale.zh-CN.yaml b/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.locale.zh-CN.yaml new file mode 100644 index 0000000000000..96e7f1659b3f1 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBCalc +PackageVersion: 7.3.1.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 免费软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 免费计算器软件 +Description: ESBCalc 是一款适用于 Windows 的免费科学计算器,具有中缀表达式、括号、科学函数(三角函数、双曲线函数、对数函数--包括 10 进制、2 进制和自然数--以及更多)、内存、多行运算历史、结果历史列表等功能。支持前缀函数,可以将 Log (1.3) 输入为 log 1.3 而不是 1.3 log,当然如果你愿意,也可以使用 log 1.3。启动时可显示优先级、前缀功能等的当前状态,以避免混淆。 +# Moniker: +Tags: +- 数学 +- 科学计算器 +- 计算 +- 计算器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.yaml b/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.yaml new file mode 100644 index 0000000000000..aea83871f84e1 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBCalc/7.3.1.0/ESBConsultancy.ESBCalc.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBCalc +PackageVersion: 7.3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.installer.yaml b/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.installer.yaml new file mode 100644 index 0000000000000..63e48d1526199 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBCalc.Pro.Trial +PackageVersion: 10.4.1.0 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-01-09 +Installers: +- Architecture: x86 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: esbcalc_setup.exe + InstallerUrl: https://www.esbconsult.com/esbcalcpro.zip + InstallerSha256: AFE866A636C14734B9F8F225126814570F34C203C81D575A9403981113C783B3 + ProductCode: '{FC8F1751-E0C2-4708-9D71-10802C640AD3}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.locale.en-US.yaml b/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.locale.en-US.yaml new file mode 100644 index 0000000000000..30a624c153a1c --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBCalc.Pro.Trial +PackageVersion: 10.4.1.0 +PackageLocale: en-US +Publisher: ESB Consultancy +PublisherUrl: https://www.esbconsult.com/ +PublisherSupportUrl: https://www.esbconsult.com/support.htm +# PrivacyUrl: +Author: ESB Consultancy +PackageName: ESBCalc Pro TRIAL +PackageUrl: https://www.esbconsult.com/esbcalc/esbcalcpro.htm +License: Proprietary +LicenseUrl: https://www.esbconsult.com/esbcalc/license.htm +Copyright: ©1999-2024 ESB Consultancy +CopyrightUrl: https://www.esbconsult.com/esbcalc/license.htm +ShortDescription: Scientific Calculator +Description: ESBCalc Pro is an Enhanced Scientific Calculator for Windows Platforms with Infix Notation, Full Exponential Notation support, Brackets, Scientific Functions (Trigonometric, Hyperbolic, Logarithmic - including Base 10, Base 2 & Natural - plus more), Memory, Paper Trail, Result History List, Heaps of Constants, User-defined Constants and Integrated Help. Also includes Floating Decimal Point, Lakh Formatting, Paper Trail Comments and many other enhancements to the User Interface and Calculator Engine. You can also do Descriptive Statistics, Days between Dates, Degrees/Minutes/Seconds entering, Hexadecimal/Decimal Conversions and Fraction/Decimal Conversions. For those who don't like Precedence of Operators, that can also be turned off as ESBCalc Pro is highly configurable. +# Moniker: +Tags: +- calculate +- calculation +- calculator +- math +- mathematics +- scientific-calculator +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.locale.zh-CN.yaml b/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.locale.zh-CN.yaml new file mode 100644 index 0000000000000..03d1cd197e1fa --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBCalc.Pro.Trial +PackageVersion: 10.4.1.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 科学计算器 +Description: ESBCalc Pro 是一款适用于 Windows 平台的增强型科学计算器,具有中缀表达式、完整指数符号支持、括号、科学函数(三角函数、双曲线函数、对数函数--包括 10 进制、2 进制和自然数--以及更多)、内存、多行运算历史、运算结果历史、一堆常数、用户自定义常数和集成帮助,还包括浮动小数点、Lakh 格式化、纸质跟踪注释以及用户界面和计算器引擎的许多其它增强功能。您还可以进行描述统计、日期之间的天数、度/分/秒输入、十六进制/十进制转换以及分数/十进制转换。对于不喜欢运算符优先级的用户,ESBCalc Pro 具有高度可配置性,亦可以关闭运算符优先级。 +# Moniker: +Tags: +- 数学 +- 科学计算器 +- 计算 +- 计算器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.yaml b/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.yaml new file mode 100644 index 0000000000000..8cb7b35274e39 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBCalc/Pro/Trial/10.4.1.0/ESBConsultancy.ESBCalc.Pro.Trial.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBCalc.Pro.Trial +PackageVersion: 10.4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.installer.yaml b/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.installer.yaml new file mode 100644 index 0000000000000..2bdbdd2b966b3 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBDateCalc.Pro.Trial +PackageVersion: 10.2.0.0 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2023-01-25 +Installers: +- Architecture: x86 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: esbdatecalc_setup.exe + InstallerUrl: https://www.esbconsult.com/esbdatecalcpro.zip + InstallerSha256: ECDF1C738147463488CAA36B559DDACADC359B1EFC9780BC918662CD217F6A73 + ProductCode: '{25EF057E-7689-4CF2-BF24-185574349108}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.locale.en-US.yaml b/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.locale.en-US.yaml new file mode 100644 index 0000000000000..a7cb5a404621e --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBDateCalc.Pro.Trial +PackageVersion: 10.2.0.0 +PackageLocale: en-US +Publisher: ESB Consultancy +PublisherUrl: https://www.esbconsult.com/ +PublisherSupportUrl: https://www.esbconsult.com/support.htm +# PrivacyUrl: +Author: ESB Consultancy +PackageName: ESBDateCalc Pro TRIAL +PackageUrl: https://www.esbconsult.com/esbcalc/esbdatecalcpro.htm +License: Proprietary +LicenseUrl: https://www.esbconsult.com/esbcalc/license.htm +Copyright: ©1999-2023 ESB Consultancy +CopyrightUrl: https://www.esbconsult.com/esbcalc/license.htm +ShortDescription: Date Calculator for Windows +Description: ESDateCalc Pro is our Date and Time Calculator for Windows and it aims to provide a sophisticated yet easy to use tool to perform Date and Time Calculations. This includes displaying various information for a given year and a given date, as well as doing calculations on a Date Range as well as a Date / Time Range. Also includes Time Zone Conversions, National Holidays, Christian Holidays, Jewish Holidays, Ancient Roman Dates, Duration Conversions and more. +# Moniker: +Tags: +- calculate +- calculation +- calculator +- date +- duration +- holiday +- span +- time +- time-zone +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.esbconsult.com/esbcalc/purchase.htm +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.locale.zh-CN.yaml b/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5e8a4c3a66463 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBDateCalc.Pro.Trial +PackageVersion: 10.2.0.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 适用于 Windows 的日期计算器 +Description: ESDateCalc Pro 是一款适用于 Windows 的日期和时间计算器,用于轻松而深度地计算日期和时间,可以显示给定年份和给定日期的各种信息,计算日期范围和日期/时间范围,以及时区换算、国家节假日、基督教节假日、犹太教节假日、古罗马日期、时长换算等。 +# Moniker: +Tags: +- 日期 +- 时区 +- 时段 +- 时长 +- 时间 +- 节日 +- 计算 +- 计算器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.yaml b/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.yaml new file mode 100644 index 0000000000000..398c46b2a7b92 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBDateCalc/Pro/Trial/10.2.0.0/ESBConsultancy.ESBDateCalc.Pro.Trial.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBDateCalc.Pro.Trial +PackageVersion: 10.2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.installer.yaml b/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.installer.yaml new file mode 100644 index 0000000000000..b0ea7a09a99bd --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBFinCalc.Pro.Trial +PackageVersion: v1.2.0 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2016-10-04 +Installers: +- Architecture: x86 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: setup.exe + InstallerUrl: https://www.esbconsult.com/esbfincalcpro.zip + InstallerSha256: 068AB9C365A61FE1EB38F60FC7BED9BEC9D75067741B9FFFE9A1545FF7D67DE2 + ProductCode: ESBFinCalc1_is1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.locale.en-US.yaml b/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.locale.en-US.yaml new file mode 100644 index 0000000000000..8f8d20836697a --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBFinCalc.Pro.Trial +PackageVersion: v1.2.0 +PackageLocale: en-US +Publisher: ESB Consultancy +PublisherUrl: https://www.esbconsult.com/ +PublisherSupportUrl: https://www.esbconsult.com/support.htm +# PrivacyUrl: +Author: ESB Consultancy +PackageName: ESBFinCalc Pro TRIAL +PackageUrl: https://www.esbconsult.com/esbcalc/esbfincalcpro.htm +License: Proprietary +LicenseUrl: https://www.esbconsult.com/esbcalc/license.htm +Copyright: ©1999-2016 ESB Consultancy +CopyrightUrl: https://www.esbconsult.com/esbcalc/license.htm +ShortDescription: Financial Calculator for Windows +Description: ESBFinCalc Pro is a Financial Calculator that aims to provide a sophisticated yet easy to use tool to perform Financial Calculations including Simple Interest, Compound Interest, Investments, Loans, Annuities, Depreciation, Coupon Dates and other features. Supports full Precedence, Logging of Results, Clipboard Support, Integrated Help, and much more. For those who don't like Precedence of Operators, that can also be turned off. +# Moniker: +Tags: +- calculate +- calculation +- calculator +- finance +- financial +- interest +- investment +- loan +- money +- payment +- rate +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.esbconsult.com/esbcalc/purchase.htm +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.locale.zh-CN.yaml b/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6b047e1107858 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBFinCalc.Pro.Trial +PackageVersion: v1.2.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 适用于 Windows 的金融计算器 +Description: ESBFinCalc Pro 是一款金融计算器,用于轻松而又全面地计算金融相关,包括单利、复利、投资、贷款、年金、折旧、票息日期等功能。支持完整的优先级、结果记录、剪贴板支持、集成帮助等功能。若不喜欢运算符功能,可以将其关闭。 +# Moniker: +Tags: +- 付款 +- 利息 +- 利率 +- 投资 +- 计算 +- 计算器 +- 财产 +- 贷款 +- 费率 +- 金融 +- 金钱 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.yaml b/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.yaml new file mode 100644 index 0000000000000..37a0f516a7d8b --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBFinCalc/Pro/Trial/v1.2.0/ESBConsultancy.ESBFinCalc.Pro.Trial.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBFinCalc.Pro.Trial +PackageVersion: v1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.installer.yaml b/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.installer.yaml new file mode 100644 index 0000000000000..a639514ba0d2c --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBProgCalc.Pro.Trial +PackageVersion: v2.2.0 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2016-09-30 +Installers: +- Architecture: x86 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: setup.exe + InstallerUrl: https://www.esbconsult.com/esbprogcalcpro.zip + InstallerSha256: 4296B3AC0D6A5F47057BF568F675B8395A8614FE5524DDE9632E257892BE971B + ProductCode: ESBProgCalcPro_is1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.locale.en-US.yaml b/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.locale.en-US.yaml new file mode 100644 index 0000000000000..c095c6fa1d3e1 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBProgCalc.Pro.Trial +PackageVersion: v2.2.0 +PackageLocale: en-US +Publisher: ESB Consultancy +PublisherUrl: https://www.esbconsult.com/ +PublisherSupportUrl: https://www.esbconsult.com/support.htm +# PrivacyUrl: +Author: ESB Consultancy +PackageName: ESBProgCalc Pro TRIAL +PackageUrl: https://www.esbconsult.com/esbcalc/esbprogcalcpro.htm +License: Proprietary +LicenseUrl: https://www.esbconsult.com/esbcalc/license.htm +Copyright: ©1999-2016 ESB Consultancy +CopyrightUrl: https://www.esbconsult.com/esbcalc/license.htm +ShortDescription: Programmers Calculator +Description: ESBProgCalc Pro is a Programmers Calculator that supports full precedence, large range of operations (including And, Or, Not, Nand, Nor, Xor, Xnor, Shl, Shr, Rol, Ror, Neg, Mod, etc), Paper Trail, Clipboard Support, History of results, Integrated Help, Expression Editing, and much more.. For those who don't like Precedence of Operators, that can also be turned off. +# Moniker: +Tags: +- bitwise +- calculate +- calculation +- calculator +- develop +- development +- programmer +- programming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.locale.zh-CN.yaml b/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f5da47f349e9 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBProgCalc.Pro.Trial +PackageVersion: v2.2.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 程序员计算器 +Description: ESBProgCalc Pro 是一款程序员计算器,它支持完全优先级、大量运算方式(包括 And、Or、Not、Nand、Nor、Xor、Xnor、Shl、Shr、Rol、Ror、Neg、Mod 等)、多行运算历史、剪贴板支持、运算结果历史、集成帮助、表达式编辑等。若不喜欢操作符优先级,也可以将其关闭。 +# Moniker: +Tags: +- 位运算 +- 开发 +- 程序员 +- 编程 +- 计算 +- 计算器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.yaml b/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.yaml new file mode 100644 index 0000000000000..bcb72e4df7701 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBProgCalc/Pro/Trial/v2.2.0/ESBConsultancy.ESBProgCalc.Pro.Trial.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBProgCalc.Pro.Trial +PackageVersion: v2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.installer.yaml b/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.installer.yaml new file mode 100644 index 0000000000000..9fa3da28e4cdb --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBUnitConv +PackageVersion: 7.4.0.0 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2012-08-24 +Installers: +- Architecture: x86 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: setup.exe + InstallerUrl: https://www.esbconsult.com/esbunitconv.zip + InstallerSha256: 3AFB2C11A0B79A4A2A56FD39227A7E72A0887242ABC9122C12CAC801CE28DD36 + ProductCode: ESBUnitConv4_is1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.locale.en-US.yaml b/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.locale.en-US.yaml new file mode 100644 index 0000000000000..973efb35414df --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBUnitConv +PackageVersion: 7.4.0.0 +PackageLocale: en-US +Publisher: ESB Consultancy +PublisherUrl: https://www.esbconsult.com/ +PublisherSupportUrl: https://www.esbconsult.com/support.htm +# PrivacyUrl: +Author: ESB Consultancy +PackageName: ESBUnitConv +PackageUrl: https://www.esbconsult.com/esbcalc/esbunitconv.htm +License: Freeware +LicenseUrl: https://www.esbconsult.com/esbcalc/license.htm +Copyright: ©1999-2012 ESB Consultancy +CopyrightUrl: https://www.esbconsult.com/esbcalc/license.htm +ShortDescription: Freeware Unit Conversion +Description: ESBUnitConv is a Free User-friendly Windows Utility to easily convert between units of measurement. Includes Units for Temperature, Distance, Mass, Area, Volume, Pressure, Velocity, Acceleration, Force, Energy, Power, Fuel Consumption, Flow, Torque, Angles, Luminous Intensity, Illumination, Time, Quantity & Radioactivity. +# Moniker: +Tags: +- unit +- unit-conversion +- unit-converter +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.locale.zh-CN.yaml b/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..912d7dfad0a08 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBUnitConv +PackageVersion: 7.4.0.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 免费软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 免费单位转换 +Description: ESBUnitConv 是一款用户友好的免费 Windows 实用程序,可轻松转换测量单位,包括温度、距离、质量、面积、体积、压力、速度、加速度、力、能量、功率、燃料消耗、流量、扭矩、角度、发光强度、照度、时间、数量和放射性等单位。 +# Moniker: +Tags: +- 单位 +- 单位转换 +- 单位转换器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.yaml b/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.yaml new file mode 100644 index 0000000000000..323e9bdf96bb8 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBUnitConv/7.4.0.0/ESBConsultancy.ESBUnitConv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBUnitConv +PackageVersion: 7.4.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.installer.yaml b/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.installer.yaml new file mode 100644 index 0000000000000..883960799baae --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBUnitConv.Pro.Trial +PackageVersion: 10.4.1.0 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2024-01-11 +Installers: +- Architecture: x86 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: esbunitconv_setup.exe + InstallerUrl: https://www.esbconsult.com/esbunitconvpro.zip + InstallerSha256: 830A13A89B0FEC4DA8E933D8D6519FA1F837D8012B6E036A2785D0B7A9A44531 + ProductCode: '{A6337CEC-5112-4C42-83C9-B08AD9C5D643}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.locale.en-US.yaml b/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.locale.en-US.yaml new file mode 100644 index 0000000000000..b8372442851b1 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBUnitConv.Pro.Trial +PackageVersion: 10.4.1.0 +PackageLocale: en-US +Publisher: ESB Consultancy +PublisherUrl: https://www.esbconsult.com/ +PublisherSupportUrl: https://www.esbconsult.com/support.htm +# PrivacyUrl: +Author: ESB Consultancy +PackageName: ESBUnitConv Pro TRIAL +PackageUrl: https://www.esbconsult.com/esbcalc/esbunitconvpro.htm +License: Proprietary +LicenseUrl: https://www.esbconsult.com/esbcalc/license.htm +Copyright: ©1999-2024 ESB Consultancy +CopyrightUrl: https://www.esbconsult.com/esbcalc/license.htm +ShortDescription: Unit Conversion +Description: |- + ESBUnitConv Pro is an Enhanced user-friendly Windows Utility to easily convert between units of measurement. Includes Units for Temperature, Distance, Mass, Area, Volume, Pressure, Velocity, Acceleration, Force, Energy, Power, Fuel Consumption, Flow, Torque, Angles, Time, Illumination, Luminous Intensity, Luminance, Luminous Flux, Density, Angular Velocity, Angular Acceleration, Computer Storage, Data Rates, Dynamic Viscosity, Kinematic Viscosity, Electric Charge, Electric Current, Magnetic Flux, Magnetic Flux Density, Magnetic Field Strength, Quantities, Radiation Absorption, Radiation Dose, Radioactivity, Thermal Conductivity, Solid Angles, Specific Energy and Electrical Resistance. + Includes the ability to log conversions, print, improved clipboard support, integrated help and much more. Also support for Exponential Notation in conversions and in the pop-up calculator. Special support included for SI Units, American Wire Gauge Table, Paper Sizes, Circle Calculations, Sphere Calculations and Solar System Comparison Tool. Also includes the ability to hide units if you don't want them. +# Moniker: +Tags: +- unit +- unit-conversion +- unit-converter +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.locale.zh-CN.yaml b/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59aa808e26b95 --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBUnitConv.Pro.Trial +PackageVersion: 10.4.1.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 单位转换 +Description: |- + ESBUnitConv Pro 是一款好用的增强型 Windows 工具,可轻松转换测量单位,包括温度、距离、质量、面积、体积、压力、速度、加速度、力、能量、功率、燃料消耗、流量、扭矩、角度、时间、照度、发光强度、亮度、光通量、密度、角速度、角加速度、计算机存储、数据速率、动态粘度、运动粘度、电荷、电流、磁通量、磁通密度、磁场强度、数量、辐射吸收、辐射剂量、放射性、热导率、固体角度、比能量和电阻。 + 包含记录转换、打印、改进剪贴板支持、集成帮助等功能。转换和弹出计算器还支持指数符号。特别支持国际单位制、美国线规表、纸张尺寸、圆计算、球计算和太阳系比较工具。如果不需要,还可以隐藏单位。 +# Moniker: +Tags: +- 单位 +- 单位转换 +- 单位转换器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.yaml b/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.yaml new file mode 100644 index 0000000000000..cbb4ecfdb29ae --- /dev/null +++ b/manifests/e/ESBConsultancy/ESBUnitConv/Pro/Trial/10.4.1.0/ESBConsultancy.ESBUnitConv.Pro.Trial.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ESBConsultancy.ESBUnitConv.Pro.Trial +PackageVersion: 10.4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.installer.yaml b/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.installer.yaml deleted file mode 100644 index f6e0640ed872b..0000000000000 --- a/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: EaseUS.TodoPCTrans -PackageVersion: "13.9" -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x86 - InstallerUrl: https://down.easeus.com/product/pctrans_free?ref=%2Fdownload%2Fpctrans-free-download.html&cross_key=16966475439506 - InstallerSha256: BAE83459F54B90F0A4B79E8D4115C4F633DD6F4EFBD1D114121B9E7A34EE27AF -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.locale.en-US.yaml b/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.locale.en-US.yaml deleted file mode 100644 index 552c4d8ad8ba8..0000000000000 --- a/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: EaseUS.TodoPCTrans -PackageVersion: "13.9" -PackageLocale: en-US -Publisher: EaseUS -PublisherUrl: https://www.easeus.com -PublisherSupportUrl: https://www.easeus.com/support/contact.htm -PrivacyUrl: https://www.easeus.com/privacy.htm -Author: EaseUS -PackageName: EaseUS Todo PCTrans -PackageUrl: https://easeus.com/pc-transfer-software -License: Proprietary -LicenseUrl: https://www.easeus.com/license.htm -Copyright: Copyright (c) 2018 CHENGDU YIWO Tech Development Co., Ltd (YIWO Tech Ltd, for short). -CopyrightUrl: https://www.easeus.com/legal-counsel.htm -ShortDescription: Useful and reliable software solution created to serve in computer migration operations. -Description: Automatically transfer everything including files, apps, settings, accounts, passwords, and more to a new computer, hard drive or Windows OS while keeping your data safe. -Moniker: pctrans -Tags: -- backup -- data -- files -- recover -PurchaseUrl: https://www.easeus.com/buynow.htm -Documentations: -- DocumentUrl: https://www.easeus.com/support/download/docs/pdf/Todo_PCTrans_10.0_User_Guide2018121701.pdf -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.yaml b/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.yaml deleted file mode 100644 index c4baa2e182304..0000000000000 --- a/manifests/e/EaseUS/TodoPCTrans/13.9/EaseUS.TodoPCTrans.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: EaseUS.TodoPCTrans -PackageVersion: "13.9" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.installer.yaml b/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.installer.yaml deleted file mode 100644 index d85716a26f527..0000000000000 --- a/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: EastMoney.EastMoney -PackageVersion: 11.5.3 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ProductCode: Eastmoney -RequireExplicitUpgrade: true -Installers: -- Architecture: x64 - InstallerUrl: https://swdlcdn.eastmoney.com/swc8_free_new/dfcft8.exe - InstallerSha256: 81ADFBAB127549694C1822A96F6A852BC723A34AA860F98689B9EB9B553A6656 -- Architecture: x86 - InstallerUrl: https://swdlcdn.eastmoney.com/swc8_free_new/dfcft8.exe - InstallerSha256: 81ADFBAB127549694C1822A96F6A852BC723A34AA860F98689B9EB9B553A6656 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.installer.yaml b/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.installer.yaml new file mode 100644 index 0000000000000..bf6fbcf59e6a2 --- /dev/null +++ b/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EastMoney.EastMoney +PackageVersion: 11.5.4 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ProductCode: Eastmoney +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://swdlcdn.eastmoney.com/swc8_free_new/dfcft8.exe + InstallerSha256: 5F134BEB3CFBAE574D7D6491F86D9221B6C0B3BDF8A8033C221C6C27CE2D2D93 +- Architecture: x86 + InstallerUrl: https://swdlcdn.eastmoney.com/swc8_free_new/dfcft8.exe + InstallerSha256: 5F134BEB3CFBAE574D7D6491F86D9221B6C0B3BDF8A8033C221C6C27CE2D2D93 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.locale.en-US.yaml b/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.locale.en-US.yaml similarity index 97% rename from manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.locale.en-US.yaml rename to manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.locale.en-US.yaml index ed64e1894e894..110bd29e5503d 100644 --- a/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.locale.en-US.yaml +++ b/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: EastMoney.EastMoney -PackageVersion: 11.5.3 +PackageVersion: 11.5.4 PackageLocale: en-US Publisher: East Money Information Co., Ltd. PublisherUrl: https://www.eastmoney.com/ diff --git a/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.locale.zh-CN.yaml b/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.locale.zh-CN.yaml similarity index 97% rename from manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.locale.zh-CN.yaml rename to manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.locale.zh-CN.yaml index a45242ad851e2..6acc877287833 100644 --- a/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.locale.zh-CN.yaml +++ b/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: EastMoney.EastMoney -PackageVersion: 11.5.3 +PackageVersion: 11.5.4 PackageLocale: zh-CN Publisher: 东方财富信息股份有限公司 PublisherUrl: https://www.eastmoney.com/ diff --git a/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.yaml b/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.yaml similarity index 88% rename from manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.yaml rename to manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.yaml index 24876ae8bae96..27d4514a5f724 100644 --- a/manifests/e/EastMoney/EastMoney/11.5.3/EastMoney.EastMoney.yaml +++ b/manifests/e/EastMoney/EastMoney/11.5.4/EastMoney.EastMoney.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: EastMoney.EastMoney -PackageVersion: 11.5.3 +PackageVersion: 11.5.4 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.installer.yaml b/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.installer.yaml new file mode 100644 index 0000000000000..898a1ae220947 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.2.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: easytier-gui +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EasyTier/EasyTier/releases/download/v2.2.0/easytier-gui_2.2.0_x64-setup.exe + InstallerSha256: 69D5A9BF6F07F498BC0B442C95A27CF720492FCF8987914978AABA5841183DCA +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.locale.en-US.yaml b/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.locale.en-US.yaml new file mode 100644 index 0000000000000..6188a0bdc2192 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: kkrainbow +PublisherUrl: https://easytier.rs/ +PublisherSupportUrl: https://github.com/EasyTier/EasyTier/issues +PackageName: easytier-gui +PackageUrl: https://easytier.rs/en/ +License: Apache-2.0 +LicenseUrl: https://github.com/EasyTier/EasyTier/blob/HEAD/LICENSE +Copyright: Copyright 2024 sunsijie +ShortDescription: A simple, secure, decentralized VPN mesh network solution +Tags: +- ethernet +- intranet +- network +- network-switch +- switch +ReleaseNotes: |- + This is a feature version. The major feature is the KCP support, which can proxy TCP traffics as KCP streams. This can improve the latency and throughout on the network of high udp loss rate. + Features + - support KCP proxy by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/580 + - add more options to GUI by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/583 + Bugfixes + - fix peer manager stuck when sending large peer rpc by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/572 + - use netlink instead of shell cmd to config ip on linux by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/593 + Full Changelog: https://github.com/EasyTier/EasyTier/compare/v2.1.2...v2.2.0 +ReleaseNotesUrl: https://github.com/EasyTier/EasyTier/releases/tag/v2.2.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://easytier.rs/en/guide/introduction.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.locale.zh-CN.yaml b/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.locale.zh-CN.yaml new file mode 100644 index 0000000000000..26577abe02035 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.2.0 +PackageLocale: zh-CN +PackageUrl: https://easytier.rs/ +ShortDescription: 一个简单、安全、去中心化的内网穿透 VPN 组网方案 +Tags: +- 交换机 +- 以太网 +- 内网 +- 内网穿透 +- 网络 +ReleaseNotesUrl: https://github.com/EasyTier/EasyTier/releases/tag/v2.2.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://easytier.rs/guide/introduction.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.yaml b/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.yaml new file mode 100644 index 0000000000000..a03b8a8288f75 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.0/EasyTier.EasyTier.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.installer.yaml b/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.installer.yaml new file mode 100644 index 0000000000000..044a24640f128 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.2.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: easytier-gui +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EasyTier/EasyTier/releases/download/v2.2.1/easytier-gui_2.2.1_x64-setup.exe + InstallerSha256: EC604B2B727A883340D29D5CE29D1CB8639FC33BB31243D20C421C8087FCFB0A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.locale.en-US.yaml b/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.locale.en-US.yaml new file mode 100644 index 0000000000000..4933ab1d91d00 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: kkrainbow +PublisherUrl: https://easytier.rs/ +PublisherSupportUrl: https://github.com/EasyTier/EasyTier/issues +PackageName: easytier-gui +PackageUrl: https://easytier.rs/en/ +License: Apache-2.0 +LicenseUrl: https://github.com/EasyTier/EasyTier/blob/HEAD/LICENSE +Copyright: Copyright 2024 sunsijie +ShortDescription: A simple, secure, decentralized VPN mesh network solution +Tags: +- ethernet +- intranet +- network +- network-switch +- switch +ReleaseNotes: |- + This is a bugfix version. + - Fix tcp incoming failure when kcp proxy is enabled by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/601 + - Android should always use user-space network stack to do subnet/kcp proxy by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/605 + - Automatically add firewall rules on windows by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/605 + - remove route only when interface index is same by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/606 + Full Changelog: https://github.com/EasyTier/EasyTier/compare/v2.2.0...v2.2.1 +ReleaseNotesUrl: https://github.com/EasyTier/EasyTier/releases/tag/v2.2.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://easytier.rs/en/guide/introduction.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.locale.zh-CN.yaml b/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3c78649201702 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.2.1 +PackageLocale: zh-CN +PackageUrl: https://easytier.rs/ +ShortDescription: 一个简单、安全、去中心化的内网穿透 VPN 组网方案 +Tags: +- 交换机 +- 以太网 +- 内网 +- 内网穿透 +- 网络 +ReleaseNotesUrl: https://github.com/EasyTier/EasyTier/releases/tag/v2.2.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://easytier.rs/guide/introduction.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.yaml b/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.yaml new file mode 100644 index 0000000000000..05ec83a3f0980 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.1/EasyTier.EasyTier.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.installer.yaml new file mode 100644 index 0000000000000..0d3df491362d4 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.26.4 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2025-01-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.26_4.msi + InstallerSha256: 6F6B397F51DD90055857FE63337BC89B544235A2FA25EDAD548358B8B514B43D + ProductCode: '{A48564A1-272B-4DA8-948A-3AB1FFF5A425}' + AppsAndFeaturesEntries: + - ProductCode: '{A48564A1-272B-4DA8-948A-3AB1FFF5A425}' + UpgradeCode: '{E26AD2F5-1BA5-6CF3-F1D0-7C6017113119}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jdk_x64_windows_hotspot_11.0.26_4.msi + InstallerSha256: 25BC11BD05E4DAD95EBEFDE017BD5EB29DFE8624BBD46BEECA8EBA4B4D77FAE1 + ProductCode: '{B6E23B53-1C92-4AF2-A39C-30CCDE7951D8}' + AppsAndFeaturesEntries: + - ProductCode: '{B6E23B53-1C92-4AF2-A39C-30CCDE7951D8}' + UpgradeCode: '{22022AB8-C6D7-EF20-3444-3FDF9543E00A}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..b6d0701f674cc --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.26.4 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +Moniker: temurin-jdk-11 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.26+4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c09e3dd8699af --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.26.4 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.26+4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.yaml new file mode 100644 index 0000000000000..630603bc37442 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.26.4/EclipseAdoptium.Temurin.11.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.26.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.installer.yaml new file mode 100644 index 0000000000000..32bddfae563cf --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JRE +PackageVersion: 11.0.26.4 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jjs +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmid +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2025-01-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.26_4.msi + InstallerSha256: 862BBCEEC0FA5624C2971437E6A7C02A7A8331F88BAA2C4C14FE20950367D57B + ProductCode: '{147945DC-6781-48B6-BFFA-3EAAB8E5E983}' + AppsAndFeaturesEntries: + - ProductCode: '{147945DC-6781-48B6-BFFA-3EAAB8E5E983}' + UpgradeCode: '{23677CEC-8722-3582-9650-58BC3BF51EA2}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_x64_windows_hotspot_11.0.26_4.msi + InstallerSha256: 5E1E515F2625AB6C4BDC95A6A0F0928B3ACE6034A60D811DA3D701EBFAEACCF1 + ProductCode: '{45E29707-E9DD-4E9C-835C-A60940D58BF7}' + AppsAndFeaturesEntries: + - ProductCode: '{45E29707-E9DD-4E9C-835C-A60940D58BF7}' + UpgradeCode: '{CDB73A5C-7692-6FA6-BDAE-E46B39B3A3BB}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..3a6daf150147b --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JRE +PackageVersion: 11.0.26.4 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +Moniker: temurin-jre-11 +Tags: +- java +- jre +- jvm +- openjre +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.26+4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76939c7a6bcce --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JRE +PackageVersion: 11.0.26.4 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +Tags: +- java +- jre +- jvm +- openjre +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.26+4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.yaml new file mode 100644 index 0000000000000..36867ac5fa9f0 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JRE/11.0.26.4/EclipseAdoptium.Temurin.11.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JRE +PackageVersion: 11.0.26.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.installer.yaml new file mode 100644 index 0000000000000..f7967f103e403 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.23.JDK +PackageVersion: 23.0.2.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +ReleaseDate: 2025-01-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.2%2B7/OpenJDK23U-jdk_x64_windows_hotspot_23.0.2_7.msi + InstallerSha256: E4EF33439C2DC725387FCE4D57ED63794785C0D3AB55726BDC9861C0387DC3A0 + ProductCode: '{9273BD1E-3352-4524-A3E3-7B693A93F8FD}' + AppsAndFeaturesEntries: + - ProductCode: '{9273BD1E-3352-4524-A3E3-7B693A93F8FD}' + UpgradeCode: '{EB23D983-5F05-8749-9671-1D20BCBBF52C}' +- Architecture: arm64 + InstallerUrl: https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.2%2B7/OpenJDK23U-jdk_aarch64_windows_hotspot_23.0.2_7.msi + InstallerSha256: B775CEDF3FF202097E405A6DE21C37C4A8DF8F61273B7E3F7412563DD4D23B4A + ProductCode: '{DDFF0DF2-76CD-4F57-8588-7A90331D0D14}' + AppsAndFeaturesEntries: + - ProductCode: '{DDFF0DF2-76CD-4F57-8588-7A90331D0D14}' + UpgradeCode: '{AE01B5B7-0357-E151-FAAA-341704EF9A54}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..650bbe8c20651 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.23.JDK +PackageVersion: 23.0.2.7 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 23 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +Moniker: temurin-jdk-23 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin23-binaries/releases/tag/jdk-23.0.2+7 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6728d47963513 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.23.JDK +PackageVersion: 23.0.2.7 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 23 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin23-binaries/releases/tag/jdk-23.0.2+7 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.yaml new file mode 100644 index 0000000000000..968039461cab6 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/23/JDK/23.0.2.7/EclipseAdoptium.Temurin.23.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.23.JDK +PackageVersion: 23.0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.installer.yaml new file mode 100644 index 0000000000000..f1b9a2fd29522 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.installer.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.23.JRE +PackageVersion: 23.0.2.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +ReleaseDate: 2025-01-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.2%2B7/OpenJDK23U-jre_x64_windows_hotspot_23.0.2_7.msi + InstallerSha256: 07DDF8B8D004692261D0AB769A31176ABD22B5203CEE44317328F9113A99E486 + ProductCode: '{431EF833-AA13-44BA-B85D-1B24FF15C84A}' + AppsAndFeaturesEntries: + - ProductCode: '{431EF833-AA13-44BA-B85D-1B24FF15C84A}' + UpgradeCode: '{A053E7ED-D2FC-57F5-17A0-E042D435B26D}' +- Architecture: arm64 + InstallerUrl: https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.2%2B7/OpenJDK23U-jre_aarch64_windows_hotspot_23.0.2_7.msi + InstallerSha256: 5018329EDE256F28FDF59B5BC275EF16F2CC39422E12D9F38FA115D7FB60918C + ProductCode: '{D129782B-09DB-44BF-851C-71E9A2C069E1}' + AppsAndFeaturesEntries: + - ProductCode: '{D129782B-09DB-44BF-851C-71E9A2C069E1}' + UpgradeCode: '{8C3DCA7B-769A-8728-5838-A1C7FF115622}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..268089249fb55 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.23.JRE +PackageVersion: 23.0.2.7 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 23 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +Moniker: temurin-jre-23 +Tags: +- java +- jre +- jvm +- openjre +ReleaseNotesUrl: https://github.com/adoptium/temurin23-binaries/releases/tag/jdk-23.0.2+7 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7ee7f9c053e66 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.23.JRE +PackageVersion: 23.0.2.7 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 23 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +Tags: +- java +- jre +- jvm +- openjre +ReleaseNotesUrl: https://github.com/adoptium/temurin23-binaries/releases/tag/jdk-23.0.2+7 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.yaml new file mode 100644 index 0000000000000..8d6c592d75dae --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/23/JRE/23.0.2.7/EclipseAdoptium.Temurin.23.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.23.JRE +PackageVersion: 23.0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.installer.yaml new file mode 100644 index 0000000000000..6a193a824d839 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.installer.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JDK +PackageVersion: 8.0.442.6 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeps +- jps +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2025-01-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b06/OpenJDK8U-jdk_x86-32_windows_hotspot_8u442b06.msi + InstallerSha256: DF2F02FB0182776AC0798029683785F9E863DB3D15C16A4603D7D0E5636D59CD + ProductCode: '{C3E7B11B-F0D9-428D-B511-786C749DD703}' + AppsAndFeaturesEntries: + - ProductCode: '{C3E7B11B-F0D9-428D-B511-786C749DD703}' + UpgradeCode: '{1A2E1C82-680C-9FAB-841C-9949EB19DFF2}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b06/OpenJDK8U-jdk_x64_windows_hotspot_8u442b06.msi + InstallerSha256: FAC13D03D3D193509D82EF964060C21F2B20BC0CA3419ECC5CB3EF71283F2F94 + ProductCode: '{D432159D-A3D1-4A99-9162-296B004AD7D6}' + AppsAndFeaturesEntries: + - ProductCode: '{D432159D-A3D1-4A99-9162-296B004AD7D6}' + UpgradeCode: '{44F3A265-BA82-D55E-A5CC-B578449EE543}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..b27163d0e11a1 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JDK +PackageVersion: 8.0.442.6 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 8 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +Moniker: temurin-jdk-8 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u442-b06 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..df623e3b633b1 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JDK +PackageVersion: 8.0.442.6 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 8 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u442-b06 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.yaml new file mode 100644 index 0000000000000..9337532b2149c --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JDK/8.0.442.6/EclipseAdoptium.Temurin.8.JDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JDK +PackageVersion: 8.0.442.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.installer.yaml new file mode 100644 index 0000000000000..bd646780b0719 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JRE +PackageVersion: 8.0.442.6 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- java +- java-rmi +- javaw +- jfr +- jjs +- keytool +- kinit +- klist +- ktab +- orbd +- policytool +- rmid +- rmiregistry +- servertool +- tnameserv +FileExtensions: +- class +- jar +- java +- jsp +ReleaseDate: 2025-01-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b06/OpenJDK8U-jre_x86-32_windows_hotspot_8u442b06.msi + InstallerSha256: B90ED15F765E6B58FB7D7E3997A7C976791993F8F15C6CA1941F845E31680B81 + ProductCode: '{93A18363-B57B-4859-9F13-58DEED9E6EC0}' + AppsAndFeaturesEntries: + - ProductCode: '{93A18363-B57B-4859-9F13-58DEED9E6EC0}' + UpgradeCode: '{45B9357D-10B8-96DB-0C1A-5686F1589C82}' +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b06/OpenJDK8U-jre_x64_windows_hotspot_8u442b06.msi + InstallerSha256: 4DD03622B9690427DBCD6DF6C60EB6E1A422F1EB7389F0D08EF844BF43E23EAB + ProductCode: '{35151E48-24F7-4295-82D2-F2B3C700F9A6}' + AppsAndFeaturesEntries: + - ProductCode: '{35151E48-24F7-4295-82D2-F2B3C700F9A6}' + UpgradeCode: '{740C8620-C719-E140-1A76-A4513367112A}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..bea6766ff6a35 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JRE +PackageVersion: 8.0.442.6 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 8 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JRE is the open source Java SE build based upon OpenJRE. +Moniker: temurin-jre-8 +Tags: +- java +- jre +- jvm +- openjre +ReleaseNotesUrl: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u442-b06 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4f302b6c81ae9 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JRE +PackageVersion: 8.0.442.6 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JRE with Hotspot 8 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JRE 是基于 OpenJRE 构建的开源 Java SE。 +Tags: +- java +- jre +- jvm +- openjre +ReleaseNotesUrl: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u442-b06 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.yaml b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.yaml new file mode 100644 index 0000000000000..716511ecef097 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/8/JRE/8.0.442.6/EclipseAdoptium.Temurin.8.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.8.JRE +PackageVersion: 8.0.442.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.installer.yaml b/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.installer.yaml new file mode 100644 index 0000000000000..de4c410cf6fe3 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.installer.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 132.0.6834.10 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: EcosiaBrowser +ReleaseDate: 2025-01-29 +Installers: +- Architecture: x86 + InstallerUrl: https://app-cms-repo.ecosia-browser.net/0aac13df-2a94-4570-8229-285102897d3d/build/132.0.6834.10/mini_installer_132.0.6834.10_x86.exe + InstallerSha256: 6814099A0C020C3E2AF01FA531510EDB986F3A67EE9F7995D5E5A67FDF7732BF +- Architecture: x64 + InstallerUrl: https://app-cms-repo.ecosia-browser.net/0aac13df-2a94-4570-8229-285102897d3d/build/132.0.6834.10/mini_installer_132.0.6834.10_x64.exe + InstallerSha256: 55F0DA2985EF00AB9F5B6E5F4EEA50EDAD994912FE64A7A16A68838E683F83DE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.locale.en-US.yaml b/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..c790752052d16 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 132.0.6834.10 +PackageLocale: en-US +Publisher: The Ecosia Browser Authors +PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ +Author: Ecosia GmbH +PackageName: Ecosia Browser +License: Freeware +Copyright: Copyright 2024 The Ecosia Browser Authors. All rights reserved. +ShortDescription: The greenest browser on Earth +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.locale.zh-CN.yaml b/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6c78b443e1e30 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 132.0.6834.10 +PackageLocale: zh-CN +Publisher: The Ecosia Browser Authors +PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ +Author: Ecosia GmbH +PackageName: Ecosia Browser +License: 免费软件 +Copyright: 版权所有 2024 The Ecosia Browser Authors。保留所有权利。 +ShortDescription: 地球上最环保的浏览器 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.yaml b/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.yaml new file mode 100644 index 0000000000000..cb7a12ec4853c --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/132.0.6834.10/Ecosia.EcosiaBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 132.0.6834.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.installer.yaml b/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.installer.yaml new file mode 100644 index 0000000000000..dc15dac40b5b0 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMax.CN +PackageVersion: 14.1.5.1250 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- eddx +- edt +- edx +ProductCode: '{037BAB81-3DF7-4381-A72C-A26B57C03548}_is1' +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.edrawsoft.cn/cbs_down/edraw-max_cn_64bit_14.1.5_full5374.exe + InstallerSha256: 132212BBC7574809A7B6AF9E2A72CAF83DBF9C6E4483FA242F88206502DB1C73 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.locale.en-US.yaml b/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..aed243fb8d099 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMax.CN +PackageVersion: 14.1.5.1250 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawmax.cn/helpcenter/pc/home +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: EdrawMax +PackageUrl: https://www.edrawsoft.cn/edrawmax/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: Copyright © 2024 EdrawSoft. All rights reserved. +ShortDescription: One-stop office diagram tool +Description: EdrawMax is a design software that integrates office diagramming, engineering diagramming, image-text editing and flyer design, with which you can create all kinds of diagrams easily without any drawing skills. +Tags: +- chart +- design +- diagram +- draw +- gantt +- graph +- graphics +- mind-map +- mind-mapping +- mindmap +- uml +ReleaseNotesUrl: https://www.edrawmax.cn/helpcenter/pc/releases +PurchaseUrl: https://www.edrawsoft.cn/order/max_buy.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/guide +- DocumentLabel: Video Guide + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/video +- DocumentLabel: FAQ + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.locale.zh-CN.yaml b/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43c56edffe6f4 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMax.CN +PackageVersion: 14.1.5.1250 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawmax.cn/helpcenter/pc/home +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: EdrawMax +PackageUrl: https://www.edrawsoft.cn/edrawmax/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 深圳市亿图软件有限公司 版权所有 +ShortDescription: 一站式办公绘图利器 +Description: 亿图图示设计软件是一款集办公绘图、工程绘图、图文编辑、彩页设计为一体的设计软件。无需任何绘图功底,即可轻松创建各类图表。 +Tags: +- uml +- 亿图图示 +- 图形 +- 图示 +- 图表 +- 思维导图 +- 甘特图 +- 绘图 +- 脑图 +- 设计 +ReleaseNotes: |- + 1)流向动画支持导出为 Gif 格式; + 2)流向动画支持蚂蚁线风格; + 3)页面尺寸增加了 PPT 的 16:9 以及 4:3 尺寸; + 4)连接线优化了某些场景下难以调直的情况; + 5)支持导出为 Emf 图片格式,支持复制到 Word 为 Emf 图片格式; + 6)其他体验优化以及 bug 修复。 +ReleaseNotesUrl: https://www.edrawmax.cn/helpcenter/pc/releases +PurchaseUrl: https://www.edrawsoft.cn/order/max_buy.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/guide +- DocumentLabel: 视频教程 + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/video +- DocumentLabel: 常见问题 + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.yaml b/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.yaml new file mode 100644 index 0000000000000..44308b62b765a --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/CN/14.1.5.1250/EdrawSoft.EdrawMax.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMax.CN +PackageVersion: 14.1.5.1250 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.installer.yaml b/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.installer.yaml new file mode 100644 index 0000000000000..7f1089af565e8 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.2.4.1080 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.edrawsoft.cn/cbs_down/mindmaster_cn_12.2.4_full5375.exe + InstallerSha256: D65F5E175B7D90FCA924B22B0ABB2539F7EFF3D0F54420C0B9B3D304F432D29A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.locale.en-US.yaml b/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..18d20a2b201be --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.2.4.1080 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 SHENZHEN EDRAW SOFTWARE CO., LTD. All rights reserved +ShortDescription: Cloud-based cross-platform mind mapping software +Description: MindMaster, a cross-platform and versatile mind mapping software, is an effective solution to help you quickly become a competent mind mapping designer! It provides abundant intelligent layouts, various presentation modes, exquisite design elements and preset theme styles, making it a veritable productivity tool for users. Since its launch, it has been well received by users and is widely used in problem solving, time management, business strategy and project management. +Tags: +- mind-map +- mind-mapping +- mindmap +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: Tutorial + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.locale.zh-CN.yaml b/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8fe95f32fe786 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.2.4.1080 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2024 深圳市亿图软件有限公司 版权所有 +ShortDescription: 基于云的跨端思维导图软件 +Description: 亿图脑图 MindMaster 是一款跨平台、多功能的思维导图软件。是帮助您快速成为思维导图设计能手的有效解决方案!软件提供了丰富的智能布局、多样性的展示模式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率工具。自推出以来深受广大用户的欢迎,被广泛应用于解决问题,时间管理,业务战略和项目管理等领域中。 +Tags: +- 亿图脑图 +- 思维导图 +- 脑图 +ReleaseNotes: 修复缺陷 +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: 教程 + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: 视频教程 + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.yaml b/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.yaml new file mode 100644 index 0000000000000..3bf6774ee5e68 --- /dev/null +++ b/manifests/e/EdrawSoft/MindMaster/12.2.4.1080/EdrawSoft.MindMaster.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EdrawSoft.MindMaster +PackageVersion: 12.2.4.1080 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.installer.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.installer.yaml new file mode 100644 index 0000000000000..00b2234b0c41c --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 3.22.1.156 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- egnyte +- egnyte-credentials +FileExtensions: +- egnyte_d +- egnyte_f +- gdoc +- gsheet +- gslides +ProductCode: '{4D817BDF-6517-45FB-8A6B-DEEEFC515C49}' +AppsAndFeaturesEntries: +- ProductCode: '{4D817BDF-6517-45FB-8A6B-DEEEFC515C49}' + UpgradeCode: '{03909D9B-F5F2-41F3-ABF9-4FCE077F028D}' +Installers: +- Architecture: x64 + InstallerUrl: https://egnyte-cdn.egnyte.com/egnytedrive/win/en-us/3.22.1/EgnyteDesktopApp_3.22.1_156.msi + InstallerSha256: 692A0154B30C5F8E70ED8A46C8A7C7018BE898A52B2AF4DBA27616083D435C6F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.locale.en-US.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.locale.en-US.yaml new file mode 100644 index 0000000000000..d35b510b3215c --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 3.22.1.156 +PackageLocale: en-US +Publisher: Egnyte, Inc. +PublisherUrl: https://www.egnyte.com/ +PrivacyUrl: https://www.egnyte.com/privacy-policy +Author: Egnyte, Inc. +PackageName: Egnyte Desktop App +PackageUrl: https://www.egnyte.com/file-access/desktop-access +License: Proprietary +LicenseUrl: https://www.egnyte.com/terms-and-conditions/10-2022 +Copyright: Copyright © 2008-2024 Egnyte, Inc. All rights reserved. +ShortDescription: The Desktop App provides access to content on Egnyte from your file explorer, allowing you to work with content on the cloud the same way you work with content stored locally. +Moniker: egnyte +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +ReleaseNotes: |- + Changes in this version + - Fix for a rare issue when the user was not able to list directories in case of an unstable network connection. + - Support for keeping the historical version of files edited via Bluebeam's Revu.exe +PurchaseUrl: https://www.egnyte.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..deb2b235ee276 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 3.22.1.156 +PackageLocale: zh-CN +Publisher: Egnyte, Inc. +PublisherUrl: https://www.egnyte.com/ +PrivacyUrl: https://www.egnyte.com/privacy-policy +Author: Egnyte, Inc. +PackageName: Egnyte Desktop App +PackageUrl: https://www.egnyte.com/file-access/desktop-access +License: 专有软件 +LicenseUrl: https://www.egnyte.com/terms-and-conditions/10-2022 +Copyright: Copyright © 2008-2024 Egnyte, Inc. All rights reserved. +ShortDescription: Egnyte 桌面应用可让您从文件资源管理器访问 Egnyte 上的内容,让您可以像处理本地存储的内容一样处理云上的内容。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +PurchaseUrl: https://www.egnyte.com/pricing +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.yaml new file mode 100644 index 0000000000000..76462a5efc61a --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/3.22.1.156/Egnyte.EgnyteDesktopApp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 3.22.1.156 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.installer.yaml index 9b0332958c214..a261f48ec972f 100644 --- a/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 3.3.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/3.3.5/Electron-Cash-3.3.5-setup.exe InstallerSha256: D1C458355909998351CF0157E814E5DB5B62106AA8F79F65F643FD6C8C61DA6A ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.locale.en-US.yaml index d502c35a4ea2e..aa1b36d155934 100644 --- a/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 3.3.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/3.3.5 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.yaml index 5c3075a08566f..0b4907f3a8460 100644 --- a/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/3.3.5/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 3.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.installer.yaml index c6a893512b3ca..449b124c4f607 100644 --- a/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 3.3.6 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/3.3.6/Electron-Cash-3.3.6-setup.exe InstallerSha256: 7DC86D434D2861AEC99C41938DF672A5C612F3A8CA96F6E24C05DAF6355841D7 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.locale.en-US.yaml index 1b6de8c525c0c..ff7c7e474c2ea 100644 --- a/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 3.3.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/3.3.6 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.yaml index db4621f994cbf..b272c12cd7e38 100644 --- a/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/3.3.6/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 3.3.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.installer.yaml index 2b2c94040d5ed..307f503e02931 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.0 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.0/Electron-Cash-4.0.0-setup.exe InstallerSha256: A75B02F092AC831ACE2C3D880F6C4738CFBF53940600AF5CEA26CBEFC67F0E97 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.locale.en-US.yaml index 9970ef333e079..96a8625c9e75b 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.yaml index 5f165406ee88c..7b169f7ba482b 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.0/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.installer.yaml index cfa58e3d22439..f586e177d9607 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.1/Electron-Cash-4.0.1-setup.exe InstallerSha256: FB3381B9F25796E8259A0062BBDB9C5EB0E8F79148D03B45C55F6A7ABABD0C4F ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.locale.en-US.yaml index 331dbaf11f891..f58019489b0dd 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.yaml index 06c89ebc92ad3..4a09fb30b3333 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.1/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.installer.yaml index cf43297ec57f1..8dee365fe8e3d 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.10 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.10/Electron-Cash-4.0.10-setup.exe InstallerSha256: 722FFD4825097537F81101BC426A148860C9A569F500F79C565AA03FF3B54B85 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.locale.en-US.yaml index 66fa588009886..5cdd927ce25a3 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.10 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.10 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.yaml index 8cae3c77c9f91..9cf070612502e 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.10/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.installer.yaml index 8c5650cdbb202..a5756ac08bb6f 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.11 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.11/Electron-Cash-4.0.11-setup.exe InstallerSha256: 02D16370CBA873289132341325734B6ACD63EE9029598A5E0745A90D464CA04C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.locale.en-US.yaml index 1db84dd3516f2..1f4780acc6260 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.11 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.11 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.yaml index 2deb2c5a25aec..6290fa9db4de4 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.11/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.installer.yaml index 05bfc21702416..be6e0e6b177a0 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.12 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.12/Electron-Cash-4.0.12-setup.exe InstallerSha256: F4E7E00CBB8A39B73985DFEF7A2E4B4521FBEA7F1BC4DA861157053BF2A12D94 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.locale.en-US.yaml index 1d56ed83644cc..b9ac31c782444 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.12 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.12 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.yaml index 13b738b219f88..15dd8d5b9eeaf 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.12/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.installer.yaml index dcc3c3f451eea..24a4c1e8d6a04 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.13 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.13/Electron-Cash-4.0.13-setup.exe InstallerSha256: 42CD7477F5BC70C342E13C8F4EACA2E4A044A84E1BC6012012793BDEE9859DC8 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.locale.en-US.yaml index 0a279423e290e..0719343a0cacd 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.13 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.13 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.yaml index 3702850629504..572fa5ce5e03b 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.13/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.installer.yaml index cfa8e5712bbd0..264fc57e9ec17 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.14 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.14/Electron-Cash-4.0.14-setup.exe InstallerSha256: 3752454120BC8E0E3B844DB47CBFE913F405BCABC36573A77382465F298ED322 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.locale.en-US.yaml index c19c924792fd8..e388efef0eae9 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.14 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.14 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.yaml index 5889c2e66c58d..939da28c775fd 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.14/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.installer.yaml index 460d259e8e52d..f91eb397eabe7 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.15 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.15/Electron-Cash-4.0.15-setup.exe InstallerSha256: C2806CA99DC783A941C2AFC81A48B17670A5814A4D6B548ABE9E45CE42948BB0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.locale.en-US.yaml index decf508e25a2d..6c2fdbf6b7c6a 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.15 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.15 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.yaml index 36e1be2345228..7187eb809504c 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.15/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.installer.yaml index 9d56c00cdf191..4fc5c7c4f2272 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.2 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.2/Electron-Cash-4.0.2-setup.exe InstallerSha256: 733B2E9025CA0B2B68BC07A27544854D5010D23074F48F4CD81EF93475B156D1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.locale.en-US.yaml index 19607e4933ab9..16f77928383b6 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.yaml index 8cc553b2af1ea..4c8b4c4ac68fc 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.2/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.installer.yaml index bba659b8c794a..009ee7d7fa809 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.3 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.3/Electron-Cash-4.0.3-setup.exe InstallerSha256: 342B5AD24377A1418373874C196A16669F0B50C92EEDF656800EEBE553A26462 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.locale.en-US.yaml index b2237e1978d84..352da11658111 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.yaml index 44b1c35e4438b..96fdac791b4b8 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.3/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.installer.yaml index eabb35166cd59..0785a618f91f4 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.4 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.4/Electron-Cash-4.0.4-setup.exe InstallerSha256: 5CDC1E401AD14B394243B763BC67FD441748F230D241093275A1FF54F34B7264 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.locale.en-US.yaml index ea53fcde03a16..89bf104cf3f56 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.4 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.yaml index cdae546373e6c..b8cbfe5a9ea85 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.4/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.installer.yaml index d3029a9484f3f..03c86c70b4a26 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.5/Electron-Cash-4.0.5-setup.exe InstallerSha256: E5A6261A35C79244E3B185F602ED4C48B754E5664C4400174253AD7FE47DB78B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.locale.en-US.yaml index 9bd188a4aea70..cee98dbb257b1 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.5 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.yaml index 1136f059e2734..f94b8c816250a 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.5/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.installer.yaml index bd23a53c79fa7..f4a7411cd3428 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.6 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.6/Electron-Cash-4.0.6-setup.exe InstallerSha256: F8F44CA13EAF12C2CFEE7C4D97A8958716F58E3BF8EDAC2888D8BD8E00114DCF ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.locale.en-US.yaml index 728f20b78fab0..a073c6fcc100b 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.6 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.yaml index 845934f3253e6..6654ba8a327b8 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.6/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.installer.yaml index 4ff87cefbab46..9b132520e69f4 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.7 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.7/Electron-Cash-4.0.7-setup.exe InstallerSha256: 1CA75A52AF1FDA6A210B378AB0AE114491C8EC8AB567A0F136E9971CE46C310C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.locale.en-US.yaml index 955830f4c25af..460105b216a7d 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.7 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.yaml index 6a5a7551648a4..6284690a78d26 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.7/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.installer.yaml index 86de945d08957..bfc6706997cbd 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.8 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.8/Electron-Cash-4.0.8-setup.exe InstallerSha256: 26787D90C99890392C14283C6C36EF8732CA1AE948EB1DCADED3366A99E030B3 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.locale.en-US.yaml index ac4e0d9dc1252..2c18cc5938ad7 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.8 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.yaml index 286d1a736e953..6074c05559adf 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.8/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.installer.yaml index 81c854af5e28d..26f2f67290c02 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.9 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.0.9/Electron-Cash-4.0.9-setup.exe InstallerSha256: 32045D756B4AFA1F253951C18B0F50EEBAF6B5B5830DE22D80B990A136EA04B2 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.locale.en-US.yaml index c8fdde887504d..9b8eee78814ec 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.0.9 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.yaml index d1613224eb604..f2c13db83fd7d 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.0.9/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.0.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.installer.yaml index 5e0b10902fdb5..34b29031caa58 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.1.0 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.1.0/Electron-Cash-4.1.0-setup.exe InstallerSha256: 8AF219E9CF84CBDEAB2BE3A7C5BEF9311880C8AEAB7D0F252074B8DEDE8AB260 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.locale.en-US.yaml index 5a67cf31a2cd9..a357f2234969e 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.1.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.1.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.yaml index 017c5b6543c26..eb9653a8d7ddb 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.1.0/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.installer.yaml index 9c96cc61ab9e8..865dc3de689b3 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.1.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.1.1/Electron-Cash-4.1.1-setup.exe InstallerSha256: 279389C618737D92112850D29F005606390BE7E26AAAB0A6588A1B8FCE9AE559 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.locale.en-US.yaml index a2a3ae80543f3..50aa26e1793a0 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.1.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.1.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.yaml index 8fa0f6626494e..44adb2a8126f0 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.1.1/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.installer.yaml deleted file mode 100644 index b594fc0698c30..0000000000000 --- a/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: ElectronCash.ElectronCash -PackageVersion: 4.2.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2020-10-21 -Installers: -- Architecture: neutral - InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.0/Electron-Cash-4.2.0-setup.exe - InstallerSha256: 584AC9C04D6BBDB99D69F01E7036FE9E5864974BF74E011E72CA44D1C1376A5E -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.locale.en-US.yaml deleted file mode 100644 index a8f0feff8d633..0000000000000 --- a/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: ElectronCash.ElectronCash -PackageVersion: 4.2.0 -PackageLocale: en-US -Publisher: Electron Cash LLC -PublisherUrl: https://github.com/Electron-Cash/Electron-Cash -PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: -Author: Electron Cash LLC -PackageName: Electron Cash -PackageUrl: https://github.com/Electron-Cash/Electron-Cash -License: MIT License -LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE -Copyright: Copyright (C) Electron Cash LLC -CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE -ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.yaml deleted file mode 100644 index 571ab4127233b..0000000000000 --- a/manifests/e/ElectronCash/ElectronCash/4.2.0/ElectronCash.ElectronCash.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: ElectronCash.ElectronCash -PackageVersion: 4.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.installer.yaml index 34b7ce08ac500..14bde0595b5b9 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.10 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.10/Electron-Cash-4.2.10-setup.exe InstallerSha256: 8E14BD0A4790523DBA6D400C34750E747DD353BA0C5991B2DF0E9E1EEF35B6F0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.locale.en-US.yaml index 8c880f86be96d..e5c017f8b6db0 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.10 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.yaml index 24ee4782d8c75..413bc971b1bb8 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.10/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.installer.yaml index 3dfae8150ef28..9bb87700da8dd 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.11 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.11/Electron-Cash-4.2.11-setup.exe InstallerSha256: 7EA73FD1B96518EE9B04024E01D243CEEC97075BB77F76D7DED0ECA8A577BED5 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.locale.en-US.yaml index a813287c248ba..576f236a56e55 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.11 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.11 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.yaml index d1e1ebd1b8681..631eff039e0e5 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.11/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.installer.yaml index 2dcbcd3a4b9b4..40cfbd4aaa9c9 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.12 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.12/Electron-Cash-4.2.12-setup.exe InstallerSha256: 6ABC345BFBD796140EB0FE694BAB47A1D34101B17478F558D9DAEA81CD525FC8 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.locale.en-US.yaml index f48b7573e6350..a4dd8aff991bf 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.12 @@ -19,11 +19,10 @@ ShortDescription: A fork of Electruum for Bitcoin Cash # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.12 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.yaml index 9427bef72394e..2648180f74b2e 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.12/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.installer.yaml index 29106bddcd505..f567260fa9d48 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.14 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.14/Electron-Cash-4.2.14-setup.exe InstallerSha256: DB01E488260B3C718D305403220CC9BD7E4FFAF467876596F19AD6CD285BF99C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.locale.en-US.yaml index 6aefd5f1f1864..e4d46eea651df 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.14 @@ -19,11 +19,10 @@ ShortDescription: A fork of Electruum for Bitcoin Cash # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.14 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.yaml index 58d1bca8cd3fe..1996a096efff1 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.14/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.installer.yaml deleted file mode 100644 index 28580fb08cde9..0000000000000 --- a/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: ElectronCash.ElectronCash -PackageVersion: 4.2.2 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2020-11-19 -Installers: -- Architecture: neutral - InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.2/Electron-Cash-4.2.2-setup.exe - InstallerSha256: 458370D1DEC4D23653F54C2EB4966016916446F02EC7B6840F4FC2AA763EB323 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.locale.en-US.yaml deleted file mode 100644 index a033441bb5a10..0000000000000 --- a/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: ElectronCash.ElectronCash -PackageVersion: 4.2.2 -PackageLocale: en-US -Publisher: Electron Cash LLC -PublisherUrl: https://github.com/Electron-Cash/Electron-Cash -PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: -Author: Electron Cash LLC -PackageName: Electron Cash -PackageUrl: https://github.com/Electron-Cash/Electron-Cash -License: MIT License -LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE -Copyright: Copyright (C) Electron Cash LLC -CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE -ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.yaml deleted file mode 100644 index 0d635a3914a84..0000000000000 --- a/manifests/e/ElectronCash/ElectronCash/4.2.2/ElectronCash.ElectronCash.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: ElectronCash.ElectronCash -PackageVersion: 4.2.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.installer.yaml index 4fc91e9638987..b7966625787ec 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.3 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.3/Electron-Cash-4.2.3-setup.exe InstallerSha256: 3475E95EC5E565000A22CE22FE1AE1C276B6F1AFF5DE029F164A260189FDF032 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.locale.en-US.yaml index 60042ecd95993..5ed119f078905 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.yaml index ed01001bef613..1863ea6c0e6ea 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.3/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.installer.yaml index 7d08f14240d85..91a8a6c837897 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.installer.yaml @@ -1,12 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.4 +InstallerType: nullsoft Installers: - Architecture: neutral - InstallerType: nullsoft InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.4/Electron-Cash-4.2.4-setup.exe InstallerSha256: B4821E67A61E81943022546C9FB5AC107A80049B87CD0CEE7A833A0AF953793F ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.locale.en-US.yaml index ab17c261b569a..9e25251c2dc96 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,12 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.4 PackageLocale: en-US Publisher: Electron Cash LLC +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Electron Cash +# PackageUrl: License: MIT License +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A fork of Electruum for Bitcoin Cash +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.yaml index 734e60b8f8076..2587f1e54251f 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.4/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.installer.yaml index d12a1831a54d6..44c89a8f5c3cb 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.installer.yaml @@ -1,19 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.5 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: nullsoft - Scope: machine +- Architecture: neutral InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.5/Electron-Cash-4.2.5-setup.exe InstallerSha256: 2EE6CD4C59EA5A67AC1DD5AAE6D3BC6E878D37FBE8FDDD593E4735F11344135E - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.locale.en-US.yaml index 0446a6869c6a1..44479cceb8d63 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.5 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -15,5 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.yaml index fb37805137aa7..7b4209477967b 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.5/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.installer.yaml index 83f61fc178867..8170734d8d1d7 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.6 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.6/Electron-Cash-4.2.6-setup.exe InstallerSha256: E5BF47213A04F4AB05D83AE8BF4FBF2A199CC71E27076EC7965235C7D288507A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.locale.en-US.yaml index 1aaca6f96738c..832a65d8a69be 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.yaml index 8b7f2374fe07b..a693c7c4399ba 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.6/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.installer.yaml index 0fc4d9ae2f8e3..970f59e56c7d5 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.7 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.7/Electron-Cash-4.2.7-setup.exe InstallerSha256: 14C198D980A35D8A5B16D39EAD78D17E76A444142D442D512165DC41E87F5B7B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.locale.en-US.yaml index 68941d05a27c5..3e29b85c2a8d0 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,11 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.yaml index 6abbaac881882..5fc028fe0d519 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.7/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.installer.yaml index 67918cd0e768f..25d0a6fa37d36 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.8 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.8/Electron-Cash-4.2.8-setup.exe InstallerSha256: C539E495E9DC20AB9BCBD50E80A8F4B1D414E3A83D6F77CADD6AE7CC10EED957 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.locale.en-US.yaml index 61dfca3dda0b9..66ba312f430a8 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.8 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.yaml index 27a52fd47ffc8..6e47fc3f8f016 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.8/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.installer.yaml index e7435705130db..f46734173abd3 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.9 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.2.9/Electron-Cash-4.2.9-setup.exe InstallerSha256: B95BE30F7EEF4A27C895E10AA9B3E06CFC92DB071038C42DF9C5CD5A5D79E78A ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.locale.en-US.yaml index cd83a33816c01..d41a733b4d8cf 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues -# PrivacyUrl: +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,14 +16,13 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.2.9 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.yaml index a80ce5cb62623..e41a6fe07a2e2 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.2.9/ElectronCash.ElectronCash.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.2.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.installer.yaml b/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.installer.yaml index 8b261113b8a8b..c611ce6bc80a5 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.installer.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.installer.yaml @@ -1,15 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.3.1 -Installers: -- Architecture: neutral - InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.3.1/Electron-Cash-4.3.1-setup.exe - InstallerSha256: 5f063736f0be1ebaa19ab9ecd333aa146d87b517ba15d0453dc9901939abf57b -ManifestType: installer -ManifestVersion: 1.5.0 Platform: - Windows.Desktop InstallerType: nullsoft @@ -18,4 +11,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install -ReleaseDate: "2023-05-20" +ReleaseDate: 2023-05-20 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/Electron-Cash/Electron-Cash/releases/download/4.3.1/Electron-Cash-4.3.1-setup.exe + InstallerSha256: 5F063736F0BE1EBAA19AB9ECD333AA146D87B517BA15D0453DC9901939ABF57B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.locale.en-US.yaml b/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.locale.en-US.yaml index 84dfa9fd2f8bf..540b07e66a594 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.locale.en-US.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.locale.en-US.yaml @@ -1,6 +1,5 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.3.1 @@ -8,6 +7,7 @@ PackageLocale: en-US Publisher: Electron Cash LLC PublisherUrl: https://github.com/Electron-Cash/Electron-Cash PublisherSupportUrl: https://github.com/Electron-Cash/Electron-Cash/issues +# PrivacyUrl: Author: Electron Cash LLC PackageName: Electron Cash PackageUrl: https://github.com/Electron-Cash/Electron-Cash @@ -16,6 +16,9 @@ LicenseUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master Copyright: Copyright (C) Electron Cash LLC CopyrightUrl: https://raw.githubusercontent.com/Electron-Cash/Electron-Cash/master/LICENCE ShortDescription: A fork of Electruum for Bitcoin Cash +# Description: +# Moniker: +# Tags: ReleaseNotes: |- What's New in 4.3.1 - Added a performance fix for a situation which led to pessimization/slowdown when opening wallets in some cases (cculianu) @@ -33,5 +36,8 @@ ReleaseNotes: |- - This is built on a Linux 64-bit system, and also includes libsecp256k1.so.0 and the embedded tor static binary. - ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here. ReleaseNotesUrl: https://github.com/Electron-Cash/Electron-Cash/releases/tag/4.3.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.yaml b/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.yaml index 1593a7f31e884..5cb4b4de4b367 100644 --- a/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.yaml +++ b/manifests/e/ElectronCash/ElectronCash/4.3.1/ElectronCash.ElectronCash.yaml @@ -1,9 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElectronCash.ElectronCash PackageVersion: 4.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..73278e7d72ce8 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.387.0.5900 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +ProductCode: '{27f1c525-6c57-48f3-b078-2e3355abf524}' +AppsAndFeaturesEntries: +- ProductCode: '{27f1c525-6c57-48f3-b078-2e3355abf524}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.387.0.5900-3491.exe + InstallerSha256: 56C3383AB7ED069FAA225CE8964130CACCB277E786D3BFADB2430A83778BECE9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..5b0ea49edf7dd --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.387.0.5900 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/en/PC/ +Copyright: © 2024 Electronic Arts Inc. +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c4bd4caca5483 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.387.0.5900 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/sc/PC/ +Copyright: © 2024 Electronic Arts Inc. +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..ca0c571011525 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.387.0.5900/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.387.0.5900 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 0000000000000..931ec1439d24a --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.391.0.5904 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +ProductCode: '{0d1c5629-d1a9-4b86-83ad-6df96a775654}' +AppsAndFeaturesEntries: +- ProductCode: '{0d1c5629-d1a9-4b86-83ad-6df96a775654}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.391.0.5904-3500.exe + InstallerSha256: BB88080525F2D72403B6529E6EC366D4CDAC73D2FC9D7585C3636AAAE37E718A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..07fdf4f456e7f --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.391.0.5904 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/en/PC/ +Copyright: © 2024 Electronic Arts Inc. +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6a3ea9d6fc572 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.391.0.5904 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/sc/PC/ +Copyright: © 2024 Electronic Arts Inc. +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.yaml new file mode 100644 index 0000000000000..619851b3b1b57 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.391.0.5904/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.391.0.5904 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.installer.yaml b/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.installer.yaml new file mode 100644 index 0000000000000..323d3a39aa8d5 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.3.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- lmstudio +ProductCode: c6dbe996-22a9-5998-b542-7abe33da3b83 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://installers.lmstudio.ai/win32/x64/0.3.9-6/LM-Studio-0.3.9-6-x64.exe + InstallerSha256: 1DBC7BAFBCC458A628E23316D1B53A9906D0D30DD83673C87F86AF1893EE5906 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://installers.lmstudio.ai/win32/x64/0.3.9-6/LM-Studio-0.3.9-6-x64.exe + InstallerSha256: 1DBC7BAFBCC458A628E23316D1B53A9906D0D30DD83673C87F86AF1893EE5906 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.locale.en-US.yaml b/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..9ea8a176054cd --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.3.9 +PackageLocale: en-US +Publisher: LM Studio +PublisherUrl: https://lmstudio.ai/ +Author: Element Labs, Inc. +PackageName: LM Studio +PackageUrl: https://lmstudio.ai/ +License: Freeware +LicenseUrl: https://lmstudio.ai/terms +Copyright: © LM Studio 2023 - 2024 +CopyrightUrl: https://lmstudio.ai/terms +ShortDescription: Discover, download, and run local LLMs +Description: LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs). The LM Studio cross platform desktop app allows you to download and run any ggml-compatible model from Hugging Face, and provides a simple yet powerful model configuration and inferencing UI. The app leverages your GPU when possible. +Tags: +- ai +- large-language-model +- llama +- llm +- mistral +ReleaseNotesUrl: https://lmstudio.ai/blog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lmstudio.ai/docs/welcome +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.locale.zh-CN.yaml b/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd99eb57ba7c9 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.3.9 +PackageLocale: zh-CN +Publisher: LM Studio +PublisherUrl: https://lmstudio.ai/ +Author: Element Labs, Inc. +PackageName: LM Studio +PackageUrl: https://lmstudio.ai/ +License: 免费软件 +LicenseUrl: https://lmstudio.ai/terms +Copyright: © LM Studio 2023 - 2024 +CopyrightUrl: https://lmstudio.ai/terms +ShortDescription: 发现、下载和运行本地大语言模型 +Description: LM Studio 是一款易用的桌面应用,用于对本地开源大语言模型(LLM)进行实验。LM Studio 跨平台桌面应用允许您从 Hugging Face 下载并运行任何兼容 ggml 的模型,并提供简单而强大的模型配置和推理用户界面。该应用程序尽可能利用 GPU。 +Tags: +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +ReleaseNotesUrl: https://lmstudio.ai/blog +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lmstudio.ai/docs/welcome +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.yaml b/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.yaml new file mode 100644 index 0000000000000..460e73e70d380 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.3.9/ElementLabs.LMStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.3.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.installer.yaml b/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.installer.yaml new file mode 100644 index 0000000000000..49ca962882c83 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 2.0.4.3711 +InstallerType: wix +Scope: machine +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +Protocols: +- wavelink +FileExtensions: +- wavelink +ProductCode: '{6297FF0A-2428-4478-897F-45CAE6E9DA57}' +AppsAndFeaturesEntries: +- ProductCode: '{6297FF0A-2428-4478-897F-45CAE6E9DA57}' + UpgradeCode: '{EB721D53-410D-40DA-A01B-9573F1A09058}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/wavelink/2.0.4/WaveLink_2.0.4.3711_x64.msi + InstallerSha256: A0CE4C3B8B88AA57604D471DAB2387767D0E42503774FC361C46AFA7FD151025 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.locale.en-US.yaml b/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.locale.en-US.yaml new file mode 100644 index 0000000000000..b328e0e8640b1 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.locale.en-US.yaml @@ -0,0 +1,102 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 2.0.4.3711 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: © 2019-2024 Corsair Memory, Inc. All rights reserved. +ShortDescription: Wave Link gives you ultimate control of your Twitch stream, YouTube video or podcast audio. +Moniker: wavelink +Tags: +- audio +- broadcast +- mic +- stream +- wavelink +ReleaseNotes: |- + What’s new in Wave Link 2.0? + We’re excited to introduce Wave Link 2.0 - Discover powerful new features like Voice Focus (which gives you studio-grade sound in seconds), one-click audio routing, easy mic sound checks, and streamlined Stream Deck control—making your audio setup smoother and smarter than ever. + + 🪄 Voice Focus, powered by ai|coustics + Using artificial intelligence, Voice Focus gives your microphone studio-grade quality. Not only does it remove unwanted background noise, it also addresses reverb which can give the impression of being in a fully sound-treated studio environment. + We’ve partnered with ai|coustics, on which Voice Focus is built. Thanks to an incredibly efficient model, Voice Focus can run on nearly any system and CPU. + 🔊 Unmute the video and hear the difference + + Voice Focus is compatible with the following products: + - Elgato Wave:1, Wave:3, and Wave Neo microphones + - Elgato Wave XLR and XLR Dock for Stream Deck + + 3rd party microphones added to Wave Link and capture cards do not support Voice Focus. + To learn more about the inner technical workings of Voice Focus, head over to ai|coustics + Learn more about using Voice Focus + + 🆕 One-Click Audio Routing + Routing audio into Wave Link has been entirely overhauled. Select the channel to which you want to add sound, then select the program. Yep, it's that simple*. No more complicated Windows audio settings. + *Some apps require additional configuration. + + Learn more about One-Click Audio Routing + + 🆕 Sound Check + Record a short clip of audio, then play it back repeatedly while toggling audio effects on and off to hear how your sound changes. + Sound Check is compatible with the following products: + - Elgato Wave:1, Wave:3, and Wave Neo microphones + - Elgato Wave XLR and XLR Dock for Stream Deck + + *3rd party microphones added to Wave Link and capture cards do not support Sound Check. + + Learn more about Sound Check + + 🆕 Microphone Mute Button + When using a Wave device you’ll find a new mute button. Click it and your Mic is muted. This engages the hardware mute, as if you had tapped on your Wave mic’s capacitive mute button. + + 🆕 Send to Stream Deck + Setting up your Stream Deck to control Wave Link has just been massively simplified. Click on the Send to Stream Deck button and a custom profile based on your Wave Link configuration and connected Stream Deck device is automatically created for you. + Don’t have the Wave Link plugin for Stream Deck? Get it from Marketplace. + + 🆕 One-tap app routing with Stream Deck + With the updated Wave Link plugin, you can configure an action to route whichever app is in the foreground to the selected Wave Link channel. + + 🪟 Foreground app control with Stream Deck + With the updated Wave Link plugin, a key or dial can be set to always control the input channel that the foreground app is routed through. For example, if Google Chrome is assigned to the browser channel, and Chrome is in the foreground, the key or dial will control the browser input. If Spotify is selected, which routes to the Music channel, the same key or dial will automatically switch and now control the music channel. + Find the foreground app control option in the Wave Link plugin’s Input action + + 🆕 App grouping + With app grouping, multiple apps can be routed to the same input channel + + 🆕 Input channel renaming + While you could rename audio channels previously, now these names change the virtual device names in Windows. This makes it even easier to use Wave Link virtual channels in other applications. + + 🆕 Hide unused channels + Unused channels in Wave Link are now disabled in your system outputs, reducing clutter and making your setup even more organized. + + 🎨 Visual touchups + We’ve touched up many areas of Wave Link in subtle ways, making it even more pretty. + + 🔌 Reduce sibilance with Elgato DeEsser + Introducing an all-new audio effect - Elgato DeEsser. De-esser reduces excessive sibilance (harsh "s" or "sh" sounds) in vocal recordings by targeting and softening high-frequency peaks. This improves audio clarity, enhances listener comfort, and gives recordings a polished, professional quality. With its intuitive UI and built-in setup guide, start using it in just seconds. + Get it from Marketplace for free. + + 🛠️ Bug fixes and performance improvements + - Low latency mode has been temporarily removed from the game channel. + - 👷 Dev note: We’ve heard reports about audio not coming through the game channel and have identified the problem area down to the low latency mode. Our team has been working hard to find a fix for this issue, however we did not not want it to delay the release of the update, so the decision was made to temporarily remove the low latency mode toggle to ensure everyone has a great Wave Link experience. We expect low latency to come back in a future update. Learn more about latency and how to minimize it here. + - Improved Marketplace connectivity which should fix an issue where clicking on login or the Marketplace button did nothing. + - Resolved a bug where certain VST settings were not saved after making changes. + - Updated minimum operating system requirements + - Windows: Windows 11 or newer + - Mac: macOS 14.2 or newer + + Want to share feedback on Wave Link 2.0? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/2.0.4b.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.locale.zh-CN.yaml b/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3d92fc5884b4c --- /dev/null +++ b/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 2.0.4.3711 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: © 2019-2024 Corsair Memory, Inc. All rights reserved. +# CopyrightUrl: +ShortDescription: Wave Link 帮助您完全掌控您的 Twitch 直播、YouTube 视频或播客音频。 +# Description: +# Moniker: +Tags: +- wavelink +- 串流 +- 直播 +- 音频 +- 麦克风 +# ReleaseNotes: +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/2.0.4b.html +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.yaml b/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.yaml new file mode 100644 index 0000000000000..16095253bb2a0 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/2.0.4.3711/Elgato.WaveLink.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 2.0.4.3711 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.installer.yaml b/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.installer.yaml new file mode 100644 index 0000000000000..f93b0e0eb199d --- /dev/null +++ b/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 2.0.4.3719 +InstallerType: wix +Scope: machine +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +Protocols: +- wavelink +FileExtensions: +- wavelink +ProductCode: '{CBCA607F-9E51-4A15-A157-436B327D3398}' +AppsAndFeaturesEntries: +- ProductCode: '{CBCA607F-9E51-4A15-A157-436B327D3398}' + UpgradeCode: '{EB721D53-410D-40DA-A01B-9573F1A09058}' +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/wavelink/2.0.4/WaveLink_2.0.4.3719_x64.msi + InstallerSha256: 228BCA9E8A1E26F483A61A58152C5E247F00F7BB79C7EF221E5860BE6AE5EEF6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.locale.en-US.yaml b/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.locale.en-US.yaml new file mode 100644 index 0000000000000..605652dd95184 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.locale.en-US.yaml @@ -0,0 +1,102 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 2.0.4.3719 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: © 2019-2024 Corsair Memory, Inc. All rights reserved. +ShortDescription: Wave Link gives you ultimate control of your Twitch stream, YouTube video or podcast audio. +Moniker: wavelink +Tags: +- audio +- broadcast +- mic +- stream +- wavelink +ReleaseNotes: |- + What’s new in Wave Link 2.0? + We’re excited to introduce Wave Link 2.0 - Discover powerful new features like Voice Focus (which gives you studio-grade sound in seconds), one-click audio routing, easy mic sound checks, and streamlined Stream Deck control—making your audio setup smoother and smarter than ever. + + 🪄 Voice Focus, powered by ai|coustics + Using artificial intelligence, Voice Focus gives your microphone studio-grade quality. Not only does it remove unwanted background noise, it also addresses reverb which can give the impression of being in a fully sound-treated studio environment. + We’ve partnered with ai|coustics, on which Voice Focus is built. Thanks to an incredibly efficient model, Voice Focus can run on nearly any system and CPU. + 🔊 Unmute the video and hear the difference + + Voice Focus is compatible with the following products: + - Elgato Wave:1, Wave:3, and Wave Neo microphones + - Elgato Wave XLR and XLR Dock for Stream Deck + + 3rd party microphones added to Wave Link and capture cards do not support Voice Focus. + To learn more about the inner technical workings of Voice Focus, head over to ai|coustics + Learn more about using Voice Focus + + 🆕 One-Click Audio Routing + Routing audio into Wave Link has been entirely overhauled. Select the channel to which you want to add sound, then select the program. Yep, it's that simple*. No more complicated Windows audio settings. + *Some apps require additional configuration. + + Learn more about One-Click Audio Routing + + 🆕 Sound Check + Record a short clip of audio, then play it back repeatedly while toggling audio effects on and off to hear how your sound changes. + Sound Check is compatible with the following products: + - Elgato Wave:1, Wave:3, and Wave Neo microphones + - Elgato Wave XLR and XLR Dock for Stream Deck + + *3rd party microphones added to Wave Link and capture cards do not support Sound Check. + + Learn more about Sound Check + + 🆕 Microphone Mute Button + When using a Wave device you’ll find a new mute button. Click it and your Mic is muted. This engages the hardware mute, as if you had tapped on your Wave mic’s capacitive mute button. + + 🆕 Send to Stream Deck + Setting up your Stream Deck to control Wave Link has just been massively simplified. Click on the Send to Stream Deck button and a custom profile based on your Wave Link configuration and connected Stream Deck device is automatically created for you. + Don’t have the Wave Link plugin for Stream Deck? Get it from Marketplace. + + 🆕 One-tap app routing with Stream Deck + With the updated Wave Link plugin, you can configure an action to route whichever app is in the foreground to the selected Wave Link channel. + + 🪟 Foreground app control with Stream Deck + With the updated Wave Link plugin, a key or dial can be set to always control the input channel that the foreground app is routed through. For example, if Google Chrome is assigned to the browser channel, and Chrome is in the foreground, the key or dial will control the browser input. If Spotify is selected, which routes to the Music channel, the same key or dial will automatically switch and now control the music channel. + Find the foreground app control option in the Wave Link plugin’s Input action + + 🆕 App grouping + With app grouping, multiple apps can be routed to the same input channel + + 🆕 Input channel renaming + While you could rename audio channels previously, now these names change the virtual device names in Windows. This makes it even easier to use Wave Link virtual channels in other applications. + + 🆕 Hide unused channels + Unused channels in Wave Link are now disabled in your system outputs, reducing clutter and making your setup even more organized. + + 🎨 Visual touchups + We’ve touched up many areas of Wave Link in subtle ways, making it even more pretty. + + 🔌 Reduce sibilance with Elgato DeEsser + Introducing an all-new audio effect - Elgato DeEsser. De-esser reduces excessive sibilance (harsh "s" or "sh" sounds) in vocal recordings by targeting and softening high-frequency peaks. This improves audio clarity, enhances listener comfort, and gives recordings a polished, professional quality. With its intuitive UI and built-in setup guide, start using it in just seconds. + Get it from Marketplace for free. + + 🛠️ Bug fixes and performance improvements + - Low latency mode has been temporarily removed from the game channel. + - 👷 Dev note: We’ve heard reports about audio not coming through the game channel and have identified the problem area down to the low latency mode. Our team has been working hard to find a fix for this issue, however we did not not want it to delay the release of the update, so the decision was made to temporarily remove the low latency mode toggle to ensure everyone has a great Wave Link experience. We expect low latency to come back in a future update. Learn more about latency and how to minimize it here. + - Improved Marketplace connectivity which should fix an issue where clicking on login or the Marketplace button did nothing. + - Resolved a bug where certain VST settings were not saved after making changes. + - Updated minimum operating system requirements + - Windows: Windows 11 or newer + - Mac: macOS 14.2 or newer + + Want to share feedback on Wave Link 2.0? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on Twitter + - Contact our Support Team +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/2.0.4b.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.locale.zh-CN.yaml b/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c77d21395e517 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 2.0.4.3719 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Wave Link +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: © 2019-2024 Corsair Memory, Inc. All rights reserved. +ShortDescription: Wave Link 帮助您完全掌控您的 Twitch 直播、YouTube 视频或播客音频。 +Tags: +- wavelink +- 串流 +- 直播 +- 音频 +- 麦克风 +ReleaseNotesUrl: https://edge.elgato.com/egc/wl_content/releasenotes/2.0.4b.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.yaml b/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.yaml new file mode 100644 index 0000000000000..278ba9901d3c7 --- /dev/null +++ b/manifests/e/Elgato/WaveLink/2.0.4.3719/Elgato.WaveLink.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Elgato.WaveLink +PackageVersion: 2.0.4.3719 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.installer.yaml index 8b7edc00d20eb..0cb92e3b21f48 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.89.0 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.89.0/Music.Caster.Setup.exe InstallerSha256: 2A3ADBFA55AEBC5DFACF16AAE122DDA7778B43993D2448E8326AE0BA7F8FF791 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.locale.en-US.yaml index 6ecf7e5eec005..0fe8077bafd6c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.89.0 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.yaml index 4d4dd2fb3d2da..5953c63f776a3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.89.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.89.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.installer.yaml index 5d6c0e4b6bd60..aaf925db7dd97 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.125 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.125/Music.Caster.Setup.exe InstallerSha256: 14C9C618249F62E903D94F1C5BE397E4A332664E7D0C47E06438CFBEF496B9F7 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.locale.en-US.yaml index 5dfc1a8a1dfde..2048300e25dca 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.125 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,11 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.yaml index 5cf26f9f631b4..8069b4ab5b20b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.125/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.125 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.installer.yaml index 2dbc9969df41e..bda1fe0673129 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.126 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.126/Music.Caster.Setup.exe InstallerSha256: 92E7B01436CC56D574D15A352CA1D5EEA9D495ED8234E8236E7024C46314A739 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.locale.en-US.yaml index 946d112110524..cb2218696735d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.126 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.yaml index 3fa50791f807b..3b4e334d1d16a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.126/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.126 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.installer.yaml index 93c9c3fe62371..afcc244e71802 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.127 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.127/Music.Caster.Setup.exe InstallerSha256: 4870EB1F9C41A667D7522E9F51A25E75C723D78298F0B36115B152AFDF42D24D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.locale.en-US.yaml index 98490f4ac6a01..66626d88e34cb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.127 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.yaml index 0fc498aecfb26..7b430035817f5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.127/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.127 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.installer.yaml index 9f8dd8fb630d3..c1ebff48dbadb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.128 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.128/Music.Caster.Setup.exe InstallerSha256: 6C3B3D5A213EF7F885241714CEE252134B78D826187BA5B9310FD372475331BD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.locale.en-US.yaml index 6cf0804623583..657ac131389dc 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.128 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.yaml index f557910999c8b..7dbd46b1f283d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.128/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.128 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.installer.yaml index 52764f994efff..9a7463e3ae87b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.129 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.129/Music.Caster.Setup.exe InstallerSha256: 908949EA85F0E8B0C1255143E7501FA8F49C0BFAA36D8D968E9C2AC0449F076B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.locale.en-US.yaml index 7a31f349b0942..f25b8519edd51 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.129 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.yaml index 761a9ed19391a..a438fdbad87fd 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.129/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.129 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.installer.yaml index f30201f4389ed..e76ad0f911aaf 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.131 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.131/Music.Caster.Setup.exe InstallerSha256: 9FF5D3C39119C1C2DEADB8DA6983B60AAD80199FE6AEC4D78CDFDF79042F673E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.locale.en-US.yaml index c14d31c7c77c8..e51a8b321b306 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.131 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.yaml index e957a78accdd7..384764415d9b9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.131/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.131 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.installer.yaml index a7abc39d40642..4ea44d44376cc 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.133 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.133/Music.Caster.Setup.exe InstallerSha256: 7CC1F98FE729F78E198A83311B3910E0629B850FC6AEE70F747CD0DC923EFD71 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.locale.en-US.yaml index adf9f71ba7113..7fa4a94769667 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.133 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.yaml index cf0e0f58277f9..229fea5b1dc01 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.133/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.133 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.installer.yaml index e2f957b31a858..9a697215ed9d3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.134 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.134/Music.Caster.Setup.exe InstallerSha256: 6D1E831546F5603BCE03A1BD7335B5F7262642379A427AB0EBF3C27A8DC4CB54 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.locale.en-US.yaml index 9b917af8f5213..25ad9a6469c6c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.134 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.yaml index 1b69e7a02437c..d206b8430e7e3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.134/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.134 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.installer.yaml index 4f8a0be80bf38..a3458722259dc 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.135 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.135/Music.Caster.Setup.exe InstallerSha256: 1E590E6D6D6FB11924CADDCA925BA42ED6FC38FA04EA8BAFEC53A6462F7B6A9A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.locale.en-US.yaml index 902e72ee540ef..a69f231cd6d08 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.135 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.yaml index 85dc19f68b057..163f8b4533555 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.135/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.135 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.installer.yaml index 633455b551c1d..a20c77ef81901 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.136 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.136/Music.Caster.Setup.exe InstallerSha256: 8CA49D8115DFE9201D5CADD9A7666604B2099624F0A3989C775ABA181F68C55D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.locale.en-US.yaml index 53725140aaaf4..79eab74d27de3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.136 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.yaml index 631e84d59e0fc..59b710b5e3c0c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.136/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.136 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.installer.yaml index 0ce878744a607..d1a9580104f72 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.139 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.139/Music.Caster.Setup.exe InstallerSha256: 0783EB96AB36D70F7512E9E7B610CB2035ADC24A85F3251B137607004E9FE84F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.locale.en-US.yaml index f8908821c7972..a2cd0f61d40ef 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.139 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.yaml index 0edafcde04d90..099b5e4d40e86 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.139/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.139 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.installer.yaml index 8a8f6358e99f2..8d5f1a73b65c4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.140 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.140/Music.Caster.Setup.exe InstallerSha256: 97B5CA43A78B1D8BFC3237B12F5A5A1C5632AFCE5F6043E6B800106771BCF6DC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.locale.en-US.yaml index ab079f49ad93d..246dbab2cda68 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.140 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.yaml index 39561e232517f..ae32b42c81d03 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.140/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.140 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.installer.yaml index 3b4650e358c88..916ef0f552bf1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.141 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.141/Music.Caster.Setup.exe InstallerSha256: 184F72805D7FF951CC9CD761C410C1CB0617E210CF43A20ECC27D10AE30BBC2B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.locale.en-US.yaml index 20330d7f2e7ee..2f526962ff54b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.141 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.yaml index c0c4465049d03..d3e6ff0635b00 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.141/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.141 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.installer.yaml index 64d778f5a4b67..4be6d23126d7e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.142 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.142/Music.Caster.Setup.exe InstallerSha256: C0D47E58423A9736E746E3BD633DDD902D282313CFC5120CD1E42E88379B4EF2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.locale.en-US.yaml index a1d54b6c594b2..29fcbf977f9ba 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.142 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.yaml index 67853f922883e..d5fa4b4970589 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.142/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.142 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.installer.yaml index 3d46c82a94d20..c998bc55291c3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.144 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.144/Music.Caster.Setup.exe InstallerSha256: 114F8CEEABED50E33EB19602B216B63BFB7CD90F056B572AD0A322C15507525E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.locale.en-US.yaml index d5df138dfa71e..2cc498cfe2a16 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.144 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.yaml index 2c23bbbfd3559..114119dedc319 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.144/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.144 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.installer.yaml index a1676b00a63e7..995a4b9ab74ca 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.145 @@ -14,11 +14,11 @@ InstallModes: - silentWithProgress UpgradeBehavior: install Protocols: -- https - http +- https Installers: - Architecture: x86 InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.145/Music.Caster.Setup.exe InstallerSha256: 762AE787D126583D0F8DAC18D27FF194C300D55555CAD645001F00B8F0CF58C5 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.locale.en-US.yaml index fb17d96d174b5..bbc0361d29531 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.145 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music -- player - music-player +- player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.yaml index c29db2e2af8de..d9ba94e4a1daa 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.145/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.145 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.installer.yaml index 1cc843c9a3816..117a8e2028acc 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.146 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.146/Music.Caster.Setup.exe InstallerSha256: 2C675C67FC6E52DBB375C6FFD43448DDCDA8AB22D1C8BB3163DF565D837268D9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.locale.en-US.yaml index 0f62a288def56..3a760e869d7a0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.146 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.yaml index 5394d780cc42d..9688ec9d4d6dd 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.146/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.146 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.installer.yaml index d30e63d652806..310044d01cd59 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.147 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.147/Music.Caster.Setup.exe InstallerSha256: 8D7AE75C9B8AB1FA855DBB90728825D3C9AFC27FAE3732D54CFBB8994148EDF0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.locale.en-US.yaml index 17a92d777c2c4..72f47406967be 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.147 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.yaml index 7e58872b2bb53..cd9bcef97c991 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.147/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.147 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.installer.yaml index 675054135da90..1e4dff0ed410e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.148 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.148/Music.Caster.Setup.exe InstallerSha256: 87E14E4FC9578312545A8F7484896A75D40D5117B2F79D9E50AEEC2BB5EADD13 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.locale.en-US.yaml index 67b1f9cdc8ab3..5c9668c0f061a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.148 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.yaml index bb5fcfd48895e..78b7c9470a96b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.148/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.148 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.installer.yaml index 9c76ed46ba968..778ef58c9b3f6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.149 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.149/Music.Caster.Setup.exe InstallerSha256: 912B9524D7AA583FCC622AB4586AEB97F8EA58EAC3DBC7F91FA39652D6AC54E0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.locale.en-US.yaml index 3c79adcef160a..e5833782accbb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.149 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.yaml index 30e712e263c01..1f950b396f77d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.149/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.149 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.installer.yaml index 5db82b7e5f39f..4fc34b987e3b7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.151 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.151/Music.Caster.Setup.exe InstallerSha256: 909AB8EA2D39E26BEA5EB1F28682ECF2403280711E747416AEF4E0581B9C05DA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.locale.en-US.yaml index 0f07dcb32d820..f1155ea41fa5d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.151 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.yaml index 040440c9e7535..4a80c5e5fe9c7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.151/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.151 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.installer.yaml index 41a621ae3be60..33d6bc6ec1907 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.152 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.152/Music.Caster.Setup.exe InstallerSha256: 5F6AED44A64EEF1758DC5363C05C413B2C1151D271FB7B05EE35723C12087E1A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.locale.en-US.yaml index 168dab528081a..75fd00922d5aa 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.152 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.yaml index dc3975b37fbdb..26ca541ce8e1c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.152/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.152 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.installer.yaml index 3b89480021246..27da49e8b9d36 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.153 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.153/Music.Caster.Setup.exe InstallerSha256: A7DB722928F5B1D1FD8A7FE607A14A9808616680BF4E1D97447AB40654220EB6 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.locale.en-US.yaml index 9691d302c2d99..2c0ec7b165dc2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.153 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.yaml index d02d139274e10..5334578e585af 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.153/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.153 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.installer.yaml index e07ca495f9832..7e686361778eb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.154 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.154/Music.Caster.Setup.exe InstallerSha256: 80FC439CF54D3A72B9640193708E68AD4A5EBA25F5CA4C6D16ADD1A7D748CCD3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.locale.en-US.yaml index 7ac618aaee31b..a9adf44629c3f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.154 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.yaml index bf3d3f0e63dfe..79a6cd4ced559 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.154/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.154 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.installer.yaml index 132b03eb35276..72fd48df350ea 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.155 @@ -21,5 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.155/Music.Caster.Setup.exe InstallerSha256: E8F5F88F5FBE3AAAAE5F27C75616C3340BF3CE4A20C2D7BB5A8BAE394492D1FF ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.locale.en-US.yaml index b49ed756679b1..3512bfeb40f0b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.155 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.yaml index 287012fa3ae85..7908b424c0c04 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.155/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.155 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.installer.yaml index 6be44881f6c14..33d2e1322231b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.156 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.156/Music.Caster.Setup.exe InstallerSha256: 23C0B9DE198C052E1C55D424FC522E75C1788A6EEB7800D7FFB1295D8DACDD3A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.locale.en-US.yaml index f3b63bd014710..15a133dec641c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.156 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.yaml index 1fb68af11e5bd..5c0f998fe3d1c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.156/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.156 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.installer.yaml index b38557ebf1811..92ea2a47a06bc 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.157 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v4.90.157/Music.Caster.Setup.exe InstallerSha256: 1A7507C4D069C64F264C1785FCEBF512C40FBB2F7FB7EA4A3032DB2BDCAC0BC0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.locale.en-US.yaml index 126740bd171c9..7b1b41c2ea8df 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.157 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.yaml index e7ed55cad1448..861cfed471f28 100644 --- a/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/4.90.157/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 4.90.157 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.installer.yaml index f015bec404f34..fa9524c91b6c5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.0 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.0/Music.Caster.Setup.exe InstallerSha256: E6ADD6593CD2127F16571CEA7D87C382175E173E7557A3A785E6E649F1CE3742 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.locale.en-US.yaml index 303b4c0a63c3e..d02fa7dc0794c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.0 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.yaml index e0eb4f1614fad..0a97662cf47b8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.installer.yaml index 92de7b48a4812..0c9222ccfb8e0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.10 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.10/Music.Caster.Setup.exe InstallerSha256: 2BEA9A29C70305E5B0EED98AB5AB61DD9495FA0CA660BCCD02FE1F9F16B68ED3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.locale.en-US.yaml index dff4a5789621e..a3ff3ddeaf5d7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.10 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.yaml index 0a30d4ab134f3..094754f939f3d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.10/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.installer.yaml index 392a6b7456c45..33c83777aa99a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.12 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.12/Music.Caster.Setup.exe InstallerSha256: AABD316B68E6315AB825F972A3FA8444AE8128136747E03FF385F8A534E50DE6 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.locale.en-US.yaml index 9e2d0ef9bce4c..88e49925fa394 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.12 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.yaml index 4702047b1ef8c..e80d88755afbf 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.12/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.installer.yaml index d1c3b23cb0a58..50ddb455d9aa9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.13 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.13/Music.Caster.Setup.exe InstallerSha256: C39E2B3FB7CB6F9E8FEB9CC3B18E1B14FB6AA103439DB41D85217A2478A68888 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.locale.en-US.yaml index 3a2dc95c50410..ed9d4554e9d50 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.13 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.yaml index c35131b539e71..af973c71ef52d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.13/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.installer.yaml index 010ae9bc16814..ac0f3781b804e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.2 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.2/Music.Caster.Setup.exe InstallerSha256: 41DD861398C3CB7CED089A9D93B88626C517B1877219E6E34B9EB4C343AC1A93 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.locale.en-US.yaml index 18871f9b43895..b82cd6037153a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.2 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.yaml index 12188759fdb7b..6ca9c04c16d78 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.installer.yaml index 35664fe716e1d..2cbf166c9d7ab 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.3 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.3/Music.Caster.Setup.exe InstallerSha256: B8105795EB22E7AD719DDBE064CFD57BAF1D59BED3394C28EC1EE98A23AFA1EA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.locale.en-US.yaml index 77419384cc094..44e09500dd441 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.3 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.yaml index 6bdfd47fc96eb..a7c79f13087b9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.installer.yaml index ab47bcee03f09..36e12f6d2c917 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.4 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.4/Music.Caster.Setup.exe InstallerSha256: BBDABB3F02BC9915B3184E7B71EB56F6D724E3FED8EC0BFB83BAFD2487008BF4 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.locale.en-US.yaml index 814d431405d10..36c08d48cf4e5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.4 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.yaml index 4c64975cbb483..6dd1dc26e9432 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.installer.yaml index 1bb40913c8494..16741b17e2986 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.5 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.5/Music.Caster.Setup.exe InstallerSha256: D4C091163ED721BB9941CCDF7562833D2829E98F50AB934DDC6DD6B477880DD0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.locale.en-US.yaml index 8152e6d583966..a7f77fccd7585 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.5 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.yaml index 1643a3316f986..f8cd3c3f46c2b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.installer.yaml index 57d7557f2dff0..983503955c68b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.6 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.6/Music.Caster.Setup.exe InstallerSha256: F0AA269AB2034D24728E80ED3682E40DF6491AA51F493FEC0B5B50A4AAEBCDAC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.locale.en-US.yaml index 4391259e9c0e6..8d819a287b184 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.6 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.yaml index 9844a05db8b23..d72b3c061c186 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.installer.yaml index d966792ae14b6..0667c012318d0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.8 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.8/Music.Caster.Setup.exe InstallerSha256: 702C69068EDF636E793E0C4D9E75B480362DBB0C9756400165E4CF3BD676EAAF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.locale.en-US.yaml index 369ac77c764d9..6e6d5236def93 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.8 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.yaml index c3abf2e1b6caa..24b9b491c6d08 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.installer.yaml index becadc750ece1..87d4b9167d276 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.9 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.0.9/Music.Caster.Setup.exe InstallerSha256: B97441530C303FF8C7DE90A267749468D41786D6640538952E6B8F42F7D27823 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.locale.en-US.yaml index 433bb6caaa4cb..63f79887e6e30 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.9 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.yaml index e3691945c91dc..a3796f0d4a513 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.0.9/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.0.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.installer.yaml index c0f343fc77f93..e246789836389 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.1 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.1/Music.Caster.Setup.exe InstallerSha256: 6593F339B84E953D99F038374B26E8FF2EC9512AFBF178899C1EF1FB0DA2A92C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.locale.en-US.yaml index cf6cb91e30290..006d047852c3e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.1 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.yaml index 4ebac50b8a065..c844e74fe06d7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.installer.yaml index 95c4f66aee347..2ec553d7bdb5b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.10 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.10/Music.Caster.Setup.exe InstallerSha256: 8047A320B5EC119D58F238C4F5BA878F61F2929CCD4E9C1E3DD802596377DF24 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.locale.en-US.yaml index cad40c9986e61..634cffa659739 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.10 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.yaml index c0a7210c596c7..e335f62a0c8eb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.10/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.installer.yaml index bf17173885eb0..13d18a9836955 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.11 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.11/Music.Caster.Setup.exe InstallerSha256: 5A83374B9B9526274D76AFA8A414ABD51B7C59C3BBA9819BC73D4AC99243997A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.locale.en-US.yaml index ad8cf16e70a94..ef8db1c2f0d71 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.11 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.yaml index dc5f0d5ac508b..47725b3a7213d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.11/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.installer.yaml index 4358f53149ae6..19c1cc756aabf 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.12 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.12/Music.Caster.Setup.exe InstallerSha256: 4FF432F8834ABC3CFEA684C003F8751A241986112A033A8A1937498F973859FA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.locale.en-US.yaml index 47fe428ef2a92..b51adb0087a3b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.12 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.yaml index fc728564f4f76..21c97ecbbfa03 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.12/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.installer.yaml index 320ab131fb0ca..05804c5968366 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.13 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.13/Music.Caster.Setup.exe InstallerSha256: E9EC13709A22AF968E62C10B526AEDEAEEFC428FE9F01CFF0C8801282BAE4805 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.locale.en-US.yaml index 8f2f5d8dea6ed..3bb9f1899d6d1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.13 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.yaml index 99baa9ebba135..3e944e044256e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.13/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.installer.yaml index f38b4a81e9613..46c256a392fd0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.14 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.14/Music.Caster.Setup.exe InstallerSha256: B6796555994CD0D7A16DD8B1FA76BEA67A155D0E8468F40E124F40AAE29D49C9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.locale.en-US.yaml index a8ce894bef147..2c0cacf5871a2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.14 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.yaml index fbacb6279617f..a4dbdf2741baf 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.14/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.installer.yaml index 0251a60b2d099..e57cef485449d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.15 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.15/Music.Caster.Setup.exe InstallerSha256: 98062286914BF6784CB24A4C84F1E4EB2121FAC6437F7131282838CBE285A023 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.locale.en-US.yaml index cb0c5b8ed41b2..08affb5e857b4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.15 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.15 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.yaml index 5eb6a8b6ac390..935481a50d7f4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.15/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.installer.yaml index 9fca4a3aec467..5c9fe19d453ce 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.16 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.16/Music.Caster.Setup.exe InstallerSha256: 13F5A7A710539E85A90006CA546498CB51C96CF06496784E6133784B5FFE68F3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.locale.en-US.yaml index 428220360bf10..b65ceda326fa2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.16 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.16 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.yaml index 550d063148526..a65bd681848a1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.16/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.installer.yaml index 0f3b40301745e..abdfbfe3c5527 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.17 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.17/Music.Caster.Setup.exe InstallerSha256: 2E5403D7CD2C80CE94DA9E6628D054BDC7A338CBA9F12A4905A07599E24C827F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.locale.en-US.yaml index 2a64a09f2f225..49bc3afa78fc8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.17 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.17 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.yaml index edca94b8a83cf..53a7330e062f4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.17/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.installer.yaml index 702e99d8d5f00..744cea96d83ec 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.18 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.18/Music.Caster.Setup.exe InstallerSha256: 1C2878848C21C7D9F7068AD21F5C20D6E84BE80C9B5332ACFC0F6B5CA13284DF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.locale.en-US.yaml index 4b4b34a16a2e0..22e8771d49d46 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.18 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.18 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.yaml index be34b958e904a..3cc35bf3ca4d1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.18/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.installer.yaml index 801583987437f..52a379b59b43c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.19 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.19/Music.Caster.Setup.exe InstallerSha256: F1730F738E4E6430E02B3D6C6B6336F6989E8948D1AD1B890ECFC022D12213F1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.locale.en-US.yaml index 024a4cf8f80e8..4d13e4d3331c8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.19 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.19 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.yaml index 5bb73c58547b8..a7405a194a761 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.19/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.installer.yaml index f054183b58a75..1718025ab4e53 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.20 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.20/Music.Caster.Setup.exe InstallerSha256: 03C79D9466762B272D9E336349BD4C94253030E11C42DC1CE2F31D66F7F35EAF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.locale.en-US.yaml index bad710f015cf4..076a90017edea 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.20 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.yaml index 8096f83694def..52369b3859b6a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.20/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.installer.yaml index ea37d1eaba6f3..36e7001282ee9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.21 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.21/Music.Caster.Setup.exe InstallerSha256: D970F7E987AE6C55043D502FA58941E411808D3B5A7249C542B37CAFBFBEAA52 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.locale.en-US.yaml index 472ea01dee644..0025cb6dcb589 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.21 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.21 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.yaml index b03d0fde61ea6..f30ce1df82d78 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.21/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.21 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.installer.yaml index d313ae75a3724..32b303b10fdc1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.22 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.22/Music.Caster.Setup.exe InstallerSha256: 348BD7BE63904565B28A7B16CDA1064CC90E7E2BFFEB572E55EF4F3C7DCD710D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.locale.en-US.yaml index f96508b1dfaab..cf7d763334885 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.22 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.22 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.yaml index 4071cb5c60e23..42a79cd926f79 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.22/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.22 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.installer.yaml index 263a82e523154..3e4abb762e9e5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.23 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.23/Music.Caster.Setup.exe InstallerSha256: 477307524BA46AE306319B99B66E2F1F7429755D349F8281DBB93C192BF6EF27 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.locale.en-US.yaml index 9ebc0ae9aea2a..a0e8cb61f6ea1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.23 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.23 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.yaml index 7dcdd4bef3d77..e9e2e8006b681 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.23/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.installer.yaml index 01abd4c927441..33f15b1cbf8fb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.24 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.24/Music.Caster.Setup.exe InstallerSha256: A11A6B0E5405AF3AD995CE26ECCFF0C2B96D8729CF975240811E44A9AB448614 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.locale.en-US.yaml index 4db03a474e08d..f40216a9f056e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.24 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.1.24 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.yaml index e13d5bf2fe942..1fc6f940d0335 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.24/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.installer.yaml index 65c6450cc8c6e..052c584b1cbe5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.3 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.3/Music.Caster.Setup.exe InstallerSha256: 2A28B37BEA8499AFFF35DE979FA76ED8979E1436DDFB719874C76CE8AB35A9C8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.locale.en-US.yaml index e2579cfb8bce7..d93d8f9160e10 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.3 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.yaml index fef77941d7abc..90ce3c725d268 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.installer.yaml index 079155e8c110d..a62d3cfc182a5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.4 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.4/Music.Caster.Setup.exe InstallerSha256: 69F21FD64110E21C97692F0F10777049BDBFD1D0D14FBDF697D22709B2243C5F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.locale.en-US.yaml index 4aa54e19a4244..7cb8baea85e3a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.4 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.yaml index f295fa9169fcb..fb81cea0cc359 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.installer.yaml index 80e790316139c..5f5242840836c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.6 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.6/Music.Caster.Setup.exe InstallerSha256: 897200BC8C2D6A20420346D87E0E2CED475C986D4F25E72B7284238BF83DD803 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.locale.en-US.yaml index c9698999bda51..ef0826c53e966 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.6 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.yaml index 0092be5ffe2c2..9c806c4c7433c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.installer.yaml index 659c5820766ce..74eddcb601375 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.9 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.1.9/Music.Caster.Setup.exe InstallerSha256: 73F8B73D3FE252C561D99844348134EFFFC4B4D179F7B051FAEA1CAF35D9FF4A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.locale.en-US.yaml index 0fc1e9966b347..d417e9e51d985 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.9 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.yaml index c43c480ec5dcd..640ea72cc4f9d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.1.9/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.1.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.installer.yaml index ffc6fc8b58b43..62c4a8a5ab808 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.10.0/Music.Caster.Setup.exe InstallerSha256: 7985459ADE44B17A4FD12D5C3CB3E182CFFCD48298E815FB9547CCDABF41126C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.locale.en-US.yaml index ad9836ed60953..47740bc15680f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.0 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.10.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.yaml index 6cabf8618b108..5ac65531af583 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.installer.yaml index 888aec7934a10..b40121baf65de 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.2 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.10.2/Music.Caster.Setup.exe InstallerSha256: 1D07492BFD9701DDD21295B2B79E99DB81C7DDF8FE5DB1D38058CFCF3BFC8D26 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.locale.en-US.yaml index 864dac01df9b9..ce548a99e48e6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.2 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.10.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.yaml index 09d00dad19cee..52440e95b302a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.installer.yaml index 849eac12b3e2d..7069a904f8c91 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.10.3/Music.Caster.Setup.exe InstallerSha256: 506D9F0407FBA455E7C9F91B01AC860585E8BD941F3173703FDF4EE9B84BBBF3 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.locale.en-US.yaml index 886ccb60aeb11..88cb0f9066f46 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.3 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.10.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.yaml index 6215873585dd3..6c76f3e0c4343 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.installer.yaml index d2ab698217a10..0ba1e8e1b0b88 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.10.4/Music.Caster.Setup.exe InstallerSha256: 81D3B656ADFBF4E2AEED0DE36B206F08B4A131C55A8B20616E6BE8C2384CFF58 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.locale.en-US.yaml index 96aac73516686..44c168ffe7b85 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.4 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.10.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.yaml index c358cdff342d5..46ec62f8fa998 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.10.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.10.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.installer.yaml index de20d059256cd..3fcdef5681875 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.11.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.11.0/Music.Caster.Setup.exe InstallerSha256: 7E9F72EB40FD53556FC4C7B348FD0DD04872B0CDF838C13F6DB339CDE6033309 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.locale.en-US.yaml index 746331e097092..5bd6556c75e51 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.11.0 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.11.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.yaml index f0ee5f821e4fe..3f1d0218047d8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.11.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.installer.yaml index 561c3cdab75b3..77932d026469e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.11 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.11/Music.Caster.Setup.exe InstallerSha256: DB6FF49183F4C4CAED4502B032DEF336002431B589601F23D60ED63392582DF5 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.locale.en-US.yaml index ef7388657c78e..d5461b4c7c57e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.11 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.11 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.yaml index 229523ab5d357..4588c0b8a783d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.11/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.installer.yaml index 8353ef61636b4..e672aff842e15 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.2 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.2/Music.Caster.Setup.exe InstallerSha256: 2A2D599BDC18D521FB89EA55A986D5EED71895D183D501E815753F35FB7B2BDB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.locale.en-US.yaml index 00a04a0d09804..51fa182c412d3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.2 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.yaml index c7f91569fea3e..51abb76fa30eb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.installer.yaml index c1a27f79f237b..e62eeb1dcbdda 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.3/Music.Caster.Setup.exe InstallerSha256: 56BBC6B8FB58DF4F63B22CCE9CA495728C4DB16041522418224D51B7A04696A2 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.locale.en-US.yaml index 60cb15d5a5df0..945e9e0960f8c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.3 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.yaml index 9906f41fa83c4..e334f8114a6e6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.installer.yaml index 47dc8f1454b7d..57a2cf0a4a140 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.4/Music.Caster.Setup.exe InstallerSha256: 350723A2DFA09994BCE3B4CD68807E91EB02201DEF5C221F5E1D1D9725BD44F4 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.locale.en-US.yaml index bd10aa21ac916..f1e96e153529d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.4 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.yaml index 47a50223ec266..cb70b783fa6f2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.installer.yaml index fa2e547438458..9d748d022dc1d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.5 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.5/Music.Caster.Setup.exe InstallerSha256: 8AF2A1BCBCBF0E6F689F0FA5EF7733E6E96C1CAAD9F37A9512BB5E3E6DF3E5C3 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.locale.en-US.yaml index 3713fa919fece..0884247379089 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.5 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.5 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.yaml index ff8f6a7074ab7..fee886a9897c6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.installer.yaml index 2c9f9af3797a8..f6617fe865dc7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.6/Music.Caster.Setup.exe InstallerSha256: 958D04B4148EFB91279CAAB546D96A124DA86B0BD294EBDDC0B46F0FFD3C9B79 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.locale.en-US.yaml index 4afa514fc2bda..74b5dd1542df7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.6 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.6 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.yaml index ec78874af9df7..cf7331ae7181c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.installer.yaml index 2119e7239c1f3..614bd2f1c9cb9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.7 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.7/Music.Caster.Setup.exe InstallerSha256: D20DE856F1DEA5317B1FE006F88B0527B624F2A6BE524885BF5FF100658F3F1C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.locale.en-US.yaml index 33a81ac05cccd..ceab1252a25a9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.7 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.7 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.yaml index d7d5afe79848f..f50baf3c5f4c4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.installer.yaml index 72807c2df6507..2e0872632f53c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.8 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.8/Music.Caster.Setup.exe InstallerSha256: C50CEDFEDE85E6E6ECD9263FADF55A38D3FC9CE40E532A7C439F7625405A01C7 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.locale.en-US.yaml index b7db8ad5f28a0..cf7be30668e6a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.8 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.8 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.yaml index 31f20917016e7..7e2077a7c7205 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.installer.yaml index 275c45fb16af6..eba1da69b207f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.9 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.12.9/Music.Caster.Setup.exe InstallerSha256: E7808BDC9A87D07A7B390941897A82E1260671E5A6EC12307228A6C6609EF0C5 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.locale.en-US.yaml index 9e6bc33db0446..53b8aa3319b8d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.9 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.12.9 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.yaml index b3fa4ed136632..f81900668616a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.12.9/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.12.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.installer.yaml index 70e8cc52c4ddd..f08b0459e5ca7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.10 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.10/Music.Caster.Setup.exe InstallerSha256: 989C8654EA528FC1687DD08A4CF76BAA91165159F19221C4D31D6B4069770214 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.locale.en-US.yaml index 6809151d676a1..9678deb66d8e5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.10 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -35,5 +38,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.yaml index b836d3a33ea2e..b500929a8f373 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.10/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.installer.yaml index f2c44a3ea06de..3402482e1a1f8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.11 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.11/Music.Caster.Setup.exe InstallerSha256: B80F6CCF7D889F3D3FC120FA81143F3FF9BC70DA2E9E16A42ECEA6156AE7F587 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.locale.en-US.yaml index 9e0a3185bb5b7..3015b8dec8b77 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.11 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -36,5 +39,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.11 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.yaml index aae430e422a52..f09f090f5ba92 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.11/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.0.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.installer.yaml index 66f2b229e2e0f..6c26b38ed684b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.12 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.12/Music.Caster.Setup.exe InstallerSha256: 0204C7ED14AD368A3AC0A6700C6188F92A96F7A954A3858327D0B72FAB762D0A ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.locale.en-US.yaml index da9cdb0ff125f..0c4e310889af2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.12 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -38,5 +41,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.12 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.yaml index d543dccc0db18..4c05dbcb1cf49 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.12/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.installer.yaml index a73df6fbef736..4019a68c79524 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.13 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.13/Music.Caster.Setup.exe InstallerSha256: B9913EE42D1307F9B20FBE99EDFD80A06585FBC1A71B0577AA3BA3E9CEE87504 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.locale.en-US.yaml index ad7d99344083c..b609423611cd8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.13 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -39,5 +42,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.13 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.yaml index e8cd1e002e2cf..74ad81415adc6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.13/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.installer.yaml index 520f9c6d893a4..819aca0e1cd99 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.14 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.14/Music.Caster.Setup.exe InstallerSha256: 1E91673D3D4DFAC4C99F8F572729F34D0D3B5D3F73E60EE4A217326919F20AC0 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.locale.en-US.yaml index 150451eba7458..3df81d6ef2efb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.14 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -40,5 +43,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.14 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.yaml index 9b7c30eae4f22..e25b57b586f61 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.14/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.installer.yaml index f1716e4b0cc6e..4945088829311 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.15 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.15/Music.Caster.Setup.exe InstallerSha256: 0CA4389A89DDDE78D6CCBFC5512662CED6508BE6B642CD70AE0101EE28192CB7 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.locale.en-US.yaml index b4e1aedb9dc09..84df6bb7daeae 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.15 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -40,5 +43,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.15 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.yaml index 199d13af20e0f..31378b14463e1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.15/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.installer.yaml index 6eef3692a478e..d0ee3333dc584 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.16 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.16/Music.Caster.Setup.exe InstallerSha256: 95DF47A3B7620BF28230DBC07F0B46259FE24A98F6A36B28874575E786567376 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.locale.en-US.yaml index 7806eaaa10465..462699010e182 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.16 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -41,5 +44,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.16 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.yaml index 2da6ee4239864..97a25be9be7c7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.16/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.installer.yaml index 1bac04bc1dfd6..929f481177a82 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.17 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.17/Music.Caster.Setup.exe InstallerSha256: 3BB310656AC18022291A966650439726E4E3F484D84867B09C41AF348AEA462D ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.locale.en-US.yaml index ab1db9bcabb60..7369cbd1b0d9a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.17 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -42,5 +45,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.17 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.yaml index 64a3a368d42a5..f838a25bec954 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.17/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.installer.yaml index 3949ba4ea7367..902b0054ab063 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.18 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.18/Music.Caster.Setup.exe InstallerSha256: 106344C4DF132E561B7BE822C50787D298CBA6D1404A9B151C894C6F82C1FA55 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.locale.en-US.yaml index d436f033cdbcf..c475572b2ecfb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.18 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -43,5 +46,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.18 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.yaml index 3fc473def0f03..412ba4a26f825 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.18/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.installer.yaml index 700b0fd9313fc..7dd2cb762d0c6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.19 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.19/Music.Caster.Setup.exe InstallerSha256: CC50D01E4133941133512E1B4139D541C549E29EC28836438AECF974CBEF9EE0 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.locale.en-US.yaml index 6012b5cdb5637..c5a46d1027b4a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.19 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -44,5 +47,8 @@ ReleaseNotes: |- - Show artist as unknown in queue - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.19 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.yaml index ef41d0fa089a4..bc1c975a35a3c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.19/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.installer.yaml index e8dc0e3088da5..07d49bbea0e67 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.20 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.20/Music.Caster.Setup.exe InstallerSha256: 4845318BC0195D952A9F77013BF3FF28488B5D1D40B27A0A20EA3520C4315144 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.locale.en-US.yaml index 3c812343069f7..cc9b2e6b6f772 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.20 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -47,5 +50,8 @@ ReleaseNotes: |- - Show artist as unknown in queue - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.yaml index d7d8296f3ac2b..cd7ff18a61c92 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.20/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.installer.yaml index 10b4b88f0c330..553b367ab817a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.21 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.21/Music.Caster.Setup.exe InstallerSha256: 529A382AF4DE9580A599775D8E592D1967E25EF7BFC29A208B4581EB71E12F2A ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.locale.en-US.yaml index 3a69a39b99c36..8408e1a3da770 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.21 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -30,5 +33,8 @@ ReleaseNotes: |- - [UI] Added Ukrainian translation - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.21 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.yaml index e5b4a9edfebb6..7788da498e84e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.21/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.21 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.installer.yaml index 7456db897f225..6d1affcc9e01f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.22 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.22/Music.Caster.Setup.exe InstallerSha256: F30D2C04E94D310A713A05D37F56EB84AA3BD729FB76BA8D561E8FF4898100A6 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.locale.en-US.yaml index 65ca4db3a6729..9a2068d69e6e1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.22 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -31,5 +34,8 @@ ReleaseNotes: |- - [UI] Tooltip for all settings - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.22 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.yaml index 3877bb401be77..f9ce0cd56fdbc 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.22/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.22 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.installer.yaml index c26d1a9f05513..1988e7d06f951 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.23 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.23/Music.Caster.Setup.exe InstallerSha256: E35E27AC17C895969D404911F21880C025FA96D42EB42C9B26F4F8B4EC6ABAD8 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.locale.en-US.yaml index 27079c713dd9d..0ed769e08167d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.23 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -35,5 +38,8 @@ ReleaseNotes: |- - [UI] Tooltip for all settings - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.23 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.yaml index 01bb6445985e2..4f586e0389ddc 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.23/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.installer.yaml index 4b64575975aeb..71f7b6fa21a03 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.24 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.24/Music.Caster.Setup.exe InstallerSha256: 36A83A525BDF4E276FAEFBDBB3D36B175242BF9A0EAE010471666EF48A3CD1EF ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.locale.en-US.yaml index 93dd52011f88b..2680400204807 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.24 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -36,5 +39,8 @@ ReleaseNotes: |- - [UI] Tooltip for all settings - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.24 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.yaml index 4fc00a1973947..9adf3765f6f94 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.24/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.installer.yaml index 52d2bee35261b..f1323c43a15f0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.25 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.25/Music.Caster.Setup.exe InstallerSha256: FE86395626DBF953634F6BAC3CFA2213EAD0FFBBB9D4ED4C040473F828687E6F ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.locale.en-US.yaml index e0bbe38bb4d28..a3de36e016466 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.25 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -37,5 +40,8 @@ ReleaseNotes: |- - [UI] Tooltip for all settings - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.25 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.yaml index 9e4ea1a731052..487e87e5df0a1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.25/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.25 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.installer.yaml index b23d3edf3f4cb..bfe034ced5693 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.26 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.26/Music.Caster.Setup.exe InstallerSha256: 27282D2975A9A40A8644CAF06EC3A998882D908F8CE30CC7896FFFA120D9A31D ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.locale.en-US.yaml index 4d08e9f743ff5..c670240386d99 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.26 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -37,5 +40,8 @@ ReleaseNotes: |- - [UI] Tooltip for all settings - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.26 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.yaml index 9e744defb05d3..7263d0240782b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.26/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.26 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.installer.yaml index f124b8277e1e6..91196041f7d97 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.27 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.27/Music.Caster.Setup.exe InstallerSha256: C37979A1300094E8E10DB4EA86D6D784D2AE99FC3E692E631A4E8521C687D4D3 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.locale.en-US.yaml index 01164d7de3ccc..bd3d9954ccc57 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.27 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -38,5 +41,8 @@ ReleaseNotes: |- - [UI] Tooltip for all settings - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.27 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.yaml index 55efa7cf5230f..2b3e6ca6b97f3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.27/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.27 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.installer.yaml index 25c14d53081b2..7cac09362f17c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.29 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.29/Music.Caster.Setup.exe InstallerSha256: 711C84765A7E318559735FD3FDDD0B463DBA8D52092CFD8961ECE207B247F312 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.locale.en-US.yaml index 90f1c5eb7dab8..573e35bfc1049 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.29 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -32,5 +35,8 @@ ReleaseNotes: |- - [UI] Tooltip for all settings - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.29 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.yaml index 6c67f306bcb48..2a54a5823d42e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.29/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.29 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.installer.yaml index e559596dede4a..459b93a1fae62 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.30 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.30/Music.Caster.Setup.exe InstallerSha256: EFCE21E87D4842DC639BB9C64F49B5F74E9579BB749FB1C2418E3D2912BFE79F ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.locale.en-US.yaml index 8680ae47f2fdc..27e2d9d1f7ec3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.30 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -30,5 +33,8 @@ ReleaseNotes: |- - [UI] ListBox controls alignment - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.30 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.yaml index 11ec17cd0cc61..c255d2e87812a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.30/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.installer.yaml index 475821aeefc32..26bcd9aee1da3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.31 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.31/Music.Caster.Setup.exe InstallerSha256: A87D35E8727F6576C589E2AFB856CFBF0B240F1017CFE8C3EE1ACEB543EE4ED8 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.locale.en-US.yaml index b29f1e6b9fce2..21868f8ba71fb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.31 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -32,5 +35,8 @@ ReleaseNotes: |- - [UI] ListBox controls alignment - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.31 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.yaml index a03d2e3061fb9..4b9c05111d15e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.31/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.31 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.installer.yaml index c4f810e2f492b..aea545de63088 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.32 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.32/Music.Caster.Setup.exe InstallerSha256: 0C3E97DC4B0C2E64D4B1AEDEB5289A2828408E908CB71C58D9CE95E5B4B069CF ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.locale.en-US.yaml index a0b24209199d8..9499b8d51e0fb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.32 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -33,5 +36,8 @@ ReleaseNotes: |- - [UI] ListBox controls alignment - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.32 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.yaml index af5edf0804381..eafe591154174 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.32/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.32 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.installer.yaml index 31d63957b5ffa..f6152140c3340 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.33 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.33/Music.Caster.Setup.exe InstallerSha256: D56BB9FAD89FFC1226CC1104D194038832F05DD36E2A5B92E82E517441381734 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.locale.en-US.yaml index 98e7625760747..e05927ad7f2ed 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.33 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -34,5 +37,8 @@ ReleaseNotes: |- - [UI] ListBox controls alignment - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.33 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.yaml index 668b21a19c8e6..43069b3e42138 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.33/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.33 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.installer.yaml index 4cd2ec469c278..2b7a34e0e186d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.35 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.35/Music.Caster.Setup.exe InstallerSha256: 46F35A82EA6C7E39D8795CF28CE464E45684AE1B0CE2F1738C53398750C20A3D ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.locale.en-US.yaml index 2b1de74474527..dbad52c02dd89 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.35 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -35,5 +38,8 @@ ReleaseNotes: |- - [UI] ListBox controls alignment - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.35 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.yaml index 5f13f31070d14..f6b5d6884c73a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.35/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.35 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.installer.yaml index 3becca6bc1d57..c67e6e96e7e74 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.37 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.37/Music.Caster.Setup.exe InstallerSha256: 05F9750DF172C834412DA70BE35627A9556EED978B1E0637005DCABDB909A68D ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.locale.en-US.yaml index 86f4016a05608..34a79c49729a4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.37 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -32,5 +35,8 @@ ReleaseNotes: |- - [UI] Added French, Ukrainian, Russian, and Danish translations - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.37 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.yaml index 1f7f39446f5c2..5bb13f561472a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.37/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.37 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.installer.yaml index bc3b44fac036c..c4ea099322233 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.38 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.38/Music.Caster.Setup.exe InstallerSha256: 3F53A7C17E9369F71F9F55410CCC9E6C2FF87E0C0527AE8767812CFA3B51B1BB ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.locale.en-US.yaml index c5beb97dd0c7a..df9c49d38b9f5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.38 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -33,5 +36,8 @@ ReleaseNotes: |- - [UI] Added French, Ukrainian, Russian, and Danish translations - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.38 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.yaml index 8ab245709ae31..2473cedbe1247 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.38/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.38 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.installer.yaml index 371bfbeed9946..5a6990f399550 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.39 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.39/Music.Caster.Setup.exe InstallerSha256: 094FB8C98A8AA8D0EF795DAB95FB9C71DB0753DED7D75ADB9D271CBB68B820CB ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.locale.en-US.yaml index da92a535d257a..a7411a2150e9f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.39 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -34,5 +37,8 @@ ReleaseNotes: |- - [UI] Added French, Ukrainian, Russian, and Danish translations - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.39 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.yaml index 2767908cf996b..f39ac657a4f78 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.39/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.39 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.installer.yaml index ad71ef9f7903b..27e30dc3aefe9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.40 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.40/Music.Caster.Setup.exe InstallerSha256: D743B136D1C7205EBF5EBD860164D4DCDCAEC11197AC740D8272AC1F88DCCA41 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.locale.en-US.yaml index 586a03039332b..760a681383019 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.40 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -35,5 +38,8 @@ ReleaseNotes: |- - [UI] Added French, Ukrainian, Russian, and Danish translations - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.40 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.yaml index 671079a9f1510..7be875c684b44 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.40/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.40 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.installer.yaml index 0e5b16ef6c83b..2d84ab57d38a5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.41 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.41/Music.Caster.Setup.exe InstallerSha256: 3AF80A266B7BB14F812A758FB773A883132B716E39805C63C1E2140870C5CA33 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.locale.en-US.yaml index 6f2fc69302e3a..06be2b1b9ffc2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.41 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -36,5 +39,8 @@ ReleaseNotes: |- - [UI] Added French, Ukrainian, Russian, and Danish translations - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.41 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.yaml index 7ad7f1405590e..0cbdd90abc024 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.41/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.41 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.installer.yaml index f63a196c46593..8c28c5fddab77 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.43 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.43/Music.Caster.Setup.exe InstallerSha256: 46E3CFAF58E1DF8224414E4EBA77F9DBF7AC846D3E21F6DE0239EE5683C3BDF5 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.locale.en-US.yaml index 16737b2ddccea..07aee3fa5ce7e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.43 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -37,5 +40,8 @@ ReleaseNotes: |- - [UI] Added French, Ukrainian, Russian, and Danish translations - Lots of fixes ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.43 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.yaml index d2a69ef8a51ca..673e2b3a1adf1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.43/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.43 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.installer.yaml index f1a57f684ca82..ccfd88b117709 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.6/Music.Caster.Setup.exe InstallerSha256: F07FDF53E4D7F639E92914588B471AA985534597FC9E948A3C6BDF6EEE3463FA ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.locale.en-US.yaml index af7b8ee6f6c0c..bc7c667afbda2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.6 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.6 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.yaml index 19807f6cfec4f..2d708d55bfca2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.installer.yaml index 323d5c2633026..7ec452d4ee96b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.7 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.7/Music.Caster.Setup.exe InstallerSha256: C7930BC7D35B913C0D7AC0FCAF3645CBD216F24A810A49D008F3BA8EFA2C3B60 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.locale.en-US.yaml index 84b39c0fc1374..d67d227077e5b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.7 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.7 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.yaml index 3b809394abdef..6d126ef50f261 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.installer.yaml index 80f2abb7d890c..6df412c389150 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.8 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.8/Music.Caster.Setup.exe InstallerSha256: 47DD979977343857BDADFE7D818870D731186DB063AFD86132D540D5DA09CE3B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.locale.en-US.yaml index d2eccd3d3cd41..95125e0f1db32 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.8 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.8 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.yaml index a94e7130ff57d..cc18085c69dc7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.installer.yaml index 7955c21cb0205..6027326ee0e8a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.9 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.13.9/Music.Caster.Setup.exe InstallerSha256: 1047BD89739D93BFCEDE9107D142DB92B74B47A1F56B7F5218FCDF0CED6AB478 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.locale.en-US.yaml index a268809e67704..6acf35fc18784 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.9 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -35,5 +38,8 @@ ReleaseNotes: |- - Rollback dependencies - Upgrade dependencies ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.13.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.yaml index 0309739fcf59d..fb7b8f3fdb267 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.13.9/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.0.4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.13.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.installer.yaml index 1130035b16989..30f892ae98773 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.15.0 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.15.0/Music.Caster.Setup.exe InstallerSha256: FEE853AF6DC132B41E2900619FC0012DE7B9E926C09598A6BD12E50DAE9352C8 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.locale.en-US.yaml index 2171de6d760a8..2c523bc1c290c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.15.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -22,5 +25,8 @@ Tags: - streaming ReleaseNotes: '- [Fix] Security update' ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.15.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.yaml index 182b96837faf5..164e17718f481 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.15.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.15.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.installer.yaml index 6f3a216918f1d..e44ef6e6a0216 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.0 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.16.0/Music.Caster.Setup.exe InstallerSha256: 4896369397ED47732C35A2046B18A0C84F09643D3FA616717EB49F07E0C72BE1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.locale.en-US.yaml index b6827cd8ed153..a8d21118db75c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -24,5 +27,8 @@ ReleaseNotes: |- - [Fix] Linux? - [Fix] Remove old startup shortcuts ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.16.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.yaml index d2e545fd436b4..3305745738c6e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.installer.yaml index 680f6d8096243..f64a22549403c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.1 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.16.1/Music.Caster.Setup.exe InstallerSha256: F2521E1A13B6D714F658B178F360CB10E669197B8DD054D8FB6D054DD9B61EE6 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.locale.en-US.yaml index 14685bbf1e083..0208a0908aa89 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -25,5 +28,8 @@ ReleaseNotes: |- - [Fix] Remove old startup shortcuts - [Fix] Remove old startup shortcuts + background thread ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.16.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.yaml index deb629cd35855..c3a432faa2b42 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.installer.yaml index e54b22fede047..5e0038d69c822 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.4 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.16.4/Music.Caster.Setup.exe InstallerSha256: 021F1402958225D5ACBF43AADB34908728300331A55DB272B5A67496801104EE ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.locale.en-US.yaml index 5eb6279fa8fee..0786aae366147 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.4 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -29,5 +32,8 @@ ReleaseNotes: |- - [Fix] Remove old startup shortcuts + background thread - [Fix] use GitHub downloads instead of instances ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.16.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.yaml index a1fcdd155ea48..8b5e371245fd6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.installer.yaml index 3079e0716aa57..055c64a72e6b6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.5 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.16.5/Music.Caster.Setup.exe InstallerSha256: C502C72CAEBD6D9F9C893B4C6A5E68890E14BC4ADD48456C814CBBA55F3867BC ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.locale.en-US.yaml index cccea090e501d..9b00399f8f40f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.5 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -30,5 +33,8 @@ ReleaseNotes: |- - [Fix] Remove old startup shortcuts + background thread - [Fix] use GitHub downloads instead of instances ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.16.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.yaml index fc2921af1dc92..38c50412e3087 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.installer.yaml index 5bd240c52d681..d62c888423091 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.6 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.16.6/Music.Caster.Setup.exe InstallerSha256: 81C4C746C26D531BDA9EC65EECE309D7FDD647EF2F084FD88AB6E449A02A3D9F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.locale.en-US.yaml index 0030f8cf5515d..660e86bd37b96 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.6 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -30,5 +33,8 @@ ReleaseNotes: |- - [Fix] Remove old startup shortcuts + background thread - [Fix] use GitHub downloads instead of instances ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.16.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.yaml index dd07eb2f93726..67507b0d566e7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.installer.yaml index a5f9e80da3167..907e3d78b4ffb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.7 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.16.7/Music.Caster.Setup.exe InstallerSha256: FA480786B58861DBAD4CDD94DC8C3D1396A04F886B05403EC1609614647AAC54 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.locale.en-US.yaml index 43918a8bd0978..3eeccea573ab7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.7 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -31,5 +34,8 @@ ReleaseNotes: |- - [Fix] Remove old startup shortcuts + background thread - [Fix] use GitHub downloads instead of instances ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.16.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.yaml index ccaaef8b79075..f561c99233478 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.installer.yaml index 33d1fec491c0e..78d033b727013 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.8 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.16.8/Music.Caster.Setup.exe InstallerSha256: E2F7180C4AC63623753BFFA29A41A3C18A5422584F8A3A1FAA79FB8ADCA4A67A ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.locale.en-US.yaml index b83045dd5f182..7131570ab1f88 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.8 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -31,5 +34,8 @@ ReleaseNotes: |- - [Fix] Remove old startup shortcuts + background thread - [Fix] use GitHub downloads instead of instances ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.16.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.yaml index 27ef6953d5687..a9dfe38e69ec0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.16.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.16.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.installer.yaml index f616cca4b3273..8a83f5770368c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.0 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.17.0/Music.Caster.Setup.exe InstallerSha256: 8AC17219BA58FB4491DCC9DB62F6E3BB3F9DFB1107F0ECA9EBCB8D90BE1E6924 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.locale.en-US.yaml index d26a05e7cee36..2b9bdd57c5874 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -22,5 +25,8 @@ Tags: - streaming ReleaseNotes: '- [Feat] Migrated error capturing endpoint from pipedream to under mine (lenerva)' ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.17.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.yaml index 8382ff4c10883..b1421d743e63e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.installer.yaml index 8219b79fffb93..8741fe216d217 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.1 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.17.1/Music.Caster.Setup.exe InstallerSha256: FFAF96AFF2F7D404B6947AAA4B4431B31CEEE4AC80CC974D4A52EA0334E06C21 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.locale.en-US.yaml index a0bcf6f6b13cd..2fe7dd9263c79 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -24,5 +27,8 @@ ReleaseNotes: |- - [Feat] Migrated error capturing endpoint from pipedream to under mine (lenerva) - [Fix] Setting position of Chromecast from GUI ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.17.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.yaml index 8495cb9422d76..424d5d01f4c08 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.installer.yaml index 6039f7432ffaa..615f3ce840888 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.2 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.17.2/Music.Caster.Setup.exe InstallerSha256: A37203D759A4842854C32D33CBF5509AEFDC9A1ECD9C3FBF64CF594751E0FD18 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.locale.en-US.yaml index d05aedfae6828..cf01284dc5646 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -25,5 +28,8 @@ ReleaseNotes: |- - [Fix] Pausing Chromecast - [Fix] Setting position of Chromecast from GUI ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.17.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.yaml index 62eac15052d6f..e636619d01e79 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.installer.yaml index c210f2883e1bd..98ea303f11161 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.3 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.17.3/Music.Caster.Setup.exe InstallerSha256: 14E2599BC615DA93D5E7EF6C6EC2317C238B487EEC2849991482731D427EAF21 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.locale.en-US.yaml index 6f97b09c0cb6a..933db19a56c29 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.3 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -26,5 +29,8 @@ ReleaseNotes: |- - [Fix] Setting position of Chromecast from GUI - [Fix] Upgrade pychromecast ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.17.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.yaml index 098e69d703250..6e03f7534e321 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.installer.yaml index 42942f25a124d..08e14e2c98810 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.4 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.17.4/Music.Caster.Setup.exe InstallerSha256: 9B8DB0965AE5F9D2D62A2F9C91D25B90163BC26D5BA74B3F3CA97AF17AA8B46B ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.locale.en-US.yaml index ac740a0cb4e44..4118cdaf213cb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.4 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -27,5 +30,8 @@ ReleaseNotes: |- - [Fix] Upgrade pychromecast - [Fix] Volume Chromecast ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.17.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.yaml index e9147ae0f2349..76974e1ddcd33 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.installer.yaml index 85fa183d0382b..16a1d33c836ca 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.5 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.17.5/Music.Caster.Setup.exe InstallerSha256: 18FFFEED8C975F4CB21F913EC23D658EC9677A8D13762DFD52A8B2DF75A507A2 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.locale.en-US.yaml index d09b3c4d11b26..8f39fc577dc57 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.5 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -28,5 +31,8 @@ ReleaseNotes: |- - [Fix] Upgrade pychromecast - [Fix] Volume Chromecast ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.17.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.yaml index 8a69ceb8fcc13..d595bd256f120 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.installer.yaml index f01659bb60a54..8be30d48f8a79 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.6 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.17.6/Music.Caster.Setup.exe InstallerSha256: 8183DE1C5F1E33E38A9EA935A3A02C316DE12279685954C7CEED5770462A43F8 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.locale.en-US.yaml index 2dba78c04c1a3..793ca2ee1e395 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.6 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -29,5 +32,8 @@ ReleaseNotes: |- - [Fix] Upgrade pychromecast - [Fix] Volume Chromecast ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.17.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.yaml index 7c2f74f42775e..999c0f99230e6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.installer.yaml index d2ed7d7b86d3e..155296acd0c83 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.7 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.17.7/Music.Caster.Setup.exe InstallerSha256: 4E00637DBF863879BE0E5060BD0525EE99EC4C700F7F0D455A9AEEB6C9614465 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.locale.en-US.yaml index 899d4a79447ea..0fd24eda7d4b8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.7 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -30,5 +33,8 @@ ReleaseNotes: |- - [Fix] Volume Chromecast - [GUI] Timer tab translation ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.17.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.yaml index a70f33f6a75c7..bec7c3fa53a4e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.17.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.17.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.installer.yaml index 323cd212d4a52..02326652c3190 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.18.2 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.18.2/Music.Caster.Setup.exe InstallerSha256: 64E47EFFE086D9B1D07114ABE6653A8298A7604C148F58BEA35A1577492C8E9D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.locale.en-US.yaml index 29bbf339abb52..50ca2a16c69aa 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.18.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. +# Description: +# Moniker: Tags: - music - music-player @@ -25,5 +28,8 @@ ReleaseNotes: |- - [Fix] Changing cast device - [Fix] Security update ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.18.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.yaml index cd19d1210d11e..786e6c96286e5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.18.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.18.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.installer.yaml index 66c993abb55d4..16e42c0ea001e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.2.0/Music.Caster.Setup.exe InstallerSha256: 5769F5DF55AE4A799877A35C549E7CE3D4C7DC881C9B8CEAB21DB2F41C78C613 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.locale.en-US.yaml index d02b6be736687..9ccd0468c3d63 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.0 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.yaml index d3da3e4598bde..bbe04612aa0cb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.installer.yaml index b7b9519a4e4fb..e03c5afac6d9f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.2.1/Music.Caster.Setup.exe InstallerSha256: 53C371197EFA83A0FF71651783ECFC84327F605926A7C1A32005F10C924FC1EF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.locale.en-US.yaml index b5a3d44cc1efc..3bfee2cb14437 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.1 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.2.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.yaml index b4355b7d865f6..1314c237718a0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.installer.yaml index d298e02e895bc..3bbe4edf56175 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.2 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.2.2/Music.Caster.Setup.exe InstallerSha256: 2A80286372E5E80E9BC58F8359C3D824F5BC16A867DFC4B59ED9CFFDDDC8C4D8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.locale.en-US.yaml index cfc6d787634c4..25a7f90110068 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.2 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.2.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.yaml index dedadfc86f44c..ee907d2081a09 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.installer.yaml index bf72c5a0f270c..c33946fd48920 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.2.3/Music.Caster.Setup.exe InstallerSha256: 48B6566424852BE99973E1E19666469F06C34D2E15F2431EA541924DD203E7DF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.locale.en-US.yaml index 7686b1449b6d4..1031aa2012f7f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.3 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.2.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.yaml index 41119ce482744..f976d306265e5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.installer.yaml index fa12c5587df4a..4d37f719fddc0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.2.4/Music.Caster.Setup.exe InstallerSha256: 90B52AB02A36D294FA3A3A067ABDFF0CF51818B88F15F43633F2452EA692243C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.locale.en-US.yaml index a624be3343f0e..89992d54dff74 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.4 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.2.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.yaml index 2b8dd4ba5e116..eb5b7ab5ef0f1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.installer.yaml index a52cf9b7cd698..be6ee7b7b60d3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.5 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.2.5/Music.Caster.Setup.exe InstallerSha256: F507AC357E5467A0738DC8C85558AFE3289DA803FDD59BF95741FD6874482FAF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.locale.en-US.yaml index 18087f44d387f..1251a6d156b2f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.5 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.2.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.yaml index b3ea5b649c6ed..05ee116fb9a5c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.2.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.installer.yaml index a0e2f5abe486a..b6ffa6737e2ff 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.3.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.3.1/Music.Caster.Setup.exe InstallerSha256: DFD5A19144B4BCF2ADB2393FFB69CEB479428206A7AC3880C2D66E518BCD5D05 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.locale.en-US.yaml index cd20f1142c80d..030d416f4d30a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.3.1 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.3.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.yaml index c5c89c4b9b164..6db7dcd575e5c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.3.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.installer.yaml index 92040ef555844..a4d943ae4589a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.4.0/Music.Caster.Setup.exe InstallerSha256: 977CF9CA58A6A290601A5899E453AC14A0DFD9949AD55ED816D1887D9FBCA6AA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.locale.en-US.yaml index ee96a2932df14..f154acc22d12d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.0 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.4.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.yaml index 76f6c032d8378..17744ba342fd1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.installer.yaml index fcf5d974459e2..a885cf521d793 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.11 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.4.11/Music.Caster.Setup.exe InstallerSha256: F00EDD198557F06CEAB0FADCF57E10D6A042CCFEAC611809E982E567F4D45D12 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.locale.en-US.yaml index 9dcd55f94ea9c..206be1a0176e4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.11 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.4.11 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.yaml index 0022851126bf8..a7817d1fd9e52 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.11/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.installer.yaml index 13acb670f2ccf..1ef63ac9be289 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.2 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.4.2/Music.Caster.Setup.exe InstallerSha256: 197EC332A9798BD1DDC9B340010676BCAB45BA097EFA4C0677315F77AE5B2432 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.locale.en-US.yaml index af326a97f6b68..b6cb6c965fccf 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.2 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.4.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.yaml index 482fa2431cbbe..f3e07cf0f11b8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.installer.yaml index 79a545bc7d9bf..5ad18892a2b04 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.5 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.4.5/Music.Caster.Setup.exe InstallerSha256: FA02832A7AD2D0B4B7AD788FD8C8E6315B132F779BCC4E37D4C40167A5EE9733 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.locale.en-US.yaml index bfb870b5448a9..890773efcf2bd 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.5 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.yaml index 40cb7afffc3b2..8050ed3fde313 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.installer.yaml index a4bc7511c4b5a..b88c337b4c23a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.4.6/Music.Caster.Setup.exe InstallerSha256: C5B8EB2F4238B6BA3E12E8818F1FD8C01984ADE533F9C3D594FA19C6FCFBD29E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.locale.en-US.yaml index 596ccd387e106..9017589949be0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.6 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.4.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.yaml index eb0f6256793ab..b0a8fb29007f1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.installer.yaml index 4a63af5976acf..c2f35e197c7d9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.7 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.4.7/Music.Caster.Setup.exe InstallerSha256: 380E40F83416F08BA56E55ACB2315DA7E8A7B33D087741115BA176B9BB5C1D62 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.locale.en-US.yaml index 158a831d0d6c8..5d8ba1873d17f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.7 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.4.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.yaml index babe7f0bf2416..80f6bfd9d82b3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.installer.yaml index c763d0d868e0b..a42f0a08d452d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.8 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.4.8/Music.Caster.Setup.exe InstallerSha256: 8FC1448A3F75543162D820F0366D2A05205AE39F31C073619759C2F4252BC93A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.locale.en-US.yaml index 3a9a97c73d602..7273d0fc12ad1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.8 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.4.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.yaml index b8640318edbe5..e8456c2ed1564 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.installer.yaml index f3e99015fc716..3faa9c678e6dd 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.9 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.4.9/Music.Caster.Setup.exe InstallerSha256: C43AD160C98177CA585564C433C3CA05E3400D20D49E16845A89B22BF097A5AA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.locale.en-US.yaml index 7dcb330134f28..4a57f6cc92a18 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.9 PackageLocale: en-US Publisher: Elijah Lopez -PublisherUrl: https://elijahlopez.herokuapp.com/ +# PublisherUrl: https://elijahlopez.herokuapp.com/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.4.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.yaml index f0ac1150ff18d..15f7291a411e5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.4.9/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.4.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.installer.yaml index 12a4d1f9bbcd6..a7e7e4f98601f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.5.1/Music.Caster.Setup.exe InstallerSha256: D413C05665F93222D8D3047D1A64CD8FA85C89D90ED4FB76EA75FB8EF23DA363 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.locale.en-US.yaml index af16abcf88bde..02e0f27f80759 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.5.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.yaml index a4722fcec65d0..6fc4b58ed4b27 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.installer.yaml index 4d10617c7ffe8..c788a865b96e0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.5.3/Music.Caster.Setup.exe InstallerSha256: C8C587E3861BEFF90B5FA82E0D9FC8879F2FB48236FB0BE81E84C0041EE388A7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.locale.en-US.yaml index 6af50b0d3732a..a30ce9fce18ca 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.5.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.yaml index 0fe5df0180379..7dbc2e6da06d3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.installer.yaml index 170885c250f03..ffe9ad2d00c61 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.5.4/Music.Caster.Setup.exe InstallerSha256: 36FD98D96B6A79DA9268205222337693CB22DDA38BA86539738898955E605800 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.locale.en-US.yaml index dd2806b6c046a..50b764b2c290f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.5.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.yaml index e2f885446c9f3..b71687b1a5c76 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.installer.yaml index 937436c0a02d4..df6b66a110166 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.5 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.5.5/Music.Caster.Setup.exe InstallerSha256: B80F14185C20FE641036CC9FD266E6159D4DDD72991715C3648904680A7CEB94 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.locale.en-US.yaml index 864ad71ef8c6a..a0264898370b4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.5.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.yaml index a832c2adc587a..7dcde16722349 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.installer.yaml index 452db85aef141..22d334458e3ec 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.5.6/Music.Caster.Setup.exe InstallerSha256: 5AE086620E32695779E4E9D8687F3C895C637F01F9058751BFB044D97728E057 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.locale.en-US.yaml index bcdf97b366d98..ee52f77cf24bf 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.5.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.yaml index 71179f82186f8..36e8c1dcdffa6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.installer.yaml index eeb29fbcabce1..c8f5cb7c206f4 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.7 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.5.7/Music.Caster.Setup.exe InstallerSha256: 9F67E6867E49CDF48C56F94645B154B50BF63FEBCB5999EC03C084D8240809F8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.locale.en-US.yaml index eac3eded732b0..a837142f817cd 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.5.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.yaml index dbf9d1383f740..979fe7d9ceea5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.5.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.5.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.installer.yaml index 3e943a23cb484..6477394c1fb20 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.0/Music.Caster.Setup.exe InstallerSha256: 17C047F2613C6B9B882CBDB4B065A29A1B72F5C06FA01CA52055471DBC1524F5 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.locale.en-US.yaml index cbdd98936c4cd..3b1a6fac2c3d3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.6.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.yaml index 2585321d6caeb..8c8fe6e468360 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.installer.yaml index c6783f8017c69..4f0988bc9dfc3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.1/Music.Caster.Setup.exe InstallerSha256: 735EE58B17D6015B5794F29961C75F3831ED91DBEEA787BDA6B4BE34D9CD8EB9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.locale.en-US.yaml index eaadc2b5882fa..b7e27f47a7d53 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.6.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.yaml index 95803a5f2b658..5258d924a5f7d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.installer.yaml index 94204d32c6f4e..9ea24d23e3197 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.10 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.10/Music.Caster.Setup.exe InstallerSha256: 44FD7259814CA142B98F8AA0F1F52A6073EF762EE179EB81E2C8C82AE1B60929 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.locale.en-US.yaml index 24935a9c27ba9..3a0d348a99d99 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.10 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.yaml index 19f291d403d9c..b679388a4b1e3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.10/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.installer.yaml index 825d83cd8a275..d73535ad3e41d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.12 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.12/Music.Caster.Setup.exe InstallerSha256: 9783C2CF1B0A448083EF47FF68B369E02D8F1D92C8047669B8420484E5F64835 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.locale.en-US.yaml index e11e6376cd02e..3754e8f86814e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.12 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.6.12 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.yaml index 627735b09deb2..6bcb83a3977f8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.12/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.installer.yaml index 702f404966b55..3920f1c42b37b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.13 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.13/Music.Caster.Setup.exe InstallerSha256: 46464A5A3B0200BD7CA821A7141A558FA287079B1D77AD0C6824B4691E792854 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.locale.en-US.yaml index c4a6a0b2650b3..1bff8f97b9ae2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.13 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.6.13 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.yaml index f79690a44783e..ebbbc1401917d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.13/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.installer.yaml index cb25b0c8738ad..030821dac8790 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.14 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.14/Music.Caster.Setup.exe InstallerSha256: E5BEDA4D16AC9B272153EA71B888628377E0E3DAB156D6089B1AC6694F1BEDC2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.locale.en-US.yaml index f12e4a3569e3a..d9f3b8f3bc13c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.14 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.yaml index 726034ad3a2c5..086e58d856aa2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.14/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.installer.yaml index 4392ffacc89dd..a879573ef4d11 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.2 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.2/Music.Caster.Setup.exe InstallerSha256: 5254D5D03D9CAFE7EABB2F1D7BCE13D5EBC46BCE4C69A20214F570F217E9BB60 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.locale.en-US.yaml index 433fdd750bb5d..013a993693ee7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.6.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.yaml index 2b2ec2b0fdc9b..cab909ebc6692 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.installer.yaml index 1c288f59a39fc..3f9efccda15ee 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.3/Music.Caster.Setup.exe InstallerSha256: E7B41AECFED2516B5404FA648695306D586A385E2F2CC04A2E7AD44B4098F2AB ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.locale.en-US.yaml index a51d6bbc443f1..2b20c8bf95591 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.6.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.yaml index 9fee5ab15d806..8b7db63acd0fe 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.installer.yaml index 2d5296d659eee..e99d35e01f7e6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.4/Music.Caster.Setup.exe InstallerSha256: 5D6E947B3311D3E87509C7D1A685B9284ED284E7E49D8FA1212D0E1A4305C009 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.locale.en-US.yaml index f333205fddc37..6e686deb815b8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.6.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.yaml index 8aefe3ea1900e..557aef499f90a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.installer.yaml index 04450ddac5f9a..17c440cc75afd 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.5 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.5/Music.Caster.Setup.exe InstallerSha256: FDC35EFCF8DDE06E1C53B4AF63DF022183080A6EAB5EE929591F2BCB1ED528FA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.locale.en-US.yaml index 52865c6207849..69f0109fed162 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.yaml index de0adce7ba03d..b564d1e405a2a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.installer.yaml index c3ed00bcb0ddb..69d1924153cf7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.6 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.6/Music.Caster.Setup.exe InstallerSha256: 903970BF5E70DF3E1676FF1B008F05754083663B81693DEAFD42B37B763790A3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.locale.en-US.yaml index b352b3ea3322c..d774b846cb4c8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.yaml index 8b2fc133c6778..ddb1a51d11a56 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.installer.yaml index 3056dbac3d2c3..0d68eb0cca79d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.7 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.7/Music.Caster.Setup.exe InstallerSha256: 86F1373CB4F76AF6D4D9AC7871EB62640477CCCF08CEDDDFA84B77099A1A3FA7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.locale.en-US.yaml index f216acbb8a5db..6d8adf031655a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.yaml index de91e23335c98..7aa5ec96ca858 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.installer.yaml index 3dd112c6a417e..80e78825593f6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.8 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.8/Music.Caster.Setup.exe InstallerSha256: 616B7CCB4571FDECA2EEFB96325006CFC18FC4F9AAE71B267551B55900F1143F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.locale.en-US.yaml index d8891538306c4..d8c428ea1f47b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.yaml index 807efe9b0ed24..9c3637845cd3a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.installer.yaml index 60d641e8304fa..9afa51b192be8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.9 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.6.9/Music.Caster.Setup.exe InstallerSha256: 120F7CA4247D1FF78CB8E6A3EFE63F5F73B3010D49C9DED0A712785E23EC9B04 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.locale.en-US.yaml index 09ed31d361f93..678fe3c89afa2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,15 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.yaml index 0a1d0687f93b2..cfbdbf75c4263 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.6.9/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.6.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.installer.yaml index d0a75319377de..27d205242a0a7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.7.6/Music.Caster.Setup.exe InstallerSha256: DEE6BE8A4E9C3DE4218C477ED9A0EC777BE3DFBA0DDCCDE785A4111462A4A6E0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.locale.en-US.yaml index 1e7f5918b5738..58b0a26eaefb3 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.7.6 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.yaml index 4a28eb4f4b08c..b7379c982fcc2 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.installer.yaml index bfdf7fbedc2d0..2217410e8d332 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.7 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.7.7/Music.Caster.Setup.exe InstallerSha256: D3ED19AEF5A2039BF5BD4EEE2443CD9EA96E149417B159732277260C4C7E80C7 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.locale.en-US.yaml index 3deabc598fc61..c4513b074b30a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.7.7 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.yaml index d12f0cb5b4c15..efb71a4c30194 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.installer.yaml index c6e6b6b455755..e7b098300953a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.8 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.7.8/Music.Caster.Setup.exe InstallerSha256: 49C7D408AA30B3D0E7E46E913CE7C6ADB699B2B2146BDED934672AF7511929B8 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.locale.en-US.yaml index 6107b195e3e72..8d758ffee92b8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.7.8 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.yaml index 425e5bab788de..05ac1e2e39e7d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 =QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.installer.yaml index a5f40349f353e..bd39ba7c4c606 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.9 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.7.9/Music.Caster.Setup.exe InstallerSha256: 5512A754D9C3CE8C269EAABBE468019F25D5CC91469F450A1E2A2B4A5B1D00F7 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.locale.en-US.yaml index 7021431f8a24c..f78656ba5e684 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.7.9 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.yaml index da3dd4d499d7f..0e15c664df2a0 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.7.9/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.7.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.installer.yaml index 7104e6f7a0ca7..f157bd746d915 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.8.0/Music.Caster.Setup.exe InstallerSha256: 46DF2619AF6D3FDB136A10C1E45DF6CCCF3A4A0832397BC1558E4EF8493B9F72 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.locale.en-US.yaml index 7ce19c241487b..31d870f65f985 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.8.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.yaml index 5576e730d7d77..bcf4ee4c47eda 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.installer.yaml index 261ac22a251b5..e22c00bd98856 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.8.1/Music.Caster.Setup.exe InstallerSha256: FB69E658181F17F3C349DFCBA2FF086378C40036CEE62761626E3F309D11D762 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.locale.en-US.yaml index 3e1ddf3a78da2..634071c7118a7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.8.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.yaml index 7ab6ad6ad99c9..a94117c627111 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.installer.yaml index dcecd0fe5e11f..3605639939853 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.10 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.8.10/Music.Caster.Setup.exe InstallerSha256: 5E104DAB513356DBA91FFAB26247F818E8A8EBBB02C5602619A6685546289DF8 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.locale.en-US.yaml index f7ad7b2d4f036..06c3fdaf5f94a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.10 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.8.10 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.yaml index edecc272723ac..6e9eaea91709d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.10/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.installer.yaml index 7de1f24b64242..a8b01f60c8f7b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.2 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.8.2/Music.Caster.Setup.exe InstallerSha256: 2D7454611DEB891252575825C302A32E9A9E3EC732235B05B8FACED373432735 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.locale.en-US.yaml index f7894e528910b..2aa2cdc449a2d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.8.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.yaml index f469d998bbde8..cd9a993259e41 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.installer.yaml index 7073e4acbf877..6b68ddc5c3e6a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.8.3/Music.Caster.Setup.exe InstallerSha256: 33D19D3270FFD19DC1E69EDA9CBE1A0BBD9D988748E98792940393C620C46B6E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.locale.en-US.yaml index 2f5fb2dbbfd72..672fb6e1512ee 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.8.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.yaml index 0e15ad6bc1417..628c24c271965 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.installer.yaml index bc48d95314f68..6124da65ccb59 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.8.6/Music.Caster.Setup.exe InstallerSha256: D6A44D25E7F72E58776C281FCAB86118C3A38EE4B4E34E6DD204D04B5BCB1062 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.locale.en-US.yaml index 46305f7c8655f..73d376dcc5498 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.8.6 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.yaml index ea21301a348c3..13bee12c70a32 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.installer.yaml index 4138f16e6907f..f0e851b7a8576 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.7 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.8.7/Music.Caster.Setup.exe InstallerSha256: 90B2738156369E742C23F8EA14CF3CA004D09C6EC2095B71B8D7B82BB8E5FA99 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.locale.en-US.yaml index 5c6c98c57fe04..a154ba581fa15 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.8.7 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.yaml index 005b984c52d05..ac1f98b80aa4d 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.installer.yaml index 7dc443e8a2e3b..a495c40bdf80a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.8 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.8.8/Music.Caster.Setup.exe InstallerSha256: FB15FD8C35A8E8CE79D4AB852679568ACA56D4558CF94E2C1EC2E41902567694 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.locale.en-US.yaml index c2c152fac0b99..46ede18c46292 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.8.8 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.yaml index 109af4d682ac3..7e57772a4947f 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.8.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.8.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.installer.yaml index 1c1d9ea196f50..8df438874bc61 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.0/Music.Caster.Setup.exe InstallerSha256: 02F6D4533593CDD9E67DC2505F4701180568B2C3445FA81F1B76239C5961B773 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.locale.en-US.yaml index 9a3e57932ab31..6bab4f2c0e1b7 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.yaml index fed300635192d..d43cccc1d948b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.0/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.installer.yaml index c32da08387c40..d4526989476a5 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.1/Music.Caster.Setup.exe InstallerSha256: 933796EAB2000E97EB37AE1859D1F7EB0D06EBE3F0C2924D76BED9BFBE98251A ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.locale.en-US.yaml index aeb76b1bb5a87..aad99eee3901b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Elijah Lopez PublisherUrl: https://elijahlopez.ca/music-caster/ PublisherSupportUrl: https://github.com/elibroftw/music-caster/issues -# PrivacyUrl: +# PrivacyUrl: Author: Elijah Lopez PackageName: Music Caster PackageUrl: https://github.com/elibroftw/music-caster @@ -16,18 +16,17 @@ LicenseUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICE Copyright: Copyright (c) Elijah Lopez CopyrightUrl: https://raw.githubusercontent.com/elibroftw/music-caster/master/LICENSE ShortDescription: A modern music player that supports Google Chromecasts, Home Mini's, etc. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - music - music-player - player - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.yaml index 03bd54e62bc88..ce7cbcfc6975e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.1/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.installer.yaml index 0a046407e166e..af29bc307318e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.10 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.10/Music.Caster.Setup.exe InstallerSha256: 70003E7891BC97AF82930FAD7F40CDFAA162DE8C11456CDCD43EC28D693F674B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.locale.en-US.yaml index da35a64456ee4..8403731fa9714 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.10 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.10 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.yaml index 39dd3c0d5cdfa..adc50fb4b0e58 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.10/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.installer.yaml index 11217128951cb..a397d3b3b339a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.11 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.11/Music.Caster.Setup.exe InstallerSha256: A23A349E3E1F1CCFC1954FADA37DEADA4AC4495E87937A8251ACA154049EFE51 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.locale.en-US.yaml index ab2dce042f3f8..4972affd505fb 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.11 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.11 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.yaml index b7d35345d942b..d19a8b7f074fd 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.11/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.installer.yaml index ea085b77b7701..d5ee6240b2e78 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.12 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.12/Music.Caster.Setup.exe InstallerSha256: 90727213B181077F8B6761545E5F668E22A680FB4C64DE2B89A1AA9DE1232C4E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.locale.en-US.yaml index 66969b60e6ec9..e1e642167321b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.12 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.12 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.yaml index 26a5e97eed3a4..4f74a664260f8 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.12/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.installer.yaml index 8004e6f0b0974..af35a21d1887b 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.2 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.2/Music.Caster.Setup.exe InstallerSha256: AFCB7080DCB8624126370BBEB7BEAC92C9C482EDE9D95ACD54F9A5F3E6B13B7E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.locale.en-US.yaml index 2c6f99e545c74..cf610b7b8c494 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.2 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.yaml index cfd7e14591057..ec66c6b29dab1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.2/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.installer.yaml index 86c7cc594e69e..f07b1f91c7bd6 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.3/Music.Caster.Setup.exe InstallerSha256: EDFC17453FEC95A74735A5151D446F80218D5434DEBB2E531F27878907905BCA ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.locale.en-US.yaml index 9e9deb0c3cae4..4d03a7144b456 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.3 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.yaml index 16de6cc139040..8d875c3662323 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.3/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.installer.yaml index b9895a07b81ec..0dadee4da06d1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.4/Music.Caster.Setup.exe InstallerSha256: 5AD15B31422A14D27DC847318D06B90A681D1EFE7E4454FC559CEB27BDC201DD ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.locale.en-US.yaml index a76571cfe758e..97fdf157b7cdf 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.4 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.yaml index 5e8fd963e5fda..18cc4b9540f6e 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.4/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.installer.yaml index 952d0fc6ee36e..294b7f1a4e735 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.5 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.5/Music.Caster.Setup.exe InstallerSha256: D70848EB9B8952B57B63CFCAB42D487CABF78FCDEABFF41E18B73CDCC486FC7C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.locale.en-US.yaml index 91da23479abc7..2ecfb4a5e0f8a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.5 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.5 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.yaml index 0996db4d56e11..a8c9d40e9ee76 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.5/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.installer.yaml index b93a1563917a2..25ced137465c1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.6/Music.Caster.Setup.exe InstallerSha256: 40E73D15EBDA00064196E72823377DD4AFA92F1C12BDEC598D974C8F1305453E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.locale.en-US.yaml index fea525a5cb7c6..241f83284357a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.6 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.6 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.yaml index 20646b8134cf8..f1c164f439944 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.6/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.installer.yaml index 434013c23d794..a80bafa70d496 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.7 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.7/Music.Caster.Setup.exe InstallerSha256: DB74136FCF26EB8595C2AC35982AF0C5988592ACCB953B47CCC764BFC831DFDE ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.locale.en-US.yaml index 62d680094c7e7..a97c8130f2859 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.7 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.7 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.yaml index 28310cb289501..2ebc173845ec9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.7/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.installer.yaml index e7b7f284dcc5d..834d654778ccf 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.8 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.8/Music.Caster.Setup.exe InstallerSha256: 1820868B70D361C4A283DC7312962952B90B7A369D75E268D376ECB2FBBAF14E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.locale.en-US.yaml index 6e5dc728ba17a..9bc18b80c0c27 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.8 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.8 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.yaml index 09bceecbc45fe..05ee856558ef1 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.8/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.installer.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.installer.yaml index 42a770103d8e7..898063fbea05a 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.installer.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.9 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/elibroftw/music-caster/releases/download/v5.9.9/Music.Caster.Setup.exe InstallerSha256: 7326C48615E5CDD1F1DC5DC25E9B89EBD75E5282FD6A8821776D79DFB63C5656 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.locale.en-US.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.locale.en-US.yaml index 3b8c22b171e62..f1355e5e514b9 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.locale.en-US.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.9 @@ -23,11 +23,10 @@ Tags: - music-player - player - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/elibroftw/music-caster/releases/tag/v5.9.9 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.yaml b/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.yaml index eb5a0933b16e7..e00b90a0da35c 100644 --- a/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.yaml +++ b/manifests/e/ElijahLopez/MusicCaster/5.9.9/ElijahLopez.MusicCaster.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ElijahLopez.MusicCaster PackageVersion: 5.9.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.installer.yaml b/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.installer.yaml deleted file mode 100644 index eee825c592f08..0000000000000 --- a/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Eltima.SerialPortMonitor -PackageVersion: '9.5' -Scope: machine -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2023-12-12 -Installers: -- Architecture: x86 - InstallerUrl: https://cdn.electronic.us/products/spm/windows/download/serial_port_monitor.exe - InstallerSha256: 0B1679173F515ACA3C10018D306130BDB499AE9BDB367F5207E09D333C6459A9 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.locale.en-US.yaml b/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.locale.en-US.yaml deleted file mode 100644 index c920524a7d608..0000000000000 --- a/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Eltima.SerialPortMonitor -PackageVersion: '9.5' -PackageLocale: en-US -Publisher: Electronic Team, Inc. -PublisherUrl: https://www.electronic.us/ -PublisherSupportUrl: https://help.electronic.us/support/home -PackageName: Serial Port Monitor -PackageUrl: https://www.electronic.us/products/serial-port-monitor/ -License: Proprietary -LicenseUrl: https://www.electronic.us/company/policies/software-licenses/ -Copyright: Copyright (c) 2023 Electronic Team, Inc. All rights reserved. -CopyrightUrl: https://www.electronic.us/legal/ -ShortDescription: Track and analyze the activity of your system COM ports. -Description: |- - Serial Port Monitor is a professional software application that allows reading and recording serial - data going through your computer’s serial ports. The program is a big help for those who develop - and debug software and hardware solutions that use COM ports for serial data transfer. -PrivacyUrl: https://www.electronic.us/company/policies/ -PurchaseUrl: https://www.electronic.us/products/serial-port-monitor/purchase/ -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.yaml b/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.yaml deleted file mode 100644 index a657244f3cb76..0000000000000 --- a/manifests/e/Eltima/SerialPortMonitor/9.5/Eltima.SerialPortMonitor.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Eltima.SerialPortMonitor -PackageVersion: '9.5' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.installer.yaml b/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.installer.yaml new file mode 100644 index 0000000000000..3b09e5e4a9e28 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 27.2.2 +InstallerType: nullsoft +Scope: machine +Commands: +- erl +FileExtensions: +- beam +- erl +- hrl +ProductCode: Erlang OTP +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/erlang/otp/releases/download/OTP-27.2.2/otp_win32_27.2.2.exe + InstallerSha256: EFBEA66A16E6E5266D707F35EB86F999EED0CE3249DB53877A948F664E049FC6 +- Architecture: x64 + InstallerUrl: https://github.com/erlang/otp/releases/download/OTP-27.2.2/otp_win64_27.2.2.exe + InstallerSha256: 4DFE98FA8FD2FD7FF0361972A1CA2FF0981B2B30A8C9F80D19C457837A8F4703 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-06 diff --git a/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.locale.en-US.yaml b/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.locale.en-US.yaml new file mode 100644 index 0000000000000..e20ecb6d1dec6 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 27.2.2 +PackageLocale: en-US +Publisher: Ericsson AB +PublisherUrl: https://www.erlang.org/ +PublisherSupportUrl: https://github.com/erlang/otp/issues +PackageName: Erlang OTP +PackageUrl: https://www.erlang.org/downloads +License: Apache-2.0 +LicenseUrl: https://github.com/erlang/otp/blob/HEAD/LICENSE.txt +CopyrightUrl: https://github.com/erlang/otp/blob/master/LICENSE.txt +ShortDescription: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. +Description: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. +Moniker: erlang +Tags: +- erlang +- otp +- programming-language +ReleaseNotesUrl: https://github.com/erlang/otp/releases/tag/OTP-27.2.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/erlang/otp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.yaml b/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.yaml new file mode 100644 index 0000000000000..310c809b3b908 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.2.2/Erlang.ErlangOTP.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 27.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.installer.yaml b/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.installer.yaml deleted file mode 100644 index d563578067035..0000000000000 --- a/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: EuSoft.Dehelper -PackageVersion: 13.8.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silentWithProgress -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -FileExtensions: -- bgl -- eudic -- ld2 -- mdx -Installers: -- Architecture: x64 - InstallerUrl: https://static.frdic.com/pkg/dhsetup.exe?t=20241120 - InstallerSha256: 3A355C0A1832AEE0D2E19B367F78333241EF36EFE16F4C9764CFDD5C85EB4FF6 - ProductCode: Dehelper -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.locale.en-US.yaml b/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.locale.en-US.yaml deleted file mode 100644 index 03a868cc0ea3f..0000000000000 --- a/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: EuSoft.Dehelper -PackageVersion: 13.8.0.0 -PackageLocale: en-US -Publisher: 欧路软件 -PublisherUrl: https://www.frdic.com/ -PublisherSupportUrl: https://www.eudic.net/v4/de/home/support -PrivacyUrl: https://www.eudic.net/v4/de/home/privacy -Author: Shanghai Qianyan Network Technology Co., Ltd. -PackageName: 德语助手 -PackageUrl: https://www.eudic.net/v4/de/app/dehelper -License: Proprietary -LicenseUrl: https://www.eudic.net/v4/de/home/serviceterms -Copyright: Copyright (c) 2024 Eusoft. All rights reserved. -CopyrightUrl: https://www.eudic.net/v4/de/home/copyright -ShortDescription: An authoritative German dictionary software and essential tool for German learners -Description: Authoritative German dictionary software that provides you with real-time word pronunciation, German GPT translation, German grammar correction, German verb conjugation search and memorization, extended German lexicon, German vocabulary memorization, German listening, real-time German radio, German question bank, and German input method, etc. -# Moniker: -Tags: -- babylon -- dictionary -- encyclopedia -- german -- lingoes -- mdict -- translate -- translation -- translator -# ReleaseNotes: -ReleaseNotesUrl: https://www.eudic.net/v4/de/app/history?appkey=eusoft_eudic_de -PurchaseUrl: https://www.eudic.net/v4/de/home/buy -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.locale.zh-CN.yaml b/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.locale.zh-CN.yaml deleted file mode 100644 index b07b53d5165a6..0000000000000 --- a/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: EuSoft.Dehelper -PackageVersion: 13.8.0.0 -PackageLocale: zh-CN -Publisher: 欧路软件 -PublisherUrl: https://www.frdic.com/ -PublisherSupportUrl: https://www.eudic.net/v4/de/home/support -PrivacyUrl: https://www.eudic.net/v4/de/home/privacy -Author: 上海倩言网络科技有限公司 -PackageName: 德语助手 -PackageUrl: https://www.eudic.net/v4/de/app/dehelper -License: 专有软件 -LicenseUrl: https://www.eudic.net/v4/de/home/serviceterms -Copyright: 版权所有(c) 2024 欧路软件。保留所有权利。 -CopyrightUrl: https://www.eudic.net/v4/de/home/copyright -ShortDescription: 权威的德语词典软件,德语学习者必备的工具 -Description: 权威的德语词典软件,为您提供单词真人发音、德语 GPT 翻译、德语语法批改、德语动词变位查询及背诵、德语扩充词库、德语背单词、德语听力、实时德语电台、德语题库、德语输入法等。 -# Moniker: -Tags: -- babylon -- lingoes -- mdict -- 德语 -- 百科 -- 翻译 -- 词典 -# ReleaseNotes: -ReleaseNotesUrl: https://www.eudic.net/v4/de/app/history?appkey=eusoft_eudic_de -PurchaseUrl: https://www.eudic.net/v4/de/home/buy -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.yaml b/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.yaml deleted file mode 100644 index 303bf1715ea78..0000000000000 --- a/manifests/e/EuSoft/Dehelper/13.8.0.0/EuSoft.Dehelper.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: EuSoft.Dehelper -PackageVersion: 13.8.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.installer.yaml b/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.installer.yaml deleted file mode 100644 index a68d62f369a6a..0000000000000 --- a/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: EuSoft.Eshelper -PackageVersion: 13.8.0.0 -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silentWithProgress -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -FileExtensions: -- bgl -- eudic -- ld2 -- mdx -Installers: -- Architecture: x64 - InstallerUrl: https://static.frdic.com/pkg/ehsetup.exe?t=20241120 - InstallerSha256: EB8073342634AAF41462074B9D8A14C745BEC154220BD00E867A3587BB06F867 - ProductCode: Eshelper -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.locale.en-US.yaml b/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.locale.en-US.yaml deleted file mode 100644 index 30951fe6817a2..0000000000000 --- a/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: EuSoft.Eshelper -PackageVersion: 13.8.0.0 -PackageLocale: en-US -Publisher: 欧路软件 -PublisherUrl: https://www.esdict.cn/ -PublisherSupportUrl: https://www.eudic.net/v4/es/home/support -PrivacyUrl: https://www.eudic.net/v4/es/home/privacy -Author: Shanghai Qianyan Network Technology Co., Ltd. -PackageName: 西语助手 -PackageUrl: https://www.eudic.net/v4/es/app/eshelper -License: Proprietary -LicenseUrl: https://www.eudic.net/v4/es/home/serviceterms -Copyright: Copyright (c) 2024 Eusoft. All rights reserved. -CopyrightUrl: https://www.eudic.net/v4/es/home/copyright -ShortDescription: An authoritative Spanish dictionary software and essential tool for Spanish learners -Description: Authoritative Spanish dictionary software that provides you with native word pronunciation, Spanish translation, Spanish verb conjugation search and memorization, extended Spanish lexicon, Spanish word memorization, Spanish listening, real-time Spanish radio, Spanish question bank, and Spanish input method, etc. -# Moniker: -Tags: -- babylon -- dictionary -- encyclopedia -- espanol -- lingoes -- mdict -- spanish -- translate -- translation -- translator -# ReleaseNotes: -ReleaseNotesUrl: https://www.eudic.net/v4/es/app/history?appkey=eusoft_eudic_es -PurchaseUrl: https://www.eudic.net/v4/es/home/buy -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.locale.zh-CN.yaml b/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.locale.zh-CN.yaml deleted file mode 100644 index ff0ad25ae212c..0000000000000 --- a/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: EuSoft.Eshelper -PackageVersion: 13.8.0.0 -PackageLocale: zh-CN -Publisher: 欧路软件 -PublisherUrl: https://www.esdict.cn/ -PublisherSupportUrl: https://www.eudic.net/v4/es/home/support -PrivacyUrl: https://www.eudic.net/v4/es/home/privacy -Author: 上海倩言网络科技有限公司 -PackageName: 西语助手 -PackageUrl: https://www.eudic.net/v4/es/app/eshelper -License: 专有软件 -LicenseUrl: https://www.eudic.net/v4/es/home/serviceterms -Copyright: 版权所有(c) 2024 欧路软件。保留所有权利。 -CopyrightUrl: https://www.eudic.net/v4/es/home/copyright -ShortDescription: 权威的西语词典软件,西语学习者必备的工具 -Description: 权威的西语词典软件,为您提供单词真人发音、西语翻译、西语动词变位查询及背诵、西语扩充词库、西语背单词、西语听力、实时西语电台、西语题库、西语输入法等。 -# Moniker: -Tags: -- babylon -- lingoes -- mdict -- 百科 -- 翻译 -- 西班牙语 -- 西语 -- 词典 -# ReleaseNotes: -ReleaseNotesUrl: https://www.eudic.net/v4/es/app/history?appkey=eusoft_eudic_es -PurchaseUrl: https://www.eudic.net/v4/es/home/buy -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.yaml b/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.yaml deleted file mode 100644 index 84796acbf9503..0000000000000 --- a/manifests/e/EuSoft/Eshelper/13.8.0.0/EuSoft.Eshelper.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: EuSoft.Eshelper -PackageVersion: 13.8.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.installer.yaml deleted file mode 100644 index a2ac864d397d5..0000000000000 --- a/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.installer.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Eugeny.Tabby -PackageVersion: 1.0.217 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 -ReleaseDate: 2025-01-08 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.217/tabby-1.0.217-setup-x64.exe - InstallerSha256: 059EA6648762354F6A7E2F85071AFCDD4141CD340F98E2E1905996BC3E3E8380 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.217/tabby-1.0.217-setup-x64.exe - InstallerSha256: 059EA6648762354F6A7E2F85071AFCDD4141CD340F98E2E1905996BC3E3E8380 - InstallerSwitches: - Custom: /allusers - ElevationRequirement: elevationRequired -- Architecture: arm64 - Scope: user - InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.217/tabby-1.0.217-setup-arm64.exe - InstallerSha256: 581F21D29D318D473A6065D86C5D3068D325F9E1C95F120E4602FD3CD63A47BF - InstallerSwitches: - Custom: /currentuser -- Architecture: arm64 - Scope: machine - InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.217/tabby-1.0.217-setup-arm64.exe - InstallerSha256: 581F21D29D318D473A6065D86C5D3068D325F9E1C95F120E4602FD3CD63A47BF - InstallerSwitches: - Custom: /allusers - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.locale.en-US.yaml deleted file mode 100644 index e80981a185285..0000000000000 --- a/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.locale.en-US.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Eugeny.Tabby -PackageVersion: 1.0.217 -PackageLocale: en-US -Publisher: Eugene Pankov -PublisherUrl: https://github.com/Eugeny -PublisherSupportUrl: https://github.com/Eugeny/tabby/issues -Author: Eugene Pankov -PackageName: Tabby -PackageUrl: https://tabby.sh/ -License: MIT -LicenseUrl: https://github.com/Eugeny/tabby/blob/master/LICENSE -Copyright: Copyright (c) 2024 Eugene Pankov -ShortDescription: A terminal for a more modern age. -Description: |- - Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows 10, macOS and Linux - - Integrated SSH and Telnet client and connection manager - - Integrated serial terminal - - Theming and color schemes - - Fully configurable shortcuts and multi-chord shortcuts - - Split panes - - Remembers your tabs - - PowerShell (and PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder and CMD support - - Direct file transfer from/to SSH sessions via Zmodem - - Full Unicode support including double-width characters - - Doesn't choke on fast-flowing outputs - - Proper shell experience on Windows including tab completion (via Clink) - - Integrated encrypted container for SSH secrets and configuration - - SSH, SFTP and Telnet client available as a web app (also self-hosted) -Moniker: tabby -Tags: -- command-line -- console -- terminal -- terminus -ReleaseNotes: |- - Changes - - This release focuses on fixes for the new SSH backend, including: - - ED25519 key support - - Putty PPK key format support - - X9.62 EC private keys support - - DH GEX algorithms support - - 1e44d8c: Bump Electron to 32 as 29 is EOL (#10118) (geodic) #10118 - Security fixes - GHSA-prcj-7rvc-26h4 - - 9351354: tweak electron fuses (Eugene) - It was in theory possible (on macOS) for other applications to exploit the TCC permissions (microphone/camera) previous given to Tabby by the user for malicious purposes by abusing NODE_OPTIONS env var or the debug mode. This is now fixed by disabling the corresponding Electron fuses. - Fixes - - 39e3ba3: Update sshImporters.ts to parse Include directive (#10105) (Hiroaki Ogasawara) #10105 - - case-insensitive hostname check (#10130) #10130 (Hiroaki Ogasawara) -ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.217 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.locale.zh-CN.yaml deleted file mode 100644 index 2fa7fbdb5eae9..0000000000000 --- a/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Eugeny.Tabby -PackageVersion: 1.0.217 -PackageLocale: zh-CN -Publisher: Eugene Pankov -PublisherUrl: https://github.com/Eugeny -PublisherSupportUrl: https://github.com/Eugeny/tabby/issues -Author: Eugene Pankov -PackageName: Tabby -PackageUrl: https://tabby.sh/ -License: MIT -LicenseUrl: https://github.com/Eugeny/tabby/blob/master/LICENSE -Copyright: Copyright (c) 2024 Eugene Pankov -ShortDescription: 更现代的终端 -Description: |- - Tabby(原 Terminus)是一款 Windows 10、macOS、Linux 上的一款可高度定制的终端模拟器、SSH 和串口客户端 - - 内置 SSH 和 Telnet 客户端和连接管理器 - - 内置串口终端 - - 主题和配色 - - 完全可配置的快捷键和组合键 - - 分割面板 - - 记住您的标签页 - - 支持 PowerShell(和 PS Core)、WSL、Git-Bash、Cygwin、MSYS2、Cmder、CMD - - 通过 Zmodem 在 SSH 会话中直接传输文件 - - 完全支持 Unicode(包括全角字符) - - 高速输出而不卡顿 - - 在 Windows 上提供良好的 shell 体验,包括 Tab 补全(通过 Clink) - - 内置用于 SSH 密钥和配置的加密容器 - - SSH、SFTP、Telnet 客户端可作为网络应用程序使用(也可自行托管) -Tags: -- terminus -- 命令行 -- 控制台 -- 终端 -ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.217 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.yaml deleted file mode 100644 index ed2b35b7443df..0000000000000 --- a/manifests/e/Eugeny/Tabby/1.0.217/Eugeny.Tabby.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Eugeny.Tabby -PackageVersion: 1.0.217 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..8f4c93aa74191 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.125.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ReleaseDate: 2025-02-02 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.125.4-win-ddl-stage-20250202163641-1b9fc795812bfac21f074f4d5f464198b84087b3-setup.exe + InstallerSha256: 557D1B7F5A90F61C87C78C43675FEFC4E7B3ED39211FD9A6B73D3CDD9ABEC7C8 + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.125.4-win-ddl-stage-20250202163641-1b9fc795812bfac21f074f4d5f464198b84087b3-setup.exe + InstallerSha256: 557D1B7F5A90F61C87C78C43675FEFC4E7B3ED39211FD9A6B73D3CDD9ABEC7C8 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.125.4-win-ddl-stage-20250202163641-1b9fc795812bfac21f074f4d5f464198b84087b3-setup.exe + InstallerSha256: 557D1B7F5A90F61C87C78C43675FEFC4E7B3ED39211FD9A6B73D3CDD9ABEC7C8 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.125.4-win-ddl-stage-20250202163641-1b9fc795812bfac21f074f4d5f464198b84087b3-setup.exe + InstallerSha256: 557D1B7F5A90F61C87C78C43675FEFC4E7B3ED39211FD9A6B73D3CDD9ABEC7C8 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..8e4cb0d6186c0 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.125.4 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New features: + - Spaces can now be deleted + - Change Tone is here! An AI-powered feature that lets you instantly adjust your note's tone—make it more formal, concise, funny, and more with just a click! + + Fixes: + - Fixed issue where copy/paste of tags was not working + - Fixed the F2 keyboard shortcut to rename selected and open notes + - Fixed issue where the date of overdue tasks would not appear in red +PurchaseUrl: https://evernote.com/compare-plans +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2fbfefe14fc27 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.125.4 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +PurchaseUrl: https://evernote.com/compare-plans +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..31167bdb295d1 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.125.4/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.125.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.installer.yaml new file mode 100644 index 0000000000000..6370fe759c7a3 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.125.5 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.125.5-win-ddl-stage-20250205150521-0a8c608d3f170d9740512b589b0d81df55e072dc-setup.exe + InstallerSha256: AE1C39466EDFE13092BC17F25BB9576FA749F45F623EDC993EB977B5AE0979AB + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.125.5-win-ddl-stage-20250205150521-0a8c608d3f170d9740512b589b0d81df55e072dc-setup.exe + InstallerSha256: AE1C39466EDFE13092BC17F25BB9576FA749F45F623EDC993EB977B5AE0979AB + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.125.5-win-ddl-stage-20250205150521-0a8c608d3f170d9740512b589b0d81df55e072dc-setup.exe + InstallerSha256: AE1C39466EDFE13092BC17F25BB9576FA749F45F623EDC993EB977B5AE0979AB + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-10.125.5-win-ddl-stage-20250205150521-0a8c608d3f170d9740512b589b0d81df55e072dc-setup.exe + InstallerSha256: AE1C39466EDFE13092BC17F25BB9576FA749F45F623EDC993EB977B5AE0979AB + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 0000000000000..4cf7854d391d9 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.125.5 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + New features: + - Spaces can now be deleted + - Change Tone is here! An AI-powered feature that lets you instantly adjust your note's tone—make it more formal, concise, funny, and more with just a click! + + Fixes: + - Fixed issue where copy/paste of tags was not working + - Fixed the F2 keyboard shortcut to rename selected and open notes + - Fixed issue where the date of overdue tasks would not appear in red + - Fixed an issue where task details wouldn’t open from the three-dots menu +PurchaseUrl: https://evernote.com/compare-plans +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..160c8d77a7497 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.125.5 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2024 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +PurchaseUrl: https://evernote.com/compare-plans +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.yaml new file mode 100644 index 0000000000000..5a8f057813fc5 --- /dev/null +++ b/manifests/e/Evernote/Evernote/10.125.5/Evernote.Evernote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 10.125.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.installer.yaml b/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.installer.yaml index 8330cfb07c5c3..3cec571503147 100644 --- a/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.installer.yaml +++ b/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Jan/27 +# Automatically updated by the winget bot at 2025/Feb/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Evope.Evope @@ -7,6 +7,6 @@ InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://app.evope.com.br/evopesetup.exe - InstallerSha256: 40C0A89C512D81736CF46EFD92AC2EEE86DEA89A7877D05AEF932AC716F62DD9 + InstallerSha256: 79278F516D78D7F70B27389995C1D7D35866EAF8CDDF50A777F591541DE69BEA ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.locale.pt-BR.yaml b/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.locale.pt-BR.yaml index 7b9e55cff868e..a7cd691f43730 100644 --- a/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.locale.pt-BR.yaml +++ b/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.locale.pt-BR.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Jan/27 +# Automatically updated by the winget bot at 2025/Feb/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Evope.Evope diff --git a/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.yaml b/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.yaml index 8b6555b0b8f05..bc3fa19b7b967 100644 --- a/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.yaml +++ b/manifests/e/Evope/Evope/1.1.6.28/Evope.Evope.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Jan/27 +# Automatically updated by the winget bot at 2025/Feb/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Evope.Evope diff --git a/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.installer.yaml b/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.installer.yaml deleted file mode 100644 index bf9c856fe961d..0000000000000 --- a/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2022/Nov/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: ExclaimerLtd.CloudSignatureUpdateAgent -PackageVersion: 1.18.22294.1 -Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi - InstallerUrl: https://outlookclient.exclaimer.net/csua/Exclaimer.CloudSignatureUpdateAgent.Install.msi - InstallerSha256: 7B7380CA5457AAF5209DA8C8D01C7582803F626EEE866AADF943117C2085F3A4 - ProductCode: '{A809BADE-53FA-443A-89F0-959F8FB1C7D2}' - Scope: user -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.yaml b/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.yaml deleted file mode 100644 index bd5e98d5b0807..0000000000000 --- a/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2022/Nov/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: ExclaimerLtd.CloudSignatureUpdateAgent -PackageVersion: 1.18.22294.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.installer.yaml b/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.installer.yaml new file mode 100644 index 0000000000000..7dd79fcdbd2d8 --- /dev/null +++ b/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: ExclaimerLtd.CloudSignatureUpdateAgent +PackageVersion: 1.19.25027.2 +Installers: +- InstallerLocale: en-US + Architecture: x86 + InstallerType: msi + InstallerUrl: https://outlookclient.exclaimer.net/csua/Exclaimer.CloudSignatureUpdateAgent.Install.msi + InstallerSha256: 35E3EC75751B0764F83351FCDEA69DD23AF4E45925A516443B982E1AB08D8864 + ProductCode: '{61103EC4-73D1-402A-89DC-F2C70E373F35}' + Scope: user +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.locale.en-US.yaml b/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.locale.en-US.yaml similarity index 76% rename from manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.locale.en-US.yaml rename to manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.locale.en-US.yaml index c1c0e63bd1068..d22b4da71fba6 100644 --- a/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.18.22294.1/ExclaimerLtd.CloudSignatureUpdateAgent.locale.en-US.yaml +++ b/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.locale.en-US.yaml @@ -1,12 +1,12 @@ -# Automatically updated by the winget bot at 2022/Nov/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: ExclaimerLtd.CloudSignatureUpdateAgent -PackageVersion: 1.18.22294.1 +PackageVersion: 1.19.25027.2 PackageLocale: en-US Publisher: Exclaimer Ltd PackageName: Exclaimer Cloud Signature Update Agent License: Commercial ShortDescription: Exclaimer Cloud Signatures for Office 365 is an email signature management solution that lets you centrally manage Office 365 (now Microsoft 365) signatures for all users and devices, via an easy-to-use web portal. ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.yaml b/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.yaml new file mode 100644 index 0000000000000..472125877f69f --- /dev/null +++ b/manifests/e/ExclaimerLtd/CloudSignatureUpdateAgent/1.19.25027.2/ExclaimerLtd.CloudSignatureUpdateAgent.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: ExclaimerLtd.CloudSignatureUpdateAgent +PackageVersion: 1.19.25027.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 512b98fad4fb1..984845f3d54e9 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.1 +InstallerType: nullsoft Installers: - Architecture: x64 - InstallerType: nullsoft InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.1/ExpressLRS-Configurator-Setup-1.0.1.exe InstallerSha256: F33C0CB47AEE7357313837083588C2944168F24024FBC0F4D6B41B791F6673CC ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index abef46cfb593e..39b34c6d5dda4 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,13 +1,28 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.1 PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: ExpressLRS Configurator +# PackageUrl: License: GPLv3 +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.yaml index 34c2abb37edff..e500ee4d674ff 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.1/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml index fcf5df0a43c93..40389c520a21e 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,30 +1,27 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.2/ExpressLRS-Configurator-Setup-1.0.2.exe InstallerSha256: 8B94A31FE621B81F076C4C62793C63D5D5B49D51B653DBE8C4AC2846B2781A96 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.2/ExpressLRS-Configurator-Setup-1.0.2.exe InstallerSha256: 8B94A31FE621B81F076C4C62793C63D5D5B49D51B653DBE8C4AC2846B2781A96 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 3c590ccb80540..53ad6eba21e89 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.2 @@ -7,12 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.yaml index 415e88e3b16aa..03eccc29efc56 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.2/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml index c7a79f030d375..35e18262e4069 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,30 +1,27 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.3 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.3/ExpressLRS-Configurator-Setup-1.0.3.exe InstallerSha256: D3AB505C61DA2EA38EF16A75FDB99979F65B66E0B0B53F72CBC2C654AAC4CEA9 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.3/ExpressLRS-Configurator-Setup-1.0.3.exe InstallerSha256: D3AB505C61DA2EA38EF16A75FDB99979F65B66E0B0B53F72CBC2C654AAC4CEA9 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index a046d7590fdc8..e691e4b8ca35b 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.3 @@ -7,12 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.yaml index 420b72eaaeb7d..14c77333eb61f 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.3/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml index c013273d55e9d..5788d03583756 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,30 +1,27 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.4 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.4/ExpressLRS-Configurator-Setup-1.0.4.exe InstallerSha256: 28D04CCED80E23C59B439418C5D5A0BED61527E8B35E553958DDF82F9B5B7392 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.4/ExpressLRS-Configurator-Setup-1.0.4.exe InstallerSha256: 28D04CCED80E23C59B439418C5D5A0BED61527E8B35E553958DDF82F9B5B7392 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 9ee6f07fe58a9..2b66c20eedb56 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.4 @@ -7,12 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.yaml index 03751d0f64038..9eff051f5dd2f 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.4/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 4a629c464d0d1..64669188f8e27 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,30 +1,27 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.5 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.5/ExpressLRS-Configurator-Setup-1.0.5.exe InstallerSha256: 67DAABCA47D4FE3EF59FCAC503682D9C20604AED8C7086440D139E1F9324B3B2 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.5/ExpressLRS-Configurator-Setup-1.0.5.exe InstallerSha256: 67DAABCA47D4FE3EF59FCAC503682D9C20604AED8C7086440D139E1F9324B3B2 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 73f42a1d57a2f..c9d175912b2b8 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.5 @@ -7,12 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.yaml index 09c62fa83fc9c..f82a1477d8e35 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.5/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 3128a7e7f74d8..69a2cdaee460a 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,30 +1,27 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.8 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.8/ExpressLRS-Configurator-Setup-1.0.8.exe InstallerSha256: 6C1F7A231F1A3733C433BB213323CF233C3E88C4ADA5DDC2F493A17F2C2EDAFF InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.0.8/ExpressLRS-Configurator-Setup-1.0.8.exe InstallerSha256: 6C1F7A231F1A3733C433BB213323CF233C3E88C4ADA5DDC2F493A17F2C2EDAFF InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 6cab6b3ed18a8..636f856070c57 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.8 @@ -7,12 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.yaml index 6de88edfd428f..dff777c63cb5a 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.0.8/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.0.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 99f06b1faa46f..1933ba80a6c6e 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.1.0 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index ffca8f6e9db3c..e7428c025e8d8 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.1.0 @@ -7,17 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.yaml index 7fa17563d5bc9..1ccaa156d70b4 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.0/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 45be2d41f2ac5..1e8fe680383cf 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.1.1 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index d7c50dc7bcce3..e818aaac350dc 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.1.1 @@ -7,17 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.yaml index 86d42f2919785..53aa94dbf4b0b 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.1.1/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 93ddcb2ac424b..35653096eb2de 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.0 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 0c6fbb08eff4e..50d69bea89d00 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.0 @@ -7,17 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.yaml index e8f66c293d666..fdc8793df38e5 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.0/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 9d11313ffcd2b..dae5dcaaea429 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.1 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 187ac07019346..c31f698023edd 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.1 @@ -7,17 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.yaml index d6036c1567451..978b283f9e291 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.1/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 57ad23c7dd52e..64324e72e328f 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.2 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index f0c825ca51ac5..51abdfe6e38fd 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.2 @@ -7,16 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Tags: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.yaml index cfc11fa370fc1..1088e7abb7618 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.2/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml index ec543e5ec325f..46423b68dd98a 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.3 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 888d6df25f13e..14567dead9a4e 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.3 @@ -7,16 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Tags: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.yaml index 97ff87f5dc8c2..b0986f710261c 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.3/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml index c4c973e24d80b..e89ab5a6a7caf 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.5 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index caa38b03fce01..29502e1af7feb 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.5 @@ -7,16 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Tags: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.yaml index aab9c285eccb0..96de5b70277bc 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.2.5/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 4d8ef6031bc2f..bd810bf4d1fae 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.0 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 05cfea92ebce7..108a10efd9133 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.0 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.yaml index 26343423ab3de..2728e861e769a 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.0/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 7cee9a7276398..308752d73e463 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.1 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 725b6f3cdc0f9..dbd1dee9367c4 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.1 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.yaml index 655045927c7f1..db2eda02ffe06 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.1/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 0cb7d1963c8e3..d750bc8f493bc 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.10 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index a92bae39291d6..c98e30b76ffe7 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.10 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.3.10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.yaml index a4e3f163f7fe5..fb343f1f65936 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.10/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 4cccd6660d1f5..d5c2f12dd63de 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.11 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index fdbb25e78f710..df5b1885be074 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.11 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.3.11 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.yaml index 746e731ef9033..600d830f9126c 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.11/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 158089d1cd15e..634d384730f66 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.2 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 5c0143a9227a5..b55bccf27b458 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.2 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.yaml index 07953697d7110..ed0eacaaf872b 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.2/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 6582fa9c1db63..25fd11f7fc474 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.3 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index b654e43753040..978fc3cb77fb8 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.3 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.yaml index 16a3cac8ea8b0..54a808bc6679d 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.3/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 370a5378a4e23..ff0e340ebfa8d 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.4 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 8a1b7e5453b60..fae7c913558b8 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.4 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.yaml index fad74785404b9..6c295c7e34576 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.4/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 47b07ddadd58e..729ffefe0c8dc 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.5 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 8d70d0d9ac424..583413153e092 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.5 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.yaml index 46e0ef9f81c60..96c4aefd1a4e2 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.5/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 6a58f828f4417..ff423f69300c7 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.6 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index f3506fea43da2..9c8dadc32d746 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.6 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.yaml index 7bc278e3e55b0..3b46fa3112b92 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.6/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 0c4b6efb0925a..076a532fb53ff 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.7 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 1ba60da30bf9e..9146ddb4639e9 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.7 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.3.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.yaml index 4f8a40cfe4774..5fa942e9378dd 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.7/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.installer.yaml index cbec1b67ee8c3..1ec08631c6c7e 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.8 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index a170c73a78008..df57694fc079a 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.8 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.3.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.yaml index 941144007aed6..a5d3b78cad6ee 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.8/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 770c73f1eb66b..dad9e8af650e7 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.9 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 3a2a8ec0bfaf7..34408843e9cca 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.9 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.yaml index bc1e512abe9b4..05298549c9618 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.3.9/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.5-1-22567-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.3.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml index d4b0386ef6f5e..95acea7deee79 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.0 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 19d10a7d12768..f28a215489950 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.0 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.4.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.yaml index d07401ff50d80..2044b47b6a6f0 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.0/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml index f6e8a3fbce112..a6d9004e681a0 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.1 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 7b8ab78f2f845..d078466adf7bd 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.1 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.4.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.yaml index f86bfa9ad7aff..49b89ea6885ce 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.1/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml index c70bfdbab2344..b43627e027cff 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.2 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 91e1b05e3552d..33919a39af02a 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.2 @@ -7,20 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.4.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.yaml index abd0c29e17169..bb2dd3d866d33 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.4.2/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml index c3c3a17808b6e..c26e292abcd65 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.0 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 9b66db007fd60..816062e97943d 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.0 @@ -7,23 +7,22 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues -# PrivacyUrl: +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.5.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.yaml index 03a7a3a546873..631de39c1f268 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.0/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 4eb19ccf155f0..9d3190ea2c054 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.1 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index ec9ddf5c72ee4..72836283c1a2c 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.1 @@ -19,11 +19,10 @@ ShortDescription: Cross platform configuration tool for the ExpressLRS firmware # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.5.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.yaml index 055bb1be848b8..9f568c79db057 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.1/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 68289fb2843c1..b8efc5c12b897 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.10 @@ -23,4 +23,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 2a3b754ab6bb3..e3739f6a58175 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.10 @@ -7,13 +7,18 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: ReleaseNotes: |- Changelog - Rename HappyModel EP to EP1/2 #496 @@ -29,5 +34,8 @@ ReleaseNotes: |- - flatpak install org.expresslrs.ExpressLRSConfigurator (Flatpak distribution format) - expresslrs-configurator-1.5.10.zip (others) ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.5.10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.yaml index e33eb593bbdcd..b1eba05152247 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.10/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with [WinGet Automation](https://github.com/vedantmgoyal2009/winget-manifests-manager) using Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 24d2e7deeeabf..736d5ee973677 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.2 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 2039368d5d6c5..ffeb3d42a20e9 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.2 @@ -19,11 +19,10 @@ ShortDescription: Cross platform configuration tool for the ExpressLRS firmware # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.5.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.yaml index 702e595cadf2a..7853df1db3b68 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.2/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 70eeda4d886b7..02383a7706e17 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.3 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index e2662c6d85a63..b25d2c225e355 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.3 @@ -19,11 +19,10 @@ ShortDescription: Cross platform configuration tool for the ExpressLRS firmware # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.5.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.yaml index febb1d5ef52b0..8f2b90ed5a557 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.3/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 9e16f63ca3ba4..1edfe38edc540 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.4 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 9ee97b6e1e9c4..3e34565c6d31f 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.4 @@ -19,11 +19,10 @@ ShortDescription: Cross platform configuration tool for the ExpressLRS firmware # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.5.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.yaml index f84237d4a5fb8..86b0be6848ee3 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.4/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml index b470ca12dd237..04c17519e5177 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.5 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index af2c5ca858b01..3a97703067f5f 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.5 @@ -19,11 +19,10 @@ ShortDescription: Cross platform configuration tool for the ExpressLRS firmware # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.5.5 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.yaml index 02a070878f4a8..17f80f6605ca4 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.5/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 5d237722d9653..9f04e3f988815 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.6 @@ -25,4 +25,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 0926ab011851e..77baa3b1ae875 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.6 @@ -19,11 +19,10 @@ ShortDescription: Cross platform configuration tool for the ExpressLRS firmware # Description: # Moniker: # Tags: -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.5.6 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.yaml index bcda963d4172b..94396840db9e4 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.5.6/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.5.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 011654be3511b..ea0a0260bc546 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.6.0 @@ -24,4 +24,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index 70fc94dcb17cb..97d8f5bfb195c 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.6.0 @@ -7,13 +7,18 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: ReleaseNotes: |- Changelog - Add ExpressLRS Cloudbuilds support @@ -38,5 +43,8 @@ ReleaseNotes: |- - flatpak install org.expresslrs.ExpressLRSConfigurator (Flatpak distribution format) - expresslrs-configurator-1.6.0.zip (others) ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.6.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.yaml index d0ff950d0b825..57dd91fc23021 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.0/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml index 877ab825dd5f3..ac32904a20787 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -1,20 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.6.1 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.6.1/ExpressLRS-Configurator-Setup-1.6.1.exe - InstallerSha256: 347d1f37e51aa2e225983bf0f3e17e8f3ae1c3163e71d0adfa1bd94c883dbd75 -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.6.1/ExpressLRS-Configurator-Setup-1.6.1.exe - InstallerSha256: 347d1f37e51aa2e225983bf0f3e17e8f3ae1c3163e71d0adfa1bd94c883dbd75 -ManifestType: installer -ManifestVersion: 1.5.0 InstallerLocale: en-US InstallerType: nullsoft InstallModes: @@ -23,4 +11,15 @@ InstallModes: InstallerSwitches: Custom: /CURRENTUSER UpgradeBehavior: install -ReleaseDate: "2023-11-02" +ReleaseDate: 2023-11-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.6.1/ExpressLRS-Configurator-Setup-1.6.1.exe + InstallerSha256: 347D1F37E51AA2E225983BF0F3E17E8F3AE1C3163E71D0ADFA1BD94C883DBD75 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.6.1/ExpressLRS-Configurator-Setup-1.6.1.exe + InstallerSha256: 347D1F37E51AA2E225983BF0F3E17E8F3AE1C3163E71D0ADFA1BD94C883DBD75 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml index e9b117f33ff6e..9c55f112f9445 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -1,6 +1,5 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.6.1 @@ -8,13 +7,18 @@ PackageLocale: en-US Publisher: ExpressLRS Configurator Contributors PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +# PrivacyUrl: Author: ExpressLRS Configurator Contributors PackageName: ExpressLRS Configurator PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +# Description: +# Moniker: +# Tags: ReleaseNotes: |- Changelog - Fix issue with Device Target Form #569 @@ -32,5 +36,8 @@ ReleaseNotes: |- - flatpak install org.expresslrs.ExpressLRSConfigurator (Flatpak distribution format) - expresslrs-configurator-1.6.1.zip (others) ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.6.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.yaml index c3ef5c871aed6..ea795d2644adc 100644 --- a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.yaml +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.6.1/ExpressLRS.ExpressLRS-Configurator.yaml @@ -1,9 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressLRS.ExpressLRS-Configurator PackageVersion: 1.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.installer.yaml index 5a81f2b22ac17..acfb62c94d71c 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.0.9.2 @@ -10,10 +10,9 @@ Scope: machine InstallerSwitches: Silent: /S SilentWithProgress: /S - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.0.9.2_release.exe InstallerSha256: E54EF9A35159D87B1ACEAA743D6AF805510C7D17BAA47A1373B143888F6240E9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.locale.en-US.yaml index 8a5c419d1d63f..336246a40e9a3 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.0.9.2 PackageLocale: en-US Publisher: Express VPN International Ltd. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Express VPN International Ltd. PackageName: ExpressVPN PackageUrl: https://www.expressvpn.com/ License: Copyright (c) Express VPN International Ltd. LicenseUrl: https://www.expressvpn.com/tos -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: High-Speed, Secure & Anonymous VPN Service -# Description: +# Description: Moniker: expressvpn Tags: - network @@ -24,8 +24,10 @@ Tags: - private - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.yaml index 8e2060a126da8..c7289a4aa9042 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.0.9.2/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.0.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.installer.yaml index c67ae1efe755c..34581299ac264 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.13.0.12 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.13.0.12_release.exe InstallerSha256: 71225D679B7F0F3E95CB7204AABA44544495736BB6329394A6AF986692C3BE5D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml index 3dbbe0b55103b..3b8e8f7c7f5b9 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.13.0.12 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.yaml index e110f0a1f7dea..4512fdd65d843 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.13.0.12/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.13.0.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.installer.yaml index 92b80e16e3bfa..7027e8a023afa 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.14.0.8 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.14.0.8_release.exe InstallerSha256: F333857C9A2FA85E38D82AD2AD5B4CD9BA4E384E851D85FB1E8E75470C758588 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.locale.en-US.yaml index 51627f9f89284..72d24a744384e 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.14.0.8 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.yaml index f265aacfbfb3f..01b610ae99bf0 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.14.0.8/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.14.0.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.installer.yaml index 6fb9dda16b2e5..1d95d3b3417f6 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.18.0.20 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.18.0.20_release.exe InstallerSha256: 126F3B4106B4A061C7369CE4907C6C0AF3B390CE9E42F07DB339905B775A8775 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.locale.en-US.yaml index 688036a96e39f..cf83562cd078d 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.18.0.20 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.yaml index e540eec2b0503..d41fbda92bf66 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.18.0.20/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.18.0.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.installer.yaml index 9a1ccfd566199..e3cd9f4643263 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.installer.yaml @@ -1,22 +1,24 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.2.2.29 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install Installers: - - Architecture: x86 - InstallerType: exe - InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.2.2.29_release.exe - InstallerSha256: 731ECA49672CF2A11DE77E6023007129CE886172CFDD17CC47ED9B5885FD7A6D - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: "{E5B9C3E5-889C-4F22-A959-F4B876ED984E}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x86 + InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.2.2.29_release.exe + InstallerSha256: 731ECA49672CF2A11DE77E6023007129CE886172CFDD17CC47ED9B5885FD7A6D + ProductCode: '{E5B9C3E5-889C-4F22-A959-F4B876ED984E}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.locale.en-US.yaml index 7561f20ffb262..fdf6c5e9e0a29 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.2.2.29 PackageLocale: en-US @@ -14,12 +16,17 @@ LicenseUrl: https://www.expressvpn.com/tos Copyright: Copyright (c) Express VPN International Ltd. CopyrightUrl: https://www.expressvpn.com/tos ShortDescription: High-Speed, Secure & Anonymous VPN Service -#Description: +# Description: Moniker: expressvpn Tags: - - vpn - - privacy - - private network - - security +- privacy +- private-network +- security +- vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.yaml index 62aeb78f6eabf..1cc7fb66ce7d1 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.2.2.29/ExpressVPN.ExpressVPN.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.2.2.29 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.installer.yaml index 16287eac5fb90..1b8c3000ff6df 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.installer.yaml @@ -1,22 +1,24 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.2.4.11 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install Installers: - - Architecture: x86 - InstallerType: exe - InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.2.4.11_release.exe - InstallerSha256: 64461C58FEECE4A414B5F830413AFFD355B2AA4CFB3163A2A536CA0D60CA389B - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - ProductCode: "{E5B9C3E5-889C-4F22-A959-F4B876EDB83C}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x86 + InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.2.4.11_release.exe + InstallerSha256: 64461C58FEECE4A414B5F830413AFFD355B2AA4CFB3163A2A536CA0D60CA389B + ProductCode: '{E5B9C3E5-889C-4F22-A959-F4B876EDB83C}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.locale.en-US.yaml index 36154c426c176..56ff1503664a2 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.2.4.11 PackageLocale: en-US @@ -14,12 +16,17 @@ LicenseUrl: https://www.expressvpn.com/tos Copyright: Copyright (c) Express VPN International Ltd. CopyrightUrl: https://www.expressvpn.com/tos ShortDescription: High-Speed, Secure & Anonymous VPN Service -#Description: +# Description: Moniker: expressvpn Tags: - - vpn - - privacy - - private network - - security +- privacy +- private-network +- security +- vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.yaml index e7fe27cec5e50..f29ee02d7b66d 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.2.4.11/ExpressVPN.ExpressVPN.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.2.4.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.installer.yaml index 28036c8b04062..87159a95f940c 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.20.0.6 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.20.0.6_release.exe InstallerSha256: 05BC2DE33F50515CC4EBED59F03562B9D2624D6B6460DBA92F68B7950A7179B9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml index 368a7058fda67..284f108c4610f 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.20.0.6 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.yaml index 6ccb5bd761175..0dc71286f199b 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.20.0.6/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.20.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.installer.yaml index bdf4c6e47b0c2..4583dd0488d33 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.21.0.9 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.21.0.9_release.exe InstallerSha256: 210C4D278EEDE8E43F95B3BCAD4C85789B9FF7E78E1D11E54EB638A299E6682B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.locale.en-US.yaml index c9d1c659eefcf..dd55c948eed69 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.21.0.9 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.yaml index 82cc72d18476c..bc523cc5b04d6 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.21.0.9/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.21.0.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.installer.yaml index d0359bdeab4f6..c6ab15b3a7fa3 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.22.0.12 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.22.0.12_release.exe InstallerSha256: B5C04D204D2C16C1DB6C471FC2636B8A1C66CEDFC14896FF5258F5D684403722 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml index 06ff066275997..b8b2b30225e13 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.22.0.12 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.yaml index 4daaa3f890c16..b1acf45d80513 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.22.0.12/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.22.0.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.installer.yaml index 98ac078049555..5bf8e1d4f62ab 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.26.0.4 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.26.0.4_release.exe InstallerSha256: BCDABD3B89F2FE052679AB2E8A0677613CD6C7D10E51E4CF319A32B705398E0F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml index 991691b9f0948..646792a91e7cf 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.26.0.4 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.yaml index 97b60bc595dbb..bec722b8745d6 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.26.0.4/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.26.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.installer.yaml index 5f7b86fd7a764..f8b8c4c11c3a8 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.installer.yaml @@ -1,23 +1,23 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.3.0.23 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: exe - Scope: machine +- Architecture: x86 InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.3.0.23_release.exe InstallerSha256: 2C95074D526819415E36FDD21E303E2DF69AE253617937B92705D030CF618794 - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.locale.en-US.yaml index 997248b74a351..1d5ef0bb47fc2 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.3.0.23 @@ -19,9 +19,14 @@ ShortDescription: High-Speed, Secure & Anonymous VPN Service. Description: ExpressVPN is an easy-to-use, high-speed and secure VPN available for all major platforms, including desktop and mobile platforms. It works on Windows, Mac, Linux, Android, iOS and routers. It allows accessing any website and helps bypass network restrictions. Moniker: expressvpn Tags: -- vpn - privacy -- private network +- private-network - security +- vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.yaml index 032a16adf50b5..681d3bc4227e3 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.3.0.23/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.3.0.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.installer.yaml index c86b9046b772b..87121046c175a 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.9.0.20 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_10.9.0.20_release.exe InstallerSha256: 8FD1F34E1F944A975933F1D42A16157F056A85FF781E03EC9660B55FBB42F265 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.locale.en-US.yaml index 01753ddde5885..38eaf33136dfa 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.9.0.20 @@ -19,9 +19,14 @@ ShortDescription: High-Speed, Secure & Anonymous VPN Service. Description: ExpressVPN is an easy-to-use, high-speed and secure VPN available for all major platforms, including desktop and mobile platforms. It works on Windows, Mac, Linux, Android, iOS and routers. It allows accessing any website and helps bypass network restrictions. Moniker: expressvpn Tags: -- vpn - privacy - private-network - security +- vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.yaml index 354d4bd53811a..9407d37728a0e 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/10.9.0.20/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 10.9.0.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.installer.yaml index 82b4b22d76b11..1b0de37d63985 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.26.0.68 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.26.0.68_release.exe InstallerSha256: D034671DB067C2C5F523061345C429504B8DDEF3BE7DA06B1F593A0052A8D8E3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.locale.en-US.yaml index 5f60357ec1093..573b0630da381 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.26.0.68 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.yaml index 60ca45075c8e0..e8b0c648e786a 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.26.0.68/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.26.0.68 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.installer.yaml index fb676699dafc7..5421b6771d266 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.27.0.38 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.27.0.38_release.exe InstallerSha256: 39D43629C265A160FA3A8C3EFBA6E61E2DCCB16EFFBAB044E89C2C2F677E4779 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.locale.en-US.yaml index b1b9385e31cbb..2d2f92f3d41e7 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.27.0.38 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.yaml index 290d91bda5042..229ae46a4a49c 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.27.0.38/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.27.0.38 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.installer.yaml index 7761ad47bf05c..9603459976e24 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.28.0.55 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.28.0.55_release.exe InstallerSha256: F7A4FF8A7592390E161AB74F88B32185B1CD54A1D52E0508591426137AC73FC4 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.locale.en-US.yaml index 8e53e7103d2bd..7390c7a28a48d 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.28.0.55 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://www.expressvpn.com/support/vpn-setup/release-notes/windows-app/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.yaml index 1c6a50cf7ef89..ed632cd0cb940 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.28.0.55/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.28.0.55 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.installer.yaml index d8c3d67177659..39b48049c0dd6 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.59.0.42 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.59.0.42_release.exe InstallerSha256: F5EA404BB816D7798240D568971CCE39E2E902382002D5DB31014DD2D17E8BB7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.locale.en-US.yaml index dcf5e24b952f5..b8f1a967b72de 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.59.0.42 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://www.expressvpn.com/support/vpn-setup/release-notes/windows-app/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.yaml index de00267f50d69..a5d355917de03 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.59.0.42/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.59.0.42 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.installer.yaml index 6187109d9eeb5..4b6ff2663ef45 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.60.0.116 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.60.0.116_release.exe InstallerSha256: FA846FE1A51EBDC16385A0A555EB7131431569C0DE309224E3B70FF8F4545682 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.locale.en-US.yaml index 2e038d5ebdddc..5b14a45fc49a7 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.60.0.116 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://www.expressvpn.com/support/vpn-setup/release-notes/windows-app/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.yaml index e7ae162c9dc74..3d5a59854e581 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.60.0.116/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.60.0.116 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.installer.yaml index d67964ef846cc..5a7be3f8d6c81 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.61.0.4 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.61.0.4_release.exe InstallerSha256: 9174D95B0783DC5A663694FC4511474AB059A2BF146BD0313CBF306439FE2F51 ManifestType: installer -ManifestVersion: 1.1.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml index 84acaff06e03c..c280724676623 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.61.0.4 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://www.expressvpn.com/support/vpn-setup/release-notes/windows-app/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.yaml index 71506039652ba..be385ad077c90 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.61.0.4/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.61.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.installer.yaml index 2dba44ddbfb5d..0f9ec2233b8fc 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.63.0.4 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.63.0.4_release.exe InstallerSha256: 4EC9BA7C2A591F3AD83AE3C876588A49DAEC9053187CF1DA10FABB346B609877 ManifestType: installer -ManifestVersion: 1.1.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml index d73f5e82ff40e..4a9dee3b6302e 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.63.0.4 @@ -23,8 +23,10 @@ Tags: - private-network - security - vpn -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://www.expressvpn.com/support/vpn-setup/release-notes/windows-app/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.yaml index f41956ccfb051..927bc88cd21f8 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.63.0.4/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.63.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.installer.yaml index 51ebfc46b7d14..753c5ea177f9c 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3636.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.64.0.8 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.64.0.8_release.exe InstallerSha256: CB05AD32617BF520AEE71F918D780A2882E52C07C89CF1C882C865F9C8321F38 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.locale.en-US.yaml index 0fb204c9c4592..c47076b05cada 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3636.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.64.0.8 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.yaml index c7121fa02fb8a..ff924cd7a79f0 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.64.0.8/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3636.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.64.0.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.installer.yaml index a4045b5ed9c08..a9b160368d416 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3636.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.65.0.6 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.65.0.6_release.exe InstallerSha256: 312D3460DA9F3B384B73CF095A959E49BEDEE677253F12402C817F776009E46D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml index a941e6fd2ad27..8770913ddf0a4 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3636.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.65.0.6 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.yaml index 3902ab1e0258a..71bbc6e47b127 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.65.0.6/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3636.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.65.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.installer.yaml index 6e9cd3ff0828d..760b4243e594a 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.66.0.24 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.66.0.24_release.exe InstallerSha256: CDE6E26E5FEDF6F97EFA986948A4559C6E9F83225DD31D90913135D018E14100 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.locale.en-US.yaml index ba85d66ec0c0e..0f74ded54798c 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.66.0.24 @@ -23,10 +23,10 @@ Tags: - private-network - security - vpn -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.yaml index 4e6b5eafd1c87..f6d9c31be2de0 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.66.0.24/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.66.0.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.installer.yaml index bd88d2e732df2..3a5e7bf790f07 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.68.0.4 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.68.0.4_release.exe InstallerSha256: 2AD584F0EAEF1E4544E892E029B016E0C26846C04EF3A4D8C9A8009C6516DF64 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml index 7f9abeeb077ed..17421818c7d4c 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.68.0.4 @@ -23,10 +23,10 @@ Tags: - private-network - security - vpn -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.yaml index eb451c5c283cc..f43eef4883191 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.68.0.4/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.68.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.installer.yaml index c507a481c164e..8c548dcf228a5 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.69.0.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.69.0.5_release.exe InstallerSha256: C0BF9AF67FF77DBECCE2855485A6C425A27AA332F333F5CCC776126B497F8363 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.locale.en-US.yaml index c2712257ba9cd..ef5b120bd672f 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.69.0.5 @@ -23,10 +23,10 @@ Tags: - private-network - security - vpn -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.yaml index fe54c0729edd5..1d743fc16325e 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.69.0.5/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.69.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.installer.yaml index 6572b3bc72244..7852cc0b7f7b0 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.70.0.10 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.70.0.10_release.exe InstallerSha256: 1B2EE6920244FB5A6EBDCACBAF28D391FB984BF40DCD4805E67AA5624A81C425 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.locale.en-US.yaml index ec0ffa1e22ba9..5a3425f01321e 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.70.0.10 @@ -23,10 +23,10 @@ Tags: - private-network - security - vpn -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.yaml index d59555615db3a..e3d6212e050b7 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.70.0.10/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.5-1-19041-3803.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.70.0.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.installer.yaml index 5c9d9e86b9a2f..06f643708dd3b 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.5-1-19041-3930.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.71.0.2 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.71.0.2_release.exe InstallerSha256: BCD03F53C04175998BF7617AD6C19E86BF21A894E9DF0A32BF46C67BFD3EB7E6 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.locale.en-US.yaml index c79d362b0a72d..c198dc0a7b431 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.5-1-19041-3930.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.71.0.2 @@ -23,10 +23,10 @@ Tags: - private-network - security - vpn -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.yaml index 6ec37d094b50c..b2ac87e743180 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.71.0.2/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.CRLF.5-1-19041-3930.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.71.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.installer.yaml index 2371fa73dcaee..99f9a4c62f63b 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.2 $debug=NVS1.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.72.0.6 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.72.0.6_release.exe InstallerSha256: 3D9B294C4D82A0547AF13B279C962C259B2361413B912F64DFA4BB34EB35608D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml index 982afaf7254a7..7419547aa6305 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.2 $debug=NVS1.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.72.0.6 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://www.expressvpn.com/support/vpn-setup/release-notes/wind # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.yaml index ea2df3189bbd6..d233d6ca2fd10 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.72.0.6/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.2 $debug=NVS1.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.72.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.installer.yaml index b91ac9f2f616e..1813e2ca5acb4 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-19041-3996.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.73.0.10 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.73.0.10_release.exe InstallerSha256: 4CD14D69CAC25F2CCFE4B756518EE7DBC45995A19EFD11980D499B36EA333688 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.locale.en-US.yaml index 53f10cd1eac3b..569b221386c81 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-19041-3996.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.73.0.10 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.yaml index 3484f03d04455..e9489e6795373 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.73.0.10/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.2 $debug=QUSU.CRLF.5-1-19041-3996.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.73.0.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.installer.yaml index e4175bb1c3300..c8bf7bbac3927 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=NVS0.CRLF.5-1-19041-4046.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.74.0.19 @@ -9,15 +9,12 @@ InstallerType: exe InstallModes: - interactive - silent -#- silentWithProgress InstallerSwitches: Silent: /install /quiet /norestart -# SilentWithProgress: /install /quiet /norestart -# Custom: /install /quiet /norestart UpgradeBehavior: install Installers: - Architecture: x86 InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.74.0.19_release.exe InstallerSha256: 19BB8D824CB99B4777A03A8826D83DCE979E3CBF29761BA228E2881DBD800D11 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.locale.en-US.yaml index 8d64803c1c6b3..cd7a780130de3 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=NVS0.CRLF.5-1-19041-4046.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.74.0.19 @@ -29,4 +29,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.yaml index c79ffa1a19ab7..0ee6523b927de 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.74.0.19/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=NVS0.CRLF.5-1-19041-4046.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.74.0.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.installer.yaml index b88058ce505a4..3cd4ee76f1bad 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.76.0.28 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.76.0.28_release.exe InstallerSha256: 5BD9E94FB20713F24D5D3C1C0982DC827783B24CF70FF97C238C929C0E35A4F8 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.locale.en-US.yaml index 160762fca1c31..880c5aa25d137 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.76.0.28 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.yaml index 5368f6a7287c4..b737dd3d782ed 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.76.0.28/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.76.0.28 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.installer.yaml index 331a71ce4b30c..6bc0d2d6eea3e 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.79.0.79 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.79.0.79_release.exe InstallerSha256: EBE422A8724301D0A8C252EEC9E56AA43978E1B86BB67EBE256D69930FE93E54 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.locale.en-US.yaml index e3eb05e80fe68..470e1cee79c7d 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.79.0.79 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.yaml index 57f1e01245526..545ad2e253a33 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.79.0.79/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.79.0.79 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.installer.yaml index 997a4992b3dd2..7647a8c86ea22 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.85.0.11 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.85.0.11_release.exe InstallerSha256: 0F0FAD3B2EAF1356AC246DE44F930B4372AD9A9EA334A5FA8A229C49C9C0296C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.locale.en-US.yaml index c4059b94740ec..82dc46dca1fe1 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.85.0.11 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.yaml index a42cfb3f1962d..f1f604b83161b 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.85.0.11/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.85.0.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.installer.yaml index 8849335cb0561..b11edc8854309 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.86.0.39 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.86.0.39_release.exe InstallerSha256: FC3B6B390BE7BE1159FAC8AE614722E9AD73F6BCB59E8BF9E0B3BE92966B8D89 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.locale.en-US.yaml index 05a7d67a818c3..05eacda18701d 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.86.0.39 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.yaml index a52da47d55739..c0ae5074e409a 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.86.0.39/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.86.0.39 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.installer.yaml index cdcdd7ce91323..2a8dcd3dee792 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.87.0.18 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.87.0.18_release.exe InstallerSha256: 35CB8138D8B112B5DEE5A178164FCC01B3F69B53EA090C2B48C4A36635439BA6 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.locale.en-US.yaml index 0e64125f1c91f..53eeb056d47f9 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.87.0.18 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.yaml index 32969e8c980ee..918aba9aae42e 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.87.0.18/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.87.0.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.installer.yaml index d2ead61a71615..18a607c84584c 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.88.0.36 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.88.0.36_release.exe InstallerSha256: 6903FCD06AEA49BB60FC485E37AC83E89E8E6D14D1A67160F2A19C095F2271AE ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.locale.en-US.yaml index 4d50869425801..34569cc36db34 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.88.0.36 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.yaml index c1fc71edd8fc5..326b1d3ab8970 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.88.0.36/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.88.0.36 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.installer.yaml index d719458c828c9..6103fa88566a4 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.89.0.13 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.89.0.13_release.exe InstallerSha256: CA9E9A0E50E6058105300B4D317F14C917D2ADDBACF1EE8E23B7C7FD72187899 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.locale.en-US.yaml index 0e12ddcb7d9ae..09e351d816c80 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.89.0.13 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.yaml index 3a87ef5a6ca7a..fc23e63cadb89 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.89.0.13/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.89.0.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.installer.yaml index f2169a431c54d..4f6274cc1d363 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.90.0.13 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.90.0.13_release.exe InstallerSha256: DC7CF5836730C49DF04271448D487AC845D5E0DFAA66AA8F68530F17B0728F55 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.locale.en-US.yaml index 1ded6143ec56c..cdc4dfab15c6a 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.90.0.13 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.yaml index 40349ee04f619..5b3905ed5b19d 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.90.0.13/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.90.0.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.installer.yaml index e9ec58c0f7600..01563eb7412aa 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.91.0.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.91.0.4_release.exe InstallerSha256: 689EC6C7104F1AA990C4FCDB32795252B67AC4D513ED0886E2859D4CD0BE8820 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml index e95dd2937525c..85806bcb28811 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.91.0.4 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.yaml index 21e0df9e99f3a..64fd113d38adf 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.91.0.4/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.91.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.installer.yaml index 177436e9d8cbc..6a98af686cac0 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.94.0.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://www.expressvpn.works/clients/windows/expressvpn_windows_12.94.0.2_release.exe InstallerSha256: D713A7C55135616087E0FB00D368C34C5A68A7065FFE740A8616DADE80205CB7 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.locale.en-US.yaml index 939419798a41c..84d0f4f8513be 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.94.0.2 @@ -23,5 +23,10 @@ Tags: - private-network - security - vpn +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.yaml index e7456b42047fd..0c9c9894b88d7 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/12.94.0.2/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 12.94.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.installer.yaml index 992eeca3b8a1f..e22bb4524780d 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.10.4.2 @@ -9,10 +9,9 @@ Scope: machine InstallerSwitches: Silent: /S SilentWithProgress: /S - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://download.expressvpn.xyz/clients/windows/expressvpn_windows_7.10.4.2_release.exe InstallerSha256: 7650E1D3C08D7758B0870E056A7A860BB49F9ADFCB8C420B75E4CE8AD59FFDFD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.locale.en-US.yaml index a2cff2cb6ccc2..cb2b9c388e3c9 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.10.4.2 PackageLocale: en-US Publisher: Express VPN International Ltd. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Express VPN International Ltd. PackageName: ExpressVPN PackageUrl: https://www.expressvpn.com/ License: Copyright (c) Express VPN International Ltd. LicenseUrl: https://www.expressvpn.com/tos -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: High-Speed, Secure & Anonymous VPN Service -# Description: +# Description: Moniker: expressvpn Tags: - network @@ -24,8 +24,10 @@ Tags: - private - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.yaml index a987e661e3f0f..80b31fc4d2fc9 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.10.4.2/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.10.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.installer.yaml index d768b32749865..2fd608ae04025 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.12.0.12 @@ -9,10 +9,9 @@ Scope: machine InstallerSwitches: Silent: /S SilentWithProgress: /S - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://download.expressvpn.xyz/clients/windows/expressvpn_windows_7.12.0.12_release.exe InstallerSha256: 385AFDEF5979AA8DDC526E7BBF3A57453E6A22F0E6CB147202C612F58DE3795B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml index 267e43f06d592..cec9b77e9d4a9 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.12.0.12 PackageLocale: en-US Publisher: Express VPN International Ltd. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Express VPN International Ltd. PackageName: ExpressVPN PackageUrl: https://www.expressvpn.com/ License: Copyright (c) Express VPN International Ltd. LicenseUrl: https://www.expressvpn.com/tos -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: High-Speed, Secure & Anonymous VPN Service -# Description: +# Description: Moniker: expressvpn Tags: - network @@ -24,8 +24,10 @@ Tags: - private - security - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.yaml index f5c58316c6e4d..4d013e0040ed2 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.12.0.12/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.12.0.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.installer.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.installer.yaml index 6570263866ae1..be6150ab69450 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.installer.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.8.7.7 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://download.expressvpn.xyz/clients/windows/expressvpn_7.8.7.7.exe InstallerSha256: D3A548210E113B433B24012115940D086458E7A3CE86DD89CF441374CD5A4A94 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.locale.en-US.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.locale.en-US.yaml index 424ef71fd8698..1da346a45ca4f 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.locale.en-US.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.locale.en-US.yaml @@ -1,27 +1,29 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.8.7.7 PackageLocale: en-US Publisher: Express VPN International Ltd. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: ExpressVPN PackageUrl: https://www.expressvpn.com/ License: Copyright (c) Express VPN International Ltd. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: High-Speed, Secure & Anonymous VPN Service -# Description: +# Description: Moniker: expressvpn Tags: - vpn -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.yaml b/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.yaml index 2dedf2f680059..9e78a364c6c6b 100644 --- a/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.yaml +++ b/manifests/e/ExpressVPN/ExpressVPN/7.8.7.7/ExpressVPN.ExpressVPN.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ExpressVPN.ExpressVPN PackageVersion: 7.8.7.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.installer.yaml index 1d6bed4390cb7..036d9603c1b06 100644 --- a/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3125.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 49D4B94F08F200BAC248B3D488D2E2FF8C541FA4C5972B967D4587D03870D279 ProductCode: '{3CC26D64-490E-4F4B-A750-C50639705A3E}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.locale.en-US.yaml index 5fb08b8a0fc23..fcea770f02e62 100644 --- a/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3125.0 @@ -38,4 +38,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.yaml index b9d61de68466d..6c5d5929ea862 100644 --- a/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3125.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3125.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.installer.yaml index 9ec95eb1af10e..272558a5ca66c 100644 --- a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3266.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 22F29F88E05862F699B133850EA8EA4877E8964E7EFCB128FC97A727946C6433 ProductCode: '{667F5953-57B2-4DD0-B067-D7889E656D53}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.locale.en-US.yaml index 5f754f918c2c6..f1a507f0b691b 100644 --- a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3266.0 @@ -38,4 +38,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.yaml index 0b0ddcda54e99..9b3c9fd8ab576 100644 --- a/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3266.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3266.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.installer.yaml index b6d00cda76e08..e9eb3460daeac 100644 --- a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3351.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 93984EE79F5CD05D304E982E6BCD864BC7DFE993009A218EDDE5FA2C68B95AAC ProductCode: '{09454876-2E28-4907-B44B-E50FB4F673F4}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.locale.en-US.yaml index 94cb9ac006e01..571156e89601a 100644 --- a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3351.0 @@ -38,4 +38,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.yaml index 2a5add7bd956f..1b97ed5bdccd4 100644 --- a/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3351.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3351.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.installer.yaml index a3953a9a9896a..e63a76ac8e0ce 100644 --- a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3447.0 @@ -13,12 +13,12 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{DDB2ADE8-8717-46C0-8389-BEBA472DA0F6}' AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v10.0.3447/setup.msi InstallerSha256: 7F8F39639D9D203F6FA55F200DDBA541F2F8249CDF536EB5CEFBDDAFF1B86B8F + ProductCode: '{DDB2ADE8-8717-46C0-8389-BEBA472DA0F6}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.locale.en-US.yaml index 9d498602fef21..31ec40ff5f26e 100644 --- a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3447.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.yaml index ba9738925ebb5..369df39d4b3d5 100644 --- a/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3447.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3447.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.installer.yaml index a0c32c0cc18ba..986cb16215303 100644 --- a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3504.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 6C02365A873C31A7B9B8F207EEB0695818D4106DBCDD2ED9A3B1E2D68CD1DBAA ProductCode: '{0C0F64B0-8F07-4035-8125-19ED70E9E6FA}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.locale.en-US.yaml index 234b2e74c8f0e..a293ee903dcdb 100644 --- a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3504.0 @@ -38,4 +38,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.yaml index dac50a255c7bf..7fb8554dc5be0 100644 --- a/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3504.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3504.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.installer.yaml index bf8e6cdc96661..e5586b9c4ea3a 100644 --- a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3530.0 @@ -13,12 +13,12 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{CAB3A89D-5D1B-4CF5-B51B-1F9950CD2991}' AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v10.0.3530/setup.msi InstallerSha256: 1CAC1CC289B36D25C68DE1DF437BC81436DC08DCC6E1356C0C414B77DFB25574 + ProductCode: '{CAB3A89D-5D1B-4CF5-B51B-1F9950CD2991}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.locale.en-US.yaml index afe855e8e285f..afd2b6f2f2714 100644 --- a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3530.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.yaml index 4d99f24d0446a..f9e31ad812bfa 100644 --- a/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.0.3530.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.0.3530.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.installer.yaml index 3928876f4c69e..3420646d508f2 100644 --- a/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4393.0 @@ -13,12 +13,12 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{CA3A291F-30DD-4DC7-9765-B1A17CD2180F}' AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v10.1.4393/setup.msi InstallerSha256: 8DF47229D01256C117E021CF3BAD37DD59820E3AEF0F5B06933EC470EEAD0125 + ProductCode: '{CA3A291F-30DD-4DC7-9765-B1A17CD2180F}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.locale.en-US.yaml index 111dec6f497eb..1bf398cea7e6d 100644 --- a/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4393.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.yaml index 17fd180c5d116..b788cf54a6e4b 100644 --- a/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4393.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4393.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.installer.yaml index 26b21d5fb9102..779ebd503faa4 100644 --- a/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4411.0 @@ -13,12 +13,12 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{7406E8F4-2C47-492A-9744-61F22DAE2FBA}' AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v10.1.4411/setup.msi InstallerSha256: C81367239221C290815F3E759F23361E511131B33ABABAE8B0E1CF651ED49824 + ProductCode: '{7406E8F4-2C47-492A-9744-61F22DAE2FBA}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.locale.en-US.yaml index 753281d6c17a3..4b02a2dfeacbe 100644 --- a/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4411.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.yaml index f534fd95c3e90..96df83b419d87 100644 --- a/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4411.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4411.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.installer.yaml index 31876b1e545fb..c33d1f9a12260 100644 --- a/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4417.0 @@ -13,12 +13,12 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{83112A22-603A-4C6C-99A1-3F90A8125877}' AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v10.1.4417/setup.msi InstallerSha256: EDDF00B6A400ECEA080504982944EC3812075980E328C558D51237FDE42E2DE7 + ProductCode: '{83112A22-603A-4C6C-99A1-3F90A8125877}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.locale.en-US.yaml index f8efdba6d6bb8..1fa59b7948aee 100644 --- a/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4417.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.yaml index f6b0ab58f979a..68e555e488e5b 100644 --- a/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4417.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4417.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.installer.yaml index 6d2dab4585a73..66a06b81a0aae 100644 --- a/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4588.0 @@ -13,12 +13,12 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{57DB06E1-8F88-4835-8DA4-3F07ED4C2BD9}' AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v10.1.4588/setup.msi InstallerSha256: AC537B11881CEF1B416F2F0BE94CB9591F39C9954F515B319ABC248AFBC78A4D + ProductCode: '{57DB06E1-8F88-4835-8DA4-3F07ED4C2BD9}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.locale.en-US.yaml index e240295fbd6c7..a129005edbb2c 100644 --- a/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4588.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.yaml index 9376aec2b1d73..02d92fff6d445 100644 --- a/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/10.1.4588.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 10.1.4588.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.installer.yaml index 52727b861fc69..ed2281226606b 100644 --- a/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.0.2751 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 2FE9A31B73966555B121F35E7389EF920A408F388290B63661DA1AB0C57D9BBF ProductCode: '{16AF493A-C3AB-4A1B-B40B-964A34F8194C}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.locale.en-US.yaml index 36c96dce19483..7892d9a35108c 100644 --- a/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.0.2751 PackageLocale: en-US Publisher: eM Client s.r.o. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: eM Client PackageUrl: https://www.emclient.com/ License: Copyright (c) eM Client -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -26,8 +26,10 @@ Tags: - pop - rss - smtp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.yaml index 13ff89886331b..141d5b690e4a6 100644 --- a/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/8.0.2751/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.0.2751 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.installer.yaml index 081b08db14492..7acc074703986 100644 --- a/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.0.3385 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 452268A696B0E1AA2CCB67088AC336CEFA2BDD7E336E51545BFD56AFF0A5C585 ProductCode: '{3D529DE7-1FC9-4225-B21F-754706DDEBEE}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.locale.en-US.yaml index 3729601fa3f9f..4dfadf7ae69bc 100644 --- a/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.0.3385 PackageLocale: en-US Publisher: eM Client s.r.o. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: eM Client PackageUrl: https://www.emclient.com/ License: Copyright (c) eM Client -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -26,8 +26,10 @@ Tags: - pop - rss - smtp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.yaml index 9f81360d3ef3e..7f8228ed52c6a 100644 --- a/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/8.0.3385/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.0.3385 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.installer.yaml index 1fa36e038fd4d..e32706aac18d8 100644 --- a/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.1.876 @@ -11,4 +11,4 @@ Installers: InstallerSha256: D749441B0C389061DAF645218345EF54B74A1F4A4D8340DA1B8A1E19B22CDC37 ProductCode: '{73946719-FCCD-4D2D-8196-E595DBBFC187}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.locale.en-US.yaml index 3b58442163b1d..b18c17bcf5785 100644 --- a/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.1.876 PackageLocale: en-US Publisher: eM Client s.r.o. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: eM Client PackageUrl: https://www.emclient.com/ License: Copyright (c) eM Client -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -26,8 +26,10 @@ Tags: - pop - rss - smtp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.yaml index baf2d506b116d..46fe286a4fc49 100644 --- a/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/8.1.876/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.1.876 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.installer.yaml index 65b10f1972861..fd5204bd90c34 100644 --- a/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.installer.yaml @@ -1,19 +1,21 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1237.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install Installers: - - Architecture: x86 - InstallerType: msi - InstallerUrl: https://cdn-dist.emclient.com/dist/v8.2.1237/setup.msi - InstallerSha256: CE87340237CF4FF81211482C8F52195132520DDE8CCD17A6414BF2AAA9397436 - ProductCode: "{0051458E-B752-432A-B5BA-168A7E44D3F0}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x86 + InstallerUrl: https://cdn-dist.emclient.com/dist/v8.2.1237/setup.msi + InstallerSha256: CE87340237CF4FF81211482C8F52195132520DDE8CCD17A6414BF2AAA9397436 + ProductCode: '{0051458E-B752-432A-B5BA-168A7E44D3F0}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.locale.en-US.yaml index 30be9f0712b86..3b122f4ba6889 100644 --- a/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1237.0 PackageLocale: en-US @@ -14,21 +16,26 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -#Description: +# Description: Moniker: emclient Tags: - - email - - calendar - - rss - - imap - - pop - - smtp - - pgp - - mail - - email client - - tasks - - contacts - - outlook - - exchange +- calendar +- contacts +- email +- email-client +- exchange +- imap +- mail +- outlook +- pgp +- pop +- rss +- smtp +- tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.yaml index e8bd2b6720380..c8d4184e3c8f3 100644 --- a/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1237.0/eMClient.eMClient.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1237.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.installer.yaml index a45ae6a4af977..bb8a4491fed4a 100644 --- a/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.installer.yaml @@ -1,21 +1,21 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1473.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi - Scope: machine +- Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v8.2.1473/setup.msi InstallerSha256: 78398284FE90F02F8A3860F367E4D9869AFB2973A174AF97194DD6F0CC491A56 - UpgradeBehavior: install ProductCode: '{C76EE8B5-B754-4837-B990-98DEDD72524B}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.locale.en-US.yaml index 54c15051456d3..c29353db34b84 100644 --- a/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1473.0 @@ -16,20 +16,26 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: -- email - calendar -- rss +- contacts +- email +- email-client +- exchange - imap +- mail +- outlook +- pgp - pop +- rss - smtp -- pgp -- mail -- email client - tasks -- contacts -- outlook -- exchange +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.yaml index cbc8ef93f8e73..9724cd2c119dd 100644 --- a/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1473.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json -# Created using wingetcreate +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1473.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.installer.yaml index a3e0223716d15..1e5079aa151db 100644 --- a/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.installer.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1659.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -19,4 +19,4 @@ Installers: InstallerSha256: B5EDE8239E451B43158204924F78D849DE29F6110390AB8D4020428DAA627DB6 ProductCode: '{DCA2551A-C6C8-413E-85B5-5FECAAE001AF}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.locale.en-US.yaml index 431641dcf7bca..2f17447ae1b15 100644 --- a/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1659.0 @@ -16,7 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -32,8 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.yaml index d0bda8c6db55c..573b73b1368f2 100644 --- a/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/8.2.1659.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 8.2.1659.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.installer.yaml index e7036df0f2284..5ea8abb2d8028 100644 --- a/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1310 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 4019A848827A3516388CD244B1FD3476E0FE7A1F4DB663CCE81A656D8B69A68F ProductCode: '{16D88D82-FADA-49CD-9EB5-33E2F1ADC888}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.locale.en-US.yaml index c8773bfafd27e..a0cb8cc3f6072 100644 --- a/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1310 @@ -16,7 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -32,8 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.yaml index e4ee9f204b615..19ac5bec41894 100644 --- a/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1310/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1310 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.installer.yaml index 14036fb049a78..d2d38f3aaa6cf 100644 --- a/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1317 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 0B4F2AF062F6AEB536A798FA5BF121E7D4EB7C1520985A1BE70ED6D14249B33B ProductCode: '{6CE282B8-ECF2-450F-8C3D-18B2E9A866F5}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.locale.en-US.yaml index d88543e2cc570..8ba03acec40a5 100644 --- a/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1317 @@ -16,7 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -32,8 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.yaml index e4511f7ff7e85..4148911cfe33e 100644 --- a/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1317/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1317 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.installer.yaml index cc39bdd672338..6d802200555c5 100644 --- a/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1361 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 009C1A2D0446552035CA6BA902A46B2F060AEE128E936181F3AFC6DF28855B90 ProductCode: '{C3822FB8-FAFB-4C4C-B095-140B96D739FC}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.locale.en-US.yaml index 18877ef05b720..2fb0c9ffe7562 100644 --- a/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1361 @@ -16,7 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -32,8 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.yaml index e9e116fdea6e6..72cd0d560771c 100644 --- a/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1361/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1361 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.installer.yaml index bda6c6286da1a..8b474c1f627ff 100644 --- a/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1708.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 2E711A4CAF246FAD22F049AB376E6D11616EC7A352BC47AE54EDF9AF906597DE ProductCode: '{49D2F1D2-6527-4D6B-B310-CD8338A99E6E}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.locale.en-US.yaml index b8421ab5eaab1..9208050b331d1 100644 --- a/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1708.0 @@ -16,7 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -32,8 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.yaml index 5c4999692d67f..c0648d0cf8b77 100644 --- a/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.0.1708.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.1708.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.installer.yaml index feb15a7ba9a61..969278c313811 100644 --- a/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.installer.yaml @@ -1,12 +1,12 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.549.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -19,4 +19,4 @@ Installers: InstallerSha256: 6A6A3877F3184A82A9DAFDDB5284FBE85B3E9694A5FD131CDFFF95E952CBAFFC ProductCode: '{1A22F857-5117-4607-A520-78FF618DD448}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.locale.en-US.yaml index a2360786aebf6..dbde2dd159983 100644 --- a/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.549.0 @@ -16,7 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -32,8 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.yaml index e828ce808961f..2ff199e6fe632 100644 --- a/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.0.549.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.549.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.installer.yaml index f25f60a08226a..6eb3b54f25dba 100644 --- a/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.599.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 6C5403114D7C8A6361E865502D75D9DBF14E27A2A7DC60A2CE1F04154D50CF47 ProductCode: '{F03638D8-0C17-4225-AA04-8B7487197CA3}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.locale.en-US.yaml index 9d3069bd68298..62521a478f7fe 100644 --- a/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.599.0 @@ -16,7 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -32,8 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.yaml index 4826db8938e5d..c28f4532c59f1 100644 --- a/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.0.599.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.0.599.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.installer.yaml index c802cde8652ea..01fbcfce9234a 100644 --- a/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.installer.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2053.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://www.emclient.com/dist/v9.1.2053/setup.msi InstallerSha256: CBF376C07C449265D585E05356F44AE7A7EFC3A58BF610EC82ADC0D9B20382CB ProductCode: '{4EAC81F4-4D5D-4946-B117-F103B79AABEF}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.locale.en-US.yaml index 4ab5c34dbc19d..2717769f3e6e6 100644 --- a/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2053.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,6 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.yaml index 10d2ca9a063be..68c2fe88e5e14 100644 --- a/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2053.0/eMClient.eMClient.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2053.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.installer.yaml index d53817391b95a..ba3c482a45b36 100644 --- a/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.installer.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2082.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://www.emclient.com/dist/v9.1.2082/setup.msi InstallerSha256: A816591658CD9675CCDF8A24B029EBD0DA7777536169E38327A9C53D9BB01BE1 ProductCode: '{BF998455-C93C-4353-AA12-F00EC431AA6A}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.locale.en-US.yaml index 116410335c5da..d7c2784321690 100644 --- a/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2082.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,6 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.yaml index 7a496d97d1d1a..76aef478931ad 100644 --- a/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2082.0/eMClient.eMClient.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2082.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.installer.yaml index 24b38fc23d0e6..847baf1b99236 100644 --- a/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2109.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 1A7825A58E7438AD42A845DF7AA4F1DF218D9833D419FE29676B8216D84DCB4B ProductCode: '{5FA93D98-3F5C-455F-B2E9-4A48C0D34EFE}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.locale.en-US.yaml index f45915116b3d3..276bdb9ab53d7 100644 --- a/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2109.0 @@ -16,7 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. -# Description: +# Description: Moniker: emclient Tags: - calendar @@ -32,11 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.yaml index a4bb520796222..a0f94b656c6de 100644 --- a/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.1.2109.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.1.2109.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.installer.yaml index cd11ada787813..26c4b59c43809 100644 --- a/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1185.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 4378BCD38B633B1F5DBE738B8343C48FB510375B2123DACA180135CC01FBBA84 ProductCode: '{9B0DF346-9DCF-4387-B912-34B598FD0E16}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.locale.en-US.yaml index 248367f2a34df..15c402b3f7f6b 100644 --- a/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1185.0 @@ -32,11 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.yaml index 02ae6568f124e..8b30e1267393f 100644 --- a/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1185.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1185.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.installer.yaml index 50c124eb7fd95..a8011c858ce26 100644 --- a/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1222.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: C3141E438BE6E7341FA9A4A94098396BDCABA6497F29CF03342FE38A39A8CFE2 ProductCode: '{C7E29BBB-767C-4F2D-91B0-58B419372583}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.locale.en-US.yaml index 0c1415b390811..7bd22eb3c85cb 100644 --- a/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1222.0 @@ -32,11 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.yaml index 904fc13944d3f..a9abe1dc46412 100644 --- a/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1222.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1222.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.installer.yaml index faea89ec5ae77..7bc80762c04a2 100644 --- a/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1553.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 0A65E1ED5016A1BE17280F98F92CA2F0EEDD0A09E8B7B1103724A3FB9934D577 ProductCode: '{E2D0532A-9FE8-4EEF-9879-795A65206067}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.locale.en-US.yaml index bd92affe8c3d8..7f4e666df8520 100644 --- a/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1553.0 @@ -32,11 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.yaml index 15cdd58397cf5..174d074b136e1 100644 --- a/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1553.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1553.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.installer.yaml index b8e706fd0b94d..6e125604fab3b 100644 --- a/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1577.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: E315ADFC45A425DFCA156232BB686D3E9D979C02410B9E6930B720D056955AC1 ProductCode: '{3264F314-B940-4CE3-81F0-EA8AA2C2DD45}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.locale.en-US.yaml index 3f904b9c27e25..1980f1cf112f8 100644 --- a/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1577.0 @@ -32,11 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.yaml index 64ca5712c5dfe..367eb2b5b8e08 100644 --- a/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1577.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.2 $debug=QUSU.CRLF.7-3-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1577.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.installer.yaml index ba321d96c1483..5363afe407580 100644 --- a/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1628.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: DACD9340C203976987CF3810D3A730CA8865BFE74690C99478518576535D62CF ProductCode: '{17AA101B-89D3-445A-BD35-E39ACF1C9264}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.locale.en-US.yaml index b2838a1c5504e..e184352afb128 100644 --- a/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1628.0 @@ -32,11 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.yaml index 67ebd68f84dca..391484917e6fd 100644 --- a/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1628.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1628.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.installer.yaml index f6b7c6c128c78..3da9af01834bc 100644 --- a/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1713.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 51D2E97829F7431D3BE021894DE5B61624339D21795A88F7F820743C98484FEC ProductCode: '{60AE7CB1-1078-4636-BE3C-8C4FCEC7B84E}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.locale.en-US.yaml index d5d11f29f1639..b21cd832a45b4 100644 --- a/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1713.0 @@ -32,11 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.yaml index 991aa32935ba4..435d98f05fc80 100644 --- a/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1713.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1713.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.installer.yaml index 0f7f41041fb22..ff7092b2b67fc 100644 --- a/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1735.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 3E46D7C2D80382D3F77EB1E51DAD259D28ADE16FDEFE53DB30FCD029B770BED0 ProductCode: '{B6F6A14C-48A7-4A8A-8031-A1B1A1B74ACF}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.locale.en-US.yaml index 69de72ea53fb2..4023fe70c631b 100644 --- a/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1735.0 @@ -32,11 +32,10 @@ Tags: - rss - smtp - tasks -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.yaml index 988af5693ae5c..e0975c1298910 100644 --- a/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.1735.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.1735.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.installer.yaml index 2610e44e48ad9..14defcccf2a4e 100644 --- a/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2038.0 @@ -12,11 +12,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{4667C4C1-0E7A-404B-B1F0-A196EA3821E9}' ReleaseDate: 2023-07-11 Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v9.2.2038/setup.msi InstallerSha256: F681FC5862C83F74DB9A1919716A7DC5EFA3F4C33E3261043E2EF7AD81E62038 + ProductCode: '{4667C4C1-0E7A-404B-B1F0-A196EA3821E9}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.locale.en-US.yaml index fb01c0ec1b3ca..e35d4778d8f51 100644 --- a/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2038.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.yaml index 3590927199e8b..667848d8bc503 100644 --- a/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2038.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2038.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.installer.yaml index 257caa6479bff..43294a91f485b 100644 --- a/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2054.0 @@ -13,7 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{1E96FA2F-EA2F-4BAA-BCBB-04B8E9F266AA}' ReleaseDate: 2023-07-25 AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' @@ -21,5 +20,6 @@ Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v9.2.2054/setup.msi InstallerSha256: 940CD8D09771D696D1161C98ABF4D2225AB705596AD9F9190A34E755F8095602 + ProductCode: '{1E96FA2F-EA2F-4BAA-BCBB-04B8E9F266AA}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.locale.en-US.yaml index a96a4ee26308a..ebe052da015f8 100644 --- a/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2054.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.yaml index 74baf4b26d6d1..8748e3a43bd2e 100644 --- a/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2054.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2054.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.installer.yaml index febf4d00ddd40..d1fad60d68062 100644 --- a/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2093.0 @@ -13,7 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{0A8D083B-E7DD-4CBF-B378-7B2679F062E7}' ReleaseDate: 2023-08-23 AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' @@ -21,5 +20,6 @@ Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v9.2.2093/setup.msi InstallerSha256: 47E5AAB63303CEFFBF341B7CF50198737AEEFEB252FB1A7B5904B8B767AD8045 + ProductCode: '{0A8D083B-E7DD-4CBF-B378-7B2679F062E7}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.locale.en-US.yaml index 2ffbddf19ccb5..f32a8c630922c 100644 --- a/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2093.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.yaml index 64af05b7a4d67..cec25d38ab4ce 100644 --- a/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2093.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2093.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.installer.yaml index 6b91b2a89e194..668029a9c4d33 100644 --- a/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2157.0 @@ -13,12 +13,12 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{A5D710A6-3BEC-4139-B39D-C5D29C43E5F5}' AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v9.2.2157/setup.msi InstallerSha256: C7578FC64521DADE5B925C435A8B1F20824732E07D3C8EC7430CB1DF097716E0 + ProductCode: '{A5D710A6-3BEC-4139-B39D-C5D29C43E5F5}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.locale.en-US.yaml index 63e302d3e70da..13d07512d2565 100644 --- a/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2157.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.yaml index 29d61265c15e2..9c6c5c24d0418 100644 --- a/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2157.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2157.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.installer.yaml index 787f07c796df5..9ee2f9bf3ceeb 100644 --- a/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.installer.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2258.0 @@ -13,12 +13,12 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{5A22ADE6-052F-4B5F-9ECF-25223D5B5C7D}' AppsAndFeaturesEntries: - UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' Installers: - Architecture: x86 InstallerUrl: https://cdn-dist.emclient.com/dist/v9.2.2258/setup.msi InstallerSha256: E724639D5F4638AE9F4AC513B17417AFD95DE463CBBAEFB53A59B394DE13CDC3 + ProductCode: '{5A22ADE6-052F-4B5F-9ECF-25223D5B5C7D}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.locale.en-US.yaml index 50de3ef97dda8..1c1a2e638f2be 100644 --- a/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.locale.en-US.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2258.0 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emclient.com/pricing Copyright: Copyright (c) eM Client CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +# Description: Moniker: emclient Tags: - calendar @@ -31,5 +32,10 @@ Tags: - rss - smtp - tasks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.yaml index b757ddb5cf483..8e129649bd8a3 100644 --- a/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.yaml +++ b/manifests/e/eMClient/eMClient/9.2.2258.0/eMClient.eMClient.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: eMClient.eMClient PackageVersion: 9.2.2258.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.29/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/1.60.29/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..c5b630e85de0f --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.29/electerm.electerm.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.29 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- DisplayName: electerm 1.60.29 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.29/electerm-1.60.29-win-x64-installer.exe + InstallerSha256: 133CA8ACCC3B25937C2589D45EC6002059F6DA9AF1A0E7E6A150A7EBED167368 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.29/electerm-1.60.29-win-x64-installer.exe + InstallerSha256: 133CA8ACCC3B25937C2589D45EC6002059F6DA9AF1A0E7E6A150A7EBED167368 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.29/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/1.60.29/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..70f9dbdf28755 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.29/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,118 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.29 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://github.com/electerm/electerm +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://github.com/electerm/electerm +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE +ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Moniker: electerm +Tags: +- cli +- cmd +- command-line +- command-prompt +- console +- developer-tools +- file-manager +- powershell +- ps +- sftp +- shell +- ssh +- terminal +- utilities +- wsl +ReleaseNotes: |- + New features/Updates + - Add install src info to about panel + - Add ".." item to file list + - Update default AI role text + - Add role defaults for AI config form + - Add language form item for AI config form + - Add context menu to explain selected terminal output + - Add translate for AI form + - Add AI feature text + - Add a shorter default role for AI + Code refactoring and improvements + - Rewrite dom control with react ref + - Rewrite refs system + - Rewrite terminal search keyboard shortcut control + - Rewrite file manager/sftp keyboard shortcut support + - Rewrite init batch operation logic + - Rewrite transfer conflict related logic + - Rewrite upgrade check logic + - Rewrite file manager header drag to resize logic + - Merge file info and mode editor component + - Rewrite file mode edit logic + - Rewrite file editor logic (#3787) + - Rewrite system menu + - Rewrite sftp context menu (#3781) + - Rewrite drag handle component + - Rewrite terminal action related functions + - Rewrite auto focus input component + - Improve database sync data logic, improve performance (#3776) + - Improve sftp performance + Bug fixes + - Fix select all shortcut + - Fix drop tab to empty batch not working right issue + - Fix click to select file + - Fix #3774 Fix fullscreen shortcut in vim mode + - Fix left side panel UI and expand icon function + - Fix copied translate + - Fix sftp potential memory leak + - Fix tab on data UI + - Fix list windows OS drive function + 新功能/更新 + - 在关于面板中添加安装源信息 + - 在文件列表中添加".."项 + - 更新默认AI角色文本 + - 为AI配置表单添加角色默认值 + - 为AI配置表单添加语言表单项 + - 添加上下文菜单以解释选定的终端输出 + - 为AI表单添加翻译 + - 添加AI功能文本 + - 使用更短的默认AI角色文本 + 代码重构和改进 + - 使用react ref重写DOM控制 + - 重写refs系统 + - 重写终端搜索键盘快捷键控制 + - 重写文件管理器/sftp键盘快捷键支持 + - 重写初始化批处理操作逻辑 + - 重写传输冲突相关逻辑 + - 重写升级检查逻辑 + - 重写文件管理器头部拖动调整大小逻辑 + - 合并文件信息和模式编辑器组件 + - 重写文件模式编辑逻辑 + - 重写文件编辑器逻辑 (#3787) + - 重写系统菜单 + - 重写sftp上下文菜单 (#3781) + - 重写拖动处理组件 + - 重写终端操作相关功能 + - 重写自动聚焦输入组件 + - 改进数据库同步数据逻辑,提高性能 (#3776) + - 改进sftp性能 + 错误修复 + - 修复全选快捷键 + - 修复将标签拖放到空批处理不正常工作的问题 + - 修复点击选择文件 + - 修复 #3774 修复vim模式下全屏快捷键 + - 修复左侧面板UI和展开图标功能 + - 修复复制翻译 + - 修复sftp潜在的内存泄漏 + - 修复数据UI上的标签 + - 修复列出Windows系统驱动器功能 +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v1.60.29 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.29/electerm.electerm.yaml b/manifests/e/electerm/electerm/1.60.29/electerm.electerm.yaml new file mode 100644 index 0000000000000..be446fb519c2f --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.29/electerm.electerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.32/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/1.60.32/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..6be80803bfe40 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.32/electerm.electerm.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.32 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2025-02-04 +AppsAndFeaturesEntries: +- DisplayName: electerm 1.60.32 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.32/electerm-1.60.32-win-x64-installer.exe + InstallerSha256: 6C163608B67311EDB1051377B58C52921C872903D123846A84D0BBA932D233F9 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.32/electerm-1.60.32-win-x64-installer.exe + InstallerSha256: 6C163608B67311EDB1051377B58C52921C872903D123846A84D0BBA932D233F9 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.32/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/1.60.32/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..cc1ada85f9da2 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.32/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.32 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://github.com/electerm/electerm +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://github.com/electerm/electerm +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE +ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Moniker: electerm +Tags: +- cli +- cmd +- command-line +- command-prompt +- console +- developer-tools +- file-manager +- powershell +- ps +- sftp +- shell +- ssh +- terminal +- utilities +- wsl +ReleaseNotes: |- + Quick Bug fix release + - Fix bookmark/bookmarkGroup operation may not work issue + 快速问题修复发布 + - 修复书签/书签组操作可能无法工作的问题 +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v1.60.32 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.32/electerm.electerm.yaml b/manifests/e/electerm/electerm/1.60.32/electerm.electerm.yaml new file mode 100644 index 0000000000000..d08b167265930 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.32/electerm.electerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.36/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/1.60.36/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..82c93c012ad76 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.36/electerm.electerm.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.36 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2025-02-05 +AppsAndFeaturesEntries: +- DisplayName: electerm 1.60.36 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.36/electerm-1.60.36-win-x64-installer.exe + InstallerSha256: 5EB18D63D73A8ECBD90D6F84694333744FB9EDBFB2DCB24CEBDF3EECFA7B3EFE + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.36/electerm-1.60.36-win-x64-installer.exe + InstallerSha256: 5EB18D63D73A8ECBD90D6F84694333744FB9EDBFB2DCB24CEBDF3EECFA7B3EFE + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.36/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/1.60.36/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..01077de1591bd --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.36/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.36 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://github.com/electerm/electerm +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://github.com/electerm/electerm +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE +ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Moniker: electerm +Tags: +- cli +- cmd +- command-line +- command-prompt +- console +- developer-tools +- file-manager +- powershell +- ps +- sftp +- shell +- ssh +- terminal +- utilities +- wsl +ReleaseNotes: |- + Quick Bug fix release + - Fix host input issue and Profile bug (#3792) + 快速问题修复发布 + - 修复输入问题和配置文件的问题 (#3792) +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v1.60.36 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.36/electerm.electerm.yaml b/manifests/e/electerm/electerm/1.60.36/electerm.electerm.yaml new file mode 100644 index 0000000000000..48595158638b6 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.36/electerm.electerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.46/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/1.60.46/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..24244d90ac809 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.46/electerm.electerm.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.46 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2025-02-06 +AppsAndFeaturesEntries: +- DisplayName: electerm 1.60.46 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.46/electerm-1.60.46-win-x64-installer.exe + InstallerSha256: 6CB1AF855738B81FBCA41FC8B2CB0E44B092199A10F479C68252DAF554E32C51 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.46/electerm-1.60.46-win-x64-installer.exe + InstallerSha256: 6CB1AF855738B81FBCA41FC8B2CB0E44B092199A10F479C68252DAF554E32C51 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.46/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/1.60.46/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..b9201430540ab --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.46/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.46 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://github.com/electerm/electerm +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://github.com/electerm/electerm +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE +ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Moniker: electerm +Tags: +- cli +- cmd +- command-line +- command-prompt +- console +- developer-tools +- file-manager +- powershell +- ps +- sftp +- shell +- ssh +- terminal +- utilities +- wsl +ReleaseNotes: |- + Bug fixes + - Fix sftp follow terminal switch in terminal setting + - Fix .deb release can not run in Ubuntu 24.04 issue (#3793) + - Fix auto focus input + - Improve tests + Features + Add API path option for AI config + Add language option for AI config + 问题修复 + - 修复终端设置中sftp跟随终端切换的问题 + - 修复 .deb文件在Ubuntu 24.04中无法运行的问题 (#3793) + - 修复自动聚焦输入的问题 + - 改进测试 + 新功能 + - 为AI配置添加API路径选项 + - 为AI配置添加语言选项 +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v1.60.46 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.46/electerm.electerm.yaml b/manifests/e/electerm/electerm/1.60.46/electerm.electerm.yaml new file mode 100644 index 0000000000000..1dc51174116fe --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.46/electerm.electerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.48/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/1.60.48/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..6150c9f483c19 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.48/electerm.electerm.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.48 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2025-02-06 +AppsAndFeaturesEntries: +- DisplayName: electerm 1.60.48 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.48/electerm-1.60.48-win-x64-installer.exe + InstallerSha256: 7C2077EB6538B35E0185887DBCC1E5F604F96E0080065FF308B287E099CFF0AB + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.48/electerm-1.60.48-win-x64-installer.exe + InstallerSha256: 7C2077EB6538B35E0185887DBCC1E5F604F96E0080065FF308B287E099CFF0AB + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.48/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/1.60.48/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..de388b78a98c6 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.48/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.48 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://github.com/electerm/electerm +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://github.com/electerm/electerm +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE +ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Moniker: electerm +Tags: +- cli +- cmd +- command-line +- command-prompt +- console +- developer-tools +- file-manager +- powershell +- ps +- sftp +- shell +- ssh +- terminal +- utilities +- wsl +ReleaseNotes: |- + Bug fixes + - Fix sftp follow terminal switch in terminal setting + - Fix .deb release can not run in Ubuntu 24.04 issue (#3793) + - Fix auto focus input + - Fix profile related bugs + Features + Add API path option for AI config + Add language option for AI config + 问题修复 + - 修复终端设置中sftp跟随终端切换的问题 + - 修复 .deb文件在Ubuntu 24.04中无法运行的问题 (#3793) + - 修复自动聚焦输入的问题 + - 改进测试 + - 修复与profile相关的bug + 新功能 + - 为AI配置添加API路径选项 + - 为AI配置添加语言选项 +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v1.60.48 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.48/electerm.electerm.yaml b/manifests/e/electerm/electerm/1.60.48/electerm.electerm.yaml new file mode 100644 index 0000000000000..770999493445a --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.48/electerm.electerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.48 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.50/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/1.60.50/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..9e820671e01c4 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.50/electerm.electerm.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.50 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: electerm 1.60.50 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.50/electerm-1.60.50-win-x64-installer.exe + InstallerSha256: B77E74B62F1C56FE07F54A2E54C3DBF170C56F153244734C8639755DB095585E + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.50/electerm-1.60.50-win-x64-installer.exe + InstallerSha256: B77E74B62F1C56FE07F54A2E54C3DBF170C56F153244734C8639755DB095585E + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.50/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/1.60.50/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..6f62dbd22905f --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.50/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.50 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://github.com/electerm/electerm +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://github.com/electerm/electerm +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE +ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Moniker: electerm +Tags: +- cli +- cmd +- command-line +- command-prompt +- console +- developer-tools +- file-manager +- powershell +- ps +- sftp +- shell +- ssh +- terminal +- utilities +- wsl +ReleaseNotes: |- + New features/Updates + - Improve sync test + - Add more tab context menu test + - When "Paste on right-click" is enabled, context menu will not show in terminal + Bug fixes + - Fix data sync logic to avoid error message + 新功能/更新 + - 改进同步测试 + - 添加更多标签页右键菜单测试 + - 当启用"右键粘贴"功能时,终端中不显示右键菜单 + 错误修复 + - 修复数据同步逻辑以避免错误消息 +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v1.60.50 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.50/electerm.electerm.yaml b/manifests/e/electerm/electerm/1.60.50/electerm.electerm.yaml new file mode 100644 index 0000000000000..ec3c1427d1826 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.50/electerm.electerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.installer.yaml b/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.installer.yaml new file mode 100644 index 0000000000000..e66bb60ad8126 --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 4.3.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 9E5F0C93-96A3-4DA9-AE52-1AA6339851FC_is1 +AppsAndFeaturesEntries: +- DisplayVersion: 4.3.2+432 + ProductCode: 9E5F0C93-96A3-4DA9-AE52-1AA6339851FC_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ente-io/ente/releases/download/auth-v4.3.2/ente-auth-v4.3.2-installer.exe + InstallerSha256: 3EBB9AAD8DDADB644FEE2E6AA1B50A0354406D410C609A6E9CE4DCC32DF53449 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-28 diff --git a/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.locale.en-US.yaml b/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..cc4ae9222ba22 --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 4.3.2 +PackageLocale: en-US +Publisher: ente +PublisherUrl: https://ente.io/ +PublisherSupportUrl: https://github.com/ente-io/ente/issues +PackageName: Ente Auth +PackageUrl: https://github.com/ente-io/ente +License: AGPL-3.0 +LicenseUrl: https://github.com/ente-io/ente/blob/HEAD/LICENSE +Copyright: Copyright © 2024 ente +ShortDescription: Open source 2FA authenticator, with end-to-end encrypted backups +Moniker: ente-auth +Tags: +- 2fa +- android +- e2ee +- encryption +- end-to-end-encryption +- flutter +- golang +- ios +- opensource +- privacy +- privacy-tools +- typescript +- zero-knowledge +ReleaseNotesUrl: https://github.com/ente-io/ente/releases/tag/auth-v4.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.yaml b/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.yaml new file mode 100644 index 0000000000000..f980308c4a076 --- /dev/null +++ b/manifests/e/ente-io/auth-desktop/4.3.2/ente-io.auth-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ente-io.auth-desktop +PackageVersion: 4.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.installer.yaml b/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.installer.yaml new file mode 100644 index 0000000000000..6b85b4a4d0f7e --- /dev/null +++ b/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: everauto.zTasker +PackageVersion: 2.0.6 +InstallerType: inno +Scope: user +UpgradeBehavior: install +ProductCode: '{442746B5-64EF-4EE7-9B23-F52EB95E1CF0}_is1' +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x86 + InstallerUrl: https://www.everauto.net/down/zTasker_2.0.6_Setup.exe + InstallerSha256: F24E15D5FA079C9D9B8EEBC63D29EDF67EFAD5B74E29DF80A6D23DA0BEF24560 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.locale.en-US.yaml b/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.locale.en-US.yaml new file mode 100644 index 0000000000000..1818a67da29be --- /dev/null +++ b/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: everauto.zTasker +PackageVersion: 2.0.6 +PackageLocale: en-US +Publisher: everauto +PublisherUrl: https://www.everauto.net/ +PublisherSupportUrl: https://bbs.everauto.net/ +PackageName: zTasker +PackageUrl: https://www.everauto.net/ +License: Proprietary +Copyright: Copyright @ 2023-now everauto.net All rights reserved. +ShortDescription: One-click efficiency booster +Description: |- + zTasker is a task automation tool that can be triggered in a variety of ways to perform a variety of automation tasks with but not limited to schedule or hotkeys + zTasker's goal is to replace most automation scenarios with a graphical approach. + It supports 100+ task types, 30+ schedule/conditional trigger methods. + Task list can be edited, arranged, moved and changed at will. zTasker supports task execution logs, backing up task list and other data. + It supports task logs, automatic updates, etc. +Tags: +- automate +- automation +- hotkey +- schedule +- task +ReleaseNotesUrl: https://www.everauto.net/update.html +Documentations: +- DocumentLabel: Tips + DocumentUrl: https://bbs.everauto.net/forum.php?mod=viewthread&tid=1 +- DocumentLabel: FAQ + DocumentUrl: https://bbs.everauto.net/forum.php?mod=viewthread&tid=7 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.locale.zh-CN.yaml b/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.locale.zh-CN.yaml new file mode 100644 index 0000000000000..849b5ec897221 --- /dev/null +++ b/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.locale.zh-CN.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: everauto.zTasker +PackageVersion: 2.0.6 +PackageLocale: zh-CN +Publisher: everauto +PublisherUrl: https://www.everauto.net/ +PublisherSupportUrl: https://bbs.everauto.net/ +PackageName: zTasker +PackageUrl: https://www.everauto.net/ +License: 专有软件 +Copyright: Copyright @ 2023-现在 everauto.net 版权所有 +ShortDescription: 一键式效率倍增器 +Description: |- + zTasker 是一个自动化任务工具,不仅仅是定时或者热键,它可以采用多种触发方式执行多种自动化任务 + zTasker 的目标是用图形化的方式取代大部分自动化场景操作 + 支持 100+ 种任务类型,30+ 种定时/条件执行方法 + 任务列表随意编辑、排列、移动、更改类型,支持任务执行日志,支持任务列表等数据的备份 + 支持任务日志,支持自动更新等 +Tags: +- 任务 +- 任务计划 +- 定时 +- 快捷键 +- 热键 +- 自动化 +ReleaseNotes: |- + 新增: + **简单任务上点右键,可以选择转换为复合任务 + **显示新增关闭|打开显示器电源,可以切换指定显示器的电源 + **硬件栏目,新增蓝牙开关,将触摸板操作移动到硬件栏目 + 计划里,监视文本文件支持变量替换 + 播放声音任务里,语音朗读支持变量替换,现在可以朗读剪贴板或者选中内容,或者其它操作的内容 + 变量替换,现在支持剪贴板内容去前后空格 + 屏幕截图可以指定文件名保存 + 变量替换,剪贴板{clip}新增 url 解码,utf8 编解码 + + 改进: + 自动变量路径替换.\和.\\不再仅限于输入字符串的开头 + 优化 TTS 语音朗读时的 IO 占用 + 优化单个鼠标热键+窗口匹配的资源占用 + 优化保存任务时的资源占用 + 优化任务检查时的资源占用 + 优化日志记录速度 + + 修复: + 高分屏上任务列表列宽度保存过大问题 + 某些电脑上静音进程莫名崩溃问题 + 主窗口最小化后无法从托盘或者热键置前的问题 + 拖动 UI 极端情形下可能卡顿的问题 + 复合任务里键鼠录制导致崩溃的问题 + 其它已知问题 +ReleaseNotesUrl: https://www.everauto.net/update.html +Documentations: +- DocumentLabel: 使用技巧 + DocumentUrl: https://bbs.everauto.net/forum.php?mod=viewthread&tid=1 +- DocumentLabel: 疑难解答 + DocumentUrl: https://bbs.everauto.net/forum.php?mod=viewthread&tid=7 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.yaml b/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.yaml new file mode 100644 index 0000000000000..7f87e1b719205 --- /dev/null +++ b/manifests/e/everauto/zTasker/2.0.6/everauto.zTasker.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: everauto.zTasker +PackageVersion: 2.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/eza-community/eza/0.20.19/eza-community.eza.installer.yaml b/manifests/e/eza-community/eza/0.20.19/eza-community.eza.installer.yaml new file mode 100644 index 0000000000000..bbb0144ac5673 --- /dev/null +++ b/manifests/e/eza-community/eza/0.20.19/eza-community.eza.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.20.19 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eza.exe +UpgradeBehavior: install +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eza-community/eza/releases/download/v0.20.19/eza.exe_x86_64-pc-windows-gnu.zip + InstallerSha256: DFCF744A5241FBE70C88CED669CC8DC592DA531CD9B8053E6F0FBCCBF930851E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/eza-community/eza/0.20.19/eza-community.eza.locale.en-US.yaml b/manifests/e/eza-community/eza/0.20.19/eza-community.eza.locale.en-US.yaml new file mode 100644 index 0000000000000..2028386ee17a4 --- /dev/null +++ b/manifests/e/eza-community/eza/0.20.19/eza-community.eza.locale.en-US.yaml @@ -0,0 +1,94 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.20.19 +PackageLocale: en-US +Publisher: eza community +PublisherUrl: https://eza.rocks/ +PublisherSupportUrl: https://github.com/eza-community/eza/issues +PackageName: eza +PackageUrl: https://github.com/eza-community/eza +License: EUPL-1.2 +LicenseUrl: https://github.com/eza-community/eza/blob/HEAD/LICENSE.txt +ShortDescription: A modern, maintained replacement for ls, built on exa. +Description: |- + eza is a modern, maintained replacement for the venerable file-listing + command-line program ls that ships with Unix and Linux operating systems, + giving it more features and better defaults. + + It uses colours to distinguish file types and metadata. + It knows about symlinks, extended attributes, and Git. + And it's small, fast, and just one single binary +Tags: +- color +- command-line +- files +- hacktoberfest +- icons +- ls +- nerd-fonts +- rust +- terminal +- tools +ReleaseNotes: |- + Changelog + [0.20.19] - 2025-01-30 + Bug Fixes + - Update MSRV to 1.78 to solve rust malfunction + - Rustc false dead code positives + - Rustc false positives in tests + - Regression in theme config location, simplify path + - Wrong file name for Brewfile + Documentation + - Add note regarding ci msrv update + Features + - Add .norg icon + Miscellaneous Tasks + - Eza v0.20.19 changelogs, version bump + Build + - Bump dirs from 5.0.1 to 6.0.0 + - Bump NexusPHP/no-merge-commits from 2.1.0 to 2.2.1 + - Bump flake + - Bump cargo + Ci + - Fix and unify msrv and add matrix to free/netbsd + Checksums + sha256sum + 4a37248cc11c2dce6bc935832184889ba76a499e92ba17d87c770670809928eb ./target/bin-0.20.19/eza_aarch64-unknown-linux-gnu.tar.gz + 9a51bd75b0e798ad2127d8dbae65850ebb23cc1efb1eaf8cc23f5a99c3ff922e ./target/bin-0.20.19/eza_aarch64-unknown-linux-gnu.zip + 1cf3fab92d16f9281d40eea4941e798f3939570698b5146076097e5ad4078804 ./target/bin-0.20.19/eza_arm-unknown-linux-gnueabihf.tar.gz + 5d4cc613fb7933d7af2a175acabdd9d5b29ba5c87e9f11dfa7ecf23e6d56a278 ./target/bin-0.20.19/eza_arm-unknown-linux-gnueabihf.zip + 679bf8c9cdee31e07e96a5883686f38c9b39dfa3d8512d21ee8095bc8ed13c06 ./target/bin-0.20.19/eza.exe_x86_64-pc-windows-gnu.tar.gz + dfcf744a5241fbe70c88ced669cc8dc592da531cd9b8053e6f0fbccbf930851e ./target/bin-0.20.19/eza.exe_x86_64-pc-windows-gnu.zip + 1b18ad7d44b97610faff64a396fff0db80002cf794030e6698a7441e77d08cb8 ./target/bin-0.20.19/eza_x86_64-unknown-linux-gnu.tar.gz + 4a70c5630e71d3f8880b5bb1469335dee4b9dc52ba58a8b0e91c0bc862f70b66 ./target/bin-0.20.19/eza_x86_64-unknown-linux-gnu.zip + ba473609a9f9df1f47f46693ab429149e5cea7045fa58d856ea0273018a1e030 ./target/bin-0.20.19/eza_x86_64-unknown-linux-musl.tar.gz + 70944717059d391d2caf533ed665affb00c2c9b4c6ad98ed594b2330a5a46d9f ./target/bin-0.20.19/eza_x86_64-unknown-linux-musl.zip + + md5sum + 264a93117d09da39dacf7bf75f974004 ./target/bin-0.20.19/eza_aarch64-unknown-linux-gnu.tar.gz + 9900220044b7017d369a8060c3981d1f ./target/bin-0.20.19/eza_aarch64-unknown-linux-gnu.zip + 76da695251e4c96a598ca4e39e77d2b5 ./target/bin-0.20.19/eza_arm-unknown-linux-gnueabihf.tar.gz + ab28f411cc2a963f244cfb66fbcf13a5 ./target/bin-0.20.19/eza_arm-unknown-linux-gnueabihf.zip + 6f31b5aa307376370a682d5c00653337 ./target/bin-0.20.19/eza.exe_x86_64-pc-windows-gnu.tar.gz + 0149cfb01a9bc59fce16187501f4c027 ./target/bin-0.20.19/eza.exe_x86_64-pc-windows-gnu.zip + 94328560f0abac9dbb462740919faee8 ./target/bin-0.20.19/eza_x86_64-unknown-linux-gnu.tar.gz + d8a7c82c15801e17e76bbd44982a88b5 ./target/bin-0.20.19/eza_x86_64-unknown-linux-gnu.zip + ece127eed2dcd38ac9fae41ba40ea4d2 ./target/bin-0.20.19/eza_x86_64-unknown-linux-musl.tar.gz + 41c61e4a9eb4889910b03c15ba6c551a ./target/bin-0.20.19/eza_x86_64-unknown-linux-musl.zip + + blake3sum + 7b2e3ce0b9a46d0137ec38ce2dd8b29b5a97bd56b0404f6f86cd6b2cfa4f7cd4 ./target/bin-0.20.19/eza_aarch64-unknown-linux-gnu.tar.gz + c7b56309fd818f290dc91c71edb263984dde46cef62b767025683836fb2df96e ./target/bin-0.20.19/eza_aarch64-unknown-linux-gnu.zip + 8245010631c145f9c753870706ce6ff519c45a3ed660256459383c4660d6ad4a ./target/bin-0.20.19/eza_arm-unknown-linux-gnueabihf.tar.gz + 745bfb4bedee3adba192a5d799a79cd290ceb5f895c1e1840ffe557871a0a701 ./target/bin-0.20.19/eza_arm-unknown-linux-gnueabihf.zip + 827f2c3380bbfd963253e97b3bee868b528fd3031212e947de40281740935254 ./target/bin-0.20.19/eza.exe_x86_64-pc-windows-gnu.tar.gz + 80d7b0a0b2d3629992d2436a48b75bb4d7f2841c4b32835afeaf1e585ab66b1d ./target/bin-0.20.19/eza.exe_x86_64-pc-windows-gnu.zip + 443a8fce7ae678ff30623f1e218ab21c8a84a4d3b9bc0b3000da14875df6ad48 ./target/bin-0.20.19/eza_x86_64-unknown-linux-gnu.tar.gz + fcf1e2aafea0982ac346e3d8bfee4b9ff5c8ac73ffe014073d89d06227139f3f ./target/bin-0.20.19/eza_x86_64-unknown-linux-gnu.zip + e90a8e796cd0b52b8e19f33f8511b2d1b8060a750cbd18bc648db1a236095a7a ./target/bin-0.20.19/eza_x86_64-unknown-linux-musl.tar.gz + 224cb28134bdcd8b391cdbda4d521ffe16e615a2b872ac15c58098f2c4b1b91d ./target/bin-0.20.19/eza_x86_64-unknown-linux-musl.zip +ReleaseNotesUrl: https://github.com/eza-community/eza/releases/tag/v0.20.19 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/eza-community/eza/0.20.19/eza-community.eza.yaml b/manifests/e/eza-community/eza/0.20.19/eza-community.eza.yaml new file mode 100644 index 0000000000000..f609b9a684c0f --- /dev/null +++ b/manifests/e/eza-community/eza/0.20.19/eza-community.eza.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.20.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/eza-community/eza/0.20.20/eza-community.eza.installer.yaml b/manifests/e/eza-community/eza/0.20.20/eza-community.eza.installer.yaml new file mode 100644 index 0000000000000..cbba4eea773bb --- /dev/null +++ b/manifests/e/eza-community/eza/0.20.20/eza-community.eza.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.20.20 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eza.exe +UpgradeBehavior: install +ReleaseDate: 2025-02-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eza-community/eza/releases/download/v0.20.20/eza.exe_x86_64-pc-windows-gnu.zip + InstallerSha256: 86987E7614E654C206C550559F0391FD7987A91370FF49C6BD3269DA94A2C11A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/eza-community/eza/0.20.20/eza-community.eza.locale.en-US.yaml b/manifests/e/eza-community/eza/0.20.20/eza-community.eza.locale.en-US.yaml new file mode 100644 index 0000000000000..ccc3219fb4700 --- /dev/null +++ b/manifests/e/eza-community/eza/0.20.20/eza-community.eza.locale.en-US.yaml @@ -0,0 +1,77 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.20.20 +PackageLocale: en-US +Publisher: eza community +PublisherUrl: https://eza.rocks/ +PublisherSupportUrl: https://github.com/eza-community/eza/issues +PackageName: eza +PackageUrl: https://github.com/eza-community/eza +License: EUPL-1.2 +LicenseUrl: https://github.com/eza-community/eza/blob/HEAD/LICENSE.txt +ShortDescription: A modern, maintained replacement for ls, built on exa. +Description: |- + eza is a modern, maintained replacement for the venerable file-listing + command-line program ls that ships with Unix and Linux operating systems, + giving it more features and better defaults. + + It uses colours to distinguish file types and metadata. + It knows about symlinks, extended attributes, and Git. + And it's small, fast, and just one single binary +Tags: +- color +- command-line +- files +- hacktoberfest +- icons +- ls +- nerd-fonts +- rust +- terminal +- tools +ReleaseNotes: |- + Changelog + [0.20.20] - 2025-02-07 + Bug Fixes + - Make flake.lock icon the nix logo + Miscellaneous Tasks + - Eza v0.20.20 changelogs, version bump + Checksums + sha256sum + b66dd6566610841cc7f2e1e8f85321c8552bdd4754bf7c1ce585d6a6a3662f76 ./target/bin-0.20.20/eza_aarch64-unknown-linux-gnu.tar.gz + 4fd698bfa4c4b8fd98378ceab75961e6c6157bd2107afae9b7783de36d7e1b99 ./target/bin-0.20.20/eza_aarch64-unknown-linux-gnu.zip + 7072f69a9511334712d58443dbc14ca43a8fb03f39534837c9fef8dbc540c424 ./target/bin-0.20.20/eza_arm-unknown-linux-gnueabihf.tar.gz + 99287b070abc12a5688a0b1d42d7f7a21422f4d825188070a423619971c03c08 ./target/bin-0.20.20/eza_arm-unknown-linux-gnueabihf.zip + 616ad4af1c04932e60f38ddf4a2031565a34583a670854cec8804117ae601f80 ./target/bin-0.20.20/eza.exe_x86_64-pc-windows-gnu.tar.gz + 86987e7614e654c206c550559f0391fd7987a91370ff49c6bd3269da94a2c11a ./target/bin-0.20.20/eza.exe_x86_64-pc-windows-gnu.zip + 2bbdd3ea7e49e80aba3728ddee0a374135fa5453e9f922893d4bb6256b5977db ./target/bin-0.20.20/eza_x86_64-unknown-linux-gnu.tar.gz + 7a3bbe54a148fd8516db313f90ac46d7bce8a7dd1033731282d9f7a6c4ad3350 ./target/bin-0.20.20/eza_x86_64-unknown-linux-gnu.zip + 967270526d16abd71bfa9dc1e5ea085c830704333406180375fa872a6d63b239 ./target/bin-0.20.20/eza_x86_64-unknown-linux-musl.tar.gz + f9e5b8a99d26e4607f091b9c2870a77f8203b20cab424b149fd438f13c2813c3 ./target/bin-0.20.20/eza_x86_64-unknown-linux-musl.zip + md5sum + d35e8a5c1cf8ad3d2972aee8c63fc3b1 ./target/bin-0.20.20/eza_aarch64-unknown-linux-gnu.tar.gz + b057c633ff7fdc65ab9d5870d5c76930 ./target/bin-0.20.20/eza_aarch64-unknown-linux-gnu.zip + 46d0312cbaecf45fb229a156a1914310 ./target/bin-0.20.20/eza_arm-unknown-linux-gnueabihf.tar.gz + d2e7783dcd7de2defbbe5755f73cc0cc ./target/bin-0.20.20/eza_arm-unknown-linux-gnueabihf.zip + d3d7dc2bcbe003b3c41e2d4df0cdf3e8 ./target/bin-0.20.20/eza.exe_x86_64-pc-windows-gnu.tar.gz + eea43f1fdca31a3df77d10ba28dae60b ./target/bin-0.20.20/eza.exe_x86_64-pc-windows-gnu.zip + ee50c8d73cfb2f4acfc9cc19be30ab72 ./target/bin-0.20.20/eza_x86_64-unknown-linux-gnu.tar.gz + efabc768fb0d1c820a616e2c6f13a4f2 ./target/bin-0.20.20/eza_x86_64-unknown-linux-gnu.zip + b3c0d30b3040eae9dd4269b3a597bb3d ./target/bin-0.20.20/eza_x86_64-unknown-linux-musl.tar.gz + 788b5081eac92ede450589566e786fdd ./target/bin-0.20.20/eza_x86_64-unknown-linux-musl.zip + blake3sum + 9bbcd1d94fd06a98f3a436ed39116cf80de46f2b7dce3d0dbc8d904b96f610a1 ./target/bin-0.20.20/eza_aarch64-unknown-linux-gnu.tar.gz + 10bf7df8c436b5c9d538cb191c101e887f1788254d3373b77469871ee7621f87 ./target/bin-0.20.20/eza_aarch64-unknown-linux-gnu.zip + 56e57300fa97ac708bc16cde06b01075cae1207b34b2dc03e0b106709af15225 ./target/bin-0.20.20/eza_arm-unknown-linux-gnueabihf.tar.gz + b3764b726a16b57098829c83a419d09e05401c5d062f3aa3dbe2bb27ed273f4d ./target/bin-0.20.20/eza_arm-unknown-linux-gnueabihf.zip + ecbe8aaa37b9c97ac9da0aebdcf60ef3c48bce9170eb77b785e963ebb5536051 ./target/bin-0.20.20/eza.exe_x86_64-pc-windows-gnu.tar.gz + f86eb75abc3780fbc3078197f393be321954c0d6114e6bf24e1f0790a349e665 ./target/bin-0.20.20/eza.exe_x86_64-pc-windows-gnu.zip + 39b96f7589f79af3cce63e9779214aabfb283f67c2cd8f5dbf37d406c8d87c7e ./target/bin-0.20.20/eza_x86_64-unknown-linux-gnu.tar.gz + ccf13d31a52fb8d5e4d6b627ca5e2633ea3ce02d0768d1c6e114e9c873f72365 ./target/bin-0.20.20/eza_x86_64-unknown-linux-gnu.zip + 56af5d7cbf20891e490a6ee7df80e17f2e9ee50b7d0a10e4d19cbca932386a41 ./target/bin-0.20.20/eza_x86_64-unknown-linux-musl.tar.gz + b58c8d187b30139d823bcf2168b57b205d2960ea0874ccadb526c1e19a5cd808 ./target/bin-0.20.20/eza_x86_64-unknown-linux-musl.zip +ReleaseNotesUrl: https://github.com/eza-community/eza/releases/tag/v0.20.20 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/eza-community/eza/0.20.20/eza-community.eza.yaml b/manifests/e/eza-community/eza/0.20.20/eza-community.eza.yaml new file mode 100644 index 0000000000000..1991d44e1cc23 --- /dev/null +++ b/manifests/e/eza-community/eza/0.20.20/eza-community.eza.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: eza-community.eza +PackageVersion: 0.20.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.installer.yaml index b24185b63b1e4..575bdee3aae1a 100644 --- a/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Fabio286.antares PackageVersion: 0.2.1 +InstallerType: nullsoft Installers: - Architecture: x64 - InstallerType: nullsoft InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.2.1/Antares-0.2.1-win_x64.exe InstallerSha256: 9CE26534200BC24A279539F77C3EC7141E1DA92675E340F18067F5E4EAEA33BC ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.locale.en-US.yaml index 7da7e49934cb5..1abf64c176e32 100644 --- a/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.locale.en-US.yaml @@ -1,13 +1,28 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Fabio286.antares PackageVersion: 0.2.1 PackageLocale: en-US Publisher: Fabio Di Stasio +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Antares +# PackageUrl: License: MIT +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A cross-platform easy to use SQL client. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.yaml index fe6d9687316ec..c8e58ed660dea 100644 --- a/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.2.1/Fabio286.antares.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.3.0.3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Fabio286.antares PackageVersion: 0.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/Figma/Figma/125.0.7/Figma.Figma.installer.yaml b/manifests/f/Figma/Figma/125.0.7/Figma.Figma.installer.yaml new file mode 100644 index 0000000000000..6e210c8275c7c --- /dev/null +++ b/manifests/f/Figma/Figma/125.0.7/Figma.Figma.installer.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 125.0.7 +UpgradeBehavior: install +Protocols: +- figma +FileExtensions: +- fig +ReleaseDate: 2025-01-28 +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.figma.com/win/build/Figma-125.0.7.exe + InstallerSha256: 6027D12CE34F4DE84CF7CD85BD5D91B8C45785B619565F8A8689782D6446C6F0 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Figma +- InstallerLocale: en-US + Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://desktop.figma.com/win/build/Figma-125.0.7.msi + InstallerSha256: 17FFB297D5C95B0F226424E87D07221EC6E2584BFA603F683CCDD7D477052518 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + ProductCode: '{7A520381-63D1-4831-976E-D3D6D414F8D5}' + AppsAndFeaturesEntries: + - DisplayName: Figma (Machine - MSI) + Publisher: Figma Inc. + ProductCode: '{7A520381-63D1-4831-976E-D3D6D414F8D5}' + UpgradeCode: '{1481312D-9F1F-4C3C-8449-AD2AC9C867DF}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Figma\app-125.0.7' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Figma/Figma/125.0.7/Figma.Figma.locale.en-US.yaml b/manifests/f/Figma/Figma/125.0.7/Figma.Figma.locale.en-US.yaml new file mode 100644 index 0000000000000..aca7c83d14162 --- /dev/null +++ b/manifests/f/Figma/Figma/125.0.7/Figma.Figma.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 125.0.7 +PackageLocale: en-US +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma +PackageUrl: https://www.figma.com/downloads/ +License: Proprietary +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2024 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: The Collaborative Interface Design Tool +Description: Figma is the leading collaborative design tool for building meaningful products. Seamlessly design, prototype, develop, and collect feedback in a single platform. +Moniker: figma +Tags: +- build +- design +- diagram +- flow +- flowchart +- interface +- mockup +- present +- prototype +- slides +- specification +- ui +- user-experience +- user-interface +- ux +- wireframe +PurchaseUrl: https://www.figma.com/pricing/ +Documentations: +- DocumentLabel: Best Practice Guides + DocumentUrl: https://www.figma.com/best-practices/ +- DocumentLabel: Blog + DocumentUrl: https://www.figma.com/blog/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Figma/Figma/125.0.7/Figma.Figma.locale.zh-CN.yaml b/manifests/f/Figma/Figma/125.0.7/Figma.Figma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ea71d28a92383 --- /dev/null +++ b/manifests/f/Figma/Figma/125.0.7/Figma.Figma.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 125.0.7 +PackageLocale: zh-CN +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma +PackageUrl: https://www.figma.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2024 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: 协作界面设计工具 +Description: Figma 是领先的协作设计工具,可用于构建有意义的产品。在单一平台上无缝设计、制作原型、开发和收集反馈。 +Tags: +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +PurchaseUrl: https://www.figma.com/pricing/ +Documentations: +- DocumentLabel: 博客 + DocumentUrl: https://www.figma.com/blog/ +- DocumentLabel: 最佳实践指南 + DocumentUrl: https://www.figma.com/best-practices/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Figma/Figma/125.0.7/Figma.Figma.yaml b/manifests/f/Figma/Figma/125.0.7/Figma.Figma.yaml new file mode 100644 index 0000000000000..9fdb4e7385a5c --- /dev/null +++ b/manifests/f/Figma/Figma/125.0.7/Figma.Figma.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 125.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.installer.yaml b/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.installer.yaml new file mode 100644 index 0000000000000..d397ee6602035 --- /dev/null +++ b/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: FileVoyager.FileVoyager +PackageVersion: 25.2.4.0 +InstallerType: inno +Scope: machine +Installers: +- Architecture: x86 + InstallerUrl: https://www.filevoyager.com/wp-content/uploads/FileVoyager_Setup_25.2.4.0_NoVLC.exe + InstallerSha256: 901220717A6C6D8E5EE8B0210336ACDA0AE5D679DDA51B940011783E98ED00E4 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.locale.en-US.yaml b/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.locale.en-US.yaml new file mode 100644 index 0000000000000..14a157f7dbf4e --- /dev/null +++ b/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: FileVoyager.FileVoyager +PackageVersion: 25.2.4.0 +PackageLocale: en-US +Publisher: FileVoyager +PackageName: FileVoyager +License: Freeware +ShortDescription: FileVoyager is a freeware file manager for Microsoft Windows using two panels of disks browsers. This dual pane layout makes very easy the transfer operations of files or folders between sources and destinations. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.yaml b/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.yaml new file mode 100644 index 0000000000000..5d42e9f69d0a4 --- /dev/null +++ b/manifests/f/FileVoyager/FileVoyager/25.2.4.0/FileVoyager.FileVoyager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: FileVoyager.FileVoyager +PackageVersion: 25.2.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.installer.yaml b/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.installer.yaml new file mode 100644 index 0000000000000..856c9f17983ee --- /dev/null +++ b/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: FilesCommunity.Files +PackageVersion: 3.9.0.0 +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCLibs.Desktop.14 + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.5 +PackageFamilyName: Files_1y0xx7n9077q4 +ReleaseDate: 2025-01-29 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.files.community/files/stable/Files.Package_3.9.0.0_Test/Files.Package_3.9.0.0_x64_arm64.msixbundle + InstallerSha256: DA0AC08D9620CD744A67645D2B807B910F00C66A3295B269107DACBDCD50D579 + SignatureSha256: 0B709EDB980B1F45ECA3C4A1007A3B28C646946885AF0FE7E370716A3D7A5834 +- Architecture: arm64 + InstallerUrl: https://cdn.files.community/files/stable/Files.Package_3.9.0.0_Test/Files.Package_3.9.0.0_x64_arm64.msixbundle + InstallerSha256: DA0AC08D9620CD744A67645D2B807B910F00C66A3295B269107DACBDCD50D579 + SignatureSha256: 0B709EDB980B1F45ECA3C4A1007A3B28C646946885AF0FE7E370716A3D7A5834 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.locale.en-US.yaml b/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.locale.en-US.yaml new file mode 100644 index 0000000000000..9d79ebfa9cae1 --- /dev/null +++ b/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: FilesCommunity.Files +PackageVersion: 3.9.0.0 +PackageLocale: en-US +Publisher: Files Community +PublisherUrl: https://files.community/ +PackageName: Files +PackageUrl: https://github.com/files-community/Files +License: MIT +LicenseUrl: https://github.com/files-community/Files/blob/main/LICENSE +ShortDescription: Building the best file manager for Windows +Moniker: files +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.yaml b/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.yaml new file mode 100644 index 0000000000000..f75d85f4f9f41 --- /dev/null +++ b/manifests/f/FilesCommunity/Files/3.9.0.0/FilesCommunity.Files.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: FilesCommunity.Files +PackageVersion: 3.9.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.installer.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.installer.yaml deleted file mode 100644 index 4661d88e1cdfe..0000000000000 --- a/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: FireAlpaca.FireAlpaca -PackageVersion: 2.13.7.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://firealpaca.com/download/win64 - InstallerSha256: 1765F468A9EAA004DE52B5ECE905B7FADD1328B55B633129DF41C7AB3AAC6162 - ProductCode: FireAlpaca64_is1 - AppsAndFeaturesEntries: - - DisplayName: FireAlpaca 2.13.0 (64bit) - ProductCode: FireAlpaca64_is1 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.locale.en-US.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.locale.en-US.yaml deleted file mode 100644 index 139d630dc31aa..0000000000000 --- a/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.locale.en-US.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: FireAlpaca.FireAlpaca -PackageVersion: 2.13.7.0 -PackageLocale: en-US -Publisher: firealpaca.com -PublisherUrl: https://firealpaca.com/ -PackageName: FireAlpaca -PackageUrl: https://firealpaca.com/ -License: Freeware -Copyright: Copyright (c)2022 firealpaca.com All Rights Reserved. -ShortDescription: FireAlpaca is the free Digital Painting Software that is compatible with both Mac and Windows. -ReleaseNotesUrl: https://firealpaca.com/download/#history -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.yaml deleted file mode 100644 index 4e9a3e16b30ff..0000000000000 --- a/manifests/f/FireAlpaca/FireAlpaca/2.13.7.0/FireAlpaca.FireAlpaca.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: FireAlpaca.FireAlpaca -PackageVersion: 2.13.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.installer.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.installer.yaml deleted file mode 100644 index 5b924f7c460af..0000000000000 --- a/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: FireDaemon.FireDaemonPro -PackageVersion: 5.4.13 -InstallerType: exe -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /exenoui /qn /norestart REBOOT=ReallySuppress - SilentWithProgress: /exenoui /qb /norestart REBOOT=ReallySuppress - InstallLocation: APPDIR= - # inactive because Advanced Installer's EXE bootstrapper requires command-line arguments to be ordered before standard MSI arguments - # Log: /exelog - Log: /L*v -UpgradeBehavior: install -ProductCode: '{3438AF48-9D02-4D26-B51B-6F278612DFE0}' -ReleaseDate: 2024-10-02 -AppsAndFeaturesEntries: -- InstallerType: msi - Publisher: FireDaemon Technologies Limited -Installers: -- Architecture: x64 - InstallerUrl: https://download.firedaemon.com/FireDaemon-Pro/5.4.13/FireDaemon-Pro-x64-5.4.13.exe - InstallerSha256: FAB30B73F24501C1A60DD7E64A358F93F7233536F123626C590E1F3834897396 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.locale.en-US.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.locale.en-US.yaml deleted file mode 100644 index b106d3eb35e56..0000000000000 --- a/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: FireDaemon.FireDaemonPro -PackageVersion: 5.4.13 -PackageLocale: en-US -Publisher: FireDaemon Technologies Limited -PublisherUrl: https://www.firedaemon.com -PublisherSupportUrl: https://www.firedaemon.com/support -PrivacyUrl: https://www.firedaemon.com/policies -Author: FireDaemon Technologies Limited -PackageName: FireDaemon Pro -PackageUrl: https://www.firedaemon.com/firedaemon-pro -License: Proprietary -Copyright: Copyright (C) 2024 FireDaemon Technologies Limited -ShortDescription: Run any program, application, or script as a Microsoft Windows service 24/7. -Description: Run, schedule and monitor critical programs, applications and scripts to ensure uptime and resiliency. FireDaemon Pro allows your programs to be placed in a lightweight service container for fine-grained monitoring and control. With extensive options for time scheduling, operating system scheduling, life cycle management, preconditions, dependencies and security, FireDaemon Pro is your companion to help you secure mission-critical workloads on Microsoft Windows. It is also the only tool you need for Windows service management in general (single point of responsibility). -ReleaseNotesUrl: https://kb.firedaemon.com/support/solutions/articles/4000194049 -PurchaseUrl: https://www.firedaemon.com/pricing -Tags: -- services -- orchestration -- scheduling -- system-monitoring -- service-management -- management-tools -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.yaml deleted file mode 100644 index 23f9ecf4c9578..0000000000000 --- a/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: FireDaemon.FireDaemonPro -PackageVersion: 5.4.13 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.installer.yaml b/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.installer.yaml new file mode 100644 index 0000000000000..10bdb4f6fc057 --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.63.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fleetctl_v4.63.0_windows\fleetctl.exe + PortableCommandAlias: fleetctl +Commands: +- fleetctl +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fleetdm/fleet/releases/download/fleet-v4.63.0/fleetctl_v4.63.0_windows.zip + InstallerSha256: EE0E1C631C5B402EB861BF59E1DC132882111D809E62D113489AF55EC767D7DA +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.locale.en-US.yaml b/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.locale.en-US.yaml new file mode 100644 index 0000000000000..6cf0dfe3d1e80 --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.63.0 +PackageLocale: en-US +Publisher: Fleet Device Management Inc. +PublisherUrl: https://fleetdm.com/ +PublisherSupportUrl: https://github.com/fleetdm/fleet/issues +PrivacyUrl: https://fleetdm.com/legal/privacy +Author: Fleet Device Management Inc. +PackageName: fleetctl +PackageUrl: https://github.com/fleetdm/fleet +License: MIT +LicenseUrl: https://github.com/fleetdm/fleet/blob/HEAD/LICENSE +Copyright: Copyright (c) 2020-present Fleet Device Management Inc +ShortDescription: A command line interface (CLI) tool for managing Fleet from the command line. +Description: |- + fleetctl (pronounced "Fleet control") is a command line interface (CLI) tool for managing Fleet from the command line. fleetctl enables a GitOps workflow with Fleet. + fleetctl also provides a quick way to work with all the data exposed by Fleet without having to use the Fleet UI or work directly with the Fleet API. +Tags: +- fleet +ReleaseNotesUrl: https://github.com/fleetdm/fleet/releases/tag/fleet-v4.63.0 +PurchaseUrl: https://fleetdm.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://fleetdm.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.locale.zh-CN.yaml b/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da630ac1d4b6b --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.63.0 +PackageLocale: zh-CN +ShortDescription: 从命令行管理 Fleet 的命令行界面(CLI)工具。 +Description: |- + fleetctl(读作“Fleet control”)是一种命令行界面(CLI)工具,用于通过命令行管理 Fleet。 + fleetctl 还提供了一种快速方法来处理 Fleet 公开的所有数据,而无需使用 Fleet UI 或直接使用 Fleet API。 +ReleaseNotesUrl: https://github.com/fleetdm/fleet/releases/tag/fleet-v4.63.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://fleetdm.com/docs +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.yaml b/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.yaml new file mode 100644 index 0000000000000..f3c66927068fb --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.63.0/Fleet.fleetctl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.63.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.installer.yaml b/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.installer.yaml deleted file mode 100644 index c116f0aba5580..0000000000000 --- a/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: FlightGear.FlightGear -PackageVersion: 2020.3.18 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -ReleaseDate: 2023-03-21 -Installers: -- Architecture: x64 - InstallerUrl: https://download.flightgear.org/builds/2020.3/FlightGear-2020.3.18.exe - InstallerSha256: b22f8acf40b56978aa7832eb7fc0324d515f2404fc256f2b098b049b905e7b38 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.locale.en-US.yaml b/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.locale.en-US.yaml deleted file mode 100644 index 5e92e1bc8d75a..0000000000000 --- a/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: FlightGear.FlightGear -PackageVersion: 2020.3.18 -PackageLocale: en-US -Publisher: The FlightGear Team -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: FlightGear -PackageUrl: https://www.flightgear.org/ -License: GNU GPLv2 or later -LicenseUrl: http://wiki.flightgear.org/GNU_General_Public_License -# Copyright: -# CopyrightUrl: -ShortDescription: FlightGear is an open-source flight simulator. -# Description: -Moniker: flightgear -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.yaml b/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.yaml deleted file mode 100644 index 4c0c75c938b0a..0000000000000 --- a/manifests/f/FlightGear/FlightGear/2020.3.18/FlightGear.FlightGear.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: FlightGear.FlightGear -PackageVersion: 2020.3.18 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.installer.yaml b/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.installer.yaml deleted file mode 100644 index e13cd1f6f485c..0000000000000 --- a/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Floweb.Floweb -PackageVersion: 1.4.6 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ProductCode: Floweb -ReleaseDate: 2025-01-08 -Installers: -- Architecture: x64 - InstallerUrl: https://download.once.work/Floweb_latest_x64-setup.exe - InstallerSha256: 53CD6D272CBE4755CA09B4E94C3B5AB18DCF36137CAF92842AC755F1391B58C0 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.installer.yaml b/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.installer.yaml new file mode 100644 index 0000000000000..4ac7e37022a26 --- /dev/null +++ b/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Floweb.Floweb +PackageVersion: 1.4.7 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Floweb +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x64 + InstallerUrl: https://download.once.work/Floweb_latest_x64-setup.exe + InstallerSha256: D28F8ABD50126E3B00201710F784C8358E7766B07B6F7E70DBEAEBA9A2095483 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.locale.en-US.yaml b/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.locale.en-US.yaml similarity index 87% rename from manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.locale.en-US.yaml rename to manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.locale.en-US.yaml index a4de962f93b9a..3a113e7bd339c 100644 --- a/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.locale.en-US.yaml +++ b/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 1.4.6 +PackageVersion: 1.4.7 PackageLocale: en-US Publisher: floweb PublisherUrl: https://www.floweb.cn/en @@ -17,7 +17,7 @@ Tags: - internet - web - webpage -ReleaseNotes: "\U0001F31F Optimize some logic, fix small problems." +ReleaseNotes: "\U0001F31F Add dark mode page exception problem, optimize some logic." PurchaseUrl: https://www.floweb.cn/en ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.locale.zh-CN.yaml b/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.locale.zh-CN.yaml similarity index 86% rename from manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.locale.zh-CN.yaml rename to manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.locale.zh-CN.yaml index b2eb9c3d5c768..09c1fc7eeadfd 100644 --- a/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.locale.zh-CN.yaml +++ b/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 1.4.6 +PackageVersion: 1.4.7 PackageLocale: zh-CN Publisher: floweb PublisherUrl: https://www.floweb.cn/ @@ -16,7 +16,7 @@ Tags: - 互联网 - 浏览器 - 网页 -ReleaseNotes: "\U0001F31F 优化部分逻辑,修复小问题。" +ReleaseNotes: "\U0001F31F 新增暗黑模式页面异常问题,优化部分逻辑。" PurchaseUrl: https://www.floweb.cn/ ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.yaml b/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.yaml similarity index 88% rename from manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.yaml rename to manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.yaml index 681fe35bc9ec9..ecc45f97a0934 100644 --- a/manifests/f/Floweb/Floweb/1.4.6/Floweb.Floweb.yaml +++ b/manifests/f/Floweb/Floweb/1.4.7/Floweb.Floweb.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 1.4.6 +PackageVersion: 1.4.7 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..e204fc05e3ae5 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.72 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.72/flyctl_0.3.72_Windows_x86_64.zip + InstallerSha256: 7382C5349FAB91F5548C5E487583A5533056F1A8CDB0C99FBE20FFD789DF9156 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.72/flyctl_0.3.72_Windows_arm64.zip + InstallerSha256: 1C036FF0E71989B54B018323583ED84CF3425721D492B14F6D320BE750B3B344 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..9a92d5d85a35d --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.72 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - c0a61b8d4 Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#4197) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.72 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..10af1f7b8f066 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.72 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..e749b30c7eeed --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.72/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..c826e8e581335 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.73 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.73/flyctl_0.3.73_Windows_x86_64.zip + InstallerSha256: BB516C09988E7BC5F8230BA89E14F37AE8A518BE66509D6DDC8B119FA4022BEC +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.73/flyctl_0.3.73_Windows_arm64.zip + InstallerSha256: 07DF1D0CAED5DF318CC1626EB22BB432A0EC59E4A7EC03CBC5A39C8C38509280 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..eefadd53829ae --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.73 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 9634890 Bump github.com/Khan/genqlient from 0.7.1-0.20240819060157-4466fc10e4f3 to 0.8.0 (#4202) + - 65c5656 Remove deprecated Supabase create (#4200) + - 74f80ea remove debug statement (#4198) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.73 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..ac71880b17eea --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.73 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..831f037ce93ee --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.73/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.73 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..46ba10c763c4d --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.75 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.75/flyctl_0.3.75_Windows_x86_64.zip + InstallerSha256: 6473667CCDD067CC61EC52C9934CBFE3D3FB5AD019637624D50FF36DB7BE500A +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.75/flyctl_0.3.75_Windows_arm64.zip + InstallerSha256: 8161D457F6E14E1B592FC74BF3D747E1E87DCC27C02BC03E77EEDA7E5CD3CC69 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..7ec4096fed19f --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.75 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 1bae612 Bump the aws-sdk group across 1 directory with 3 updates (#4206) + - 2e9d197 Bump the golangx group with 6 updates (#4205) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.75 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..c5330ddf45572 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.75 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..d31d3e49cf8c1 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.75/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.75 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.installer.yaml b/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.installer.yaml new file mode 100644 index 0000000000000..87fee41674802 --- /dev/null +++ b/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: FlyByWireSimulations.FlyByWireInstaller +PackageVersion: 3.4.3 +InstallerType: nullsoft +Installers: +- Architecture: neutral + InstallerUrl: https://flybywirecdn.com/installer/release/FlyByWire_Installer_Setup.exe + InstallerSha256: C1D16AE5CAF08B45988D7E55776F4C1DFE7654F084EAB338E94B997B4DC6E1D1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.locale.en-US.yaml b/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.locale.en-US.yaml new file mode 100644 index 0000000000000..0cf5aaf6d4729 --- /dev/null +++ b/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: FlyByWireSimulations.FlyByWireInstaller +PackageVersion: 3.4.3 +PackageLocale: en-US +Publisher: FlyByWire Simulations +PackageName: FlyByWire Installer +License: GPL-3.0 License +Copyright: Copyright © 2024 FlyByWire Simulations +ShortDescription: Desktop application to install and customize FlyByWire addons +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.yaml b/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.yaml new file mode 100644 index 0000000000000..6097e586f5d25 --- /dev/null +++ b/manifests/f/FlyByWireSimulations/FlyByWireInstaller/3.4.3/FlyByWireSimulations.FlyByWireInstaller.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: FlyByWireSimulations.FlyByWireInstaller +PackageVersion: 3.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.installer.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.installer.yaml new file mode 100644 index 0000000000000..b2b715237a1c2 --- /dev/null +++ b/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: FoldingAtHome.FoldingAtHome +PackageVersion: 8.4.9 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: FAHClient +ReleaseDate: 2020-10-23 +AppsAndFeaturesEntries: +- DisplayName: Folding@home + Publisher: Folding@home.org + DisplayVersion: 7.6.21 + ProductCode: FAHClient +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\FAHClient' +Installers: +- Architecture: x86 + InstallerUrl: https://download.foldingathome.org/releases/v7/public/fah-installer/windows-10-32bit/release/fah-installer_7.6.21_x86.exe + InstallerSha256: 5FA372861D3219F71E836D37A78174E27AD4F54CE75C13AAD548B5D6A92154B0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.locale.en-US.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.locale.en-US.yaml new file mode 100644 index 0000000000000..c2be6a324ef65 --- /dev/null +++ b/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: FoldingAtHome.FoldingAtHome +PackageVersion: 8.4.9 +PackageLocale: en-US +Publisher: foldingathome.org +PublisherUrl: https://foldingathome.org/ +Author: Joseph Coffland +PackageName: FAHClient +PackageUrl: https://foldingathome.org/start-folding/ +License: Proprietary +LicenseUrl: https://foldingathome.org/support/faq/opensource/ +Copyright: Copyright (c) 2001-2020 foldingathome.org. All Rights Reserved. +ShortDescription: Folding@home is a distributed computing project that studies protein folding and misfolding. +Moniker: foldingathome +Tags: +- citizen-science +- distributed-computing +- protein-folding +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.yaml b/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.yaml new file mode 100644 index 0000000000000..8264daddffcda --- /dev/null +++ b/manifests/f/FoldingAtHome/FoldingAtHome/8.4.9/FoldingAtHome.FoldingAtHome.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: FoldingAtHome.FoldingAtHome +PackageVersion: 8.4.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/Foxit/PhantomPDF/CN/13.1.5.23566/Foxit.PhantomPDF.CN.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/CN/13.1.5.23566/Foxit.PhantomPDF.CN.locale.en-US.yaml index 3ec13f396742b..751f8ee1c7875 100644 --- a/manifests/f/Foxit/PhantomPDF/CN/13.1.5.23566/Foxit.PhantomPDF.CN.locale.en-US.yaml +++ b/manifests/f/Foxit/PhantomPDF/CN/13.1.5.23566/Foxit.PhantomPDF.CN.locale.en-US.yaml @@ -27,9 +27,6 @@ Tags: - read - reader - viewer -ReleaseNotes: |- - 福昕高级 PDF 编辑器 13.1.5 的问题修复列表: - - 修复了若干安全和稳定性问题。点击此处了解更多。 ReleaseNotesUrl: https://www.foxitsoftware.cn/pdf-editor/version-history.html PurchaseUrl: https://appstore.foxitsoftware.cn/ Documentations: diff --git a/manifests/f/Foxit/PhantomPDF/CN/13.1.5.23566/Foxit.PhantomPDF.CN.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/CN/13.1.5.23566/Foxit.PhantomPDF.CN.locale.zh-CN.yaml index f531840a01ddd..6a23ffe16d89e 100644 --- a/manifests/f/Foxit/PhantomPDF/CN/13.1.5.23566/Foxit.PhantomPDF.CN.locale.zh-CN.yaml +++ b/manifests/f/Foxit/PhantomPDF/CN/13.1.5.23566/Foxit.PhantomPDF.CN.locale.zh-CN.yaml @@ -26,6 +26,9 @@ Tags: - 转换 - 阅读 - 阅读器 +ReleaseNotes: |- + 福昕高级 PDF 编辑器 13.1.5 的问题修复列表: + - 修复了若干安全和稳定性问题。点击此处了解更多。 ReleaseNotesUrl: https://www.foxitsoftware.cn/pdf-editor/version-history.html PurchaseUrl: https://appstore.foxitsoftware.cn/ Documentations: diff --git a/manifests/f/Foxit/PhantomPDF/CN/13.1.6.23570/Foxit.PhantomPDF.CN.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/CN/13.1.6.23570/Foxit.PhantomPDF.CN.locale.en-US.yaml index b6e15c694c5b6..ab8bcd7c32ae9 100644 --- a/manifests/f/Foxit/PhantomPDF/CN/13.1.6.23570/Foxit.PhantomPDF.CN.locale.en-US.yaml +++ b/manifests/f/Foxit/PhantomPDF/CN/13.1.6.23570/Foxit.PhantomPDF.CN.locale.en-US.yaml @@ -27,10 +27,6 @@ Tags: - read - reader - viewer -ReleaseNotes: |- - 发布时间:2025 年 01 月 22 日 - 福昕高级 PDF 编辑器 13.1.6 的问题修复列表: - - 修复了若干稳定性问题。 ReleaseNotesUrl: https://www.foxitsoftware.cn/pdf-editor/version-history.html PurchaseUrl: https://appstore.foxitsoftware.cn/ Documentations: diff --git a/manifests/f/Foxit/PhantomPDF/CN/13.1.6.23570/Foxit.PhantomPDF.CN.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/CN/13.1.6.23570/Foxit.PhantomPDF.CN.locale.zh-CN.yaml index 44dc715035718..54d07a326a03e 100644 --- a/manifests/f/Foxit/PhantomPDF/CN/13.1.6.23570/Foxit.PhantomPDF.CN.locale.zh-CN.yaml +++ b/manifests/f/Foxit/PhantomPDF/CN/13.1.6.23570/Foxit.PhantomPDF.CN.locale.zh-CN.yaml @@ -26,6 +26,10 @@ Tags: - 转换 - 阅读 - 阅读器 +ReleaseNotes: |- + 发布时间:2025 年 01 月 22 日 + 福昕高级 PDF 编辑器 13.1.6 的问题修复列表: + - 修复了若干稳定性问题。 ReleaseNotesUrl: https://www.foxitsoftware.cn/pdf-editor/version-history.html PurchaseUrl: https://appstore.foxitsoftware.cn/ Documentations: diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.0.27683/Foxit.PhantomPDF.Subscription.CN.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.0.27683/Foxit.PhantomPDF.Subscription.CN.locale.en-US.yaml index a1ea85a68ec4a..4dbaa7cf5ba78 100644 --- a/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.0.27683/Foxit.PhantomPDF.Subscription.CN.locale.en-US.yaml +++ b/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.0.27683/Foxit.PhantomPDF.Subscription.CN.locale.en-US.yaml @@ -27,24 +27,6 @@ Tags: - read - reader - viewer -ReleaseNotes: |- - 福昕高级 PDF 编辑器 2024.4 的新功能和增强功能列表: - - 集成了 AI 助手以帮助用户提高文档工作效率。 - - AI 聊天机器人 – 使用自然语言处理(NLP),实时为用户提供详细的解答。 - - 基于文档的对话 – 分析文档并根据 PDF 文档内容回答用户问题。同时针对基于图像的文档,支持在分析文件前提示对文件进行 OCR 处理;针对含附件的文档提供更多高级选项,以支持分析指定附件。 - - 总结文本/总结文档 – 根据给定的文本或文档生成简洁准确的摘要。它通过自然语言处理和机器学习算法分析文本的内容,并将最重要的信息提取到摘要中。 - - 提高写作 – 利用机器学习来自动改述或重写文本,同时又不改变其原始含义。该服务旨在帮助用户从现有文本生成新的文本内容,无论是内容营销、搜索引擎优化等应用,还是只是为了提高写作的清晰度和可读性的目的,用户都可以充分利用这项服务。 - - 翻译文本/翻译文档 – 将所选文本或整份文档翻译成目标语言。 - - 拼写和语法 – 自动检查和纠正拼写和语法错误。 - - 定义并阐明文本 – 提供准确的文本释义和定义。 - - 支持保存或导入 XMP 元数据文档,使得在不同文档之间共享元数据更加容易。 - - 支持自定义每个骑缝章覆盖的页面范围。 - - 允许最终用户在不需要管理员权限的情况下升级福昕高级 PDF 编辑器。 - - 允许企业管理员使用 GPO 模板或福昕自定义向导设置域名白名单或黑名单,以限制来自特定域的具有特定电子邮件地址的最终用户登录应用程序。 - - 提升了翻译助手功能。 - - 改进其他功能的用户体验。 - 福昕高级 PDF 编辑器 2024.4 的问题修复列表: - - 修复了若干安全和稳定性问题。点击此处了解更多。 ReleaseNotesUrl: https://www.foxitsoftware.cn/pdf-editor/version-history.html PurchaseUrl: https://appstore.foxitsoftware.cn/ Documentations: diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.0.27683/Foxit.PhantomPDF.Subscription.CN.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.0.27683/Foxit.PhantomPDF.Subscription.CN.locale.zh-CN.yaml index 347308c599f9f..7c54170bdf853 100644 --- a/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.0.27683/Foxit.PhantomPDF.Subscription.CN.locale.zh-CN.yaml +++ b/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.0.27683/Foxit.PhantomPDF.Subscription.CN.locale.zh-CN.yaml @@ -26,6 +26,24 @@ Tags: - 转换 - 阅读 - 阅读器 +ReleaseNotes: |- + 福昕高级 PDF 编辑器 2024.4 的新功能和增强功能列表: + - 集成了 AI 助手以帮助用户提高文档工作效率。 + - AI 聊天机器人 – 使用自然语言处理(NLP),实时为用户提供详细的解答。 + - 基于文档的对话 – 分析文档并根据 PDF 文档内容回答用户问题。同时针对基于图像的文档,支持在分析文件前提示对文件进行 OCR 处理;针对含附件的文档提供更多高级选项,以支持分析指定附件。 + - 总结文本/总结文档 – 根据给定的文本或文档生成简洁准确的摘要。它通过自然语言处理和机器学习算法分析文本的内容,并将最重要的信息提取到摘要中。 + - 提高写作 – 利用机器学习来自动改述或重写文本,同时又不改变其原始含义。该服务旨在帮助用户从现有文本生成新的文本内容,无论是内容营销、搜索引擎优化等应用,还是只是为了提高写作的清晰度和可读性的目的,用户都可以充分利用这项服务。 + - 翻译文本/翻译文档 – 将所选文本或整份文档翻译成目标语言。 + - 拼写和语法 – 自动检查和纠正拼写和语法错误。 + - 定义并阐明文本 – 提供准确的文本释义和定义。 + - 支持保存或导入 XMP 元数据文档,使得在不同文档之间共享元数据更加容易。 + - 支持自定义每个骑缝章覆盖的页面范围。 + - 允许最终用户在不需要管理员权限的情况下升级福昕高级 PDF 编辑器。 + - 允许企业管理员使用 GPO 模板或福昕自定义向导设置域名白名单或黑名单,以限制来自特定域的具有特定电子邮件地址的最终用户登录应用程序。 + - 提升了翻译助手功能。 + - 改进其他功能的用户体验。 + 福昕高级 PDF 编辑器 2024.4 的问题修复列表: + - 修复了若干安全和稳定性问题。点击此处了解更多。 ReleaseNotesUrl: https://www.foxitsoftware.cn/pdf-editor/version-history.html PurchaseUrl: https://appstore.foxitsoftware.cn/ Documentations: diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.1.27687/Foxit.PhantomPDF.Subscription.CN.locale.en-US.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.1.27687/Foxit.PhantomPDF.Subscription.CN.locale.en-US.yaml index 25018a7cb8971..8ae958e119e81 100644 --- a/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.1.27687/Foxit.PhantomPDF.Subscription.CN.locale.en-US.yaml +++ b/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.1.27687/Foxit.PhantomPDF.Subscription.CN.locale.en-US.yaml @@ -27,10 +27,6 @@ Tags: - read - reader - viewer -ReleaseNotes: |- - 发布时间:2025 年 01 月 22 日 - 福昕高级 PDF 编辑器 2024.4.1 的问题修复列表: - - 修复了若干稳定性问题。 ReleaseNotesUrl: https://www.foxitsoftware.cn/pdf-editor/version-history.html PurchaseUrl: https://appstore.foxitsoftware.cn/ Documentations: diff --git a/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.1.27687/Foxit.PhantomPDF.Subscription.CN.locale.zh-CN.yaml b/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.1.27687/Foxit.PhantomPDF.Subscription.CN.locale.zh-CN.yaml index a4e794526ca46..c829ad360d81a 100644 --- a/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.1.27687/Foxit.PhantomPDF.Subscription.CN.locale.zh-CN.yaml +++ b/manifests/f/Foxit/PhantomPDF/Subscription/CN/2024.4.1.27687/Foxit.PhantomPDF.Subscription.CN.locale.zh-CN.yaml @@ -26,6 +26,10 @@ Tags: - 转换 - 阅读 - 阅读器 +ReleaseNotes: |- + 发布时间:2025 年 01 月 22 日 + 福昕高级 PDF 编辑器 2024.4.1 的问题修复列表: + - 修复了若干稳定性问题。 ReleaseNotesUrl: https://www.foxitsoftware.cn/pdf-editor/version-history.html PurchaseUrl: https://appstore.foxitsoftware.cn/ Documentations: diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.installer.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.installer.yaml new file mode 100644 index 0000000000000..be02e8f2ca931 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.10.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{8779471C-9D28-4EB9-9678-073B24200215}' +ReleaseDate: 2025-02-04 +AppsAndFeaturesEntries: +- DisplayVersion: 1.10.0.2588 + UpgradeCode: '{843C9331-0610-4AB1-9CF9-5305C896FB5B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/OpenKneeboard/OpenKneeboard/releases/download/v1.10.0/OpenKneeboard-v1.10.0.msi + InstallerSha256: 04D8BBDCEA20C9A9C703D8BD26109DE69CDDC392E89AC1009ED661EED6B41195 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.locale.en-US.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.locale.en-US.yaml new file mode 100644 index 0000000000000..5f759270830dc --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.10.0 +PackageLocale: en-US +Publisher: Fred Emmott +PublisherUrl: https://openkneeboard.com/ +PublisherSupportUrl: https://github.com/OpenKneeboard/OpenKneeboard/issues +PackageName: OpenKneeboard +PackageUrl: https://github.com/OpenKneeboard/OpenKneeboard +License: GPLv2 with exception for Windows App SDK +LicenseUrl: https://github.com/OpenKneeboard/OpenKneeboard/blob/HEAD/LICENSE +ShortDescription: A tool for notes and reference information in flight simulators (VR and non-VR) +Tags: +- dcs +- dcs-world +- kneeboard +- msfs +- msfs-2020 +- openxr +- openxr-layer +- openxr-layers +- virtual-reality +ReleaseNotes: |- + Before installing: this might not be the latest release - you can always get the latest release here + Start by downloading OpenKneeboard-v1.10.0.msi; the documentation is on OpenKneeboard.com.Changes since the previous stable release (v1.8.14) are listed below; there is a separate list of changes since the previous testing release (v1.9.14).New Features + - ✨ Web dashboards now use Chromium Embedded Framework (CEF) instead of WebView2 (Chromium-based Edge); this improves performance and reliability, and fixes many mouse/tablet-input bugs. + - ✨ Added support for 32-bit OpenXR applications, e.g. OpenRBRVR + - ✨ Legacy Oculus SDK (OVR) support now also supports Virtual Desktop; using OpenXR instead is still recommended where possible + - ✨ New web dashboard tabs will automatically have their tab name set to the web page title + - ✨ The default aspect ratio for various tab types has been changed to 5:8 to match common graphics tablets + - ✨ When you upgrade OpenKneeboard, a backup of your settings is now made in %LOCALAPPDATA%\OpenKneeboard Backups + - ✨ 'Single file' and folder tabs now support HTML files + - ✨ Re-introduced support for webp. OpenKneeboard will now detect when Microsoft's WebP support violates standard behavior, and avoid doing anything else until it has finished and standard behavior resumes; this is usually < 1 ms. + - 🧪 Added experimental support for plugins; plugins can add entries to the 'Add Tab' menu, and integrate more throughly with OpenKneeboard. Removal and listing of plugins is not yet supported. + - 🧑‍💻 "Developer tools" is now an option in the in-app toolbar for web dashboards and plugins + - 🧑‍💻 Web pages can now choose to support multiple pages, or drawing-on-top; see developer documentation + - 🧑‍💻 Added JavaScript OpenKneeboard.GetGraphicsTabletInfo() API + Major changes + - 🚚 Settings are now located in %LOCALAPPDATA%\OpenKneeboard + - 🔥 'Always update swapchain' option has been removed, and is now always on. This commonly triggered bugs in other OpenXR components, and while it marginally improved performance, it reduced the predictability of frame times and increased the amount of testing required + - 🔥 Removed 'run as normal user' option; changes included in Windows Update broke this functionality + - 🔥 Removed support for OVR+D3D12 + - 🧑‍💻 OpenKneeboard no longer adds the OpenKneeboard and OpenKneeboard_WebView2 CSS classes to Web Dashboard tags, to avoid compatibility issues with frameworks that require complete ownership of the DOM. + Other Changes + - 🐛 Rewritten texture copying to avoid dark borders leaking into content + - 🐛 Fixed crash when resetting VR configuration to defaults when there is no legacy configuration + - 🐛 Fixed several crash bugs that could be triggered by switching profiles + - 🐛 DirectInput: fixed intermittent crash when DirectInput controllers are unplugged + - 🐛 Fixed crash if Windows returns an error when checking if the DCS saved games folder exists; this is usually caused by improperly relocating the 'saved games' folder, e.g. by using NTFS junctions + - 🐛 Stopped the app becoming unresponsive for a ridiculously long time (multiple minutes) if a window capture tab can't find a matching window + - 🐛 Fixed crash when changing window capture tab settings + - 🐛 Renaming a tab now instantly affects the left navigation bar in the OpenKneeboard app + - 🐛 Fixed various crashes when closing OpenKneeboard immediately after starting it (before OpenKneeboard's frame loop starts) + - 🐛 Window capture tabs: fixed potential crash when switching profiles immediately after a matching window is created + - 🐛 Window capture tab: fixed crash if window capture tabs are present and a new window is created while a profile change is in progress + - 🩹 OVR+D3D11: OpenKneeboard will no longer crash the game if submitting the texture fails; however, most games will crash in this situation regardless. This is usually caused by configuring OpenKneeboard to use OVR+D3D11 for a game that uses OVR+D3D12 + - 🩹 Window capture tab: consistently show 'No pages' message when no matching window, instead of 'width or hegiht is 0' + - 🩹 OpenXR conformance: return XR_ERROR_LIMIT_REACHED instead of XR_ERROR_RUNTIME_FAILURE if an XrSession is created while another is still active + - 🩹 OpenXR conformance: return XR_ERROR_FUNCTION_NOT_SUPPORTED for Vulkan functions if the application has not enabled the relevant extensions + - 🩹 OpenXR conformance: improved conformance of xrEnumerateApiLayerProperties and xrEnumerateInstanceExtensionProperties + - ⚡ Window capture tabs: reduce time for capture to start after a matching window is opened + - 🔨 symbolize-traces.exe now takes an optional --pdb-path parameter + - 🔨 symbolize-traces.exe now handles frames with an invalid offset; this probably means the wrong PDB files are being used + - 🔨 symbolize-traces.exe now looks up symbols for the 'Blame frame' in an OpenKneeboard crash log + - 🔨 Crash logs and dumps are now much more likely to be useful + - 🔨 In situation where OpenKneeboard would either subtly misbehave, or cause a delayed crash without useful information, OpenKneeboard is now more likely to crash immediately, with information that is useful for debugging. This has led to many of the bugfixes in v1.10 +ReleaseNotesUrl: https://github.com/OpenKneeboard/OpenKneeboard/releases/tag/v1.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.yaml new file mode 100644 index 0000000000000..208697d31d31c --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.10.0/FredEmmott.OpenKneeboard.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: FredEmmott.OpenKneeboard +PackageVersion: 1.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.installer.yaml b/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.installer.yaml new file mode 100644 index 0000000000000..c3e32a17a9a57 --- /dev/null +++ b/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: FujitsuClientComputingLimited.DeskUpdate +PackageVersion: 5.2.75.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: DeskUpdate_is1 +AppsAndFeaturesEntries: +- ProductCode: DeskUpdate_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Fujitsu\DeskUpdate' +Installers: +- Architecture: x86 + InstallerUrl: https://webdownloads4.ts.fujitsu.com/download/FileDownload/fileDownload.aspx?SoftwareGUID=F3B75570-7BC3-48DD-8F87-D7EBBF8CBEA7&FileFolder=Downloadfiles&FileTypeExtension=EXE&FileNameClient=FTS_DeskUpdateSetup_5020075_1304142.EXE + InstallerSha256: DDD6883A041020B89909927155531E115441C337ACBC3CA126787EC250D36682 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.locale.en-US.yaml b/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.locale.en-US.yaml new file mode 100644 index 0000000000000..1ae8c8ffee27b --- /dev/null +++ b/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: FujitsuClientComputingLimited.DeskUpdate +PackageVersion: 5.2.75.0 +PackageLocale: en-US +Publisher: Fujitsu Client Computing Limited +PackageName: DeskUpdate +License: Proprietary +Copyright: Copyright © Fujitsu Client Computing Limited 2022 +ShortDescription: Fujitsu driver manager +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.yaml b/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.yaml new file mode 100644 index 0000000000000..b61fe2ca7e323 --- /dev/null +++ b/manifests/f/FujitsuClientComputingLimited/DeskUpdate/5.2.75.0/FujitsuClientComputingLimited.DeskUpdate.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: FujitsuClientComputingLimited.DeskUpdate +PackageVersion: 5.2.75.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..4e7d01e8a7ed6 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2502031308 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2502031308/WorkFlowy-Installer.exe + InstallerSha256: A374B503649399BA4761C3813C375F2DC855EACDBA8EB0687484C55E531EC547 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2502031308/WorkFlowy-Installer.exe + InstallerSha256: A374B503649399BA4761C3813C375F2DC855EACDBA8EB0687484C55E531EC547 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..3ad65989aefdb --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2502031308 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +Copyright: Copyright © 2024 WorkFlowy +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2502031308 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..01dd9e642a5a4 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2502031308 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +Copyright: Copyright © 2024 WorkFlowy +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.0.2502031308 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..9edbf0ff8ecdb --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2502031308/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.0.2502031308 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.installer.yaml b/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.installer.yaml new file mode 100644 index 0000000000000..0db4e49eefedb --- /dev/null +++ b/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: f4exb.sdrangel +PackageVersion: 7.22.6 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: SDRangel +ReleaseDate: 2025-02-02 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\SDRangel' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/f4exb/sdrangel/releases/download/v7.22.6/sdrangel-7.22.6-win64.exe + InstallerSha256: F85BCE018E77B1B5FA350CE7531CB73E05B72D24EDAB9F8CD2C458A5B60E0B72 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.locale.en-US.yaml b/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.locale.en-US.yaml new file mode 100644 index 0000000000000..b73f41305a5a1 --- /dev/null +++ b/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: f4exb.sdrangel +PackageVersion: 7.22.6 +PackageLocale: en-US +Publisher: f4exb +PublisherUrl: https://github.com/f4exb +PublisherSupportUrl: https://github.com/f4exb/sdrangel/issues +PackageName: SDRangel +PackageUrl: https://github.com/f4exb/sdrangel +License: GPL-3.0 +LicenseUrl: https://github.com/f4exb/sdrangel/blob/HEAD/LICENSE +ShortDescription: SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube +Tags: +- airspy +- airspyhf +- bladerf +- d-star +- dmr +- dpmr +- funcube-dongle +- hackrf +- limesdr +- plutosdr +- receiver +- rtl-sdr +- sdr +- sdrplay +- transmitter +- ysf +ReleaseNotes: |- + What's Changed + - DSC Demod: Add coast station names. by @srcejon in #2355 + - Fix audio modulators when channel sample rate is greater than audio sample rate by @srcejon in #2357 + - Fix Win32 plugin directory for Qt6 build by @srcejon in #2362 + - ADS-B: Fix OpenSky authentication to enable 4000 API calls per day. by @srcejon in #2363 + - Add GPIO support for USRP devices by @srcejon in #2365 + - right-click-enabler: Allow activation of the right click action by keyboard by @tyrylu in #2369 + - Added "All Colors Are Beautiful" colormap by @das-Iro in #2371 + - SID: Fix crash when loading data from .csv. by @srcejon in #2377 + - Radiosonde: Rate limit position updates to SondeHub. by @srcejon in #2379 + - Fix SSB Mod Morse keyer by @srcejon in #2380 + - Add --start command line option to start all devices and features. by @srcejon in #2381 + - Radiosonde: Add option to display predicted paths. by @srcejon in #2382 + - FileSink: Add minimum width constraint so widgets don't move around a… by @srcejon in #2383 + - Update Mac Github actions by @srcejon in #2385 + - Fix gcc warnings about warning options by @srcejon in #2386 + - Update snap to use UHD 4.7. by @srcejon in #2389 + New Contributors + - @tyrylu made their first contribution in #2369 + Full Changelog: v7.22.5...v7.22.6 +ReleaseNotesUrl: https://github.com/f4exb/sdrangel/releases/tag/v7.22.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/f4exb/sdrangel/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.yaml b/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.yaml new file mode 100644 index 0000000000000..efc84d47803f3 --- /dev/null +++ b/manifests/f/f4exb/sdrangel/7.22.6/f4exb.sdrangel.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: f4exb.sdrangel +PackageVersion: 7.22.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.installer.yaml index a5b0851a152c9..dcf23edbd45ed 100644 --- a/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 0.5.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v0.5.0/firefoxpwa-0.5.0-x86_64.msi @@ -16,4 +16,4 @@ Installers: InstallerSha256: 8908698F83877FE2B329525FEB7A16B0A2FC572CBE8F66B5135799A10ADC4331 ProductCode: '{09172F5C-2517-428D-B2A9-C84E6AEDD32D}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.locale.en-US.yaml index 619ebc24c82f4..9aaebdfc0e73f 100644 --- a/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 0.5.0 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.yaml index d885ff135f64b..3a271655920e1 100644 --- a/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/0.5.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 0.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.installer.yaml index 9f281abe6692e..252aa63b08c7e 100644 --- a/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.0.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.0.0/firefoxpwa-1.0.0-x86_64.msi @@ -16,4 +16,4 @@ Installers: InstallerSha256: 5FE67143163AF46E1BD98EB07DE4CA6B40B55E2F3FAF73CEF85EF9F1352BD05C ProductCode: '{99E8A3F9-77D3-481B-A9A2-6A6C4F02EF4D}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.locale.en-US.yaml index c4a1c6c8cd308..aab4261fdf804 100644 --- a/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.0.0 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.yaml index da998dfe81f0a..5040dfdf28a71 100644 --- a/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.0.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.installer.yaml index c74cb68aaba3a..24aeb5302ef64 100644 --- a/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.1.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.1.0/firefoxpwa-1.1.0-x86_64.msi @@ -16,4 +16,4 @@ Installers: InstallerSha256: 2B41719E0484A5FD93F782B78AED26F407862E33BCA28A68232DBFDDE8DD6CA2 ProductCode: '{8C76F9B9-6C57-4BDD-90D7-6211B451A85D}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.locale.en-US.yaml index adbd5cbd5dd08..ba8be7c978c28 100644 --- a/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.1.0 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.yaml index 5adb8d7466b70..4ad33fcaa711f 100644 --- a/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.1.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.installer.yaml index a9fd6b289dfd3..9c144ac3e30db 100644 --- a/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.1.1 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.1.1/firefoxpwa-1.1.1-x86_64.msi @@ -16,4 +16,4 @@ Installers: InstallerSha256: F4090BCA471866B26154B33DA066601FF1FB3D162B21F8E2277E8DF519EB9652 ProductCode: '{A52DBEE2-D4D5-4F97-9F48-6352F4A64906}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.locale.en-US.yaml index 5b7cf27be27e9..6ef1aadd1d754 100644 --- a/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.1.1 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.yaml index bdd6ccef3fbd6..c77b5e1a63f17 100644 --- a/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.1.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.installer.yaml index 9eb24c77ef832..9ff27b9138ad5 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.2.0/firefoxpwa-1.2.0-x86_64.msi @@ -16,4 +16,4 @@ Installers: InstallerSha256: 53F96683AECCEE822C3F5E0F6BE38A41AC4E364A38B6344A184878A503C95906 ProductCode: '{30A101B4-0128-4C05-809F-69606A42399E}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.locale.en-US.yaml index 2da86a1565892..80119f0955ab8 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.0 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.yaml index fcaaf0bca2987..46426f4600455 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.installer.yaml index 556c12918a72d..078ce32bb1df0 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.1 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.2.1/firefoxpwa-1.2.1-x86_64.msi @@ -16,4 +16,4 @@ Installers: InstallerSha256: 2E130C2CA2532F5F947337859B763F780F88273815F226ADE706ADD30DF538B2 ProductCode: '{3B6D9A6B-84B6-4330-A2CF-113FE791565A}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.locale.en-US.yaml index febd14b4db74e..26b8c96ff6e3d 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.1 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.yaml index 25ba046c05516..d220b56e6f3db 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.installer.yaml index 0af587ff3367e..bbae110c18320 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.2 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.2.2/firefoxpwa-1.2.2-x86_64.msi @@ -16,4 +16,4 @@ Installers: InstallerSha256: 29B4D4D4729D0C06E07C853837B29B7505D064BC7CE38E92779983F4BBA5E4B6 ProductCode: '{C9D2CCFF-972D-4081-944D-178B10425348}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.locale.en-US.yaml index 70e913cd34054..1b31a116f0325 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.2 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.yaml index 7037996218c66..8717d6d92cca0 100644 --- a/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.2.2/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.installer.yaml index 9ce659de4746b..d03b57540f919 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,18 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.0 +InstallerLocale: en-US +InstallerType: wix Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi +- Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.3.0/firefoxpwa-1.3.0-x86_64.msi InstallerSha256: 676885B9A65EC75854212CCB2F38CD95734B2D8E2C2DDD55DB855A1AC911FEE7 ProductCode: '{30E62FDF-F97B-48B1-AE95-35046C117CE0}' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi +- Architecture: x86 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.3.0/firefoxpwa-1.3.0-x86.msi InstallerSha256: 20B6CA8015E670526F5A072B0C7E7B0230EC80E21EECCE5FD5F053C3414F104F ProductCode: '{F79AE7D9-14A2-4F43-9344-4758F90B8B98}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.locale.en-US.yaml index a0538e5a60203..9f11c3a7d98d8 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.0 @@ -7,26 +7,31 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) -Description: >- +Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. - This project creates a custom modified Firefox runtime to allow websites to be installed as standalone apps and provides a console tool and browser extension to install, manage and use them. - This package contains only the native part of the FirefoxPWA project. You should also install the browser extension if you haven't already. You can download it from . Moniker: firefoxpwa Tags: - firefox -- progressive-web-app -- webapp -- web - foss - open-source +- progressive-web-app +- web +- webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.yaml index 7997b1c96f82d..b63c79c4c276c 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.0/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.3.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.installer.yaml index 17e7db4925efe..340da615e272c 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,18 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.1 +InstallerLocale: en-US +InstallerType: wix Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi +- Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.3.1/firefoxpwa-1.3.1-x86_64.msi InstallerSha256: 913D08405D6A1E03267156ADC22DF04A9CD8DF02D861C2B57B36FD1EB4888D1F ProductCode: '{5329A293-5628-43E6-BDE2-E98B09436602}' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi +- Architecture: x86 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.3.1/firefoxpwa-1.3.1-x86.msi InstallerSha256: 0092D0C469DC5085DA607287E6D8673C7D30FFB3E1BDF3034F93A22EA8ED6C05 ProductCode: '{6D300C55-DA7D-4C62-AF5E-088078ACC561}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.locale.en-US.yaml index 4577adfb0cf6f..725b0d89e9fe0 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.1 @@ -7,26 +7,31 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: FirefoxPWA PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) -Description: >- +Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. - This project creates a custom modified Firefox runtime to allow websites to be installed as standalone apps and provides a console tool and browser extension to install, manage and use them. - This package contains only the native part of the FirefoxPWA project. You should also install the browser extension if you haven't already. You can download it from . Moniker: firefoxpwa Tags: - firefox -- progressive-web-app -- webapp -- web - foss - open-source +- progressive-web-app +- web +- webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.yaml index 9047f13490b02..0444ed6bbf2bc 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.1/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.installer.yaml index 36df500b6f5de..e9e7e810796b4 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,18 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.2 +InstallerLocale: en-US +InstallerType: wix Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi +- Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.3.2/firefoxpwa-1.3.2-x86_64.msi InstallerSha256: C1394AB626C9E923507E4B5C45250B17C50E9511DEA8F88004E4381520EEEB8D ProductCode: '{38AE043F-4342-482B-9D27-1930FF9B0582}' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi +- Architecture: x86 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.3.2/firefoxpwa-1.3.2-x86.msi InstallerSha256: E8A0C0F22707DBA623137999B30EBB6E1E23DBCCFFC2D6212F26A5DA6381BD51 ProductCode: '{99E314D3-0A53-49F6-8D65-5AE8344B2E6E}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.locale.en-US.yaml index ff064c8adc996..575875c0a9f26 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.2 @@ -7,26 +7,31 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) -Description: >- +Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. - This project creates a custom modified Firefox runtime to allow websites to be installed as standalone apps and provides a console tool and browser extension to install, manage and use them. - This package contains only the native part of the FirefoxPWA project. You should also install the browser extension if you haven't already. You can download it from . Moniker: firefoxpwa Tags: - firefox -- progressive-web-app -- webapp -- web - foss - open-source +- progressive-web-app +- web +- webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.yaml index f414945fac6b8..5e275a1ca4ea2 100644 --- a/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.3.2/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.installer.yaml index f93defc08e4e1..7309a554606c9 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,18 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.0 +InstallerLocale: en-US +InstallerType: wix Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi +- Architecture: x64 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.4.0/firefoxpwa-1.4.0-x86_64.msi InstallerSha256: 20A0A8DBA6270B768BB95E02C1398FD6439B722101512B7B4041F9CFE5E4615E ProductCode: '{BD0E69F8-8A8C-4459-A86D-077C34547016}' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi +- Architecture: x86 InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v1.4.0/firefoxpwa-1.4.0-x86.msi InstallerSha256: 31598BD596EE10DBC9132FB98192BEB3C44F038C637ECB6086A0B745694BB665 ProductCode: '{7AFA193F-FE96-4FE5-8242-E890C546AE40}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.locale.en-US.yaml index 07cbe09e18183..3442ddd7bde6d 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.0 @@ -7,26 +7,31 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) -Description: >- +Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. - This project creates a custom modified Firefox runtime to allow websites to be installed as standalone apps and provides a console tool and browser extension to install, manage and use them. - This package contains only the native part of the FirefoxPWA project. You should also install the browser extension if you haven't already. You can download it from . Moniker: firefoxpwa Tags: - firefox -- progressive-web-app -- webapp -- web - foss - open-source +- progressive-web-app +- web +- webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.yaml index b4f1ee3a5a926..77ace3cfe6fa4 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.0/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.4.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.installer.yaml index 096db759af410..767dcb83bfcb7 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.1 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 438DC8F77398B9BE5410C7ECF9AF3F1D740B0AAE88FBDB393C185BD8EBB9B85E ProductCode: '{F510CCB7-BAB0-4773-9500-D5B13B18E25F}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.locale.en-US.yaml index 21213caee6e4d..cccff26b6e728 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.1 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v1.4.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.yaml index 8c006a7d7c66d..211c3564b5d77 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.installer.yaml index c5fa9c9e0231f..960259645425e 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.2 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 29588B938376CDFD657AFA8A2247468EFF36466FC7CEF50F0737C8AFABCE9198 ProductCode: '{C8B2FDAE-DDE1-4841-8DDE-BAE41C33FFB3}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.locale.en-US.yaml index e4a90a4766766..838bd36afb09d 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.2 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,8 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v1.4.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.yaml index 588cbd9f398cb..e1350de7fbaf8 100644 --- a/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/1.4.2/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 1.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.installer.yaml index c1055ff5d3ab3..aed2d6d79bae0 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.1 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.0.1/firefoxpwa-2.0.1-x86.msi InstallerSha256: 5F5CCDC1A9F4D84CC2A369408074AD51B4E487427BDBD2E58E3B5CE53B67A15A ProductCode: '{78DFF44F-C872-4FA0-9C9E-B9FFC21CE90A}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.0.1/firefoxpwa-2.0.1-x86_64.msi InstallerSha256: 4CA8F7FB836F5D9E6DFBF31C80844B42F0B71F5FB9EA4D0B2E5D9D968917533F ProductCode: '{B85F9156-C438-44FC-8AF6-0FC39F9C4D62}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.locale.en-US.yaml index 140c3d7d0eee5..7ca7fdc79d9f7 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.1 @@ -7,17 +7,18 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) -Description: >- +Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. - This project creates a custom modified Firefox runtime to allow websites to be installed as standalone apps and provides a console tool and browser extension to install, manage and use them. - This package contains only the native part of the FirefoxPWA project. You should also install the browser extension if you haven't already. You can download it from . Moniker: firefoxpwa Tags: @@ -27,6 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.yaml index 245c0c6b6c333..889ef60b08a71 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.1/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.installer.yaml index 9599d6f61ce97..c2006227dbbb9 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.2 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 2C193D40ADA08C3427F6DFEE66B4B480FAE3E9BD08DBE5C807B250BDBB255C9E ProductCode: '{3A890E6B-7D0C-414B-9D1F-B2F4D78E25A5}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.locale.en-US.yaml index 93961c2e6cdf9..63b4355852bf5 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.2 @@ -7,14 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki -# PrivacyUrl: +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -28,11 +28,10 @@ Tags: - progressive-web-app - web - webapp -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.0.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.yaml index ae9129c9eb2e0..312c080c71606 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.2/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.installer.yaml index b798861df1e4a..d31f8da538873 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.3 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.0.3/firefoxpwa-2.0.3-x86.msi InstallerSha256: CFA4B0641C936872997D36A6051E44F8AC71052E7F9D41C06F70303E6FD2CBAC ProductCode: '{7FC9925C-E8DD-4E95-9748-FD6FDDCDDEDB}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.0.3/firefoxpwa-2.0.3-x86_64.msi InstallerSha256: F32E80709AA0399359150B6EA5C05B133915AD104F2610FCE539E9306151482C ProductCode: '{A67005D8-2FC4-4C02-8B69-A63EF335FE5D}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.locale.en-US.yaml index 0690b5f239edc..00bcb7da1f7ac 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.3 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,6 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.yaml index 2495125c8c413..985322d136578 100644 --- a/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.0.3/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.installer.yaml index 17fde4b73de3c..7b3a0513017fd 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.1.0/firefoxpwa-2.1.0-x86.msi InstallerSha256: B4FC5E564AE8F5C776D52666DE0BB01EDCE2C069AADCD168D3866E74A00E5FDD ProductCode: '{6E3AF850-8E15-4B7B-965D-3E0F962CFDCF}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.1.0/firefoxpwa-2.1.0-x86_64.msi InstallerSha256: 012D5F45DAAFFA9F7FAB72C9AEDEC2A1D11C3A0EF3CF96C479903E3E0660F9C4 ProductCode: '{BA241CF6-D21A-4D57-8DE0-41637D760382}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.locale.en-US.yaml index a8bbad8f5ae35..df0a465e1502c 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,6 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.yaml index 4ff13c1265551..558e709dea340 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.0/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.installer.yaml index 498986f4e8852..1310b20f5b7ca 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.1 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.1.1/firefoxpwa-2.1.1-x86.msi InstallerSha256: 92190B39FBBBE270B6E35D33A55F637FD899590A2560EC3A271C103FB610C495 ProductCode: '{F6E64856-5558-4142-B0BF-8BE1CC39F9B8}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.1.1/firefoxpwa-2.1.1-x86_64.msi InstallerSha256: AE75EB175335EFED8C1125BD819A99CF704A61F125C9325C528F2E2FE1D84BB1 ProductCode: '{8CED429A-3D9D-4738-8E18-D80BF648FB17}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.locale.en-US.yaml index 2b6fd2bf995c2..f936e695597df 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,6 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.yaml index a656e223cd9d6..6a2e9643138fd 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.1/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.installer.yaml index 3cc8c26a6ff64..bc3b64127aa83 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.2 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.1.2/firefoxpwa-2.1.2-x86.msi InstallerSha256: E0EE7485B817D0A0AAB39B993B7364962BE5BF1F7340E54482C0BF88B43A4DB5 ProductCode: '{423F04C3-AD63-4E1F-A8B5-0E7962A8DC1C}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.1.2/firefoxpwa-2.1.2-x86_64.msi InstallerSha256: FF7FFC9CE002A8F36BFBE98C9B3654E70DC93BD9BA97DE68003AC2B1ABFB701B ProductCode: '{F97F78FE-5449-4FFF-952C-6C3D2AFA0738}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.locale.en-US.yaml index 57dad0a81cbd0..382d39d24c85f 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.2 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,6 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.yaml index a8606779a202d..84f2c8178acaa 100644 --- a/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.1.2/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.installer.yaml index eb92032e23277..e1dcc97f51eb2 100644 --- a/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.10.1 @@ -25,4 +25,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{66C772DD-C1E9-4457-AFC1-446248A77834}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.locale.en-US.yaml index 208646364fc53..2896419d25351 100644 --- a/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.10.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.yaml index ae4b6aadc575f..9ab4bfaf4e7c1 100644 --- a/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.10.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.installer.yaml index 0a51ebba1620f..f856ed6937b10 100644 --- a/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.11.0 @@ -25,4 +25,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{618477F4-6E0B-4692-8B20-F08AA839CF38}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.locale.en-US.yaml index 5485afd819bd3..2704c05eaddf9 100644 --- a/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.11.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.yaml index 29a243009935c..a92f67455a3c1 100644 --- a/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.11.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.installer.yaml index a4169d0bd032e..57c37276016bf 100644 --- a/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.11.1 @@ -25,4 +25,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{5048E4E9-1B21-44C7-8D0A-0720A3817237}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.locale.en-US.yaml index c61d0596598a1..fea9f3b084995 100644 --- a/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.11.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.yaml index 2d83995a4e04e..e72bcb541ab38 100644 --- a/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.11.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.11.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.installer.yaml index afe8613daa46a..f81f50034710b 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.0 @@ -25,4 +25,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{68A74086-B29D-4FD9-AB25-7E8215545C41}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.locale.en-US.yaml index 0618c3785be7e..be776fad2c0c2 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.yaml index f088378a8a2fa..f17ef049d34dd 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.installer.yaml index 64d5f57240be0..9a404f6d3c3fc 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.1 @@ -25,4 +25,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{90FEB262-3B70-4AA9-8279-5019D2411F61}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.locale.en-US.yaml index c2c8cf24adb91..eaa5713839ec1 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.yaml index b2676a449329e..6cae0e7a1ea8c 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.installer.yaml index cf281f248095e..a6317e1da16f5 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.2 InstallerLocale: en-US InstallerType: wix Scope: machine +ReleaseDate: 2024-09-07 AppsAndFeaturesEntries: - UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' ElevationRequirement: elevatesSelf @@ -25,5 +26,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{226AFDF1-0DD4-4ACE-A78A-B595BA0ED88B}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-09-07 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.locale.en-US.yaml index df28ee7432215..113b839d2d32d 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.2 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,9 +31,12 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.2 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.yaml index c7f584fd8d2ff..4ee83c23f200d 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.2/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.installer.yaml index f8f244e6b554c..7707e48cf7f8a 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.3 InstallerLocale: en-US InstallerType: wix Scope: machine +ReleaseDate: 2024-09-09 AppsAndFeaturesEntries: - UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' ElevationRequirement: elevatesSelf @@ -25,5 +26,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{08526EE6-232A-4C58-BD30-04ECAD209F25}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-09-09 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.locale.en-US.yaml index 81693cab84566..f033aeb4b608f 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.3 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,9 +31,12 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.3 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.yaml index a5467b62f5fd8..af417e3026fcf 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.3/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.installer.yaml index 5724f7cbe676f..602d28963e250 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.4 InstallerLocale: en-US InstallerType: wix Scope: machine +ReleaseDate: 2024-09-15 AppsAndFeaturesEntries: - UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' ElevationRequirement: elevatesSelf @@ -25,5 +26,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{3469E18E-FEBE-4FE9-8349-D10C4785C008}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-09-15 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.locale.en-US.yaml index f31aff954c2b5..974e217a2d28c 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.4 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,9 +31,12 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.4 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.yaml index 0022a71edc857..7efe3f6b7ff8b 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.4/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.installer.yaml index 9fe2962650cfa..af181cb9245cf 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.5 InstallerLocale: en-US InstallerType: wix Scope: machine +ReleaseDate: 2024-09-26 AppsAndFeaturesEntries: - UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' ElevationRequirement: elevatesSelf @@ -25,5 +26,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{445F9381-EB68-479C-B474-60D9A14265A6}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-09-26 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.locale.en-US.yaml index bd403f9ad2387..0c7a6f0d15a55 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.5 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,9 +31,12 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.5 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.yaml index 3861a90735c75..cfdca778a93da 100644 --- a/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.12.5/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.12.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.installer.yaml index aa0c79e166c4d..f15222708b8ef 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.installer.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.13.1 InstallerLocale: en-US InstallerType: wix Scope: machine +ReleaseDate: 2024-11-06 AppsAndFeaturesEntries: - UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' ElevationRequirement: elevatesSelf @@ -25,5 +26,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{3A8CE6C3-FD5F-4C54-ABC6-28FDB77B9F53}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-06 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.locale.en-US.yaml index 346680c898e78..c01e64203cc5b 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.13.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,9 +31,12 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.13.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.yaml index fba154761f11a..e04b2cf7026d2 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.13.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.installer.yaml index cbcd408ec550f..e0d367de6c85f 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA @@ -6,6 +6,7 @@ PackageVersion: 2.13.2 InstallerLocale: en-US InstallerType: wix Scope: machine +ReleaseDate: 2024-12-29 AppsAndFeaturesEntries: - UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' ElevationRequirement: elevatesSelf @@ -26,4 +27,3 @@ Installers: ProductCode: '{66199D2F-9E98-4A83-B3D9-0F0040C10084}' ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-29 diff --git a/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.locale.en-US.yaml index f6ad14edf4b3e..50129821300e5 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,7 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.13.2 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki diff --git a/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.yaml index 2f4621796391b..cc33d4d4bf7f6 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.2/filips.FirefoxPWA.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.3.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA diff --git a/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.installer.yaml index f172470d90672..5c79aafefeba4 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.4.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA @@ -6,6 +6,7 @@ PackageVersion: 2.13.3 InstallerLocale: en-US InstallerType: wix Scope: machine +ReleaseDate: 2025-01-15 AppsAndFeaturesEntries: - UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' ElevationRequirement: elevatesSelf @@ -26,4 +27,3 @@ Installers: ProductCode: '{0E25AFB2-F2E6-4307-BFB5-5D546B4D8B26}' ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-15 diff --git a/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.locale.en-US.yaml index b2b9537f2b632..58be6b9682382 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.4.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,7 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.13.3 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki diff --git a/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.yaml index bb24b9dca4c53..57374d7bae82f 100644 --- a/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.13.3/filips.FirefoxPWA.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.4.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA diff --git a/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.installer.yaml index 4331479980118..115860f185c44 100644 --- a/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.2.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.2.0/firefoxpwa-2.2.0-x86.msi InstallerSha256: 3AC7B8B492C1759297396BA001B4CA78B6F490D0B34683235562D431BD8CC219 ProductCode: '{8443A396-7567-4511-9F1E-280775D3E5BC}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.2.0/firefoxpwa-2.2.0-x86_64.msi InstallerSha256: 053CFD90B647F1118CE5E83880C8B815B978B6D91CD064407328A4FFE36B78AA ProductCode: '{B1F8033D-B9A7-4E3C-B223-F3DC6ED084D0}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.locale.en-US.yaml index e64352940e97b..ba6c4f306037d 100644 --- a/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.2.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,6 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.yaml index df4251623f21e..c29e5d97bf560 100644 --- a/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.2.0/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.installer.yaml index 8f5b1febae423..bf9dabb4c019f 100644 --- a/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.3.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.3.0/firefoxpwa-2.3.0-x86.msi InstallerSha256: 96B0FD9D7497FD8BAC499E3EEA6D66DD512F187DF40D62912226D06947C72323 ProductCode: '{1EC9D37C-5936-4B4B-857C-6B3471461033}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.3.0/firefoxpwa-2.3.0-x86_64.msi InstallerSha256: 57083236D2C1BC91A8B78069CFC8F645EFE67B9D1B4A24FAC34DD24842954433 ProductCode: '{9B9415A4-1C74-49B8-AA55-BF24B10BCB2E}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.locale.en-US.yaml index d23af1cbb157d..b3196d1b38c91 100644 --- a/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.3.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,6 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.yaml index 8f97e61e3ee5e..b8f3107a218af 100644 --- a/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.3.0/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.installer.yaml index aac2121ed8a5a..f6007ef6b9a2e 100644 --- a/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.installer.yaml @@ -1,21 +1,19 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.4.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.4.0/firefoxpwa-2.4.0-x86.msi InstallerSha256: E9AD6D9D86B71A8F9B5D906BC02A359234B0F379B95B85797F855F49CBEB62EA ProductCode: '{0DF1C787-E74F-43AA-A4DF-F63618B57F0E}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.4.0/firefoxpwa-2.4.0-x86_64.msi InstallerSha256: EE6E23A6682EF9CCA6E8FE8E45D4722E4489051A51559BA81F901D61DC38DE2D ProductCode: '{13E53444-A37E-47A2-A157-98AB63A46CAB}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.locale.en-US.yaml index a3b3c6159251a..6ff48445be40d 100644 --- a/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.4.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,6 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.yaml index 4373d19b9b202..79a4472e6bb45 100644 --- a/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.4.0/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.installer.yaml index a3b182af0a4ab..9d7829a4557a4 100644 --- a/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.installer.yaml @@ -1,26 +1,25 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.4.1 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.4.1/firefoxpwa-2.4.1-x86.msi InstallerSha256: F0D3B9D7E7A8C15C68C378A76DE79647D1349C91B70D765D2B292C561647E535 - ProductCode: '{B44F58AB-1EE4-4FF9-BE39-E32343F8DFCC}' Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{B44F58AB-1EE4-4FF9-BE39-E32343F8DFCC}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.4.1/firefoxpwa-2.4.1-x86_64.msi InstallerSha256: 45712F5393933BC63A63A94A5660790620FFF4324A9C925F3CCD0D39BAAA43F3 - ProductCode: '{3CBC1F9A-015A-4CF5-9ADF-76953FDC07DB}' Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{3CBC1F9A-015A-4CF5-9ADF-76953FDC07DB}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.locale.en-US.yaml index 16973a6227614..28fede6c0d2f7 100644 --- a/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.4.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,5 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.yaml index d386ac2e07224..d403ca3ac1ed4 100644 --- a/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.4.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.installer.yaml index dbd6a90471fdb..6bb66e243ef2d 100644 --- a/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.installer.yaml @@ -1,15 +1,15 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.5.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -ElevationRequirement: elevatesSelf +InstallerType: wix Scope: machine +ElevationRequirement: elevatesSelf Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.5.0/firefoxpwa-2.5.0-x86.msi InstallerSha256: 41A33DB0C2744EE1A00AFF1E8313C5C0836EC7F69C257D45EADB4E97C6F96E44 Dependencies: @@ -17,7 +17,6 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 ProductCode: '{26B06047-B49A-4896-8A1D-34B442C5BD7C}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.5.0/firefoxpwa-2.5.0-x86_64.msi InstallerSha256: 70663D8A5512F9F3D1EFA969621F5356E3A0487357843507273F6C2BA12E197D Dependencies: @@ -25,4 +24,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{8E3B86C6-C901-4FC2-844D-EBA318766026}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.locale.en-US.yaml index de1b3d72f8e6e..e772b7c592d15 100644 --- a/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.5.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. Although Firefox supports many of Progressive Web App APIs, it does not support functionality to install them as a standalone system app with an app-like experience. @@ -25,5 +28,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.yaml index 5d9c80bed4926..2b3322dbde7fe 100644 --- a/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.5.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.installer.yaml index d83b23f1874e6..2e786cb9f6430 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.installer.yaml @@ -1,15 +1,15 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine ElevationRequirement: elevatesSelf Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.6.0/firefoxpwa-2.6.0-x86.msi InstallerSha256: C64877B97CD02828390AACDA589C43BF319EF3065D46E235AEA07A7206A544FE Dependencies: @@ -17,7 +17,6 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 ProductCode: '{E488ED9B-F429-4B40-87F1-518BE80C63C5}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.6.0/firefoxpwa-2.6.0-x86_64.msi InstallerSha256: 1FE7E940D45882E2EC582C150B2476F20AC921D4CB93DF7C30F9256B625BFA73 Dependencies: @@ -25,4 +24,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{EE93DE83-E083-45D1-A4DD-2D9A6B936A66}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.locale.en-US.yaml index 47f92eb2f427d..e48fe5d1df567 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -40,5 +43,8 @@ ReleaseNotes: |- - Window decorations should no longer be visible on fullscreen (#312). - Permissions and notifications widgets should no longer have weird layout (#321). ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.6.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.yaml index 59e44afc2a01f..13580daa81ab0 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.installer.yaml index a847c4c99fb25..af4265833d528 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.installer.yaml @@ -1,15 +1,15 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.1 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine ElevationRequirement: elevatesSelf Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.6.1/firefoxpwa-2.6.1-x86.msi InstallerSha256: 903A394148148526245C9E881EABB3B644E98DDEEDB9C09E141C4437C73925F0 Dependencies: @@ -17,7 +17,6 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 ProductCode: '{7EBCBE42-C7B2-405D-916B-F44AA7ACACDD}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.6.1/firefoxpwa-2.6.1-x86_64.msi InstallerSha256: 81846FA559037D9EC7F6D34E8367711537C45D468C8A92C74D39876434C64839 Dependencies: @@ -25,4 +24,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{4C089361-AE5D-419A-B1FE-B6518E7AD232}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.locale.en-US.yaml index 93fc74cc2cdf4..d6f3909a01a3c 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.yaml index a43e6aaf31550..1e6f09eb5eceb 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.installer.yaml index 337bbec26759e..3c63c16e0d89b 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.installer.yaml @@ -1,15 +1,15 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.2 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine ElevationRequirement: elevatesSelf Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.6.2/firefoxpwa-2.6.2-x86.msi InstallerSha256: 4FEC475DF70AE15297B036C9DF64A8D4C457F026CCDB24E3BA5A180FB8A0BADE Dependencies: @@ -17,7 +17,6 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 ProductCode: '{308ECDB6-2B9A-4FBF-A9F7-0E223B39934E}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.6.2/firefoxpwa-2.6.2-x86_64.msi InstallerSha256: 491B92DE2EAE2AC3188ED4FF83D136F9914996DC7DD3F1718C655C3F9FCE0BA4 Dependencies: @@ -25,4 +24,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{F0DC6DBC-36C9-4ED8-AA30-83533CE0C6BF}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.locale.en-US.yaml index a868e1b141a6d..de093650554af 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.2 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.yaml index 1c49888519b33..7656eb34a24c1 100644 --- a/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.6.2/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.installer.yaml index 143529fb4eaf6..5da76e89475c2 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.installer.yaml @@ -1,15 +1,15 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine ElevationRequirement: elevatesSelf Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.7.0/firefoxpwa-2.7.0-x86.msi InstallerSha256: 32C0897767666C553BAA7D0543273145192164FB8729173C32E4A3E9CADC9239 Dependencies: @@ -17,7 +17,6 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 ProductCode: '{7F7E948E-C7EB-4131-887C-E9EB5EF93F80}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.7.0/firefoxpwa-2.7.0-x86_64.msi InstallerSha256: 4ECD4552A44C1AD163488CB4CA088E3D066025BF09DFB87F68DD73960CDBC8F9 Dependencies: @@ -25,4 +24,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{7A25D568-5D7A-4B64-9605-7A1C7D30B639}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.locale.en-US.yaml index 8d1298dea9ce7..3e0a90cbb9627 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.yaml index 700170b5ddf2a..99ff8b6661464 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.installer.yaml index 7bc0a9a26b9ac..f660fbeb2af3e 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.installer.yaml @@ -1,15 +1,15 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.1 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine ElevationRequirement: elevatesSelf Installers: - Architecture: x86 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.7.1/firefoxpwa-2.7.1-x86.msi InstallerSha256: 3246401B033BC6B7F90C3D87435B306935DAFD536707722279D88478F11A7F49 Dependencies: @@ -17,7 +17,6 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 ProductCode: '{58578D7E-3135-4C70-B81A-E5AC6454DF0D}' - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.7.1/firefoxpwa-2.7.1-x86_64.msi InstallerSha256: 1EBB038F448F353C01939AA7B606C5C9BB76312EFCB71DE863A58FFE8587BD18 Dependencies: @@ -25,4 +24,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{59B2792C-0ED4-4101-82C4-689BC80D7327}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.locale.en-US.yaml index 624e3d458b448..73b0f9f31773f 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.yaml index 4ffb5763cc31e..dc8d4d4eaeffa 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.1/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.installer.yaml index b243f96de9e7d..31521e6607c08 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.2 @@ -24,4 +24,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{9BAB756F-7FA7-4768-9077-AD2E1EC99FEA}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.locale.en-US.yaml index 08e9e5f694c64..b1904a6a63a66 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.2 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://github.com/filips123/PWAsForFirefox PublisherSupportUrl: https://github.com/filips123/PWAsForFirefox/wiki +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://github.com/filips123/PWAsForFirefox License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -32,5 +35,8 @@ ReleaseNotes: |- Fixed - Broken installation instructions page (#368). ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.7.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.yaml index eebdcbbfddc0c..4098cc118ce9f 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.2/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.installer.yaml index e68a8eb045e75..6164e4ee64da1 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.3 @@ -26,4 +26,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{0BF37624-3DE8-4DAE-B8F2-17B206463734}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.locale.en-US.yaml index 1c6573c26e888..3c735c2b5ce81 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.3 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -36,5 +39,8 @@ ReleaseNotes: |- - Add compatibility with Firefox 116, fixing missing settings (#378). - Add compatibility with Firefox 117. ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.7.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.yaml index c26e3b77eddee..9f934004aa0a0 100644 --- a/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.7.3/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.7.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.installer.yaml index e396a93100fb0..6a5bce4f53edd 100644 --- a/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.8.0 @@ -25,4 +25,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{AD26F2C5-3AF9-4AB8-8684-EE6ABA0D5516}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.locale.en-US.yaml index 9b820983c168f..d6591dfdf271a 100644 --- a/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.8.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.yaml index c666cfec3895a..56381f5d014cd 100644 --- a/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.8.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.installer.yaml index 720cd073fa58a..b228c25f8845e 100644 --- a/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.9.0 @@ -25,4 +25,4 @@ Installers: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: '{924C7D54-53EE-441F-B039-C068BEB7CE7E}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.locale.en-US.yaml index 1a905d1d083ae..4c4a6599693de 100644 --- a/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.9.0 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -28,5 +31,10 @@ Tags: - progressive-web-app - web - webapp +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.yaml index 98fbadc53d2b7..5be618122606a 100644 --- a/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.9.0/filips.FirefoxPWA.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.installer.yaml index d648e605632cf..f4cc18bcbd01b 100644 --- a/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.installer.yaml +++ b/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.installer.yaml @@ -1,29 +1,26 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.9.1 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.9.1/firefoxpwa-2.9.1-x86.msi - InstallerSha256: ea319307cc03fe891f1ca670e03c88036f0d804e017930158945a37b997d5ff8 - ProductCode: '{28877DD1-B9BB-4F73-9836-881384F75F85}' - UpgradeCode: "{E1CD921B-369E-47CB-AD2E-3BCA94142512}" -- Architecture: x64 - InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.9.1/firefoxpwa-2.9.1-x86_64.msi - InstallerSha256: f7413e49ecf4170dec7e3f5486dc159d3f99b188ccb61a7359b03730ff4da05c - ProductCode: '{178DF5AB-0B81-4CBF-87AB-290EB1AE4FE9}' - UpgradeCode: "{E1CD921B-369E-47CB-AD2E-3BCA94142512}" -ManifestType: installer -ManifestVersion: 1.5.0 InstallerLocale: en-US InstallerType: wix Scope: machine Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 -ReleaseDate: "2023-12-09" +ReleaseDate: 2023-12-09 AppsAndFeaturesEntries: - UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.9.1/firefoxpwa-2.9.1-x86.msi + InstallerSha256: EA319307CC03FE891F1CA670E03C88036F0D804E017930158945A37B997D5FF8 + ProductCode: '{28877DD1-B9BB-4F73-9836-881384F75F85}' +- Architecture: x64 + InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.9.1/firefoxpwa-2.9.1-x86_64.msi + InstallerSha256: F7413E49ECF4170DEC7E3F5486DC159D3F99B188CCB61A7359B03730FF4DA05C + ProductCode: '{178DF5AB-0B81-4CBF-87AB-290EB1AE4FE9}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.locale.en-US.yaml index 7be5a9f77c14b..431b9eca47e9a 100644 --- a/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.locale.en-US.yaml +++ b/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.locale.en-US.yaml @@ -1,6 +1,5 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.9.1 @@ -8,11 +7,14 @@ PackageLocale: en-US Publisher: filips PublisherUrl: https://pwasforfirefox.filips.si PublisherSupportUrl: https://pwasforfirefox.filips.si +# PrivacyUrl: Author: filips PackageName: PWAsForFirefox PackageUrl: https://pwasforfirefox.filips.si License: MPL-2.0 LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) Description: |- Progressive Web Apps (PWAs) are web apps that use web APIs and features along with progressive enhancement strategy to bring a native app-like user experience to cross-platform web applications. @@ -29,6 +31,10 @@ Tags: - progressive-web-app - web - webapp -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.9.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.yaml index 3841b54c40086..21544650998a3 100644 --- a/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.yaml +++ b/manifests/f/filips/FirefoxPWA/2.9.1/filips.FirefoxPWA.yaml @@ -1,9 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: filips.FirefoxPWA PackageVersion: 2.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.installer.yaml deleted file mode 100644 index a143f919e6b13..0000000000000 --- a/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.39.0 -InstallerType: exe -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: in -c - SilentWithProgress: in -c - InstallLocation: -t -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2024-10-05 -AppsAndFeaturesEntries: -- Publisher: OK1MLG - DisplayVersion: 0.39.0-1 - ProductCode: '{5c0348ca-1d82-4527-bc32-d52707e1e2da}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.39.0/qlog-installer0.39.0.exe - InstallerSha256: 07E0C31A0EAD44240C586F2A053907F36517FA7355E22BB74C81363ED29DB704 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.locale.en-US.yaml deleted file mode 100644 index 4e958fc7312df..0000000000000 --- a/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.locale.en-US.yaml +++ /dev/null @@ -1,72 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.39.0 -PackageLocale: en-US -Publisher: foldynl -PublisherUrl: https://github.com/foldynl -PublisherSupportUrl: https://github.com/foldynl/QLog/issues -Author: Ladislav -PackageName: QLog -PackageUrl: https://github.com/foldynl/QLog -License: GPL-3.0 -LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE -Copyright: Copyright (C) 2020 Thomas Gatzweiler -CopyrightUrl: https://github.com/foldynl/QLog/blob/master/README.md#license -ShortDescription: Amateur radio logbook software. -Description: QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt framework and uses SQLite as database backend. -Tags: -- amateur-radio -- amateurradio -- fldigi -- hamqth -- hamradio -- logger -- lotw -- open-source -- opensource -- openstreetmap -- qsl -- qso -- qt5 -- qt6 -- radioamateur -- sqlite -ReleaseNotes: |- - - [NEW] - DXC - Added Full-text search - - [NEW] - Select S in RST Edit when focused (issue #454) - - [NEW] - Alerts - Added Member Column - - [CHANGED] - HamlibDrv Rig/Rot- Added multiplatform reliable sleep - - [CHANGED] - Changed Backup policy - - [CHANGED] - Logbook page size - improved performance - - [CHANGED] - Logbook - CTRL-A (Select All) is disabled - - [CHANGED] - Awards - Bands are displayed based on the Settings (issue #452) - - [CHANGED] - WSJTX - More reliable detection of CQ stations (PR #471 @aa5sh) - - [CHANGED] - WSJTX - SOTA/POTA/WWFF/SIG are being added to the logged QSO (PR #463 @aa5sh) - - [CHANGED] - Stats - Add a confirmation dialog for displaying over 50k QSOs on the map - - [CHANGED] - New Contact - Starting QSO Timer when Rig online and WSJTX Update Callsign Status is received - - [CHANGED] - Added a postponed handling for Rig soft errors (issue #472) - - Fixed WSJT-X does not emit band change if rig is disconnected (issue #447) - - Fixed Wrong import of ADIF file of another log program (issue #455) - - Fixed WSJTX log record is stored incorrectly if it contains non-ASCII chars(issue #458) - - Fixed ADIF import does not import records with old DXCC Entities (issue #459) - - Fixed ADIF import incorrectly uses Station Profile parameters (issue #461) - - Fixed Logbook - QSO Table Column Width Does Not Stick (issue #464) - - Fixed Alerts Window displays OOB Spots (issue #469) - - Fixed Field values from past QSOs are used incorrectly in case of WSJTX QSOs (#issue 470) - Full Changelog: https://github.com/foldynl/QLog/compare/v0.38.0...v0.39.0 - Wiki Changelog: Thank you for your patience in finding bugs.WINDOWS USER ONLYIf you have installed versions 0.35.2 or older, perform a manual uninstall and then install the new version of QLog. There is no need to worry about your QSOs during the uninstall, as the uninstall procedure does not delete the internal data of QLog. Of course, a backup is always recommended.If you have installed versions 0.36 or newer, then it is not necessary to perform an uninstall.Windows Libraries: - Qt 6.6.3 - openssl 3.3.1 - hamlib 4.5.5 - qtkeychain 0.13.2Timezone DB: 2024a (Binaries: - Windows: below - Fedora 39: below - Fedora 40: below - Ubuntu 20.04, 22.04, 24.04: via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog) - Flatpak package is available via Flathub. The package contains built-in Trusted QSL. - MacOS DMG: (available later) -ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.39.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.yaml deleted file mode 100644 index 5621411226c8a..0000000000000 --- a/manifests/f/foldynl/QLog/0.39.0/foldynl.QLog.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.39.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.installer.yaml b/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.installer.yaml new file mode 100644 index 0000000000000..9fb36542c4a37 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.03.04 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{B10039D1-9842-4872-BF33-26C5EE1D6AF1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.03.04/gam-7.03.04-windows-x86_64.msi + InstallerSha256: DDC8CB0FE65606BFFA0ED07640E146DD4132C9453B4C5971E8D27ED24C06F384 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-05 diff --git a/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.locale.en-US.yaml b/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.locale.en-US.yaml new file mode 100644 index 0000000000000..49b607b2e1ec9 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.03.04 +PackageLocale: en-US +Publisher: GAM Team - google-apps-manager@googlegroups.com +PublisherUrl: https://github.com/GAM-team +PublisherSupportUrl: https://github.com/GAM-team/GAM/issues +PackageName: gam +PackageUrl: https://github.com/GAM-team/GAM +License: Apache-2.0 +ShortDescription: command line management for Google Workspace +Tags: +- gam +- google +- google-admin-sdk +- google-api +- google-apps +- google-calendar +- google-cloud +- google-drive +- google-workspace +- gsuite +- oauth2 +- oauth2-client +- python +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.03.04 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GAM-team/GAM/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.yaml b/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.yaml new file mode 100644 index 0000000000000..1fc4db968cfe1 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.03.04/GAM-Team.gam.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.03.04 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.installer.yaml index c7293e907106f..e5e5bba903655 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.120 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.120/GDevelop-5-Setup-5.0.120.exe InstallerSha256: 33ECD3396182424E14E47E5DE538A160A1824B6F8D6585B2E8B3B2FC0AB1017F ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.locale.en-US.yaml index e5b427d1a1e6a..90abec74baffb 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.120 @@ -12,19 +12,24 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: -- gdevelop -- game +- code - development - engine -- code -- nocode +- game +- gdevelop - lowcode +- nocode +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.yaml index ee73f6a657d05..98c66e3cfbdc3 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.120/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.120 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.installer.yaml index fc86aeb16d8af..7f9aa293afc56 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.121 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.121/GDevelop-5-Setup-5.0.121.exe InstallerSha256: 36C9AC78649CA5A803AB5A449990A57444E784D69C8C866DD63089DFDE22F5E9 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.locale.en-US.yaml index bbd39da560294..6364bb666c1d1 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.121 @@ -12,19 +12,24 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: -- gdevelop -- game +- code - development - engine -- code -- nocode +- game +- gdevelop - lowcode +- nocode +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.yaml index de0f514e12b02..9df5771306787 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.121/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.121 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.installer.yaml index 5e217581ef179..7a8fdf989470b 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.122 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.122/GDevelop-5-Setup-5.0.122.exe InstallerSha256: A6E13227D46D370BBDC28BAE456C00305BC04A63CE1E8FD25BD255B52542EBC0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.locale.en-US.yaml index b6e7a3de8a8eb..de1b5ea96f0e0 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.122 @@ -12,22 +12,24 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: -- gdevelop -- game +- code - development - engine -- code -- nocode +- game +- gdevelop - lowcode -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- nocode +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.yaml index 5bd04da2c95d3..d8b83d12e49f0 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.122/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.122 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.installer.yaml index 99cec4a78428f..b42d44c584245 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.123 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.123/GDevelop-5-Setup-5.0.123.exe InstallerSha256: A27E276537DB19263A3E7E6CF6ADEB44E8D0EEF5824A1674712D3FDE9D29A66A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.locale.en-US.yaml index 268d7806a7da7..736098a0121b7 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.123 @@ -12,22 +12,24 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: -- gdevelop -- game +- code - development - engine -- code -- nocode +- game +- gdevelop - lowcode -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- nocode +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.yaml index cd4c878934333..ccd4485e459af 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.123/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.123 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.installer.yaml index 5019c8de1e30d..ba677c450da39 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.124 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.124/GDevelop-5-Setup-5.0.124.exe InstallerSha256: B86764E3777BCC475ECF875C0B3A7247B52ADA3B23A1B7427A4A44ED8018242B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.locale.en-US.yaml index 86680afd7bb5f..8c2f26a6a8826 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.124 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubuserconte/nt.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.yaml index fc3a671b551a3..64b099d7d3e5f 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.124/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.124 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.installer.yaml index f03e7ca8263b8..047141c7fd28f 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.125 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.125/GDevelop-5-Setup-5.0.125.exe InstallerSha256: 157C53B123D70F7900B21A97D64BA5664ABBD00220F0E28A75B1F4C4851C5BEE ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.locale.en-US.yaml index 150a363a90f37..e0c7e24e54bee 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.125 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.yaml index 33cbc198661e5..7711e19b06fb7 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.125/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.125 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.installer.yaml index 3b8e142436b7d..29acd9ce4e2de 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.126 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.126/GDevelop-5-Setup-5.0.126.exe InstallerSha256: A315F06DF10DE389CEB7BB98B50FC581BF603F80670CEF449604B37732B78E7B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.locale.en-US.yaml index 66729e6298003..a1c3211b023bd 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.126 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.yaml index 9de8465be3b65..06315175f5f96 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.126/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.126 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.installer.yaml index 4bd909bf20365..e2fc0dfe59918 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.127 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.127/GDevelop-5-Setup-5.0.127.exe InstallerSha256: 2C85821B49D312C4A1A6480D66E4C3B57D61D253047C45F9D415556305A617AC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.locale.en-US.yaml index 231daadbd5e11..08ce186b2604d 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.127 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.yaml index 4c01ac56ab2c9..f2901fb50a621 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.127/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.127 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.installer.yaml index e5325738564d6..3f52086b3337b 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.128 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.128/GDevelop-5-Setup-5.0.128.exe InstallerSha256: C58771D2B1FFB675A30D3B7E0FF2C362399BD075F1711AD25BAA5F24686B0093 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.locale.en-US.yaml index bcb3547d58782..8c7f9ffebabd7 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.128 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.128 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.yaml index 58b6afdc19bcc..70f8ba15470ff 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.128/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.128 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.installer.yaml index 9fc4336ee8c83..8dd849afd88f3 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.129 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.129/GDevelop-5-Setup-5.0.129.exe InstallerSha256: 4CB4B00A28458B22F743C57E9803E7BBFE85F43AE504EB96F687F04DDEA98F76 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.locale.en-US.yaml index 0feaa5ffafbe3..7f59c20da3f25 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.129 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.129 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.yaml index db930b8b0fad7..d8baf8de740d6 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.129/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.129 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.installer.yaml index df055420d6857..96a6f8ab6d33d 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.130 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.130/GDevelop-5-Setup-5.0.130.exe InstallerSha256: EC7F427AAFD71363C4AD85584A3D397C066DC2A90A06FDAEDEEBFC20C7134BDB ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.locale.en-US.yaml index 2cec7e931ebd2..507a77daa2f38 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.130 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.130 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.yaml index 2e8f67ac88f79..c650d4720b6e4 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.130/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.130 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.installer.yaml index 157c1d03f7d1f..27ad49083e004 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.131 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.131/GDevelop-5-Setup-5.0.131.exe InstallerSha256: 6ED8DD9AFFCBDFC0E5234300CAF7625F8CD5C206F19F31998263715E9EA6D0D3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.locale.en-US.yaml index 1af3e2a2dc341..e2a30149013dc 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.131 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.131 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.yaml index 002d2959b160d..f87fa7a575aed 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.131/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.131 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.installer.yaml index 197c11a67a002..532725acf9281 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.132 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.132/GDevelop-5-Setup-5.0.132.exe InstallerSha256: 2B1700E83AF1FF747D707A25A0193A2B9D49C2F0ED0201C4FC6AC7B6C04FD070 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.locale.en-US.yaml index 9ea7607ca4590..f294d7da81886 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.132 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.132 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.yaml index 251c2d33f5657..2357fc847f73c 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.132/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.132 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.installer.yaml index f6aa496d28e73..1ecc6dade5405 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.133 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.133/GDevelop-5-Setup-5.0.133.exe InstallerSha256: 214E473B47C436C9792CBD4AD5F3D0D2C58DDB693C3230174D349A939FC4F615 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.locale.en-US.yaml index ce9bb97c26c7e..aae0a062e8adc 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.133 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.133 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.yaml index b70fbb896c267..9c649220a870e 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.133/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.133 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.installer.yaml index 6d644b0c56f42..43c21f051876f 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.134 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.134/GDevelop-5-Setup-5.0.134.exe InstallerSha256: A7CECBBC5364657A9FBBF41FA8A7CF6157579F8D1787AFF485C022478292C2F9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.locale.en-US.yaml index 4f49436694c4b..c8fe399b1dea1 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.134 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.134 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.yaml index 55d23374918d6..2861f24db6217 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.134/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.134 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.installer.yaml index df5639e0cfdce..97d1bc2529dff 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.135 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.135/GDevelop-5-Setup-5.0.135.exe InstallerSha256: 5369D5E2A006BB1D310D13F9B7208E45CCF93C18322AE84C5AEAD37BC1AB07CC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.locale.en-US.yaml index 1a713575efff6..88e7c0687fb5b 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.135 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.135 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.yaml index 60827e8beb1d9..b2d696efed9e4 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.135/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.135 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.installer.yaml index 92bb93fe391a0..faae26ca6d043 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.136 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.136/GDevelop-5-Setup-5.0.136.exe InstallerSha256: 86C2598902929DC003EE659B10165FE3C4C3DE4EB154470F2DA736F969908DB6 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.locale.en-US.yaml index be340f7f4a0eb..bd2140b50c9f0 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.136 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.136 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.yaml index a57105bd9e779..c3727122b9500 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.136/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.136 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.installer.yaml index 85a7421dff1a7..2f71a71e6d003 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.137 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.137/GDevelop-5-Setup-5.0.137.exe InstallerSha256: 1445C5C4EFD906E189FBF11C69BC94EEF520ECEFE5FE44378AFF81C7B14E53DA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.locale.en-US.yaml index 43465656afa71..5e1563382eff2 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.137 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.137 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.yaml index 3a0f75c2ffc3d..5f16cdcd65999 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.137/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.137 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.installer.yaml index feebdaa214d64..d3594f8e1a2db 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.138 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.138/GDevelop-5-Setup-5.0.138.exe InstallerSha256: B16C428028D9538FB0E9759603B958E066FB3674435503CBF8DA63D44F84DCFE ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.locale.en-US.yaml index fcdbc11060263..00f1ae1883036 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.138 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.138 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.yaml index 916be383f425a..d0d5d4ff0d532 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.138/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.138 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.installer.yaml index 7e93505e5ddba..7bb0122b443c3 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.139 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.139/GDevelop-5-Setup-5.0.139.exe InstallerSha256: 594DD79E05287C1D1758AE444AC0EFE9E6055B02F564FC66EC25CF8754F36F7B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.locale.en-US.yaml index 2f67454b55587..ea710f557ffb9 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.139 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,8 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.139 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.yaml index 81ba0d7275853..6cac990d39a49 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.139/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.139 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.installer.yaml index b16a599c9c52d..5c5478ea15d25 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.140 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.140/GDevelop-5-Setup-5.0.140.exe InstallerSha256: 158F8B9CE9CA1C6C6B081B78138C88DCBD38C239B3D93A151F23B47FD0221B1B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.locale.en-US.yaml index edd67e8c96a67..b3bd3cbb2d452 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.140 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.140 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.yaml index 203e774f22b22..f5391ec5e51d6 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.140/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.140 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.installer.yaml index 1ef065de409cf..3b66c6c3f1a02 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.142 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.142/GDevelop-5-Setup-5.0.142.exe InstallerSha256: E11E1DE7793DDEA191A8E6B15886A6B585D4C8D69ADC9E2B5AFC1D455364C429 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.locale.en-US.yaml index bbe147c8c480a..99c067febd04f 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.142 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.142 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.yaml index 7981d12f8c318..a2d56556bb446 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.142/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.142 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.installer.yaml index 3e0e3741a3c09..f6e9579175f8f 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.143 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.143/GDevelop-5-Setup-5.0.143.exe InstallerSha256: 3BDD737B325299F9C5A5B89A9E65821BD11520352055F4D6E63040F6B3C15018 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.locale.en-US.yaml index d1a2dbb59f20a..3fdb1f69ee16d 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.143 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.143 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.yaml index 2228822096e92..bb9188145648f 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.143/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.143 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.installer.yaml index e4559c439cd72..d61080bb8173b 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.144 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.144/GDevelop-5-Setup-5.0.144.exe InstallerSha256: F2C609FA9D11B5FB7076D3568E94CBDB61B0A6C9C4922060142C476F5AE13C96 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.locale.en-US.yaml index 961560b99342c..4fcdad56cb40a 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.144 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.144 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.yaml index 52039a4d847fb..fd9f06d3ea84a 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.144/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.144 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.installer.yaml index 79017474c2d5b..8d690303b4add 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.145 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.145/GDevelop-5-Setup-5.0.145.exe InstallerSha256: 48A51CEBF742D2206AED215B97D3C73FAED3AB7FAD4F20568640DC9DE412AEB5 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.locale.en-US.yaml index 4f59525948c1c..079cb88705b03 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.145 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.145 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.yaml index 50a6df6c25173..a60e41b9aec90 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.145/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.145 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.installer.yaml index a21bffe308399..f5308101fa947 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.146 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.0.146/GDevelop-5-Setup-5.0.146.exe InstallerSha256: BAD14DDEF0081923CEAFBCDF6244BD7EFC5592DF8D2AD90B6CA1EC9455DF4573 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.locale.en-US.yaml index c5cd83c985199..dd6cc3b713cff 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.146 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.0.146 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.yaml index 3d765e6aa40f8..f55abe2febde5 100644 --- a/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.0.146/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.0.146 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.installer.yaml index 98610db2a9730..a23116696c463 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.147 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.147/GDevelop-5-Setup-5.1.147.exe InstallerSha256: CFD6C916AABDFB6851B46E78B0F44A47204554E2A43E837F1C8BFB4F98838E42 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.locale.en-US.yaml index 8b22aad5e35d5..4b030c566fb25 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.147 @@ -12,11 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. -# Description: +# Description: Moniker: gdevelop Tags: - code @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.147 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.yaml index 61553a534aa0b..63ad95504673f 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.147/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.147 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.installer.yaml index 3048fc15fea64..fde2d0f08a909 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.148 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.148/GDevelop-5-Setup-5.1.148.exe InstallerSha256: B8FA41E2A63F8385F8660CF442CCCB42E4C12A42946FB8C2BAF45E119FB5DFBC ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.locale.en-US.yaml index a94c211cfe2b7..0ea129ae71d5b 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.148 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.148 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.yaml index 0ca59316a5017..e84f4b200ee3d 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.148/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.148 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.installer.yaml index 747c8b4c62cb3..6de7103aea69d 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.149 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.149/GDevelop-5-Setup-5.1.149.exe InstallerSha256: CF1BD74F2BDB60D86BF49EAF5D0B1A85F46931D7DC9B0A1A69FF668DFB35F92F ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.locale.en-US.yaml index 1212c9c42bfcb..a59b65a0f76be 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.149 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.149 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.yaml index 10cc55fd59f27..ebb35ac10e29d 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.149/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.149 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.installer.yaml index 5141627b7d83d..45d7591cc2249 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.150 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.150/GDevelop-5-Setup-5.1.150.exe InstallerSha256: 37C032EE2529C23530EF3166D4B14D80DDA7C7F40AEEF4DC80BF87A995BB4ACE ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.locale.en-US.yaml index bacfc4d449729..820473c7feaf0 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.150 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.150 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.yaml index 2452ce4373f96..91432680c48be 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.150/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.150 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.installer.yaml index 4828fae0216ae..ce976fd82c2cf 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.151 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.151/GDevelop-5-Setup-5.1.151.exe InstallerSha256: 47296AE15DFA2396F72FBADE0BC278C841024DB925732D1F898E56829615E8EB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.locale.en-US.yaml index 1184c13e8bcd0..868591c097d1a 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.151 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.151 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.yaml index 02a6198a3b1b7..1345c46b5a9e3 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.151/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.151 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.installer.yaml index 6ea2c15f09192..969b76bbae1b8 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.154 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.154/GDevelop-5-Setup-5.1.154.exe InstallerSha256: 6236A7514FBA9AEB0404DBC8F3A9FFF829C64273411E1D62C0D1DBEE97373C62 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.locale.en-US.yaml index e648e5fecc2ab..86750c50028c8 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.154 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.154 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.yaml index cacc040a71ab1..3e7e440c5a2a4 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.154/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.154 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.installer.yaml index 14428aed1d39a..d14313962d617 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.155 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.155/GDevelop-5-Setup-5.1.155.exe InstallerSha256: 5AA558CB55F492CC253D73AB666D55CAFEF47DFEACF78193D689BA64CAC0FF70 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.locale.en-US.yaml index f3e7e8244bb18..18b50fc0d061e 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.155 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.155 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.yaml index 410db2cc4d887..4c50110d07925 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.155/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.155 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.installer.yaml index 66a86a908bc9f..4ff7231321e4f 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.156 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.156/GDevelop-5-Setup-5.1.156.exe InstallerSha256: 659EBD68BA2014B8E6D76B279429C628168648B4C2E807A4A5FB46E470B04580 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.locale.en-US.yaml index 1130181154fcb..f46a5181a69af 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.156 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.156 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.yaml index 747c66ca59adb..60a8e842880d2 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.156/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.156 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.installer.yaml index 547f09eb82148..e40bf991dbb18 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.157 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.157/GDevelop-5-Setup-5.1.157.exe InstallerSha256: A6A599E270236CFB288B2F1DF8581BB9CF38DC145123E1C79F1235A132C00DBF ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.locale.en-US.yaml index 83e8201f2146e..720ac1f8d0d79 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.157 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.157 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.yaml index 0c8b1e8ffcc81..365363bd5807b 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.157/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.157 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.installer.yaml index a86d71346a902..f48488bea3b04 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2023/Mar/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.158.4152 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.158/GDevelop-5-Setup-5.1.158.exe InstallerSha256: DB706AD4E105B6A0BE150DDB59B0F3150B447E013608F4D924CDCC7C075221D5 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.locale.en-US.yaml index 2beaae3e34a00..a7a13599727b9 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Automatically updated by the winget bot at 2023/Mar/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.158.4152 @@ -12,10 +12,11 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -25,6 +26,10 @@ Tags: - gdevelop - lowcode - nocode +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.158 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.yaml index 58dc8b54c78d0..8110815d0c7e7 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.158.4152/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2023/Mar/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.158.4152 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.installer.yaml index 2e6a0305de31b..38ceefa56eb08 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.159 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.159/GDevelop-5-Setup-5.1.159.exe InstallerSha256: 5E4A9F0434F3A8456B993F109F2E8E8AC1DB9415B5ACEADEE226255B33B09F40 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.locale.en-US.yaml index e1d2bf1b8add9..628befe058d83 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.159 @@ -12,9 +12,9 @@ Author: Florian Rival PackageName: GDevelop PackageUrl: https://gdevelop-app.com License: MIT -LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# LicenseUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. -CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt +# CopyrightUrl: https://raw.githubusercontent.com/4ian/GDevelop/master/license.txt ShortDescription: A free and open source nocode game engine designed to be usable by everyone. # Description: Moniker: gdevelop @@ -26,11 +26,10 @@ Tags: - gdevelop - lowcode - nocode -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.159 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.yaml index 64b488ab79770..bba548b84d542 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.159/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.159 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.installer.yaml index dd64f43161e7d..d614f26f3a114 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.162 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.162/GDevelop-5-Setup-5.1.162.exe InstallerSha256: 83C76148DB02A3931449EE8135F8FE2C7EB60F136EE00625A85A6DA6311BB3B2 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.locale.en-US.yaml index c4139115f0d42..b5bb88a818075 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.162 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -136,5 +137,8 @@ ReleaseNotes: |- - Remove an error in the console about updating the state of an unmounted component - Upgrade Posthog ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.162 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.yaml index 670169a8be09f..f976c88944768 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.162/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.162 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.installer.yaml index 9c8db0efdf819..3a91265e22831 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.164 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.1.164/GDevelop-5-Setup-5.1.164.exe InstallerSha256: 20D3FCD2B9703827C8652D812FED3CFD24B1320E460F1BD3BEB66350C6C07FDF ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.locale.en-US.yaml index 23b0abcdc90ad..17ab685303327 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.164 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -90,5 +91,8 @@ ReleaseNotes: |- - Update GitHub actions (Thanks @st-Wook!) - Fix and improve GithHb action to see translations with coverage deltas (Thanks @st-Wook!) ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.1.164 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.yaml index ddc13cf75c647..b059eb571f386 100644 --- a/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.1.164/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.1.164 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.installer.yaml index bee7023828001..4773d4bc83a39 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.168 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.2.168/GDevelop-5-Setup-5.2.168.exe InstallerSha256: FE4A0BCFFE653D6A2D4516145AC7BB28ECE3C49110F8708A32C3DAF11AE58F3E ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.locale.en-US.yaml index cea445241aba4..941675f410230 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.168 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -77,5 +78,8 @@ ReleaseNotes: |- 🛠 Internal changes (for developers) - Remove unnecessary dependencies in the Editor and GDJS (Thanks @st-Wook!) ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.2.168 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.yaml index 9ff35da1f6b81..61c26475f9008 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.168/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.168 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.installer.yaml index b70b476e3ce3b..7774561503203 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.169 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.2.169/GDevelop-5-Setup-5.2.169.exe InstallerSha256: 758E0DE4498AFDDF324DE3430937E5580AD90FB22CD26658D3EDD609D458E8E8 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.locale.en-US.yaml index 631146f4612aa..3a68e10a6d488 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.169 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -72,5 +73,8 @@ ReleaseNotes: |- - [load-testing] New example: Test how GDevelop performs under load - Create thousands of objects to see how they impact the performance of the game. ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.2.169 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.yaml index cd5f12b0e0c0b..a48659ba5d2c3 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.169/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.169 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.installer.yaml index 903464d7e021e..e046ad9f60046 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.171 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.2.171/GDevelop-5-Setup-5.2.171.exe InstallerSha256: 2FA57DB0CB940FC7B3658D8B70475670001C558B673162D9D042B1A85110BDC2 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.locale.en-US.yaml index d2df863d48e40..b6bc43d6f94c0 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.171 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -102,5 +103,8 @@ ReleaseNotes: |- 🛠 Internal changes (for developers) - Create a devcontainer to do some basic development task via GitHub codespaces. ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.2.171 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.yaml index 3de8a7feab2a6..9cbdb5d8081cd 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.171/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.171 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.installer.yaml index 5177ceed77e48..7e058e23ae33c 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.172 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.2.172/GDevelop-5-Setup-5.2.172.exe InstallerSha256: 62BEA131DE5B2E77C3C424AC89942286387CC501266D7EF85A445DCDC74CC1E7 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.locale.en-US.yaml index 63db0a9a5ca69..34cc1c95bd294 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.172 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -40,5 +41,8 @@ ReleaseNotes: |- - This prop is passed to PIXI. Renderer.render as clear option to support multi-scene rendering. ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.2.172 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.yaml index d74f3ca78dd32..fcb4582f0cd16 100644 --- a/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.2.172/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.2.172 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.installer.yaml index 8671f107b4002..d83804fadd878 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.180 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.3.180/GDevelop-5-Setup-5.3.180.exe InstallerSha256: B74E327FF1EE7C371158E569267C1F0BC0D8E92990AD8311F03EEC3A5CF0189D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.locale.en-US.yaml index 6f1e7b0eb42e7..d415da975fa78 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.180 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -64,5 +65,8 @@ ReleaseNotes: |- 🛠 Internal changes (for developers) - Use new electron notarize tool to comply with Apple signing requirements. ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.3.180 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.yaml index f46e3427541fd..8e1ee9d3b1699 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.180/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.180 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.installer.yaml index b18893d7542fd..082656f20d776 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.181 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.3.181/GDevelop-5-Setup-5.3.181.exe InstallerSha256: BE13C0E6D13478F21CBA7AD0A53FB8C57446F3C3D6D0B989C92406EB38582E52 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.locale.en-US.yaml index 14527bd6a3149..709331a5dfca2 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.181 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -70,5 +71,8 @@ ReleaseNotes: |- - [Tween Test] Duplicate the scene to test current and deprecated actions - Fix default leaderboard configuration that prevented leaderboards from being copied at the example opening for examples: Tappy Plane, Run Dino Run, 3D Lane runner, 3D Car Coin Hunt. ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.3.181 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.yaml index ae832cd2c18ef..971e259ca50f0 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.181/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.181 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.installer.yaml index 7a2091aa4352f..2457c4e0b1ebb 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.installer.yaml @@ -1,15 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.186 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.3.186/GDevelop-5-Setup-5.3.186.exe - InstallerSha256: 27b40f0321484d28459c8d234270ebabc9cb0cf8c9bbdc92b25096a792057844 -ManifestType: installer -ManifestVersion: 1.5.0 Platform: - Windows.Desktop InstallerType: nullsoft @@ -19,4 +12,10 @@ InstallModes: UpgradeBehavior: install FileExtensions: - json -ReleaseDate: "2023-12-20" +ReleaseDate: 2023-12-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.3.186/GDevelop-5-Setup-5.3.186.exe + InstallerSha256: 27B40F0321484D28459C8D234270EBABC9CB0CF8C9BBDC92B25096A792057844 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.locale.en-US.yaml index 05bbbba585a83..1924aa6f15f43 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.locale.en-US.yaml @@ -1,6 +1,5 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.186 @@ -17,6 +16,7 @@ LicenseUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md Copyright: Copyright 2008-2021 Florian Rival (Florian.Rival@gmail.com). All rights reserved. CopyrightUrl: https://github.com/4ian/GDevelop/blob/master/LICENSE.md ShortDescription: A free and open source nocode game engine designed to be usable by everyone. +# Description: Moniker: gdevelop Tags: - code @@ -26,6 +26,10 @@ Tags: - gdevelop - lowcode - nocode -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.3.186 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.yaml index 387d0f9a9a156..d2a0cd3702b38 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.186/GDevelop.GDevelop.yaml @@ -1,9 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.186 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.installer.yaml index 0e99a53ac8e04..6efb73038bb1b 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.installer.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.201 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -24,4 +24,4 @@ Installers: Custom: /allusers ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.locale.en-US.yaml index 01ee66cd25d0e..5d3054810c085 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.locale.en-US.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.201 @@ -82,4 +82,4 @@ PurchaseUrl: https://gdevelop.io/pricing # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.locale.zh-CN.yaml index 49f9855de6bfe..5237f3201d9c0 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.locale.zh-CN.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.201 @@ -26,4 +26,4 @@ PurchaseUrl: https://gdevelop.io/pricing # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.yaml index ed6b0d71e350d..fcbdc5233d0aa 100644 --- a/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.yaml +++ b/manifests/g/GDevelop/GDevelop/5.3.201/GDevelop.GDevelop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GDevelop.GDevelop PackageVersion: 5.3.201 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..5757e4a6b9f3f --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.5.224 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.5.224/GDevelop-5-Setup-5.5.224.exe + InstallerSha256: 82D283A31E1FA38D2372F73F98E95A3873F5AB22DC991CF7E8C9B2680343A5BC + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.5.224/GDevelop-5-Setup-5.5.224.exe + InstallerSha256: 82D283A31E1FA38D2372F73F98E95A3873F5AB22DC991CF7E8C9B2680343A5BC + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..c5d9f9902f118 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.5.224 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 💝 Improvements + - Refine free conditions/actions search to give priority to results with the search word in the displayed name + - Ensure behaviors are compatible with the object before pasting them + - Change documentation pages of some actions and conditions to point to more specific pages + - Allow to swap assets of any object type + 🐛 Bug fixes + - [Physics3D] Fix remaining hit-boxes of deleted character + - Also fix 3D character behavior deactivation + - Fix games sometimes disappearing from the dashboard + - This was caused by games wrongly being considered as not saved during the export, and they were hidden from the dashboard afterwards + - [Text input] Various fixes: + - Icon for the condition "Value was submitted" + - Ghost area where a text input was when switching scenes + - "disabled" and "read-only" properties + ⚙️ Extensions + - [Reviewed] [Pointer lock] Fix expression visibility + - [Community] [New] WortalSDK (Thanks to @banghawe!) + - [Community] [3D tween] Fix the color tween + 🎨 Assets + - [New prefab] Player Avatar: display the avatar of a player in a multiplayer game. +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.5.224 +PurchaseUrl: https://gdevelop.io/pricing +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..50c40ba38f5d2 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.5.224 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2015-present Florian Rival +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +Tags: +- 开发 +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.5.224 +PurchaseUrl: https://gdevelop.io/pricing +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..c02c9bb05ba92 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.5.224/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.5.224 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.12.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.12.1/GLab.GLab.installer.yaml index c49f008e10322..b940c3470d0b6 100644 --- a/manifests/g/GLab/GLab/1.12.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.12.1/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.12.1 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.12.1/glab_1.12.1_Windows_x86_64_installer.exe InstallerSha256: 5FA8838365E95E8581DAA20A450EAFC587831D79DD9F2FC8D4916B25DE738B7A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.12.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.12.1/GLab.GLab.locale.en-US.yaml index 2cf5f2daadfa5..4cce33b4ea06b 100644 --- a/manifests/g/GLab/GLab/1.12.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.12.1/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.12.1 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.12.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.12.1/GLab.GLab.yaml index ab929487aff78..21516c2930c83 100644 --- a/manifests/g/GLab/GLab/1.12.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.12.1/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.13.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.13.0/GLab.GLab.installer.yaml index 8b2482fc47d45..aba0f2af36d5f 100644 --- a/manifests/g/GLab/GLab/1.13.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.13.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.13.0 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.13.0/glab_1.13.0_Windows_x86_64_installer.exe InstallerSha256: CE160AB55AF72EE92EBE1F4598A561E86026576E775B0F8A94042E2AB23C308D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.13.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.13.0/GLab.GLab.locale.en-US.yaml index 598fea55edabb..d9bf23b6ec156 100644 --- a/manifests/g/GLab/GLab/1.13.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.13.0/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.13.0 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.13.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.13.0/GLab.GLab.yaml index b1bec82b79bcc..8a608c83a2e3d 100644 --- a/manifests/g/GLab/GLab/1.13.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.13.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.13.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.13.1/GLab.GLab.installer.yaml index f5edaaf513db1..21efb56ddb05b 100644 --- a/manifests/g/GLab/GLab/1.13.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.13.1/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.13.1 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.13.1/glab_1.13.1_Windows_x86_64_installer.exe InstallerSha256: C1650C1A7A2BD5DB745ADA2A5F60F6A60BF236764720684E8C274046311AF68F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.13.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.13.1/GLab.GLab.locale.en-US.yaml index b26bec66761e5..e86a5ea39c119 100644 --- a/manifests/g/GLab/GLab/1.13.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.13.1/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.13.1 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.13.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.13.1/GLab.GLab.yaml index 0ed0989f3814f..b7ed9967fb0c8 100644 --- a/manifests/g/GLab/GLab/1.13.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.13.1/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.13.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.14.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.14.0/GLab.GLab.installer.yaml index 28fff04f2dece..8781a6e08f504 100644 --- a/manifests/g/GLab/GLab/1.14.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.14.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.14.0 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.14.0/glab_1.14.0_Windows_x86_64_installer.exe InstallerSha256: 531766EF03108A03CFCA2ABDC805C8F5687F2411B907B41E11CC76AB92C29002 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.14.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.14.0/GLab.GLab.locale.en-US.yaml index de846e19cf28b..5b771a525c219 100644 --- a/manifests/g/GLab/GLab/1.14.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.14.0/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.14.0 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.14.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.14.0/GLab.GLab.yaml index 3c089fc5fb8bb..00508c76b49ca 100644 --- a/manifests/g/GLab/GLab/1.14.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.14.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.14.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.15.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.15.0/GLab.GLab.installer.yaml index 4154c907b5eac..267e1006ba190 100644 --- a/manifests/g/GLab/GLab/1.15.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.15.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.15.0 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.15.0/glab_1.15.0_Windows_x86_64_installer.exe InstallerSha256: 9F48386DEE14B97EF41B050994F2FA282CD6CF34A24D110E65943B8BA5D89216 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.15.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.15.0/GLab.GLab.locale.en-US.yaml index f1fda597a9bb9..611f4b96e4142 100644 --- a/manifests/g/GLab/GLab/1.15.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.15.0/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.15.0 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.15.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.15.0/GLab.GLab.yaml index 77666d8e539aa..eada8d30bb859 100644 --- a/manifests/g/GLab/GLab/1.15.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.15.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.15.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.16.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.16.0/GLab.GLab.installer.yaml index 15f97028a13f2..3c23ab437ea54 100644 --- a/manifests/g/GLab/GLab/1.16.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.16.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.16.0 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.16.0/glab_1.16.0_Windows_x86_64_installer.exe InstallerSha256: 7591A326074E9F0E035D71D585F5954CAC1EA378EDCB7AE585485AF57F2EE97A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.16.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.16.0/GLab.GLab.locale.en-US.yaml index f41e67132af9a..4a6aae47e4762 100644 --- a/manifests/g/GLab/GLab/1.16.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.16.0/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.16.0 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.16.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.16.0/GLab.GLab.yaml index 02f353a772720..7f0e6bc286400 100644 --- a/manifests/g/GLab/GLab/1.16.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.16.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.16.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.17.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.17.0/GLab.GLab.installer.yaml index 7a0f82beeb98d..f8c8d16a1a7cc 100644 --- a/manifests/g/GLab/GLab/1.17.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.17.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.17.0 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.17.0/glab_1.17.0_Windows_x86_64_installer.exe InstallerSha256: 82A0B79C70767EC6F12AE21E487388857C9CA193D657E9D46A48568A7295274F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.17.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.17.0/GLab.GLab.locale.en-US.yaml index a91b6af906184..57073e5ac4d43 100644 --- a/manifests/g/GLab/GLab/1.17.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.17.0/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.17.0 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.17.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.17.0/GLab.GLab.yaml index acef0fa4bebda..5cdff01bfeb6e 100644 --- a/manifests/g/GLab/GLab/1.17.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.17.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.17.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.18.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.18.0/GLab.GLab.installer.yaml index c3f7187fe349b..9e4cfd4273350 100644 --- a/manifests/g/GLab/GLab/1.18.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.18.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.18.0 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.18.0/glab_1.18.0_Windows_x86_64_installer.exe InstallerSha256: 954CB1EBD27F0DD17E9B3BF325C02E3E22AB1E352A875396FD77F2B6BA3341A9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.18.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.18.0/GLab.GLab.locale.en-US.yaml index 0d7ae85e3c5f4..797b1d9cb2fa0 100644 --- a/manifests/g/GLab/GLab/1.18.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.18.0/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.18.0 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.18.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.18.0/GLab.GLab.yaml index c5b3b05899768..3b1f3bfc4b46e 100644 --- a/manifests/g/GLab/GLab/1.18.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.18.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.18.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.18.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.18.1/GLab.GLab.installer.yaml index d6713f712908b..cd6837ea50989 100644 --- a/manifests/g/GLab/GLab/1.18.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.18.1/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.18.1 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.18.1/glab_1.18.1_Windows_x86_64_installer.exe InstallerSha256: 7FF5793F72456DF15430C441744E05464602688F910B6E5D6666B2226EAB53F0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.18.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.18.1/GLab.GLab.locale.en-US.yaml index e19687ba57cce..b4b82fda85645 100644 --- a/manifests/g/GLab/GLab/1.18.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.18.1/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.18.1 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: GLab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.18.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.18.1/GLab.GLab.yaml index c8c775fc16c37..4d18eb59abc29 100644 --- a/manifests/g/GLab/GLab/1.18.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.18.1/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.18.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.19.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.19.0/GLab.GLab.installer.yaml index c152cd0947f92..e06420cc409bf 100644 --- a/manifests/g/GLab/GLab/1.19.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.19.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.19.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/profclems/glab/releases/download/v1.19.0/glab_1.19.0_Windows_x86_64_installer.exe InstallerSha256: 9523631AF4D3B2FF756E4B085C829CAFBE2FE9F6F4B4AE5995C46A622FAC4D28 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.19.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.19.0/GLab.GLab.locale.en-US.yaml index dbf06bbed375e..d79980a0b6870 100644 --- a/manifests/g/GLab/GLab/1.19.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.19.0/GLab.GLab.locale.en-US.yaml @@ -1,33 +1,35 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.19.0 PackageLocale: en-US Publisher: GLab -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Clement Sam PackageName: glab PackageUrl: https://github.com/profclems/glab License: MIT LicenseUrl: https://github.com/profclems/glab/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An Open source GitLab Command Line Tool. -# Description: +# Description: Moniker: glab Tags: - cli -- commandline - command-line +- commandline - gitlab - glab - tool - utility -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.19.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.19.0/GLab.GLab.yaml index 493d1d43bd10d..2d2adde22527b 100644 --- a/manifests/g/GLab/GLab/1.19.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.19.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.19.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.20.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.20.0/GLab.GLab.installer.yaml index 2d7ce0a10ffa1..1ddc727be8ed5 100644 --- a/manifests/g/GLab/GLab/1.20.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.20.0/GLab.GLab.installer.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.20.0 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: inno - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/profclems/glab/releases/download/v1.20.0/glab_1.20.0_Windows_x86_64_installer.exe InstallerSha256: D61702D36BCFCFBA8D0020E3DD3EC1D683DD4502A4796E52D842BAF195882A08 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.20.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.20.0/GLab.GLab.locale.en-US.yaml index 2510d70112966..bbc891a3afbfd 100644 --- a/manifests/g/GLab/GLab/1.20.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.20.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.20.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GLab PublisherUrl: https://glab.readthedocs.io PublisherSupportUrl: https://github.com/profclems/glab/issues +# PrivacyUrl: Author: Clement Sam PackageName: glab PackageUrl: https://github.com/profclems/glab @@ -18,16 +19,21 @@ ShortDescription: An open-source GitLab command line tool bringing GitLabs cool Description: GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh, the official GitHub CLI tool. Moniker: glab Tags: -- gitlab - cli -- glab - command-line - commandline -- utility -- tool - git +- gitlab - gitlab-ci -- golang +- glab - glab-cli +- golang +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.20.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.20.0/GLab.GLab.yaml index 475c88a92f361..31612ab4dd568 100644 --- a/manifests/g/GLab/GLab/1.20.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.20.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.20.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.21.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.21.0/GLab.GLab.installer.yaml index ae991db33e802..a179671589258 100644 --- a/manifests/g/GLab/GLab/1.21.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.21.0/GLab.GLab.installer.yaml @@ -1,23 +1,22 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.21.0 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/profclems/glab/releases/download/v1.21.0/glab_1.21.0_Windows_x86_64_installer.exe InstallerSha256: FB6E1B23CE9D91FE722606D66ABD7F9750836C970C00C31895C342455C71725D - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.21.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.21.0/GLab.GLab.locale.en-US.yaml index 326437483ffa9..eddc395235ef1 100644 --- a/manifests/g/GLab/GLab/1.21.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.21.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.21.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GLab PublisherUrl: https://glab.readthedocs.io PublisherSupportUrl: https://github.com/profclems/glab/issues +# PrivacyUrl: Author: Clement Sam PackageName: glab PackageUrl: https://github.com/profclems/glab @@ -18,17 +19,21 @@ ShortDescription: An open-source GitLab command line tool bringing GitLabs cool Description: GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh, the official GitHub CLI tool. Moniker: glab Tags: -- gitlab - cli -- glab - command-line - commandline -- utility -- tool - git +- gitlab - gitlab-ci -- golang +- glab - glab-cli +- golang +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.21.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.21.0/GLab.GLab.yaml index 4c399b284b27a..7abbdb5314262 100644 --- a/manifests/g/GLab/GLab/1.21.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.21.0/GLab.GLab.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.21.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.21.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.21.1/GLab.GLab.installer.yaml index 7dfbd749de0d8..d9f41a183802f 100644 --- a/manifests/g/GLab/GLab/1.21.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.21.1/GLab.GLab.installer.yaml @@ -1,23 +1,22 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.21.1 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/profclems/glab/releases/download/v1.21.1/glab_1.21.1_Windows_x86_64_installer.exe InstallerSha256: 1CFABBA5ACCF77975F8500D07AF2E88990DDCE4BBAC7DC130C31910AF9AD9800 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.21.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.21.1/GLab.GLab.locale.en-US.yaml index c5c29f2849eb9..66b00280e1f99 100644 --- a/manifests/g/GLab/GLab/1.21.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.21.1/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.21.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GLab PublisherUrl: https://glab.readthedocs.io PublisherSupportUrl: https://github.com/profclems/glab/issues +# PrivacyUrl: Author: Clement Sam PackageName: glab PackageUrl: https://github.com/profclems/glab @@ -18,17 +19,21 @@ ShortDescription: An open-source GitLab command line tool bringing GitLabs cool Description: GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh, the official GitHub CLI tool. Moniker: glab Tags: -- gitlab - cli -- glab - command-line - commandline -- utility -- tool - git +- gitlab - gitlab-ci -- golang +- glab - glab-cli +- golang +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.21.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.21.1/GLab.GLab.yaml index 0a8ab4836890d..1fc5a1e76fc01 100644 --- a/manifests/g/GLab/GLab/1.21.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.21.1/GLab.GLab.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.4.1.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.21.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.22.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.22.0/GLab.GLab.installer.yaml index bde1a8565a80e..df99bcbf2dd4e 100644 --- a/manifests/g/GLab/GLab/1.22.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.22.0/GLab.GLab.installer.yaml @@ -1,15 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.22.0 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/profclems/glab/releases/download/v1.22.0/glab_1.22.0_Windows_x86_64_installer.exe - InstallerSha256: a24325c23a9113c12ebd0e5130c198c8fd63d0cb0e6a0c1063bd6362d911baf5 -ManifestType: installer -ManifestVersion: 1.5.0 InstallerType: inno Scope: machine InstallModes: @@ -17,4 +10,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: "2022-01-10" +ReleaseDate: 2022-01-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/profclems/glab/releases/download/v1.22.0/glab_1.22.0_Windows_x86_64_installer.exe + InstallerSha256: A24325C23A9113C12EBD0E5130C198C8FD63D0CB0E6A0C1063BD6362D911BAF5 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.22.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.22.0/GLab.GLab.locale.en-US.yaml index 76fd6e94f063f..d1ebbb66ab2b5 100644 --- a/manifests/g/GLab/GLab/1.22.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.22.0/GLab.GLab.locale.en-US.yaml @@ -1,6 +1,5 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.22.0 @@ -8,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -33,6 +33,10 @@ Tags: - golang - tool - utility -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/profclems/glab/releases/tag/v1.22.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.22.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.22.0/GLab.GLab.yaml index 76e4f5b746a84..2a82f318b5e49 100644 --- a/manifests/g/GLab/GLab/1.22.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.22.0/GLab.GLab.yaml @@ -1,9 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.22.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.23.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.23.1/GLab.GLab.installer.yaml index b94b65106826b..27477352984b1 100644 --- a/manifests/g/GLab/GLab/1.23.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.23.1/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.23.1 @@ -16,6 +16,6 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/uploads/75a7bacb8cbc212933741000a17c8be1/glab_1.23.1_Windows_x86_64_installer.exe - InstallerSha256: 36f9d45f68ea53cbafdbe96ba4206e4412abb4c2b8f00ba667054523bd7cc89e + InstallerSha256: 36F9D45F68EA53CBAFDBE96BA4206E4412ABB4C2B8F00BA667054523BD7CC89E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.23.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.23.1/GLab.GLab.locale.en-US.yaml index 6c2255d71d370..851b6717cfd14 100644 --- a/manifests/g/GLab/GLab/1.23.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.23.1/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.23.1 @@ -20,8 +20,8 @@ Description: GLab is an open source GitLab CLI tool bringing GitLab to your term Moniker: glab Tags: - cli -- commandline - command-line +- commandline - git - gitlab - gitlab-ci @@ -30,8 +30,10 @@ Tags: - golang - tool - utility -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.23.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.23.1/GLab.GLab.yaml index 9f71cfa2aba8b..3b263fb8f10cf 100644 --- a/manifests/g/GLab/GLab/1.23.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.23.1/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.23.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.24.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.24.1/GLab.GLab.installer.yaml index 1fb2a5cee6922..077669e01cf37 100644 --- a/manifests/g/GLab/GLab/1.24.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.24.1/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.24.1 @@ -16,6 +16,6 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/uploads/ebec3a4e12502a8b51672c87dbccb3a3/glab_1.24.1_Windows_x86_64_installer.exe - InstallerSha256: bae8b54a3d1bbe2802ea12b80a4ad6a70cfd130f527d57f4d7a015bd463ee230 + InstallerSha256: BAE8B54A3D1BBE2802EA12B80A4AD6A70CFD130F527D57F4D7A015BD463EE230 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.24.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.24.1/GLab.GLab.locale.en-US.yaml index 306cf2309bedf..0b25626aaf1c6 100644 --- a/manifests/g/GLab/GLab/1.24.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.24.1/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.24.1 @@ -20,8 +20,8 @@ Description: GLab is an open source GitLab CLI tool bringing GitLab to your term Moniker: glab Tags: - cli -- commandline - command-line +- commandline - git - gitlab - gitlab-ci @@ -30,8 +30,10 @@ Tags: - golang - tool - utility -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.24.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.24.1/GLab.GLab.yaml index 928c7bd54e424..2eb9b8a6c7bf9 100644 --- a/manifests/g/GLab/GLab/1.24.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.24.1/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.24.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.27.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.27.0/GLab.GLab.installer.yaml index d474c79d0163e..5773d7cd4b054 100644 --- a/manifests/g/GLab/GLab/1.27.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.27.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.27.0 @@ -11,10 +11,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install +ReleaseDate: 2023-03-31 Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/uploads/fdb0074b5a9fcbd39b389c27d2aaca9d/glab_1.27.0_Windows_x86_64_installer.exe InstallerSha256: BBEA37991D9B8313D978D1ED98EDC47C327714FA5750A1CB2341AB7609B31C21 ManifestType: installer -ManifestVersion: 1.4.0 -ReleaseDate: 2023-03-31 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.27.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.27.0/GLab.GLab.locale.en-US.yaml index ba75169589bfe..dad1655c19e11 100644 --- a/manifests/g/GLab/GLab/1.27.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.27.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.27.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -29,6 +30,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: ReleaseNotesUrl: https://gitlab.com/gitlab-org/cli/-/releases +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.27.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.27.0/GLab.GLab.yaml index 6ce4c3d4b8ddc..22c0a54dfd238 100644 --- a/manifests/g/GLab/GLab/1.27.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.27.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.27.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.27.1/GLab.GLab.installer.yaml index a4fac94ec5ab3..cae34c5137db2 100644 --- a/manifests/g/GLab/GLab/1.27.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.27.1/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.27.1 @@ -11,10 +11,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install +ReleaseDate: 2023-04-05 Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/uploads/0ca1ff595e262159acf84a264622080c/glab_1.27.1_Windows_x86_64_installer.exe InstallerSha256: E7A77C8C1376A5E86AA740441C3F85573A159031838DB564E7E08361841B3FD0 ManifestType: installer -ManifestVersion: 1.4.0 -ReleaseDate: 2023-04-05 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.27.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.27.1/GLab.GLab.locale.en-US.yaml index 77cfafa185692..85412c765cc5a 100644 --- a/manifests/g/GLab/GLab/1.27.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.27.1/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.27.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -29,6 +30,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: ReleaseNotesUrl: https://gitlab.com/gitlab-org/cli/-/releases +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.27.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.27.1/GLab.GLab.yaml index b093f54dcf690..25c48ca434cec 100644 --- a/manifests/g/GLab/GLab/1.27.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.27.1/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.27.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.30.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.30.0/GLab.GLab.installer.yaml index 00e5849b6ae06..d903c7ff15c23 100644 --- a/manifests/g/GLab/GLab/1.30.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.30.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.30.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.30.0/downloads/glab_1.30.0_Windows_x86_64_installer.exe InstallerSha256: 6F0120931F3BF1DDDCE647FC681AC755B9A2AAF7A49AA4C228F971F8B2871D82 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.30.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.30.0/GLab.GLab.locale.en-US.yaml index a0061f46e681d..1fe535dffd86e 100644 --- a/manifests/g/GLab/GLab/1.30.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.30.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.30.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.30.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.30.0/GLab.GLab.yaml index 2fe6bf986c675..161fb6228fa6d 100644 --- a/manifests/g/GLab/GLab/1.30.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.30.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.30.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.31.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.31.0/GLab.GLab.installer.yaml index ab714eef865f7..d3634637b78bb 100644 --- a/manifests/g/GLab/GLab/1.31.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.31.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.31.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.31.0/downloads/glab_1.31.0_Windows_x86_64_installer.exe InstallerSha256: 6C5A38E58865F0288DE8AE782376525491E1C1142340C98E063246CAF21B5D58 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.31.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.31.0/GLab.GLab.locale.en-US.yaml index bb35ea19de0a6..0ee5f50cbe497 100644 --- a/manifests/g/GLab/GLab/1.31.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.31.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.31.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.31.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.31.0/GLab.GLab.yaml index 5ebe62297ef52..5eac5b5680061 100644 --- a/manifests/g/GLab/GLab/1.31.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.31.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.31.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.32.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.32.0/GLab.GLab.installer.yaml index 8307be1e069b7..5f5365acdaf34 100644 --- a/manifests/g/GLab/GLab/1.32.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.32.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.32.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.32.0/downloads/glab_1.32.0_Windows_x86_64_installer.exe InstallerSha256: 1431B6263C5B224E70221BC93FB6C6ECE10A9856A596D517E32AB20F4207D0C5 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.32.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.32.0/GLab.GLab.locale.en-US.yaml index 8f4bebf3dee07..da445863df24c 100644 --- a/manifests/g/GLab/GLab/1.32.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.32.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.32.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.32.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.32.0/GLab.GLab.yaml index 9faaacd4d014a..1a6e653295958 100644 --- a/manifests/g/GLab/GLab/1.32.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.32.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.32.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.33.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.33.0/GLab.GLab.installer.yaml index 024e9deab10ec..c72c9cbd878a0 100644 --- a/manifests/g/GLab/GLab/1.33.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.33.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.33.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.33.0/downloads/glab_1.33.0_Windows_x86_64_installer.exe InstallerSha256: 09075AA8C5F88DC55E76460389619383A8C584BBE47C625B6DB3A3F0FB4C1111 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.33.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.33.0/GLab.GLab.locale.en-US.yaml index 7ee9e3fbe98df..54e7cd6f8facc 100644 --- a/manifests/g/GLab/GLab/1.33.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.33.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.33.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.33.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.33.0/GLab.GLab.yaml index 91e12349e6f1f..67925766758b1 100644 --- a/manifests/g/GLab/GLab/1.33.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.33.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.33.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.34.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.34.0/GLab.GLab.installer.yaml index 9c250322c2ef8..7cf23850be9da 100644 --- a/manifests/g/GLab/GLab/1.34.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.34.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.34.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.34.0/downloads/glab_1.34.0_Windows_x86_64_installer.exe InstallerSha256: E95371BAD5A083C7AB66B1FE3250C45C317C2980863B9066C0C865B22304298F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.34.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.34.0/GLab.GLab.locale.en-US.yaml index 6fe50fcc27b5f..4e5b0a81a9244 100644 --- a/manifests/g/GLab/GLab/1.34.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.34.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.34.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.34.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.34.0/GLab.GLab.yaml index 98059da9e456a..2e2fbbfa4c956 100644 --- a/manifests/g/GLab/GLab/1.34.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.34.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.34.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.35.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.35.0/GLab.GLab.installer.yaml index 7d102acdce905..221bf583340e0 100644 --- a/manifests/g/GLab/GLab/1.35.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.35.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.35.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.35.0/downloads/glab_1.35.0_Windows_x86_64_installer.exe InstallerSha256: 283AF92EDFBDF1CE57E36217FDC4B6AC3BEE30D2D6DCF1E400374B0432FBDFAC ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.35.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.35.0/GLab.GLab.locale.en-US.yaml index 2634bf5354c62..9b1821fd4e592 100644 --- a/manifests/g/GLab/GLab/1.35.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.35.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.35.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.35.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.35.0/GLab.GLab.yaml index a1f02dd9caefb..d3a33f22884c2 100644 --- a/manifests/g/GLab/GLab/1.35.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.35.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.35.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.36.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.36.0/GLab.GLab.installer.yaml index afaef29d5985d..6cbf3c1c84971 100644 --- a/manifests/g/GLab/GLab/1.36.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.36.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.36.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.36.0/downloads/glab_1.36.0_Windows_x86_64_installer.exe InstallerSha256: 02E6FC550371F85CF7F233EE3B14D237CD30783CAC11307ADE6F49EDD49306AE ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.36.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.36.0/GLab.GLab.locale.en-US.yaml index f10e3bed58a0e..123aed344431a 100644 --- a/manifests/g/GLab/GLab/1.36.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.36.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.36.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.36.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.36.0/GLab.GLab.yaml index b082b6fcfcd33..97bf8773021d8 100644 --- a/manifests/g/GLab/GLab/1.36.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.36.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.36.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.37.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.37.0/GLab.GLab.installer.yaml index 691cff24c2bab..515ff23609ae7 100644 --- a/manifests/g/GLab/GLab/1.37.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.37.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.37.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.37.0/downloads/glab_1.37.0_Windows_x86_64_installer.exe InstallerSha256: 5019F0334C55E4E7738181B93A21B912BF50A130170BF028E8D43CDF196904D6 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.37.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.37.0/GLab.GLab.locale.en-US.yaml index 5efe23804244e..494ee6f7baab9 100644 --- a/manifests/g/GLab/GLab/1.37.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.37.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.37.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.37.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.37.0/GLab.GLab.yaml index 16d9c05c992c2..a0682c1ea9368 100644 --- a/manifests/g/GLab/GLab/1.37.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.37.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.37.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.38.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.38.0/GLab.GLab.installer.yaml index 92b08f5e6fb66..839735020f3e9 100644 --- a/manifests/g/GLab/GLab/1.38.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.38.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.38.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.38.0/downloads/glab_1.38.0_Windows_x86_64_installer.exe InstallerSha256: D7810223F27EEAEA25EA3ADE11ADC67CEEFBFD954F676B61F95977DFC6FDF0A3 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.38.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.38.0/GLab.GLab.locale.en-US.yaml index f2123e2b9fbf0..da45127100607 100644 --- a/manifests/g/GLab/GLab/1.38.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.38.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.38.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.38.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.38.0/GLab.GLab.yaml index 98797aa78ec1f..89e678fb5e58f 100644 --- a/manifests/g/GLab/GLab/1.38.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.38.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.38.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.39.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.39.0/GLab.GLab.installer.yaml index 2e583cc450194..5fbeb61f5b6fb 100644 --- a/manifests/g/GLab/GLab/1.39.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.39.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.39.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.39.0/downloads/glab_1.39.0_Windows_x86_64_installer.exe InstallerSha256: C1FCE58ECA97BA4DE6736C9C38FC91F4845B7D1F0F2217ACF709DDE609AA19AB ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.39.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.39.0/GLab.GLab.locale.en-US.yaml index 80a2860e7f932..549846f037f18 100644 --- a/manifests/g/GLab/GLab/1.39.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.39.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.39.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.39.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.39.0/GLab.GLab.yaml index f1b231abbd38a..73be840e733d0 100644 --- a/manifests/g/GLab/GLab/1.39.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.39.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.39.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.40.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.40.0/GLab.GLab.installer.yaml index 4528537a103cd..d46b10e27f75b 100644 --- a/manifests/g/GLab/GLab/1.40.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.40.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.40.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.40.0/downloads/glab_1.40.0_Windows_x86_64_installer.exe InstallerSha256: 3CF4C9A7AE351CECF0340540CB50DBCA51085103EBB6973D35139DD5476E6CA2 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.40.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.40.0/GLab.GLab.locale.en-US.yaml index 1a65080fd5531..9635dfd46e6f0 100644 --- a/manifests/g/GLab/GLab/1.40.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.40.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.40.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.40.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.40.0/GLab.GLab.yaml index 250cfde18b52a..677b42583e26a 100644 --- a/manifests/g/GLab/GLab/1.40.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.40.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.40.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.41.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.41.0/GLab.GLab.installer.yaml index 134634572f5ca..911398b5c7be7 100644 --- a/manifests/g/GLab/GLab/1.41.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.41.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.41.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.41.0/downloads/glab_1.41.0_Windows_x86_64_installer.exe InstallerSha256: EEFC14CA42848E735B644994024AD4D9284D3ECB234A01568D9F4EBAA35FBEEB ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.41.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.41.0/GLab.GLab.locale.en-US.yaml index c4967e6e4c933..56a01be6adf6b 100644 --- a/manifests/g/GLab/GLab/1.41.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.41.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.41.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.41.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.41.0/GLab.GLab.yaml index cc9127483a7a5..5ca34f6265264 100644 --- a/manifests/g/GLab/GLab/1.41.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.41.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.41.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.42.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.42.0/GLab.GLab.installer.yaml index 47e52d3ecdcb4..9542069233e5a 100644 --- a/manifests/g/GLab/GLab/1.42.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.42.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.42.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.42.0/downloads/glab_1.42.0_Windows_x86_64_installer.exe InstallerSha256: 836CAD0FD0551184A138D7850F74796676C7720CAF40BCD85D565EE48E681153 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.42.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.42.0/GLab.GLab.locale.en-US.yaml index d9cd235ed2668..b29694eaf6e7a 100644 --- a/manifests/g/GLab/GLab/1.42.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.42.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.42.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.42.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.42.0/GLab.GLab.yaml index ec0897e00b86c..0218962870942 100644 --- a/manifests/g/GLab/GLab/1.42.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.42.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.43.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.43.0/GLab.GLab.installer.yaml index 2e26661158372..bc2a0d699ccca 100644 --- a/manifests/g/GLab/GLab/1.43.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.43.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.43.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.43.0/downloads/glab_1.43.0_Windows_x86_64_installer.exe InstallerSha256: 97AC9A00A54CC4E8A160E0C05C3C5BB0613C6A2B300DAF0C7A437F217AB4B9EB ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.43.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.43.0/GLab.GLab.locale.en-US.yaml index 421e38e2c1a08..74b6a783d235e 100644 --- a/manifests/g/GLab/GLab/1.43.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.43.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.43.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.43.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.43.0/GLab.GLab.yaml index c41799a6d08ef..a6a47cec63d7b 100644 --- a/manifests/g/GLab/GLab/1.43.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.43.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.43.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.installer.yaml index 717a723b8a55a..2ede2a342ff7b 100644 --- a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.44.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.44.1/downloads/glab_1.44.1_Windows_x86_64_installer.exe InstallerSha256: 73F36959C52D21DFDDAD4293748514D199BA1136A7430427A5E2B08644FE9401 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.locale.en-US.yaml index e74304f37ffcd..dac8c22e327fc 100644 --- a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.44.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.yaml index 02f6d1483a74b..a8d948f561dc1 100644 --- a/manifests/g/GLab/GLab/1.44.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.44.1/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.44.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.installer.yaml index 0653ec99a5627..e4cf2e3acb4c2 100644 --- a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.45.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.45.0/downloads/glab_1.45.0_Windows_x86_64_installer.exe InstallerSha256: 91E8EA6C91B729BBEBEE09903639DCCECFC1580B7DAAAF53E81ADA980F7F9D89 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.locale.en-US.yaml index 4583d958b8810..a2d299d7e829e 100644 --- a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.45.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.yaml index d4cb0bf2ba79f..35d2afee5c239 100644 --- a/manifests/g/GLab/GLab/1.45.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.45.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.45.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.installer.yaml index 423926bdd4c93..15323a807520e 100644 --- a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.46.0 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ReleaseDate: 2024-09-04 AppsAndFeaturesEntries: - Publisher: GitLab @@ -21,5 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.46.0/downloads/glab_1.46.0_Windows_x86_64_installer.exe InstallerSha256: AF5F49542847B1C1C43CD4914DDDDD49F272CF9EA8DDCF9DA6A68A0D72FFA8EC + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.locale.en-US.yaml index 1bb08a287b4f5..44cc09a1c8551 100644 --- a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.46.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.yaml index 2209944b98611..d9d9c78fbe942 100644 --- a/manifests/g/GLab/GLab/1.46.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.46.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.46.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.46.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.46.1/GLab.GLab.installer.yaml index caa792fa23016..d33d941218e48 100644 --- a/manifests/g/GLab/GLab/1.46.1/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.46.1/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.46.1 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ReleaseDate: 2024-09-10 AppsAndFeaturesEntries: - Publisher: GitLab @@ -21,5 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.46.1/downloads/glab_1.46.1_Windows_x86_64_installer.exe InstallerSha256: 0FC1E6B317DFB0DE37E3370FAF00F1A52A942F51DA835949D332FF9A58A59942 + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.46.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.46.1/GLab.GLab.locale.en-US.yaml index a4df4bf41172c..058d4e4ea9f33 100644 --- a/manifests/g/GLab/GLab/1.46.1/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.46.1/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.46.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.46.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.46.1/GLab.GLab.yaml index 785953a89bb46..fed39fc98f5b2 100644 --- a/manifests/g/GLab/GLab/1.46.1/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.46.1/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.46.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.47.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.47.0/GLab.GLab.installer.yaml index 4f7170400e02a..c33ee019955de 100644 --- a/manifests/g/GLab/GLab/1.47.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.47.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.47.0 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ReleaseDate: 2024-10-02 AppsAndFeaturesEntries: - Publisher: GitLab @@ -21,5 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.47.0/downloads/glab_1.47.0_Windows_x86_64_installer.exe InstallerSha256: D193035CFE51E9237BB52D50B3F0E550AD9166872E3764E6D3FD12C64059F6F1 + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.47.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.47.0/GLab.GLab.locale.en-US.yaml index b1aaff4a35a41..95e6a826b8a8c 100644 --- a/manifests/g/GLab/GLab/1.47.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.47.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.47.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.47.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.47.0/GLab.GLab.yaml index 6787b294d742b..6f5e4b23ef466 100644 --- a/manifests/g/GLab/GLab/1.47.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.47.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.47.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.48.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.48.0/GLab.GLab.installer.yaml index 0a97049c64d7f..8d7d5201b11b9 100644 --- a/manifests/g/GLab/GLab/1.48.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.48.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.48.0 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ReleaseDate: 2024-10-17 AppsAndFeaturesEntries: - Publisher: GitLab @@ -21,5 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.48.0/downloads/glab_1.48.0_Windows_x86_64_installer.exe InstallerSha256: 35CC3584E8F761686F3A3065D020AAADB6AC173EC8D9C583A2FFE5C5BBF8EA25 + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.48.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.48.0/GLab.GLab.locale.en-US.yaml index eff161fbff7d5..2aab9694d2870 100644 --- a/manifests/g/GLab/GLab/1.48.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.48.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.48.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.48.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.48.0/GLab.GLab.yaml index b71ac3648bea9..452f7e43b881c 100644 --- a/manifests/g/GLab/GLab/1.48.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.48.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.48.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.49.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.49.0/GLab.GLab.installer.yaml index 3d3be343302fd..cf71b9c97ed6c 100644 --- a/manifests/g/GLab/GLab/1.49.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.49.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.49.0 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ReleaseDate: 2024-11-15 AppsAndFeaturesEntries: - Publisher: GitLab @@ -21,5 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.49.0/downloads/glab_1.49.0_Windows_x86_64_installer.exe InstallerSha256: 7CAD21BCDCB643276458EAF7694C20634942BFD98F9CE53650C736747D0C0044 + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.49.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.49.0/GLab.GLab.locale.en-US.yaml index 9fa9bde8e0b8c..d087113afcdbc 100644 --- a/manifests/g/GLab/GLab/1.49.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.49.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.49.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.49.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.49.0/GLab.GLab.yaml index df21e5a552a95..d9289e1ceca2c 100644 --- a/manifests/g/GLab/GLab/1.49.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.49.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.49.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.50.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.50.0/GLab.GLab.installer.yaml index 6d064605792ae..5b99edbce9841 100644 --- a/manifests/g/GLab/GLab/1.50.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.50.0/GLab.GLab.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.50.0 @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ReleaseDate: 2024-11-28 AppsAndFeaturesEntries: - Publisher: GitLab @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.50.0/downloads/glab_1.50.0_Windows_x86_64_installer.exe InstallerSha256: 32E1006DC10A4C74BB5045BA3975E75B81AEEE841772FCDA287AE5DF756ACF5A + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.50.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.50.0/GLab.GLab.locale.en-US.yaml index a5fce955e9966..edee74435b77b 100644 --- a/manifests/g/GLab/GLab/1.50.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.50.0/GLab.GLab.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.50.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.50.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.50.0/GLab.GLab.yaml index 7341ddb060d1e..4941170092e35 100644 --- a/manifests/g/GLab/GLab/1.50.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.50.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab PackageVersion: 1.50.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.51.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.51.0/GLab.GLab.installer.yaml index cf65072de4c6d..61a9f7ad924d6 100644 --- a/manifests/g/GLab/GLab/1.51.0/GLab.GLab.installer.yaml +++ b/manifests/g/GLab/GLab/1.51.0/GLab.GLab.installer.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.8.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GLab.GLab @@ -11,7 +11,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ReleaseDate: 2024-12-18 AppsAndFeaturesEntries: - Publisher: GitLab @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.51.0/downloads/glab_1.51.0_Windows_x86_64_installer.exe InstallerSha256: 794A62E399AB4B44ACB82E063AF0A712757A2D1624853CA492EE33E36AC89595 + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.51.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.51.0/GLab.GLab.locale.en-US.yaml index 3640a80896a00..39fb569e9f0d3 100644 --- a/manifests/g/GLab/GLab/1.51.0/GLab.GLab.locale.en-US.yaml +++ b/manifests/g/GLab/GLab/1.51.0/GLab.GLab.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.8.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GLab.GLab @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitLab PublisherUrl: https://gitlab.com/gitlab-org/cli PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +# PrivacyUrl: Author: GitLab PackageName: GLab PackageUrl: https://gitlab.com/gitlab-org/cli @@ -32,5 +33,10 @@ Tags: - golang - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/g/GLab/GLab/1.51.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.51.0/GLab.GLab.yaml index 7ec42b7169f52..cd0a696c83a26 100644 --- a/manifests/g/GLab/GLab/1.51.0/GLab.GLab.yaml +++ b/manifests/g/GLab/GLab/1.51.0/GLab.GLab.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.8.0 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GLab.GLab diff --git a/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.installer.yaml b/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.installer.yaml new file mode 100644 index 0000000000000..5215a91478d45 --- /dev/null +++ b/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GPSoftware.DirectoryOpus +PackageVersion: "13.13" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- coll +- ftp +- opusprefs +FileExtensions: +- dcf +- dft +- dlt +- dop +- dps +- flt +- opuscert +- opusscriptinstall +- osp +ProductCode: '{6CFA061F-1A4C-4569-963F-2ACFC60F5CAD}_is1' +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn2.gpsoft.com.au/files/Opus13/DOpusInstall-13.13.exe + InstallerSha256: E9038179FA93E84FD601E7D830CDC36FD6F60309184F2A4E37F4CF8ACF3B6BB5 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.locale.en-US.yaml b/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.locale.en-US.yaml new file mode 100644 index 0000000000000..ab323f02def92 --- /dev/null +++ b/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.locale.en-US.yaml @@ -0,0 +1,70 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GPSoftware.DirectoryOpus +PackageVersion: "13.13" +PackageLocale: en-US +Publisher: GPSoftware +PublisherUrl: https://www.gpsoft.com.au/ +PublisherSupportUrl: https://support.gpsoft.com.au/ +Author: GP Software (Redbrook Pty Ltd) +PackageName: Directory Opus +PackageUrl: https://www.gpsoft.com.au/ +License: Proprietary +LicenseUrl: https://docs.dopus.com/doku.php?id=licence +Copyright: Copyright © 2024 GP Software. All rights reserved. +CopyrightUrl: https://docs.dopus.com/doku.php?id=copyrights +ShortDescription: A complete replacement for Explorer, with far more power and functionality than any other file manager available today. +Moniker: dopus +Tags: +- archive +- blake3 +- directory +- duplicate +- explorer +- file +- folder +- ftp +- hash +- management +- manager +- md5 +- rename +- sha1 +- zip +ReleaseNotes: |- + Folder Tab Drag & Drop + - You can now drag folder tabs out of the tab bar to create new windows for them (like in a web browser), without having to drag them to the Windows desktop. + - When dragging a folder tab out to open it as a new window, the drag thumbnail now scales with DPI. + - Fix for titlebar flashing when dragging folder tabs in a dual-display window when Move top-row toolbars into the window title bar" is on. + + Commands + - Added Go command SETFOCUS argument. When combined with a keyword like OPENINDUAL this causes the target file display to become active. You can also use it with Go DRIVEBUTTONS=multifunc. + - Added Toolbar command RELOAD argument; allows you to reload a currently open toolbar from disk (in case the disk file has changed). + - Previously the Toolbar command's NAME field supported *this to mean the current toolbar only in conjunction with the CLOSE argument. This now works with other arguments (e.g. TOGGLE, RELOAD, etc) too. + + Scripting + - DialogListItem.subitems now returns a real object (DialogListSubItems) which is a collection of real objects (DialogListSubItem) rather than strings. Existing code should continue to work without needing modification. + - The new DialogListSubItem script object has fg, bg and styles properties which allow colors and font styles to be specified for individual columns. + - Added Filter.Load script method to load a saved filter. + - Added TabStats properties expandeddirs, expandedcontents, selexpanded, checkedexpanded properties. + - Single line and numeric edit fields in script dialogs have a new Enter property. When set to true, pressing the enter key in the field will no longer trigger the dialog's default button (if it has one) - instead, you'll receive an "enter" message in your script message loop. + - Script commands can now return 1 from their command method to indicate they want to be called once for each selected file. + + Evaluator + - The evaluator Rnd function will now return a different value each time it's called on a particular thread (previously it was only guaranteed to return a different value within the one piece of evaluation code). This means e.g. a rename function that uses {=Rnd()=} will get a different value for each file. + - The evaluator Asc and Chr functions now support unicode surrogate pairs. + + Miscellaneous + - Improvement to Synchronize folder exclusion lists. Excluded folders are now skipped even if they're inside other folders that don't exist in the destination. + - Improved logic for naming new junctions/softlinks/etc. when there's already something with the same name. + - Improved logic for Replace > Rename New, making it more strict when looking for and bumping "(1)" style counts on the end. + - Aliases are now supported for Preferences / Miscellaneous / Advanced: [Behavior] everything_autolaunch. + - If reading a network folder fails and the error isn't one that Opus recognises as meaning authentication is required, the error message now includes a Connect link that you can click to force Opus to request credentials. If the connection is successful the error code is added to the network_errors Advanced Preferences setting so that future failures will request authentication immediately. +ReleaseNotesUrl: https://resource.dopus.com/t/directory-opus-13-13/54354 +PurchaseUrl: https://www.gpsoft.com.au/#buynow +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.dopus.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.locale.zh-CN.yaml b/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e7f8a4e55cdeb --- /dev/null +++ b/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: GPSoftware.DirectoryOpus +PackageVersion: "13.13" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 文件资源管理器的完全替代品,其功能和强大程度远超目前市面上的任何其它文件资源管理器。 +Tags: +- blake3 +- ftp +- md5 +- sha1 +- zip +- 压缩包 +- 去重 +- 哈希 +- 文件 +- 文件夹 +- 文件管理器 +- 文件资源管理器 +- 目录 +- 管理 +- 管理器 +- 重命名 +ReleaseNotesUrl: https://resource.dopus.com/t/directory-opus-13-13/54354 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.dopus.com/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.yaml b/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.yaml new file mode 100644 index 0000000000000..9129b44bf5fd9 --- /dev/null +++ b/manifests/g/GPSoftware/DirectoryOpus/13.13/GPSoftware.DirectoryOpus.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GPSoftware.DirectoryOpus +PackageVersion: "13.13" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.installer.yaml b/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.installer.yaml new file mode 100644 index 0000000000000..cfbd540e61c7c --- /dev/null +++ b/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GaetanSencie.AnnualAccounting +PackageVersion: 1.8.0.0 +InstallerType: inno +InstallModes: +- interactive +- silentWithProgress +FileExtensions: +- exe +- md +- dat +Scope: user +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/STENS66/Annual_Accounting/releases/download/V1.8.0.0/installer_annual_accounting_V1.8.exe + InstallerSha256: 0310A6114842012042DD6D2ECA34F1A2769FE33B9D464B004F948C03DDD296B4 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-04 +Agreements: +- AgreementLabel: License Agreement + AgreementUrl: https://github.com/STENS66/Annual_Accounting/releases/download/V1.8.0.0/License.txt \ No newline at end of file diff --git a/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.locale.en-US.yaml b/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.locale.en-US.yaml new file mode 100644 index 0000000000000..da027a6565baa --- /dev/null +++ b/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GaetanSencie.AnnualAccounting +PackageVersion: 1.8.0.0 +PackageLocale: en-US +Publisher: Gaëtan Sencie +PublisherUrl: https://github.com/STENS66 +PublisherSupportUrl: https://github.com/STENS66/Annual_Accounting/issues +PackageName: Annual Accounting +PackageUrl: https://github.com/STENS66/Annual_Accounting +License: Proprietary +Copyright: © Gaëtan Sencie 2023 All rights reserved +ShortDescription: Annual Accounting Setup is a very simple and lightweight accounting software coded in Python. +ReleaseNotesUrl: https://github.com/STENS66/Annual_Accounting/releases/tag/V1.8.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.yaml b/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.yaml new file mode 100644 index 0000000000000..2cc628b2f85fb --- /dev/null +++ b/manifests/g/GaetanSencie/AnnualAccounting/1.8.0.0/GaetanSencie.AnnualAccounting.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GaetanSencie.AnnualAccounting +PackageVersion: 1.8.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.installer.yaml b/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.installer.yaml deleted file mode 100644 index 65e3c84722d4f..0000000000000 --- a/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: GaijinNetwork.Crossout -PackageVersion: 1.0.3.161 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://crossout.net/en/download/launcherPC - InstallerSha256: 9C2C84FC502B9630D89962D8C291AE1490E1DC33069AA36B5638D31668981A0A - ProductCode: CrossOutLauncher_is1 - AppsAndFeaturesEntries: - - DisplayName: Crossout Launcher 1.0.3.161 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.locale.en-US.yaml b/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.locale.en-US.yaml deleted file mode 100644 index 189ac290777ab..0000000000000 --- a/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: GaijinNetwork.Crossout -PackageVersion: 1.0.3.161 -PackageLocale: en-US -Publisher: Gaijin Network -PublisherUrl: https://gaijin.net/ -PublisherSupportUrl: https://support.gaijin.net/ -PrivacyUrl: https://crossout.net/support/privacypolicy/ -# Author: -PackageName: Crossout Launcher -PackageUrl: https://crossout.net/ -License: Proprietary -LicenseUrl: https://crossout.net/support/eula/ -Copyright: © 2015 - 2022 Gaijin Games Kft. -# CopyrightUrl: -ShortDescription: Crossout is the post-apocalyptic MMO Action game! in which you can craft your unique battle machines from a myriad of interchangeable parts, ride them directly into combat and destroy your enemies in explosive PvP online battles! -# Description: -Moniker: crossout -Tags: -- free-to-play -- game -- mmo -- video-game -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.yaml b/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.yaml deleted file mode 100644 index cb070ebe4876d..0000000000000 --- a/manifests/g/GaijinNetwork/Crossout/1.0.3.161/GaijinNetwork.Crossout.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.5-1-19041-1682 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: GaijinNetwork.Crossout -PackageVersion: 1.0.3.161 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.installer.yaml b/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.installer.yaml new file mode 100644 index 0000000000000..e8e00092df4fd --- /dev/null +++ b/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GaijinNetwork.Crossout +PackageVersion: 1.0.3.25 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- DisplayName: Crossout Launcher 1.0.3.25 +Installers: +- Architecture: x64 + InstallerUrl: https://aws-yup-distr-03.gaijinent.com/crossout_launcher_1.0.3.25.exe + InstallerSha256: DAD60F220CB65443537CC6EA03163A4694E28F210E43B988875E786E23FF0D38 + ProductCode: CrossOutLauncher_is1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.locale.en-US.yaml b/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.locale.en-US.yaml new file mode 100644 index 0000000000000..57d1e3913982a --- /dev/null +++ b/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GaijinNetwork.Crossout +PackageVersion: 1.0.3.25 +PackageLocale: en-US +Publisher: Gaijin Network +PublisherUrl: https://gaijin.net/ +PublisherSupportUrl: https://support.gaijin.net/ +PrivacyUrl: https://crossout.net/support/privacypolicy/ +# Author: +PackageName: Crossout Launcher +PackageUrl: https://crossout.net/ +License: Proprietary +LicenseUrl: https://crossout.net/support/eula/ +Copyright: © 2015 - 2022 Gaijin Games Kft. +# CopyrightUrl: +ShortDescription: Crossout is the post-apocalyptic MMO Action game! in which you can craft your unique battle machines from a myriad of interchangeable parts, ride them directly into combat and destroy your enemies in explosive PvP online battles! +# Description: +Moniker: crossout +Tags: +- free-to-play +- game +- mmo +- video-game +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.yaml b/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.yaml new file mode 100644 index 0000000000000..9802be1fc5b71 --- /dev/null +++ b/manifests/g/GaijinNetwork/Crossout/1.0.3.25/GaijinNetwork.Crossout.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GaijinNetwork.Crossout +PackageVersion: 1.0.3.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaijinNetwork/StarConflict/.validation b/manifests/g/GaijinNetwork/StarConflict/.validation deleted file mode 100644 index 18272186cad75..0000000000000 --- a/manifests/g/GaijinNetwork/StarConflict/.validation +++ /dev/null @@ -1 +0,0 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"b5d97d5b-a423-4a17-acb5-a78818882add","TestPlan":"Validation-Domain","PackagePath":"manifests/g/GaijinNetwork/StarConflict/1.0.3.27","CommitId":"ae71b7d9a07643815f3a7a44bc6c9579e3a3675e"}]} \ No newline at end of file diff --git a/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.installer.yaml b/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.installer.yaml new file mode 100644 index 0000000000000..1f2f6e1f9b8bd --- /dev/null +++ b/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GaijinNetwork.StarConflict +PackageVersion: 1.0.3.10 +MinimumOSVersion: 10.0.0.0 +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2024-07-25 +AppsAndFeaturesEntries: +- DisplayName: StarConflict Launcher 1.0.3.66 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\StarConflict' +Installers: +- Architecture: x86 + InstallerUrl: https://aws-yup-distr-01.gaijinent.com/starconf_launcher_1.0.3.10.exe + InstallerSha256: 2895E0CF20C254106F185C9225276A425D5CC5E507E80A4178199C9C154DEAFC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.locale.en-US.yaml b/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.locale.en-US.yaml new file mode 100644 index 0000000000000..959f625037dc7 --- /dev/null +++ b/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GaijinNetwork.StarConflict +PackageVersion: 1.0.3.10 +PackageLocale: en-US +Publisher: Gaijin Network +PublisherUrl: https://gaijin.net/ +PublisherSupportUrl: https://support.gaijin.net/ +PrivacyUrl: https://star-conflict.com/en/b/privacypolicy/ +PackageName: StarConflict Launcher +PackageUrl: https://star-conflict.com/ +License: Proprietary +LicenseUrl: https://star-conflict.com/en/b/eula/ +Copyright: © 2014 - 2024 Gaijin Games Kft. +ShortDescription: Star Conflict is a dynamic MMO action game that puts you at the helm of a space ship to fight in the star fleet’s massive battles! +Moniker: starconflict +Tags: +- free-to-play +- game +- video-game +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.yaml b/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.yaml new file mode 100644 index 0000000000000..c408797651ff6 --- /dev/null +++ b/manifests/g/GaijinNetwork/StarConflict/1.0.3.10/GaijinNetwork.StarConflict.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GaijinNetwork.StarConflict +PackageVersion: 1.0.3.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.installer.yaml b/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.installer.yaml deleted file mode 100644 index 0098df9ff065b..0000000000000 --- a/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GaijinNetwork.StarConflict -PackageVersion: 1.0.3.66 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: - - DisplayName: StarConflict Launcher 1.0.3.66 -ReleaseDate: 2024-03-28 -Installers: -- Architecture: x64 - InstallerUrl: https://aws-yup-distr-04.gaijinent.com/starconf_launcher_1.0.3.66.exe - InstallerSha256: BF73B8BBF0A200344F8138B3D930778E9514B475FEBA1812B15608C007E7375D - ProductCode: StarConflictLauncher_is1 - AppsAndFeaturesEntries: - - DisplayName: StarConflict Launcher 1.0.3.66 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.locale.en-US.yaml b/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.locale.en-US.yaml deleted file mode 100644 index 2e0462184d630..0000000000000 --- a/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GaijinNetwork.StarConflict -PackageVersion: 1.0.3.66 -PackageLocale: en-US -Publisher: Gaijin Network -PublisherUrl: https://gaijin.net/ -PublisherSupportUrl: https://support.gaijin.net/ -PrivacyUrl: https://star-conflict.com/en/b/privacypolicy/ -# Author: -PackageName: StarConflict Launcher -PackageUrl: https://star-conflict.com/ -License: Proprietary -LicenseUrl: https://star-conflict.com/en/b/eula/ -Copyright: © 2014 - 2024 Gaijin Games Kft. -# CopyrightUrl: -ShortDescription: Star Conflict is a dynamic MMO action game that puts you at the helm of a space ship to fight in the star fleet’s massive battles! -# Description: -Moniker: starconflict -Tags: -- free-to-play -- game -- video-game -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.yaml b/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.yaml deleted file mode 100644 index 7260961766bc7..0000000000000 --- a/manifests/g/GaijinNetwork/StarConflict/1.0.3.66/GaijinNetwork.StarConflict.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GaijinNetwork.StarConflict -PackageVersion: 1.0.3.66 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.installer.yaml b/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.installer.yaml new file mode 100644 index 0000000000000..fb4d9749ecbfd --- /dev/null +++ b/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.installer.yaml @@ -0,0 +1,54 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GarboMuffin.TurboWarp +PackageVersion: 1.13.2 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: install +FileExtensions: +- sb +- sb2 +- sb3 +ReleaseDate: 2025-02-02 +AppsAndFeaturesEntries: +- DisplayName: TurboWarp 1.13.2 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.13.2/TurboWarp-Setup-1.13.2-ia32.exe + InstallerSha256: 14D222ED9471C8C8F9ECF1CD6B5A0D42F96E97EEBD23B2BB012D29AF2C4B04D5 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.13.2/TurboWarp-Setup-1.13.2-ia32.exe + InstallerSha256: 14D222ED9471C8C8F9ECF1CD6B5A0D42F96E97EEBD23B2BB012D29AF2C4B04D5 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.13.2/TurboWarp-Setup-1.13.2-x64.exe + InstallerSha256: E019C3974D67EE3F209740D374C57DD04D82393B8994C295122737E352E96AF3 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.13.2/TurboWarp-Setup-1.13.2-x64.exe + InstallerSha256: E019C3974D67EE3F209740D374C57DD04D82393B8994C295122737E352E96AF3 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.13.2/TurboWarp-Setup-1.13.2-arm64.exe + InstallerSha256: D335DD2C7BE60447799F4AAF8DD2C24AFC8454955C935DCAF8F51631C3BF29C4 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/TurboWarp/desktop/releases/download/v1.13.2/TurboWarp-Setup-1.13.2-arm64.exe + InstallerSha256: D335DD2C7BE60447799F4AAF8DD2C24AFC8454955C935DCAF8F51631C3BF29C4 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.locale.en-US.yaml b/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.locale.en-US.yaml new file mode 100644 index 0000000000000..97b4ffcdd0f9b --- /dev/null +++ b/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GarboMuffin.TurboWarp +PackageVersion: 1.13.2 +PackageLocale: en-US +Publisher: Thomas Weber +PublisherUrl: https://turbowarp.org/ +PublisherSupportUrl: https://github.com/TurboWarp/desktop/issues +PrivacyUrl: https://desktop.turbowarp.org/privacy.html +Author: Thomas Weber +PackageName: TurboWarp +PackageUrl: https://desktop.turbowarp.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/TurboWarp/desktop/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/TurboWarp/desktop/blob/master/LICENSE +ShortDescription: TurboWarp is a mod of Scratch with a compiler and more features. +Tags: +- electron +- scratch +- wrapper +ReleaseNotes: |- + - Fixed disable cloud variables option in the "Edit" menu + - Fixed pause button in packaged projects not adjusting timers used by blocks like "glide to" when unpausing + - Fixed pause button in packaged projects not pausing videos from the video extension + - Fixed files extension failing to download files in packaged projects + - Fixed pointerlock extension returning incorrect values for y position + - Fixed more motion extension "direction to" block returning values in incorrect range + - Fixed more timers extension being affected by system time changes + - Windows: Fixed app name in task manager +ReleaseNotesUrl: https://github.com/TurboWarp/desktop/releases/tag/v1.13.2 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.yaml b/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.yaml new file mode 100644 index 0000000000000..bf21b9f2f9923 --- /dev/null +++ b/manifests/g/GarboMuffin/TurboWarp/1.13.2/GarboMuffin.TurboWarp.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GarboMuffin.TurboWarp +PackageVersion: 1.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.installer.yaml b/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.installer.yaml new file mode 100644 index 0000000000000..5a70eeb366286 --- /dev/null +++ b/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 7.2.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ug.exe +- RelativeFilePath: ugrep.exe +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Genivia/ugrep/releases/download/v7.2.2/ugrep-windows-x64.zip + InstallerSha256: 820D520D41782301A4E80FF79A213FCB9797CC6C3DF05E0CBEF83B16B3A98242 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.locale.en-US.yaml b/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.locale.en-US.yaml new file mode 100644 index 0000000000000..9bb9bac996bb6 --- /dev/null +++ b/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 7.2.2 +PackageLocale: en-US +Publisher: Genivia Inc. +PublisherUrl: https://www.genivia.com/ +PublisherSupportUrl: https://github.com/Genivia/ugrep/issues +Author: Robert van Engelen +PackageName: ugrep +PackageUrl: https://github.com/Genivia/ugrep +License: BSD-3-Clause +LicenseUrl: https://github.com/Genivia/ugrep/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2023, Robert van Engelen, Genivia Inc. +CopyrightUrl: https://github.com/Genivia/ugrep/blob/master/LICENSE.txt +ShortDescription: An ultra-fast, user-friendly, and compatible grep replacement +Description: |- + An ultra-fast, user-friendly grep replacement. + Ugrep combines the best features of other grep, adds new things, and surpasses their search speeds. + Includes a TUI, boolean queries (AND/OR/NOT), fuzzy search, hexdumps, searches nested archives (cpio/tar/pax/zip), compressed files (zip/gz/Z/bz2/lzma/xz/lz4/zstd), pdfs, docs, and more +Tags: +- code-search +- file-indexing +- file-search +- fuzzy-search +- grep +- hexdump +- interactive +- recursively-search +- regex +- ripgrep +- search +- silver-searcher +- tar +- tui +- unicode +- zip +ReleaseNotes: |- + What's new? + - as per request, a minor update to improve search speed when the specified regex pattern is not found in the input when the specified regex starts with a wildcard such as .*, which previously resulted in unnecessary regex match processing overhead +ReleaseNotesUrl: https://github.com/Genivia/ugrep/releases/tag/v7.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.yaml b/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.yaml new file mode 100644 index 0000000000000..bb4e88fd10aa2 --- /dev/null +++ b/manifests/g/Genivia/ugrep/7.2.2/Genivia.ugrep.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Genivia.ugrep +PackageVersion: 7.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.installer.yaml b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.installer.yaml index 71c1e61aa80b7..09dd113b59824 100644 --- a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.installer.yaml +++ b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.installer.yaml @@ -15,10 +15,10 @@ Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ProductCode: GeoDa_is1 -ReleaseDate: 2025-01-17 +ReleaseDate: 2025-01-30 Installers: - Architecture: x64 - InstallerUrl: https://github.com/GeoDaCenter/geoda/releases/download/v1.22.0.12/GeoDa-Windows7+-x64-installer.zip - InstallerSha256: D8790BF10629BB3ACF8ACF46897D5A90D0A907183CE9035C4E0E7AFB4C135AE8 + InstallerUrl: https://github.com/GeoDaCenter/geoda/releases/download/v1.22.0.14/GeoDa-Windows7+-x64-installer.zip + InstallerSha256: 6BB149867E14A2EB666B1DBB42C00D78885C832C2FBDEB6ABC4438BB7B13569F ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.en-US.yaml b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.en-US.yaml index 4e172288344f5..c885f04672e04 100644 --- a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.en-US.yaml +++ b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.en-US.yaml @@ -24,11 +24,9 @@ Tags: - spatial-regression-analysis ReleaseNotes: |- What's Changed - - [Data] Update sample dataset by @lixun910 in https://github.com/GeoDaCenter/geoda/pull/2513 - - Italy community bank data set italy_banks.zip - - Chicago community areas data set Chi_CCA.zip - Full Changelog: https://github.com/GeoDaCenter/geoda/compare/v1.22.0.10...v1.22.0.12 -ReleaseNotesUrl: https://github.com/GeoDaCenter/geoda/releases/tag/v1.22.0.12 + - [Fix] t-SNE raises wxWidgets debug alert by @lixun910 in https://github.com/GeoDaCenter/geoda/pull/2516 + Full Changelog: https://github.com/GeoDaCenter/geoda/compare/v1.22.0.12...v1.22.0.14 +ReleaseNotesUrl: https://github.com/GeoDaCenter/geoda/releases/tag/v1.22.0.14 Documentations: - DocumentLabel: Documentation DocumentUrl: https://geodacenter.github.io/documentation.html diff --git a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.zh-CN.yaml b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.zh-CN.yaml index cafd86fb99935..283fcb3ebcb7c 100644 --- a/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.zh-CN.yaml +++ b/manifests/g/GeoDa/GeoDa/1.22/GeoDa.GeoDa.locale.zh-CN.yaml @@ -22,7 +22,7 @@ Tags: - 空间数据分析 - 空间数据科学 - 空间自相关统计 -ReleaseNotesUrl: https://github.com/GeoDaCenter/geoda/releases/tag/v1.22.0.12 +ReleaseNotesUrl: https://github.com/GeoDaCenter/geoda/releases/tag/v1.22.0.14 Documentations: - DocumentLabel: 文档 DocumentUrl: https://geodacenter.github.io/documentation.html diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.installer.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.installer.yaml new file mode 100644 index 0000000000000..5647b0aae3256 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.874 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +ProductCode: GeoGebra_CAS +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/cas/GeoGebraCAS-Windows-Installer-6-0-874-1.exe + InstallerSha256: C74A52DB0ED86D5B3BD69BA84F547C0DBDE5C1B862A404D46F7AA8DEA9995835 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.locale.en-US.yaml new file mode 100644 index 0000000000000..ffaa3ccdb31ff --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.874 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +ShortDescription: Solve equations, expand and factor expressions, find derivatives and integrals +Moniker: cascalculator +Tags: +- education +- geometry +- math +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..819309fc8bd9d --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.874 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra CAS Calculator +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +ShortDescription: 解方程、展开表达式并将其因式分解、求导数和积分 +Tags: +- 几何 +- 教育 +- 数学 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.yaml b/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.yaml new file mode 100644 index 0000000000000..0315bb7a6cf01 --- /dev/null +++ b/manifests/g/GeoGebra/CASCalculator/6.0.874/GeoGebra.CASCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GeoGebra.CASCalculator +PackageVersion: 6.0.874 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.installer.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.installer.yaml new file mode 100644 index 0000000000000..6b9e018eb8167 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.874 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +ProductCode: GeoGebra_Calculator +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/suite/GeoGebraCalculator-Windows-Installer-6-0-874-1.exe + InstallerSha256: 159C36FD882E247AB508EAC4AAD5D310B24FF2E79CFDE584EFE6974415A83468 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.locale.en-US.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.locale.en-US.yaml new file mode 100644 index 0000000000000..f8ce9211a2da4 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.874 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +ShortDescription: Explore functions, solve equations, construct geometric shapes and 3D objects +Tags: +- education +- geometry +- graph +- graphing +- math +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.locale.zh-CN.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a95e6450f8e1 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.874 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Calculator Suite +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +ShortDescription: 探索函数、解方程、构建几何图形和三维物体 +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.yaml b/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.yaml new file mode 100644 index 0000000000000..db180aa2dfc68 --- /dev/null +++ b/manifests/g/GeoGebra/CalculatorSuite/6.0.874/GeoGebra.CalculatorSuite.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GeoGebra.CalculatorSuite +PackageVersion: 6.0.874 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.installer.yaml b/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.installer.yaml deleted file mode 100644 index 95d10e08500b3..0000000000000 --- a/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.871.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/package/win - InstallerSha256: 93B7C2527AFAEBE2C800B6423574575FFB0681669E56ACFC1B12E5E6EA56789B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.locale.en-US.yaml deleted file mode 100644 index 13c84e70abb1b..0000000000000 --- a/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.871.0 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org -PrivacyUrl: https://www.geogebra.org/privacy -Author: International GeoGebra Institute -PackageName: GeoGebra Classic 5 -PackageUrl: https://www.geogebra.org -License: Non-commercial freeware; portions under GPL, CC-BY-NC-SA -LicenseUrl: https://www.geogebra.org/license -Copyright: Copyright (c) 2022 GeoGebra -CopyrightUrl: https://www.geogebra.org/tos -ShortDescription: Solve math problems, graph functions, create geometric constructions, do statistics and calculus, save and share your results. -Description: Solve math problems, graph functions, create geometric constructions, do statistics and calculus, save and share your results. GeoGebra apps are used by millions of students and teachers around the world to learn and teach mathematics and science. -Moniker: geogebraclassic5 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.yaml b/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.yaml deleted file mode 100644 index 5606edabe5b71..0000000000000 --- a/manifests/g/GeoGebra/Classic/5/5.2.871.0/GeoGebra.Classic.5.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.871.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.installer.yaml b/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.installer.yaml deleted file mode 100644 index 7f074e8685fc5..0000000000000 --- a/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.873.2 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/package/win - InstallerSha256: D2F146CF7033B882F66CE805ABE2D7ECCBD62B3AEF88C4B019AD589F81D996B3 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.locale.en-US.yaml deleted file mode 100644 index 6c786e003ba40..0000000000000 --- a/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.873.2 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org -PrivacyUrl: https://www.geogebra.org/privacy -Author: International GeoGebra Institute -PackageName: GeoGebra Classic 5 -PackageUrl: https://www.geogebra.org -License: Non-commercial freeware; portions under GPL, CC-BY-NC-SA -LicenseUrl: https://www.geogebra.org/license -Copyright: Copyright (c) 2022 GeoGebra -CopyrightUrl: https://www.geogebra.org/tos -ShortDescription: Solve math problems, graph functions, create geometric constructions, do statistics and calculus, save and share your results. -Description: Solve math problems, graph functions, create geometric constructions, do statistics and calculus, save and share your results. GeoGebra apps are used by millions of students and teachers around the world to learn and teach mathematics and science. -Moniker: geogebraclassic5 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.yaml b/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.yaml deleted file mode 100644 index df4c0c6a248ac..0000000000000 --- a/manifests/g/GeoGebra/Classic/5/5.2.873.2/GeoGebra.Classic.5.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: GeoGebra.Classic.5 -PackageVersion: 5.2.873.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.installer.yaml b/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.installer.yaml new file mode 100644 index 0000000000000..783e2f18079ba --- /dev/null +++ b/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: GeoGebra.Classic.5 +PackageVersion: 5.2.874.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/package/win + InstallerSha256: 9650F02CB4193A666FF38CCBF9E6DC7856B2C39483B82A93F65A27880B56C957 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.locale.en-US.yaml new file mode 100644 index 0000000000000..6eb72f267f301 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: GeoGebra.Classic.5 +PackageVersion: 5.2.874.1 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org +PrivacyUrl: https://www.geogebra.org/privacy +Author: International GeoGebra Institute +PackageName: GeoGebra Classic 5 +PackageUrl: https://www.geogebra.org +License: Non-commercial freeware; portions under GPL, CC-BY-NC-SA +LicenseUrl: https://www.geogebra.org/license +Copyright: Copyright (c) 2022 GeoGebra +CopyrightUrl: https://www.geogebra.org/tos +ShortDescription: Solve math problems, graph functions, create geometric constructions, do statistics and calculus, save and share your results. +Description: Solve math problems, graph functions, create geometric constructions, do statistics and calculus, save and share your results. GeoGebra apps are used by millions of students and teachers around the world to learn and teach mathematics and science. +Moniker: geogebraclassic5 +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.yaml b/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.yaml new file mode 100644 index 0000000000000..445c6221a755e --- /dev/null +++ b/manifests/g/GeoGebra/Classic/5/5.2.874.1/GeoGebra.Classic.5.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: GeoGebra.Classic.5 +PackageVersion: 5.2.874.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.installer.yaml deleted file mode 100644 index a00d639b55e2f..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.866 -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerType: exe - Scope: user - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-866-0.exe - InstallerSha256: 05E756B0ABFDCD56C62AAE9F350B570E9B1979B355FF3DE55DF0264932740BE6 - InstallModes: - - interactive - - silent - InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent - UpgradeBehavior: install - ProductCode: GeoGebra_6 -- Architecture: x86 - InstallerType: wix - Scope: machine - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-866-0.msi - InstallerSha256: 190DD5A7FAA3024DDD97FDA2C34C6B5425D4EAB3DB82A0311807408DB7ECBB44 - InstallerSwitches: - InstallLocation: APPLICATIONROOTDIRECTORY="" - UpgradeBehavior: uninstallPrevious - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' - AppsAndFeaturesEntries: - - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' - UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.locale.en-US.yaml deleted file mode 100644 index 3ae3550b40638..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.866 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Classic -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS -# Description: -Moniker: geogebraclassic -Tags: -- education -- geometry -- graph -- graphing -- math -- math-tool -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.locale.zh-CN.yaml deleted file mode 100644 index e0d048111d41b..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.locale.zh-CN.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.866 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Classic -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 数学工具 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.yaml deleted file mode 100644 index 5bfca4ca2aade..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.866/GeoGebra.Classic.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.866 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.installer.yaml new file mode 100644 index 0000000000000..57b43c29a0534 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.874 +FileExtensions: +- ggb +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-874-1.exe + InstallerSha256: F0E159F1313F5ABC82A59D2666F3F3F8A789A7D019B819C960609EC5DD2ACD15 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: GeoGebra_6 +- Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-874-1.msi + InstallerSha256: 24314C397756C3185DFC2EB441D1B5DDD841B364EF3D8527304FAEEC96A21939 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + UpgradeBehavior: uninstallPrevious + ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + AppsAndFeaturesEntries: + - ProductCode: '{4748282E-2448-11E8-81BC-53A8D56EE868}' + UpgradeCode: '{27555540-BDD5-486C-94BF-D367BC812CEF}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.locale.en-US.yaml new file mode 100644 index 0000000000000..b37082978055f --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.874 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +ShortDescription: Apps bundle including free tools for geometry, spreadsheet, probability, and CAS +Moniker: geogebraclassic +Tags: +- education +- geometry +- graph +- graphing +- math +- math-tool +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b3ea45c9aba29 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.874 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Classic +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +ShortDescription: 应用程序捆绑包,包括几何、电子表格、概率和 CAS 的免费工具 +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 数学工具 +- 绘图 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.yaml new file mode 100644 index 0000000000000..cfe4818b9a427 --- /dev/null +++ b/manifests/g/GeoGebra/Classic/6.0.874/GeoGebra.Classic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GeoGebra.Classic +PackageVersion: 6.0.874 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.installer.yaml deleted file mode 100644 index 9d9ebe1a6b3b4..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.866 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-866-0.exe - InstallerSha256: B118507DB94A2132969D86BEC4D55FEDC32EF25FEA2A5B79AE1C2A3E82A5EC0D - ProductCode: GeoGebra_Geometry -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.locale.en-US.yaml deleted file mode 100644 index 1f2d2b52ce444..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.866 -PackageLocale: en-US -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Geometry -PackageUrl: https://www.geogebra.org/download -License: Proprietary -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: Construct circles, angles, transformations and more with the free geometry tool -# Description: -Moniker: geogebrageometry -Tags: -- education -- geometry -- graph -- graphing -- math -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.locale.zh-CN.yaml deleted file mode 100644 index 1450ce14f844f..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.866 -PackageLocale: zh-CN -Publisher: International GeoGebra Institute -PublisherUrl: https://www.geogebra.org/ -PublisherSupportUrl: https://help.geogebra.org/ -PrivacyUrl: https://www.geogebra.org/privacy -Author: GeoGebra GmbH -PackageName: GeoGebra Geometry -PackageUrl: https://www.geogebra.org/download -License: 专有软件 -LicenseUrl: https://www.geogebra.org/license -Copyright: © 2024 GeoGebra® -# CopyrightUrl: -ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 -# Description: -# Moniker: -Tags: -- 几何 -- 图形 -- 教育 -- 数学 -- 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.yaml deleted file mode 100644 index d988647ab0db5..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.866/GeoGebra.Geometry.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.866 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.installer.yaml new file mode 100644 index 0000000000000..971f188b012be --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.874 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +ProductCode: GeoGebra_Geometry +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-874-1.exe + InstallerSha256: 3CB8F47F689B3492BE56F3AE3613A6BB4DCAA05C7E6848CC1401F305493EEE5B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.locale.en-US.yaml new file mode 100644 index 0000000000000..a2287d38903a0 --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.874 +PackageLocale: en-US +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: Proprietary +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +ShortDescription: Construct circles, angles, transformations and more with the free geometry tool +Moniker: geogebrageometry +Tags: +- education +- geometry +- graph +- graphing +- math +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.locale.zh-CN.yaml new file mode 100644 index 0000000000000..31b6ab43996be --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.874 +PackageLocale: zh-CN +Publisher: International GeoGebra Institute +PublisherUrl: https://www.geogebra.org/ +PublisherSupportUrl: https://help.geogebra.org/ +PrivacyUrl: https://www.geogebra.org/privacy +Author: GeoGebra GmbH +PackageName: GeoGebra Geometry +PackageUrl: https://www.geogebra.org/download +License: 专有软件 +LicenseUrl: https://www.geogebra.org/license +Copyright: © 2024 GeoGebra® +ShortDescription: 使用免费几何工具构建圆、角度、变换等图形 +Tags: +- 几何 +- 图形 +- 教育 +- 数学 +- 绘图 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.yaml new file mode 100644 index 0000000000000..fa32de56c7b6b --- /dev/null +++ b/manifests/g/GeoGebra/Geometry/6.0.874/GeoGebra.Geometry.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GeoGebra.Geometry +PackageVersion: 6.0.874 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.installer.yaml deleted file mode 100644 index 09d8d1edadcad..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with DuckDuckStudio's Automation. -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.868 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-868-0.exe - InstallerSha256: EC76F6B949A08A0EA9E9713F7F797F5E31FAF9D5B8C64455A2C5C3DE2DBA1E56 - ProductCode: GeoGebra_Graphing -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.yaml deleted file mode 100644 index 47bf7f7c3f7ca..0000000000000 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with DuckDuckStudio's Automation. -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.868 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.installer.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.installer.yaml new file mode 100644 index 0000000000000..07067439019ee --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.874 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ggb +ProductCode: GeoGebra_Graphing +Installers: +- Architecture: x86 + InstallerUrl: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-874-1.exe + InstallerSha256: DA1C63E110A218F7E6A647574A1FA214B8178F47D4EC5486C861BE40769C2657 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.locale.en-US.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.locale.en-US.yaml similarity index 77% rename from manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.locale.en-US.yaml rename to manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.locale.en-US.yaml index 04e5959991319..f5b3a7b789409 100644 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.locale.en-US.yaml +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with DuckDuckStudio's Automation. +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.868 +PackageVersion: 6.0.874 PackageLocale: en-US Publisher: International GeoGebra Institute PublisherUrl: https://www.geogebra.org/ @@ -14,9 +14,7 @@ PackageUrl: https://www.geogebra.org/download License: Proprietary LicenseUrl: https://www.geogebra.org/license Copyright: © 2024 GeoGebra® -# CopyrightUrl: ShortDescription: Graph functions, investigate equations, and plot data with our free graphing app -# Description: Moniker: graphingcalculator Tags: - education @@ -24,10 +22,5 @@ Tags: - graph - graphing - math -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.locale.zh-CN.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.locale.zh-CN.yaml similarity index 76% rename from manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.locale.zh-CN.yaml rename to manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.locale.zh-CN.yaml index 48b63ff66da24..6d9b17bf2a3f8 100644 --- a/manifests/g/GeoGebra/GraphingCalculator/6.0.868/GeoGebra.GraphingCalculator.locale.zh-CN.yaml +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Created with DuckDuckStudio's Automation. +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: GeoGebra.GraphingCalculator -PackageVersion: 6.0.868 +PackageVersion: 6.0.874 PackageLocale: zh-CN Publisher: International GeoGebra Institute PublisherUrl: https://www.geogebra.org/ @@ -14,20 +14,12 @@ PackageUrl: https://www.geogebra.org/download License: 专有软件 LicenseUrl: https://www.geogebra.org/license Copyright: © 2024 GeoGebra® -# CopyrightUrl: ShortDescription: 使用我们的免费图形应用程序绘制函数图、研究方程和绘制数据图 -# Description: -# Moniker: Tags: - 几何 - 图形 - 教育 - 数学 - 绘图 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.yaml b/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.yaml new file mode 100644 index 0000000000000..8f3b3258eb67d --- /dev/null +++ b/manifests/g/GeoGebra/GraphingCalculator/6.0.874/GeoGebra.GraphingCalculator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GeoGebra.GraphingCalculator +PackageVersion: 6.0.874 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.installer.yaml deleted file mode 100644 index 35b2bb893eca7..0000000000000 --- a/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Giorgiotani.Peazip -PackageVersion: 9.6.0 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.6.0/peazip-9.6.0.WIN64.exe - InstallerSha256: 6453ec37d57dbddedb1476a8b9924990decf6b4ec529e783c0ad39b8765a74c6 -- Architecture: x64 - InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.6.0/peazip-9.6.0.WIN64.exe - InstallerSha256: 6453EC37D57DBDDEDB1476A8B9924990DECF6B4EC529E783C0AD39B8765A74C6 -ManifestType: installer -ManifestVersion: 1.5.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- 7z -- ace -- arc -- bz2 -- cab -- gz -- iso -- paq -- pea -- rar -- tar -- wim -- zip -- zipx -ReleaseDate: "2023-12-16" diff --git a/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.locale.en-US.yaml deleted file mode 100644 index 9b3181ea30fe6..0000000000000 --- a/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Giorgiotani.Peazip -PackageVersion: 9.6.0 -PackageLocale: en-US -Publisher: Giorgio Tani -PublisherUrl: https://peazip.github.io -PublisherSupportUrl: https://peazip.github.io/peazip-help.html -PrivacyUrl: https://peazip.github.io/peazip-tos-privacy.html -Author: Giorgio Tani -PackageName: PeaZip -PackageUrl: https://peazip.github.io -License: LGPL-3.0 -LicenseUrl: https://github.com/peazip/PeaZip/blob/sources/LICENSE -ShortDescription: A free file archiver utility and rar extractor for Windows and Linux, work with 200+ archive types and variants, handle spanned archives and support multiple archive encryption standards. -Description: PeaZip is a free file archiver utility and rar extractor for Windows and Linux, work with 200+ archive types and variants (7z, ace, arc, bz2, cab, gz, iso, paq, pea, rar, tar, wim, zip, zipx...), handle spanned archives (001, r01, z01...) and support multiple archive encryption standards. -Moniker: peazip -Tags: -- archive -- compression -- encryption -- extract -- foss -- open-source -- unzip -- zip -ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.6.0 -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.yaml deleted file mode 100644 index 200442187f2fe..0000000000000 --- a/manifests/g/Giorgiotani/Peazip/9.6.0/Giorgiotani.Peazip.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Giorgiotani.Peazip -PackageVersion: 9.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/Git/GCM/2.6.1/Git.GCM.installer.yaml b/manifests/g/Git/GCM/2.6.1/Git.GCM.installer.yaml new file mode 100644 index 0000000000000..5887db5ffd350 --- /dev/null +++ b/manifests/g/Git/GCM/2.6.1/Git.GCM.installer.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Git.GCM +PackageVersion: 2.6.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2025-01-14 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Git Credential Manager' +Installers: +- Scope: machine + Architecture: x86 + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.6.1/gcm-win-x86-2.6.1.exe + InstallerSha256: 6C8E66B51D907ECC5C241A9CF0E8B29D8231840A958DFAFBE9F1CBE030EBA7E6 + ProductCode: '{fdfae50a-1bc1-4ead-9228-1e1c275e8d12}}_is1' + AppsAndFeaturesEntries: + - DisplayVersion: 2.6.1.0 + ProductCode: '{fdfae50a-1bc1-4ead-9228-1e1c275e8d12}}_is1' + ElevationRequirement: elevatesSelf +- Scope: user + Architecture: x86 + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.6.1/gcmuser-win-x86-2.6.1.exe + InstallerSha256: 8742050A245B284827C58C2561A15282825EC0A66B553E8998E25E496B226BED + ProductCode: '{aa76d31d-432c-42ee-844c-bc0bc801cef3}}_is1' + AppsAndFeaturesEntries: + - DisplayVersion: 2.6.1.0 + ProductCode: '{aa76d31d-432c-42ee-844c-bc0bc801cef3}}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/GCM/2.6.1/Git.GCM.locale.en-US.yaml b/manifests/g/Git/GCM/2.6.1/Git.GCM.locale.en-US.yaml new file mode 100644 index 0000000000000..b4261c8b5b6a4 --- /dev/null +++ b/manifests/g/Git/GCM/2.6.1/Git.GCM.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Git.GCM +PackageVersion: 2.6.1 +PackageLocale: en-US +Publisher: GitHub +PublisherUrl: https://github.com/git-ecosystem +PublisherSupportUrl: https://github.com/git-ecosystem/git-credential-manager/issues +PackageName: Git Credential Manager (User) +PackageUrl: https://github.com/git-ecosystem/git-credential-manager +License: MIT +LicenseUrl: https://github.com/git-ecosystem/git-credential-manager/blob/main/LICENSE +Copyright: Copyright (c) GitHub, Inc. and contributors +CopyrightUrl: https://github.com/git-ecosystem/git-credential-manager/blob/main/LICENSE +ShortDescription: |- + Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and + other popular Git hosting services. +Description: |- + Git Credential Manager (GCM) is a secure Git credential helper built on .NET that runs on + Windows, macOS, and Linux. It aims to provide a consistent and secure authentication experience, + including multi-factor auth, to every major source control hosting service and platform. + + GCM supports (in alphabetical order) Azure DevOps, Azure DevOps Server (formerly Team Foundation + Server), Bitbucket, GitHub, and GitLab. Compare to Git's built-in credential helpers (Windows: + wincred, macOS: osxkeychain, Linux: gnome-keyring/libsecret), which provide single-factor + authentication support for username/password only. + + GCM replaces both the .NET Framework-based Git Credential Manager for Windows and the Java-based + Git Credential Manager for Mac and Linux. +Moniker: gcm +ReleaseNotesUrl: https://github.com/git-ecosystem/git-credential-manager/releases/tag/v2.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/GCM/2.6.1/Git.GCM.yaml b/manifests/g/Git/GCM/2.6.1/Git.GCM.yaml new file mode 100644 index 0000000000000..eae530a1b6540 --- /dev/null +++ b/manifests/g/Git/GCM/2.6.1/Git.GCM.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Git.GCM +PackageVersion: 2.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.24.1.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.24.1.2/Git.Git.installer.yaml index 7e188ce53cc25..b9dd44c530232 100644 --- a/manifests/g/Git/Git/2.24.1.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.24.1.2/Git.Git.installer.yaml @@ -1,15 +1,15 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Git.Git PackageVersion: 2.24.1.2 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/Git-2.24.1.2-64-bit.exe InstallerSha256: 34E484936105713E7D0C2F421BF62E4CFE652F6638A9ECB5DF2186C1918753E2 - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/Git-2.24.1.2-32-bit.exe InstallerSha256: 611B29CC8F29241EE6A096F5B9951EF95650368C93DFE1E95F8408D97B86D50B - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.24.1.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.24.1.2/Git.Git.locale.en-US.yaml index 629a74b8de7af..c3680dc4f84b1 100644 --- a/manifests/g/Git/Git/2.24.1.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.24.1.2/Git.Git.locale.en-US.yaml @@ -1,15 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Git.Git PackageVersion: 2.24.1.2 PackageLocale: en-US -Moniker: git -Author: Johannes Schindelin -LicenseUrl: https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#licenses -PackageUrl: https://gitforwindows.org/ Publisher: Johannes Schindelin +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Johannes Schindelin PackageName: Git +PackageUrl: https://gitforwindows.org/ License: (c) 2021 Johannes Schindelin +LicenseUrl: https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#licenses +# Copyright: +# CopyrightUrl: ShortDescription: Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. +# Description: +Moniker: git +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.24.1.2/Git.Git.yaml b/manifests/g/Git/Git/2.24.1.2/Git.Git.yaml index aec29867c1244..f602c72c22f79 100644 --- a/manifests/g/Git/Git/2.24.1.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.24.1.2/Git.Git.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Git.Git PackageVersion: 2.24.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..96329b1581361 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.14.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{7BEE20D3-EA58-4468-B154-282F938B6ECF}' +AppsAndFeaturesEntries: +- Publisher: gitbutler + ProductCode: '{7BEE20D3-EA58-4468-B154-282F938B6ECF}' + UpgradeCode: '{6BA03334-13E8-5712-80AD-F373B5415A08}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitButler' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.14.7-1670/windows/x86_64/GitButler_0.14.7_x64_en-US.msi + InstallerSha256: 851AB97E59A33391FDEF276DDE7315F168AC18D5078961F544D2F3E0F8C32779 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-04 diff --git a/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..5791601d76836 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.14.7 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com/ +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com/ +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +ReleaseNotes: |- + - Fixes an issue using SSH for commit signing under Windows + - Fixes a bug where when a commit is moved to the same place where it already is produces an error + - Fixes an issue where the branch names part of a stack were not shown in the sidebar (instead displaying the stack UUID) + - Fixes a bug with exiting out of edit mode not persisting unresolved conflicts +ReleaseNotesUrl: https://github.com/gitbutlerapp/gitbutler/releases +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..ffdef0f30c3dc --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.14.7/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.14.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.installer.yaml new file mode 100644 index 0000000000000..1f843ae139510 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.16 +UpgradeBehavior: install +Protocols: +- github-windows +- x-github-client +- x-github-desktop-auth +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.16-ba997388/GitHubDesktopSetup-x64.exe + InstallerSha256: C4A0AC29994481752A21336185253692D017F6616D2D870228EC33D3752D4FA1 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: GitHubDesktop +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://desktop.githubusercontent.com/releases/3.4.16-ba997388/GitHubDesktopSetup-x64.msi + InstallerSha256: 97CBE1A0E46484F6F11A91499139B8CFCA6551C46AF7A8B833AD4AFC481AB7A6 + ProductCode: '{F52DA17E-9582-4EE0-87B6-C382F5EB9E56}' + AppsAndFeaturesEntries: + - DisplayName: GitHub Desktop Deployment Tool + ProductCode: '{F52DA17E-9582-4EE0-87B6-C382F5EB9E56}' + UpgradeCode: '{00D8E2EE-13EA-5BEB-87F0-70EFC46A7D4A}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.locale.en-US.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..2360deb9f3065 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.16 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +ShortDescription: Focus on what matters instead of fighting with Git. +Description: GitHub Desktop is an open-source Electron-based GitHub app. It is written in TypeScript and uses React. +Moniker: github-desktop +Tags: +- git +- github +ReleaseNotes: '[Improved] Prevent upgrading from macOS 10.15 as soon to be unsupported - #19918' +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.github.com/desktop +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.locale.zh-CN.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a74f937b61c03 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.16 +PackageLocale: zh-CN +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +ShortDescription: 专注于重要的事情,而不是与 Git 对着干。 +Description: GitHub Desktop 是一款基于 Electron 的开源 GitHub 应用。它由 TypeScript 编写,并使用了 React。 +Tags: +- git +- github +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.github.com/desktop +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.yaml b/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.yaml new file mode 100644 index 0000000000000..db2f0fb313fa6 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.4.16/GitHub.GitHubDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.4.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.installer.yaml index 143339ef0f267..fad0d3c21d44c 100644 --- a/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GitHub.GitLFS PackageVersion: 1.3.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 95FD206F2BFB597253D60DBF0586C723C002AA877511A20E6C364FEB657499DC ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.locale.en-US.yaml index a44f836fb482b..5f8a8fda16a56 100644 --- a/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.locale.en-US.yaml @@ -1,23 +1,23 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GitHub.GitLFS PackageVersion: 1.3.1 PackageLocale: en-US Publisher: GitHub,Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Git Large File Storage PackageUrl: https://github.com/git-lfs License: GitHub, Inc. and Git LFS contributors -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - command-line - file-storage @@ -25,8 +25,10 @@ Tags: - github - go - golang -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.yaml index 47d1440a4d495..6774decaf5141 100644 --- a/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.3.1/GitHub.GitLFS.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GitHub.GitLFS PackageVersion: 1.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.66.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.66.0/GitHub.cli.installer.yaml new file mode 100644 index 0000000000000..4ed3ae879011c --- /dev/null +++ b/manifests/g/GitHub/cli/2.66.0/GitHub.cli.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.66.0 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- gh +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.66.0/gh_2.66.0_windows_amd64.msi + InstallerSha256: CC93460F631EB5110E17822D2F679FD1B480B908DCD7FB7B0685F9CEB95EA797 + ProductCode: '{CABF5712-15A7-4B92-8FCF-0765E2F0A4F4}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' +- Architecture: x86 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.66.0/gh_2.66.0_windows_386.msi + InstallerSha256: ED57A21DA28A45FC43539238CDCA607E33ADDAC60F8535ECAD50FB69361FF1C4 + ProductCode: '{E1F252FE-FED1-4E91-9071-FD5E16D46F9B}' + AppsAndFeaturesEntries: + - UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' +- Architecture: arm64 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.66.0/gh_2.66.0_windows_arm64.msi + InstallerSha256: AF66F35A7AED9815E4C4A4DDD692591EEFCAEEA4C623899053F2D856AC1601EF + ProductCode: '{C27B7941-441D-4D5E-9868-2CB7EF7F2CC7}' +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-30 diff --git a/manifests/g/GitHub/cli/2.66.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.66.0/GitHub.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..639defe3cace3 --- /dev/null +++ b/manifests/g/GitHub/cli/2.66.0/GitHub.cli.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.66.0 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: GitHub CLI +PackageUrl: https://cli.github.com/ +License: MIT +LicenseUrl: https://github.com/cli/cli/blob/v2.63.1/LICENSE +Copyright: Copyright (c) 2019 GitHub Inc. +CopyrightUrl: https://github.com/cli/cli/blob/v2.63.1/LICENSE +ShortDescription: Take GitHub to the command line +Description: GitHub CLI (gh) is a command-line tool that brings pull requests, issues, GitHub Actions, and other GitHub features to your terminal, so you can do all your work in one place. +Moniker: gh +Tags: +- cli +- command-line +- enterprise +- foss +- git +- github +- open-source +- terminal +- tool +- utility +- workflow +ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.66.0 +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cli.github.com/manual/ +- DocumentLabel: Repository + DocumentUrl: https://github.com/cli/cli +- DocumentLabel: GitHub Docs + DocumentUrl: https://docs.github.com/github-cli/github-cli/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.66.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.66.0/GitHub.cli.yaml new file mode 100644 index 0000000000000..7d18bda5d2c7c --- /dev/null +++ b/manifests/g/GitHub/cli/2.66.0/GitHub.cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.66.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.66.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.66.1/GitHub.cli.installer.yaml new file mode 100644 index 0000000000000..f560e187b5e9d --- /dev/null +++ b/manifests/g/GitHub/cli/2.66.1/GitHub.cli.installer.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.66.1 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- gh +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.66.1/gh_2.66.1_windows_amd64.msi + InstallerSha256: 8B87B8702634669409F2CDA9180BDFB4C5B1D351CFF5388D3419611951D5E67D + ProductCode: '{D4324C5E-AB13-410F-A9E4-55941077447E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' +- Architecture: x86 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.66.1/gh_2.66.1_windows_386.msi + InstallerSha256: 488BBFE6575213BA35E12FDD1DE858CED6EDB8CC4292A96C4AB281AFEA2C6628 + ProductCode: '{846647BE-9224-4137-9F5C-BE3EEA8ED0DA}' + AppsAndFeaturesEntries: + - UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' +- Architecture: arm64 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.66.1/gh_2.66.1_windows_arm64.msi + InstallerSha256: 69974D1F2E06B5F0496BD8BF9499DDBBF3D7D41B13D594C424B60008C726A7CF + ProductCode: '{B3AD2EDA-2062-4B42-BDBF-894A4087E03B}' +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-31 diff --git a/manifests/g/GitHub/cli/2.66.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.66.1/GitHub.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..7acff1b8986a6 --- /dev/null +++ b/manifests/g/GitHub/cli/2.66.1/GitHub.cli.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.66.1 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: GitHub CLI +PackageUrl: https://cli.github.com/ +License: MIT +LicenseUrl: https://github.com/cli/cli/blob/v2.63.1/LICENSE +Copyright: Copyright (c) 2019 GitHub Inc. +CopyrightUrl: https://github.com/cli/cli/blob/v2.63.1/LICENSE +ShortDescription: Take GitHub to the command line +Description: GitHub CLI (gh) is a command-line tool that brings pull requests, issues, GitHub Actions, and other GitHub features to your terminal, so you can do all your work in one place. +Moniker: gh +Tags: +- cli +- command-line +- enterprise +- foss +- git +- github +- open-source +- terminal +- tool +- utility +- workflow +ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.66.1 +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cli.github.com/manual/ +- DocumentLabel: Repository + DocumentUrl: https://github.com/cli/cli +- DocumentLabel: GitHub Docs + DocumentUrl: https://docs.github.com/github-cli/github-cli/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.66.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.66.1/GitHub.cli.yaml new file mode 100644 index 0000000000000..ccd411da764d0 --- /dev/null +++ b/manifests/g/GitHub/cli/2.66.1/GitHub.cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GitHub.cli +PackageVersion: 2.66.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..725ce2c6cecfc --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 6.0.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2025-02-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v6.0.0/Gitify-Setup-6.0.0.exe + InstallerSha256: 51D1C3116EF98DE78B985E114B5BB6D95EB4F591A8BFAFD0E954A454FB8C5881 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v6.0.0/Gitify-Setup-6.0.0.exe + InstallerSha256: 51D1C3116EF98DE78B985E114B5BB6D95EB4F591A8BFAFD0E954A454FB8C5881 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..af7bff217756d --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,109 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 6.0.0 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +Tags: +- github +ReleaseNotes: |- + [!IMPORTANT] 🚀 Gitify v6 is here and we can't wait for you to try it! 🚀 + - 🎨 Fresh new user experience by adopting GitHub Primer Design System. + - :octocat: Completely revamped GitHub SSO login experience, now using your native browser for seamless authentication - including 2FA and Passkeys. + - 🔐 Encrypted token storage for increased security. + - 🧪 Migration to SonarQube Cloud for quality analytics. + - 🏗️ And much more! + 🔎 Found an issue? Open an issue, and we’ll triage/fix it ASAP! + What's Changed + 🚀 Features + - feat: download progress precision by @setchy in https://github.com/gitify-app/gitify/pull/1734 + - feat: linux check for updates by @setchy in https://github.com/gitify-app/gitify/pull/1737 + - feat: adopt primer design system ui components by @setchy in https://github.com/gitify-app/gitify/pull/1589 + - feat: log when scopes missing by @setchy in https://github.com/gitify-app/gitify/pull/1743 + - feat: error tray icon by @setchy in https://github.com/gitify-app/gitify/pull/1742 + - feat: adopt RelativeTime primer component by @setchy in https://github.com/gitify-app/gitify/pull/1750 + - feat: continue primer component and design token migration by @setchy in https://github.com/gitify-app/gitify/pull/1749 + - feat: shrink sidebar width by @setchy in https://github.com/gitify-app/gitify/pull/1754 + - feat: primer color schemes by @setchy in https://github.com/gitify-app/gitify/pull/1752 + - feat: notification number relo for groupByDate mode by @setchy in https://github.com/gitify-app/gitify/pull/1762 + - feat: avatar with fallback icons component by @setchy in https://github.com/gitify-app/gitify/pull/1763 + - feat: default tray count to on by @setchy in https://github.com/gitify-app/gitify/pull/1776 + - feat: user setting to wrap notification titles by @setchy in https://github.com/gitify-app/gitify/pull/1779 + - feat(auth): use system browser for GitHub SSO / OAuth authentication by @setchy in https://github.com/gitify-app/gitify/pull/1781 + - feat: filter counters by @setchy in https://github.com/gitify-app/gitify/pull/1788 + - feat: truncate long avatar names by @setchy in https://github.com/gitify-app/gitify/pull/1792 + - feat: gitify dev protocol by @setchy in https://github.com/gitify-app/gitify/pull/1801 + - feat: encrypt tokens using safe storage api by @setchy in https://github.com/gitify-app/gitify/pull/1800 + - feat: sonarqube setup by @setchy in https://github.com/gitify-app/gitify/pull/1805 + 🐛 Bug Fixes + - fix: only inspect errors when fetched notifications exist by @setchy in https://github.com/gitify-app/gitify/pull/1732 + - fix: update context menus by @setchy in https://github.com/gitify-app/gitify/pull/1735 + - fix: update available by @setchy in https://github.com/gitify-app/gitify/pull/1740 + - fix: x overflow always hidden by @setchy in https://github.com/gitify-app/gitify/pull/1744 + - fix: prevent default filters from getting overwritten by @aravindparappil46 in https://github.com/gitify-app/gitify/pull/1757 + - fix: page layouts by @setchy in https://github.com/gitify-app/gitify/pull/1766 + - fix: theme provider by @setchy in https://github.com/gitify-app/gitify/pull/1782 + - fix: hover group background color by @setchy in https://github.com/gitify-app/gitify/pull/1783 + 🧼 Code Refactoring + - refactor: platform shared util by @setchy in https://github.com/gitify-app/gitify/pull/1736 + - refactor: namespaced events by @setchy in https://github.com/gitify-app/gitify/pull/1738 + - refactor: native and filter notification utils by @setchy in https://github.com/gitify-app/gitify/pull/1739 + - refactor: scrollbar styling by @setchy in https://github.com/gitify-app/gitify/pull/1741 + - refactor: use Icon instead of deprecated Octicon component by @setchy in https://github.com/gitify-app/gitify/pull/1747 + - refactor: notification footer by @setchy in https://github.com/gitify-app/gitify/pull/1753 + - refactor: remove unused tooltip option by @setchy in https://github.com/gitify-app/gitify/pull/1755 + - refactor: simplify field components by @setchy in https://github.com/gitify-app/gitify/pull/1756 + - refactor: error page fallback by @setchy in https://github.com/gitify-app/gitify/pull/1765 + - refactor: control sidebar width via tailwind config by @setchy in https://github.com/gitify-app/gitify/pull/1774 + - refactor: rewrite login forms with primer by @setchy in https://github.com/gitify-app/gitify/pull/1775 + - refactor: account, repository and notification row layouts by @setchy in https://github.com/gitify-app/gitify/pull/1777 + - refactor: checkbox component visible flag by @setchy in https://github.com/gitify-app/gitify/pull/1780 + - refactor: nest detailed notification sub-settings by @setchy in https://github.com/gitify-app/gitify/pull/1785 + - refactor: update settings parent groupings and tooltips by @setchy in https://github.com/gitify-app/gitify/pull/1786 + - refactor: remove legacy account model and migration util by @setchy in https://github.com/gitify-app/gitify/pull/1787 + - refactor: remove nprogress loading indicator by @setchy in https://github.com/gitify-app/gitify/pull/1790 + - refactor: reset settings component by @setchy in https://github.com/gitify-app/gitify/pull/1791 + 🏗️ Build System + - build: change triage workflow trigger type for fork repos by @setchy in https://github.com/gitify-app/gitify/pull/1769 + 📦 Dependency Updates + - chore(deps): update @testing-library/react to v16.2.0 by @renovate in https://github.com/gitify-app/gitify/pull/1731 + - chore(deps): update @types/node to v22.10.7 by @renovate in https://github.com/gitify-app/gitify/pull/1730 + - fix(deps): update react-router-dom to v7.1.3 by @renovate in https://github.com/gitify-app/gitify/pull/1733 + - chore(deps): update styled-components to v6.1.14 by @renovate in https://github.com/gitify-app/gitify/pull/1745 + - chore(deps): update node.js to v22.13.1 by @renovate in https://github.com/gitify-app/gitify/pull/1751 + - chore(deps): pin @primer/primitives to 10.3.4 by @renovate in https://github.com/gitify-app/gitify/pull/1758 + - chore(deps): update electron to v34.0.1 by @renovate in https://github.com/gitify-app/gitify/pull/1759 + - chore(deps): update @types/react to v19.0.8 by @renovate in https://github.com/gitify-app/gitify/pull/1768 + - chore(deps): update @types/node to v22.10.9 by @renovate in https://github.com/gitify-app/gitify/pull/1767 + - chore(deps): upgrade Tailwind v4 by @bmulholland in https://github.com/gitify-app/gitify/pull/1770 + - chore(deps): update @types/node to v22.10.10 by @renovate in https://github.com/gitify-app/gitify/pull/1773 + - chore(deps): update @types/node to v22.12.0 by @renovate in https://github.com/gitify-app/gitify/pull/1784 + - fix(deps): update update-electron-app to v3.1.1 by @renovate in https://github.com/gitify-app/gitify/pull/1795 + - chore(deps): update electron to v34.0.2 by @renovate in https://github.com/gitify-app/gitify/pull/1793 + - fix(deps): update react-router-dom to v7.1.4 by @renovate in https://github.com/gitify-app/gitify/pull/1794 + - chore(deps): update tailwind-merge to v3 by @renovate in https://github.com/gitify-app/gitify/pull/1798 + - fix(deps): update electron-log to v5.3.0 by @renovate in https://github.com/gitify-app/gitify/pull/1797 + - chore(deps): update semver to v7.7.0 by @renovate in https://github.com/gitify-app/gitify/pull/1796 + - chore(deps): update tailwindcss monorepo to v4.0.1 by @renovate in https://github.com/gitify-app/gitify/pull/1799 + - chore(deps): update @types/node to v22.13.0 by @renovate in https://github.com/gitify-app/gitify/pull/1804 + - fix(deps): update react-router-dom to v7.1.5 by @renovate in https://github.com/gitify-app/gitify/pull/1803 + - chore(deps): update tailwindcss monorepo to v4.0.3 by @renovate in https://github.com/gitify-app/gitify/pull/1802 + New Contributors + - @aravindparappil46 made their first contribution in https://github.com/gitify-app/gitify/pull/1757 + Full Changelog: https://github.com/gitify-app/gitify/compare/v5.18.0...v6.0.0 +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v6.0.0 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9f7ac63e7d866 --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 6.0.0 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +# PrivacyUrl: +# Author: +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2024 Emmanouil Konstantinidis +# CopyrightUrl: +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +# Moniker: +Tags: +- github +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v6.0.0 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..7259637c22260 --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.0.0/Gitify.Gitify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 6.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.installer.yaml b/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.installer.yaml deleted file mode 100644 index d331bba1fdebb..0000000000000 --- a/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: GiulioSorrentino.Backgrounds -PackageVersion: "2.0" -InstallerType: exe -InstallerSwitches: - Silent: -o"C:\windows\web\wallpaper\numeronesoft-backgrounds" -y - SilentWithProgress: -o"C:\windows\web\wallpaper\numeronesoft-backgrounds" -y -Installers: -- Architecture: x64 - InstallerUrl: http://numeronesoft.ddns.net:8080/numeronesoft-backgrounds-0.4.exe - InstallerSha256: 818E7A0004DC40F12B362148C509F1748E7C1A53A17809BC07692EC7177664BE -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.locale.it-IT.yaml deleted file mode 100644 index 22585a2275646..0000000000000 --- a/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.locale.it-IT.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: GiulioSorrentino.Backgrounds -PackageVersion: "2.0" -PackageLocale: it-IT -Publisher: Giulio Sorrentino -PublisherUrl: http://numerone.altervista.org -Author: Giulio Sorrentino -PackageName: numeronesoft backgrounds -PackageUrl: http://numeronesoft.ddns.net:8080/numeronesoft-backgrounds.exe -License: ShareALike 4.0 International -LicenseUrl: https://creativecommons.org/licenses/by-sa/4.0/legalcode -Copyright: 2023 Giulio Sorrentino -ShortDescription: Sfondi in 4k HDRA di Napoli -Description: Backgrounds in 4k HDRA di Napoli. Il pacchetto viene installato in c:\windows\web\wallpapers, per cui bisogna rivolgersi a quella cartella per avere lo slideshow. -Tags: -- wallpapers -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.yaml b/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.yaml deleted file mode 100644 index 402e95d2022d4..0000000000000 --- a/manifests/g/GiulioSorrentino/Backgrounds/2.0/GiulioSorrentino.Backgrounds.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: GiulioSorrentino.Backgrounds -PackageVersion: "2.0" -DefaultLocale: it-IT -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.installer.yaml index eecf63edeabc4..7a930396729ab 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.4.0 +# Automatically updated by the winget bot at 2025/Jan/29 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml index 59241926953fa..4757255a4fbf1 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.4.0 +# Automatically updated by the winget bot at 2025/Jan/29 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.yaml index d4b5fcf048155..34316e136feac 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/0.9.6/GiulioSorrentino.CBriscola.Avalonia.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.4.0 +# Automatically updated by the winget bot at 2025/Jan/29 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: GiulioSorrentino.CBriscola.Avalonia diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.installer.yaml new file mode 100644 index 0000000000000..f94da6a41714a --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.0 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BAABFD30}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6/Diario-0.6-material-amd64.msi + InstallerSha256: B00F52B11FED5DF1B2669DAF03FC2A154D7C79CF569FBD2EB203C345F2980DBE +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-25 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml new file mode 100644 index 0000000000000..46f9ddc8b8380 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.0 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/Diario.Material/issues +Author: Giulio Sorrentino +PackageName: Diario.Avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/Diario.material/ +License: GPLv3+ +LicenseUrl: https://github.com/GiulianoSpaghetti/Diario.Material/blob/master/LICENSE.txt +Copyright: 2025 Giulio Sorrentino +ShortDescription: Un'app diario in avalonia in dialetto Material di Google e linq +Description: "Un'app in avalonia e linq per contenere quello che più vi pare. Non è critttato e usa il dialetto material di google. Non usa lo stylesheet xaml di google, ma usa il ReactiveUI" +Tags: +- diary +ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/tag/0.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/Diario.Material/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.yaml new file mode 100644 index 0000000000000..2c587e5b1da6a --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.0/GiulioSorrentino.Diario.Avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.0 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.installer.yaml b/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.installer.yaml new file mode 100644 index 0000000000000..a17b7614ddfee --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.installer.yaml @@ -0,0 +1,19 @@ +# Created with AutoPublish using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.8.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gleam.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Erlang.ErlangOTP +ReleaseDate: 2025-02-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gleam-lang/gleam/releases/download/v1.8.0/gleam-v1.8.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 1E8F10475CC00976C8D6AF37A42C3A1249D66D37DD392B9DA4F9C9A6AE6E993D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.locale.en-US.yaml b/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.locale.en-US.yaml new file mode 100644 index 0000000000000..0674ff117cd37 --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with AutoPublish using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: Gleam +PublisherUrl: https://github.com/gleam-lang +PublisherSupportUrl: https://github.com/gleam-lang/gleam/issues +PackageName: Gleam +PackageUrl: https://gleam.run/ +License: Apache-2.0 +LicenseUrl: https://github.com/gleam-lang/gleam/blob/main/LICENCE +ShortDescription: Gleam is a friendly language for building type-safe systems that scale! +Description: The power of a type system, the expressiveness of functional programming, and the reliability of the highly concurrent, fault tolerant Erlang runtime, with a familiar and modern syntax. +Tags: +- elixr +- erlang +- functional-programming +- javascript +- programming-language +- statically-typed +ReleaseNotesUrl: https://github.com/gleam-lang/gleam/releases/tag/v1.8.0 +Documentations: +- DocumentLabel: Gleam Documentation + DocumentUrl: https://gleam.run/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.yaml b/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.yaml new file mode 100644 index 0000000000000..0f932ac5ec42c --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.8.0/Gleam.Gleam.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.installer.yaml b/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.installer.yaml new file mode 100644 index 0000000000000..b9c6b1d868dac --- /dev/null +++ b/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GlennDelahoy.SnappyDriverInstallerOrigin +PackageVersion: 1.14.0.777 +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: SDIO_R777.exe + PortableCommandAlias: SDIO + InstallerUrl: https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.14.0.777.zip + InstallerSha256: 39C9F2A7DDCD4FB3D2BD002AAC9865D15C2131ADCCB7050CBDB1885F989F3FE9 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: SDIO_x64_R777.exe + PortableCommandAlias: SDIO + InstallerUrl: https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.14.0.777.zip + InstallerSha256: 39C9F2A7DDCD4FB3D2BD002AAC9865D15C2131ADCCB7050CBDB1885F989F3FE9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.locale.en-US.yaml b/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.locale.en-US.yaml new file mode 100644 index 0000000000000..bc20550f76693 --- /dev/null +++ b/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GlennDelahoy.SnappyDriverInstallerOrigin +PackageVersion: 1.14.0.777 +PackageLocale: en-US +Publisher: Glenn Delahoy +PublisherUrl: https://www.glenn.delahoy.com/ +PrivacyUrl: https://www.glenn.delahoy.com/privacy-policy/ +Author: Glenn Delahoy +PackageName: Snappy Driver Installer Origin +PackageUrl: https://www.glenn.delahoy.com/snappy-driver-installer-origin/ +License: GPLv3 +LicenseUrl: https://www.glenn.delahoy.com/snappy-driver-installer-origin/ +ShortDescription: Install Missing Drivers and Update Old Drivers +Description: Snappy Driver Installer Origin is a portable Windows tool to install and update device drivers. It can be used offline to install drivers where Internet isn’t available. No more searching for drivers after a clean install, just let Snappy Driver Installer Origin do it’s thing and your job will be done in no time. The perfect technician’s tool. +Moniker: sdio +PurchaseUrl: https://www.glenn.delahoy.com/subscribe-to-snappy-driver-installer-origin/ +Documentations: +- DocumentLabel: FAQs + DocumentUrl: https://www.glenn.delahoy.com/sdio-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.yaml b/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.yaml new file mode 100644 index 0000000000000..6714e4d9fbb44 --- /dev/null +++ b/manifests/g/GlennDelahoy/SnappyDriverInstallerOrigin/1.14.0.777/GlennDelahoy.SnappyDriverInstallerOrigin.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GlennDelahoy.SnappyDriverInstallerOrigin +PackageVersion: 1.14.0.777 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GoLang/Go/1.22.12/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.22.12/GoLang.Go.installer.yaml new file mode 100644 index 0000000000000..34f39971b026e --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.12/GoLang.Go.installer.yaml @@ -0,0 +1,60 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.12 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- go +- gofmt +FileExtensions: +- go +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x86 + InstallerUrl: https://go.dev/dl/go1.22.12.windows-386.msi + InstallerSha256: ECA04430EF166541D0B669F3FB70CE02AF1FB47A70821E8820941ADD0CDF25DB + ProductCode: '{76382017-D82D-499D-8F42-12DE5C5C283C}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language 386 go1.22.12 + ProductCode: '{76382017-D82D-499D-8F42-12DE5C5C283C}' + UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Go' +- Architecture: x64 + InstallerUrl: https://go.dev/dl/go1.22.12.windows-amd64.msi + InstallerSha256: EA4B2169F368881A8ADD5CDD89C34B3D5F45E3581F2854BBCC2B77FF8B07FB8F + ProductCode: '{3F0C217A-0D34-4444-B705-7D19E8AB2540}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language amd64 go1.22.12 + ProductCode: '{3F0C217A-0D34-4444-B705-7D19E8AB2540}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm + InstallerUrl: https://go.dev/dl/go1.22.12.windows-arm.msi + InstallerSha256: 164EB8E78CA5D9EEC9068B7AC8BE81A131FCBA5F761B71ED22BC975420A078F1 + ProductCode: '{CE963F54-A7C8-47EE-8906-1BB0CFD50920}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm go1.22.12 + ProductCode: '{CE963F54-A7C8-47EE-8906-1BB0CFD50920}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm64 + InstallerUrl: https://go.dev/dl/go1.22.12.windows-arm64.msi + InstallerSha256: 568521305519D00CAA2BE297CE2A3F58FEDC85B02CEBC7FD1B8F52513930CA8C + ProductCode: '{15580E9D-A9CA-41EC-8257-0C14F0D1C4C9}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm64 go1.22.12 + ProductCode: '{15580E9D-A9CA-41EC-8257-0C14F0D1C4C9}' + UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GoLang/Go/1.22.12/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.22.12/GoLang.Go.locale.en-US.yaml new file mode 100644 index 0000000000000..cc3189267fdb2 --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.12/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.12 +PackageLocale: en-US +Publisher: https://go.dev +PublisherUrl: https://go.dev/ +PublisherSupportUrl: https://go.dev/help +PrivacyUrl: https://policies.google.com/privacy +PackageName: Go Programming Language +PackageUrl: https://go.dev/dl/ +License: BSD-3-Clause +LicenseUrl: https://github.com/golang/go/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 The Go Authors. All rights reserved. +CopyrightUrl: https://go.dev/copyright +ShortDescription: An open source programming language that makes it simple to build secure, scalable systems. +Description: |- + The Go programming language is an open source project to make programmers more productive. + Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. +Moniker: go +Tags: +- go +- golang +- language +- programming +- programming-language +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://go.dev/doc/ +- DocumentLabel: Learn + DocumentUrl: https://go.dev/learn/ +- DocumentLabel: Wiki + DocumentUrl: https://go.dev/wiki/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GoLang/Go/1.22.12/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.22.12/GoLang.Go.yaml new file mode 100644 index 0000000000000..c3fe31681a8d8 --- /dev/null +++ b/manifests/g/GoLang/Go/1.22.12/GoLang.Go.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.22.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GoLang/Go/1.23.6/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.23.6/GoLang.Go.installer.yaml new file mode 100644 index 0000000000000..3563ecba41f7a --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.6/GoLang.Go.installer.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.6 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- go +- gofmt +FileExtensions: +- go +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x86 + InstallerUrl: https://go.dev/dl/go1.23.6.windows-386.msi + InstallerSha256: D00024E8BB7C1D5DFC5DFF6808968A43CED8A7C9B7AEDDF406A26FF8A576F37B + ProductCode: '{565D2057-8A97-4C86-B46B-5A6C9B6FE8BC}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language 386 go1.23.6 + ProductCode: '{565D2057-8A97-4C86-B46B-5A6C9B6FE8BC}' + UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Go' +- Architecture: x64 + InstallerUrl: https://go.dev/dl/go1.23.6.windows-amd64.msi + InstallerSha256: D2A587CBF856ED3E8583378CB43259D8E5E2AA663A21049AD0254FE19C22569F + ProductCode: '{7E5B907B-C199-4199-A328-106EC6F67ADE}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language amd64 go1.23.6 + ProductCode: '{7E5B907B-C199-4199-A328-106EC6F67ADE}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm + InstallerUrl: https://go.dev/dl/go1.23.6.windows-arm.msi + InstallerSha256: 923B5689271108AE140F2F2F2682E92D468E32F493D077D68D2937E32126B199 + ProductCode: '{C5500628-C02C-41F4-A956-73422F0F15FF}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm go1.23.6 + ProductCode: '{C5500628-C02C-41F4-A956-73422F0F15FF}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm64 + InstallerUrl: https://go.dev/dl/go1.23.6.windows-arm64.msi + InstallerSha256: 5DFCF83CADB05B9F747CD7C2702B5F7FEAC37C51F454DDC78AE52B65061495EA + ProductCode: '{72C8FFA2-B66E-4DBE-B453-A69047AC9D97}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm64 go1.23.6 + ProductCode: '{72C8FFA2-B66E-4DBE-B453-A69047AC9D97}' + UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GoLang/Go/1.23.6/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.23.6/GoLang.Go.locale.en-US.yaml new file mode 100644 index 0000000000000..95aff08536a0c --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.6/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.6 +PackageLocale: en-US +Publisher: https://go.dev +PublisherUrl: https://go.dev/ +PublisherSupportUrl: https://go.dev/help +PrivacyUrl: https://policies.google.com/privacy +PackageName: Go Programming Language +PackageUrl: https://go.dev/dl/ +License: BSD-3-Clause +LicenseUrl: https://github.com/golang/go/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 The Go Authors. All rights reserved. +CopyrightUrl: https://go.dev/copyright +ShortDescription: An open source programming language that makes it simple to build secure, scalable systems. +Description: |- + The Go programming language is an open source project to make programmers more productive. + Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. +Moniker: go +Tags: +- go +- golang +- language +- programming +- programming-language +ReleaseNotes: go1.23.6 (released 2025-02-04) includes security fixes to the crypto/elliptic package, as well as bug fixes to the compiler and the go command. See the Go 1.23.6 milestone on our issue tracker for details. +ReleaseNotesUrl: https://go.dev/doc/devel/release +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://go.dev/doc/ +- DocumentLabel: Learn + DocumentUrl: https://go.dev/learn/ +- DocumentLabel: Wiki + DocumentUrl: https://go.dev/wiki/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GoLang/Go/1.23.6/GoLang.Go.locale.zh-CN.yaml b/manifests/g/GoLang/Go/1.23.6/GoLang.Go.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7cf91982d9177 --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.6/GoLang.Go.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.6 +PackageLocale: zh-CN +Publisher: https://go.dev +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +PackageName: Go Programming Language +ShortDescription: 可轻松构建安全、可扩展的系统的开源编程语言。 +Description: |- + Go 编程语言是一个开源项目,旨在提高程序员的工作效率。 + Go 是一个易读、简洁、干净、高效的编程语言,其并发机制有助于写出可以更充分地利用多核和网络计算机的程序,而其新颖的类型系统则带来了灵活的模块化程序构建。Go 可以快速编译成机器代码,同时还具备垃圾回收的便利性和运行时反射的强大功能。它是一种快速、静态类型的编译语言,但写起来就像一种动态类型的解释型语言。 +Tags: +- go +- golang +- 编程 +- 编程语言 +- 脚本 +- 语言 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://go.dev/doc/ +- DocumentLabel: 学习 + DocumentUrl: https://go.dev/learn/ +- DocumentLabel: 维基 + DocumentUrl: https://go.dev/wiki/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GoLang/Go/1.23.6/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.23.6/GoLang.Go.yaml new file mode 100644 index 0000000000000..7223b90365b14 --- /dev/null +++ b/manifests/g/GoLang/Go/1.23.6/GoLang.Go.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.23.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.installer.yaml deleted file mode 100644 index d0fd3dea6d3c8..0000000000000 --- a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.installer.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 132.0.6834.160 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: '{336537CE-1139-3D06-B710-B459C974EF81}' -AppsAndFeaturesEntries: -- ProductCode: '{336537CE-1139-3D06-B710-B459C974EF81}' - UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi - InstallerSha256: D2185DFAB3213A5851CA6C54E505DDE9A548D14A77609EE879EC946EE6285F33 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi - InstallerSha256: 1D9579859B6B5FB782E7822D18DF11EFF6F959CB97056BF65F4374C03048E3E3 -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi - InstallerSha256: C9E8DA9E089A438D517FA26A81E90703FDF982F65E01A6DECD1D586A5F048374 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.installer.yaml new file mode 100644 index 0000000000000..04a2158461195 --- /dev/null +++ b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 133.0.6943.60 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi + InstallerSha256: E6DA3FFE7C930B802954DDAC98030F7A02C5881B7127347431737DE410C22569 + ProductCode: '{2A53B916-F9AB-3F3D-A542-67840373B6D8}' + AppsAndFeaturesEntries: + - ProductCode: '{2A53B916-F9AB-3F3D-A542-67840373B6D8}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi + InstallerSha256: 7C63ECDCDEF2F6DC3E30009699A2451EF7F1B86F5C58AF061A96FA10642FECBB + ProductCode: '{58CF461B-A315-3C46-BA31-D5F78351324E}' + AppsAndFeaturesEntries: + - ProductCode: '{58CF461B-A315-3C46-BA31-D5F78351324E}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi + InstallerSha256: 6D00140415E3D27F92A521C8871B65FE00DAAAB445B2880DA4C9C6A40B382DC9 + ProductCode: '{3C90D167-FD39-388F-A988-4A5AE5461137}' + AppsAndFeaturesEntries: + - ProductCode: '{3C90D167-FD39-388F-A988-4A5AE5461137}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.en-US.yaml similarity index 94% rename from manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.en-US.yaml rename to manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.en-US.yaml index 3cc21afd13fe9..a75e21bc798f5 100644 --- a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Google.Chrome -PackageVersion: 132.0.6834.160 +PackageVersion: 133.0.6943.60 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.nb-NO.yaml similarity index 94% rename from manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.nb-NO.yaml index 7292ac325babc..cfa72479d1973 100644 --- a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Google.Chrome -PackageVersion: 132.0.6834.160 +PackageVersion: 133.0.6943.60 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.zh-CN.yaml similarity index 94% rename from manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.zh-CN.yaml index 0fef97d00db61..fcf722abda2e1 100644 --- a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Google.Chrome -PackageVersion: 132.0.6834.160 +PackageVersion: 133.0.6943.60 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.yaml b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.yaml similarity index 85% rename from manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.yaml rename to manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.yaml index 21e5ec2e75fdb..06d5befbf6cd4 100644 --- a/manifests/g/Google/Chrome/132.0.6834.160/Google.Chrome.yaml +++ b/manifests/g/Google/Chrome/133.0.6943.60/Google.Chrome.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Google.Chrome -PackageVersion: 132.0.6834.160 +PackageVersion: 133.0.6943.60 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.installer.yaml deleted file mode 100644 index e26f30cdffaec..0000000000000 --- a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.installer.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Beta -PackageVersion: 133.0.6943.35 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: '{77BEADC8-5FF9-3F4A-95E2-7DBC70E406BD}' -AppsAndFeaturesEntries: -- ProductCode: '{77BEADC8-5FF9-3F4A-95E2-7DBC70E406BD}' - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi - InstallerSha256: 074941CE7FF06CEEB4C35416A4B4FB7076BB5C20304D9C4C899A5CD38B8A962C -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi - InstallerSha256: 9EDEFB69A00036CFFFBDB64904227C6D5B5426DD3BE37D75602DD8030CC7B720 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi - InstallerSha256: 68B7031C491041CC1959B12DBC20C22FFC891716FA5B1C7DA8BBCB14C027B743 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.installer.yaml new file mode 100644 index 0000000000000..99e0ad04547d5 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Beta +PackageVersion: 134.0.6998.3 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi + InstallerSha256: 870130CA49594668963E08987DC9DF321CE8857B7C5B85779986FAE9F64B23F8 + ProductCode: '{B617A0C2-A8E0-312E-8F33-8E6314738586}' + AppsAndFeaturesEntries: + - ProductCode: '{B617A0C2-A8E0-312E-8F33-8E6314738586}' + UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi + InstallerSha256: 6827DDBB826C2321D775DE157E2B98FFE1164EB1184615221BA435906B4007C4 + ProductCode: '{F553DED1-2EF4-32AE-9C12-B5D79D87A73E}' + AppsAndFeaturesEntries: + - ProductCode: '{F553DED1-2EF4-32AE-9C12-B5D79D87A73E}' + UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi + InstallerSha256: 6357C6C4FD725ECCA176BD518A3CD49B26D34D798B6D311723D71967642F4DFE + ProductCode: '{98CF0462-3C7F-3E6F-B2F3-971F4DD119A9}' + AppsAndFeaturesEntries: + - ProductCode: '{98CF0462-3C7F-3E6F-B2F3-971F4DD119A9}' + UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.en-US.yaml similarity index 94% rename from manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.en-US.yaml rename to manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.en-US.yaml index 795c2d5f0f6a6..c383096fcce92 100644 --- a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 133.0.6943.35 +PackageVersion: 134.0.6998.3 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.nb-NO.yaml similarity index 95% rename from manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.nb-NO.yaml index 778596ff50358..2a2d915afb826 100644 --- a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 133.0.6943.35 +PackageVersion: 134.0.6998.3 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.zh-CN.yaml similarity index 95% rename from manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.zh-CN.yaml index 6b3d225e86a89..47e09b8021b2b 100644 --- a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 133.0.6943.35 +PackageVersion: 134.0.6998.3 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.yaml b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.yaml similarity index 86% rename from manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.yaml rename to manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.yaml index 34ddc25e61ef8..985ae01709f00 100644 --- a/manifests/g/Google/Chrome/Beta/133.0.6943.35/Google.Chrome.Beta.yaml +++ b/manifests/g/Google/Chrome/Beta/134.0.6998.3/Google.Chrome.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 133.0.6943.35 +PackageVersion: 134.0.6998.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..926db7410f209 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 134.0.6998.3 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome Beta +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adreis4jfhxnuzhc4vtxytd7otiq_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: CD414B13AB8099ED23FC794A62ED6B9D809CD52B63D845C0DAE3C1757257AA9D + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adreis4jfhxnuzhc4vtxytd7otiq_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: CD414B13AB8099ED23FC794A62ED6B9D809CD52B63D845C0DAE3C1757257AA9D + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ac3narodp4m3iimbkqlo4e46zndq_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: 15854B7BEBF8B9228CC2282070D816FFEF02A9AD4B3CE739E360A6235A3432D4 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ac3narodp4m3iimbkqlo4e46zndq_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: 15854B7BEBF8B9228CC2282070D816FFEF02A9AD4B3CE739E360A6235A3432D4 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/lc5ltglv7vmosmvt3x4rpjelay_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: 59722E064C4618C491DD0074C683CCD5928642287A795076AF53300FB0CD0212 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/lc5ltglv7vmosmvt3x4rpjelay_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: 59722E064C4618C491DD0074C683CCD5928642287A795076AF53300FB0CD0212 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..eea6e2b053de6 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 134.0.6998.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0691c82a1b689 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 134.0.6998.3 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e7182ba5c3406 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 134.0.6998.3 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.yaml b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.yaml new file mode 100644 index 0000000000000..c5cb5a57b2772 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/134.0.6998.3/Google.Chrome.Beta.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 134.0.6998.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index fa993877bd6c3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6953.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/j6di6bkjycaavhkhqmejl66xz4_134.0.6953.0/134.0.6953.0_chrome_installer.exe - InstallerSha256: 109922AAD1359AB58A2ED6BAAEA272A895B7AF67C24FC5A9A8D41FC478902843 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acwccjdsjl67pmn574fx7pcy3m4q_134.0.6953.0/134.0.6953.0_chrome_installer.exe - InstallerSha256: 0434708B1B07FA0BF87C24932CC37A84478C1D211B8CC640C1ACDF272AD3B31E -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/bhx4mfqthirpek3thjuzb6lyam_134.0.6953.0/134.0.6953.0_chrome_installer.exe - InstallerSha256: 06F8491EF388CA012F1CBDFC0E51924C963961783807B542D46388E85C7AFA14 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 843f47fa8be37..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6953.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index abc5f000a2321..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6953.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 4d0cf0162f142..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6953.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 28be5eef04953..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6953.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6953.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a59dcc7a860a7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6954.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acuby26vptkhcnag7bar4vxjjt6a_134.0.6954.0/134.0.6954.0_chrome_installer.exe - InstallerSha256: 2E9DBCD15B4BCB61A467B1925ED8107CB3E4C72D39A31D7FD93DF1CD1236CF22 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acx3q2vgf7qhan4hrbo25wepxdwa_134.0.6954.0/134.0.6954.0_chrome_installer.exe - InstallerSha256: 53EA05A03442D63DEE7C96557165DB91D6BC0E741FA0943870CF20C1C9FE212F -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/bjcqqohr6sxoum4azwo4lhrocy_134.0.6954.0/134.0.6954.0_chrome_installer.exe - InstallerSha256: C0EB1B2A27D751B1E2C0ADEDA960613B4432F5060C02EDBC6A004B11158911B9 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index b090e9baa197e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6954.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 2a80bbf32b468..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6954.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 28f17e04998e2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6954.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.yaml deleted file mode 100644 index d64e8c3237fbc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6954.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6954.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 6d609ac812dc2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6955.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adn6a5psnanjpihbsfk7ehbvvraq_134.0.6955.0/134.0.6955.0_chrome_installer.exe - InstallerSha256: 4EAAA5298F9AB8E884A1F36D5E57F54A8EAE6AECBB4659766785AD63268C5F01 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/jlybzioq7dfy4ytjwwd55lgmie_134.0.6955.0/134.0.6955.0_chrome_installer.exe - InstallerSha256: 3E4350A8DF46AFAF059D511EBACD3BDDA23128F0FA377086BA69C976540CF2BC -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/n3yrh3wqjj4jrkeqdzofv2hfhu_134.0.6955.0/134.0.6955.0_chrome_installer.exe - InstallerSha256: ED7D7D4D1FAE1213B93EADF4C8B45E63BC539CD9F66C95C4CF3E8F1F0ABAFB57 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index e08739cfee362..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6955.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index abfbd85c9e51c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6955.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 03c64434e7c21..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6955.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 41b61f97d5357..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6955.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6955.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 8eff5ff024e2a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6956.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/dzxd5hk5obopmjnf6qlys7xghi_134.0.6956.0/134.0.6956.0_chrome_installer.exe - InstallerSha256: 78300E4A291D3D2E01C9828EDF6DBB5A1A56B4C101A7C032F08B634939CCC4BE -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/lvbz3ahgxfady36xhmi7tshchu_134.0.6956.0/134.0.6956.0_chrome_installer.exe - InstallerSha256: 23DEB44B881852BBE2978E6734D749D6F2012C6AC8A5CF2D18713F1A5006F6B9 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/m7lhuphq7jburjugjzoywjd5y4_134.0.6956.0/134.0.6956.0_chrome_installer.exe - InstallerSha256: 010EB48DFD5D9ECE2EE532A92085EBA8E81A0AEED3124049D832D498C9BF3447 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d34348f0fdd21..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6956.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index f15211157ede3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6956.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index c3f46a6c8e5bf..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6956.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.yaml deleted file mode 100644 index d4b707e5ffdb7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6956.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6956.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 742044d2a606b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6957.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acbpnqkuzidksdlrkuiakzwz4zca_134.0.6957.0/134.0.6957.0_chrome_installer.exe - InstallerSha256: 8485B79B28F66F98DBE3A0A18D311BF7593FDE2F049E3DE1092D5F8A939551A9 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ndwywxnqdwdakucd3vgxbuloim_134.0.6957.0/134.0.6957.0_chrome_installer.exe - InstallerSha256: 887ED1C37F7B96075467E86A617D7AD0D39AA0A6974886195CDDD1A58233DD05 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acokbfmwpggkx7rlu5fn5cwy3qna_134.0.6957.0/134.0.6957.0_chrome_installer.exe - InstallerSha256: 5E78CE203FE55BAA5B1EFAE6A8918F3E4BD34EDA47475F59A82FC8D02DEBDFA8 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 008006372c82c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6957.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index bdd86d0bf2e57..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6957.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 1610144b65544..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6957.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.yaml deleted file mode 100644 index ef654127471a0..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6957.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6957.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 398a2b19c37c5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6958.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adxn7g5pk54dqklppdzeeqinsrea_134.0.6958.0/134.0.6958.0_chrome_installer.exe - InstallerSha256: 714A9E98CC5A8AC7A42ED1A08A07E2662CFB4210E880FD112A32E5F7CEB3AA97 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/o5vjyuqywscfewxljdd572cara_134.0.6958.0/134.0.6958.0_chrome_installer.exe - InstallerSha256: 97E281E0DB27A792D5FEA76F1B4AAA9ABCF13F1A3D6B5077EF558C7C717A3D7E -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/kp7qmu5la5cdpxtn3nidx7i3e4_134.0.6958.0/134.0.6958.0_chrome_installer.exe - InstallerSha256: BA37C78989447A6AC07B445528ACCC2DE551F3B265FA1963D859341F480F1B86 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 93bfa91e096f6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6958.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 726adcc898e3e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6958.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index f761b4d4a7c8e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6958.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.yaml deleted file mode 100644 index ec5debc916bbd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6958.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6958.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 1ecaa54cce25e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6959.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ew6xh5uicn3wfqbbpwytvdt4me_134.0.6959.0/134.0.6959.0_chrome_installer.exe - InstallerSha256: 92774EF8BF848F864B5313A7DED5FEA522AD97FFECD4ED2A1055F0AC392CEC4F -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/f4gwpmuexavj52ow5jtbinfnbq_134.0.6959.0/134.0.6959.0_chrome_installer.exe - InstallerSha256: 7B0518D7B59622242156AA76BA1F856F8B88FE7E874A6FC9EA2EAEDB3D1B4EBD -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adiia6kyubaufzuvfqpwdh7577ra_134.0.6959.0/134.0.6959.0_chrome_installer.exe - InstallerSha256: 9C713DC77B69263A553DD86A748F8E51E0169001CECA5CD6B4963ED9635B43D9 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 5916c75e7a2a6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6959.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index df64d9d3cb02d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6959.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index f53524bc68315..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6959.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 6957b4fb9d924..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6959.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6959.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a4f1ac08bd6b3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6960.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acznmj5affbtidl2np523x2fomea_134.0.6960.0/134.0.6960.0_chrome_installer.exe - InstallerSha256: 00A159C2E9A18287F3D5C03936E30A9DD4A5949C683D7AC8462D7E9614D9EED7 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acqtajiwel5a7sm6wmbinxds3gda_134.0.6960.0/134.0.6960.0_chrome_installer.exe - InstallerSha256: 774DE77E3F455A428EE738AC7DE8EC6BC4F2F064CFC6BF6BD6CE7962A733CD5F -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/fnqkqkpvrnmwfx2ubsj6ldddhu_134.0.6960.0/134.0.6960.0_chrome_installer.exe - InstallerSha256: 48A0F21F21FA4A3C4E694D7AD859ECAA4E780F4CFC0FD7AB81D98ABB3F7DB8D5 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index bd36aa6c75f21..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6960.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b1a448f51e1d7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6960.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 5c91c188f12ce..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6960.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.yaml deleted file mode 100644 index b250561539d59..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6960.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6960.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 659f47227d974..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6961.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ozx6ofytqg3fmi6zcf2alpxcry_134.0.6961.0/134.0.6961.0_chrome_installer.exe - InstallerSha256: 52DF5F1F9344EC0B591A0DAE99F5427D8D720F8D1775D847327CD050283B5CEC -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adtjv5fzapthldxwnnprzlaoholq_134.0.6961.0/134.0.6961.0_chrome_installer.exe - InstallerSha256: ECC52EE493B37EC297EEDAA6A6403DD0B96C60C22A84383A58EB56CEB9C144EC -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/evup2e36yygjggxmsqpp2e5vuu_134.0.6961.0/134.0.6961.0_chrome_installer.exe - InstallerSha256: 67E52FD98A69C51F1D4A20A1F27E54ABD323EACAC23A443510329E1C68A77A24 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index d065ebaf932c5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6961.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 12967563217a1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6961.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index f6ede8b2379a4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6961.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 940329b6d0f16..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6961.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6961.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 45e4adb595a6a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6962.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/addwfqg5vhokspux7k3heyvrm2ka_134.0.6962.0/134.0.6962.0_chrome_installer.exe - InstallerSha256: 3D8EA7AFB6FB109D1FBB64835574351CE3521295E17FBE4813DC4A171334B688 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adrswhni22vycev2hxbjw7oscnaa_134.0.6962.0/134.0.6962.0_chrome_installer.exe - InstallerSha256: E16542819492E8BCDBE485C01492400BF081B7F805908C7B857EE59617F1ADD2 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/etuqs6varwpvilrjr6v5nuqi5u_134.0.6962.0/134.0.6962.0_chrome_installer.exe - InstallerSha256: AB60050587CBCCB1779D8CF24B86902F88E908A431326CAB16045E353B11B923 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 170c8cdabc168..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6962.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b6fa8aab4fe8c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6962.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index e987eb5f78510..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6962.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 14fbd19e19af8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6962.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6962.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a6c182cbb3a9f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6963.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/p5beamgphbavtuoxpeefmmyy2y_134.0.6963.0/134.0.6963.0_chrome_installer.exe - InstallerSha256: BFC08D9EDC0B98278D3766A9A8AD76EB564D9844D42D2D818C51C4BD10456334 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ac75v3m2yecxst4z5scaocdbnm3a_134.0.6963.0/134.0.6963.0_chrome_installer.exe - InstallerSha256: B6EC8039473AD9A144280F4CA1BEB4B6F8D649A10D7FFAB0A0AC0C01642C5F33 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adnkx47kcbjrf3se4el5m3kpo2ea_134.0.6963.0/134.0.6963.0_chrome_installer.exe - InstallerSha256: 2393A78D64BBA0380324C4708582F390988C7AD01B033100A228D392A0BF1EB6 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 734944b4d5389..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6963.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index d9146fcda7800..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6963.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index e979ef97d95a8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6963.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 5481e217e1dc9..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6963.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6963.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index c6724b83d7c0a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6964.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/dobsmlgi35ns63mhe4x6yeqi7y_134.0.6964.0/134.0.6964.0_chrome_installer.exe - InstallerSha256: 40EAF3A15DBA32211D15D362A97547EE1AE068DD3030CEAE345A0355DD87AC29 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/achx5fzrjp2c5a73vapm5ajmnzhq_134.0.6964.0/134.0.6964.0_chrome_installer.exe - InstallerSha256: 26422E46322077A99D9E0270085962462ABCDE4E0D2018434B6916EA815368D3 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/cusys44esndv6tatyhtya5vzea_134.0.6964.0/134.0.6964.0_chrome_installer.exe - InstallerSha256: E8C4CA682269888CEED78E0C5321D057BA4D4455B63689E4EE01DCD9585DC1CC -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 49d7c10527d45..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6964.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 4f9d27f9082b7..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6964.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 54c54758f544a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6964.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.yaml deleted file mode 100644 index f6f904b4d9629..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6964.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6964.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 78dba27342c6c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6965.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adhx7bokd4cckmllimzf466daqrq_134.0.6965.0/134.0.6965.0_chrome_installer.exe - InstallerSha256: 95FFEDACDBED9F278BDCFE80D41C536CD22B5C648B8988576CA9E22C8DA9EC79 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adfhhmxuqvnruppoogiqlu3qrfqa_134.0.6965.0/134.0.6965.0_chrome_installer.exe - InstallerSha256: 9A62C3D0C5008427D2909F3BC5CCDED350E701E84E101D9567C657697D32C842 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/iijmw3auepb7invj7oe6zh5cka_134.0.6965.0/134.0.6965.0_chrome_installer.exe - InstallerSha256: 5AA88021B02C855AB0E7EC181805A041812FD5B76775F22689F0C42F2C13FABE -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 5f77d828e6914..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6965.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 9310051211782..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6965.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 3fee7f8f75a47..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6965.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.yaml deleted file mode 100644 index bcfe7bee4081c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6965.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6965.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 4675a7be29207..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6966.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ac3uj3tfcnie37mhbod5p2nfnbwa_134.0.6966.0/134.0.6966.0_chrome_installer.exe - InstallerSha256: 95BD7C9ACE8C20FC66F076AA60011288E6A8B8E64026DA0F1F523082CF437580 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adghgcxx3cwl5opry35eqqra4flq_134.0.6966.0/134.0.6966.0_chrome_installer.exe - InstallerSha256: 5A8E578A432949D64CEF9D56CEEDD83C87B0F350D82C4CE0A257D4336F3E8636 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ac4i2g5pskjb5cm5tsghczhzaqcq_134.0.6966.0/134.0.6966.0_chrome_installer.exe - InstallerSha256: 349A8EC085D710DE63E4B97E4F015D3E9B77D426B61AE2E2B78104559AE4A7D2 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 3cd9f520c863e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6966.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b30fc2b633e94..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6966.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 8c6a070774cee..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6966.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.yaml deleted file mode 100644 index b19210c7135f5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6966.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6966.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 0d0174b9f3701..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6967.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/jnvuhmdzkwazm2uzi465nqyroa_134.0.6967.0/134.0.6967.0_chrome_installer.exe - InstallerSha256: 26B8F0FC76584B9A6E04FE332009D67A679CB7259EE13B9CEEBA52C3261B1497 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/gsyc4z2akdsal7ongj4s4alomi_134.0.6967.0/134.0.6967.0_chrome_installer.exe - InstallerSha256: D1B2A758A771D2700B4E5CD04C0C5A19807B9DB39F410F599889CBDF97ED433D -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/hp5hgqpndpo3jl2zg7fg6rky7m_134.0.6967.0/134.0.6967.0_chrome_installer.exe - InstallerSha256: 89DFF315F78954612D1D6A0C25C8E7D903049BD802C894518B0C908738A48DDA -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 2add87a312f1b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6967.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 361e1b767808e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6967.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 91dfe2d43aece..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6967.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.yaml deleted file mode 100644 index dea61b577ff99..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6967.0/Google.Chrome.Canary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 134.0.6967.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..3303cd847acaa --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6988.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acsyc225zwli5jk36trsvgyw34wa_134.0.6988.0/134.0.6988.0_chrome_installer.exe + InstallerSha256: B476B2BA749737BAF3A46C41C0B6486CF4015C59F0A85AE666F692333B83E084 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/kpg5ofz2iicds3z4jprkohjmji_134.0.6988.0/134.0.6988.0_chrome_installer.exe + InstallerSha256: 0D8CEA87B8762DEDB0C818104F8A8FBC974D81EFEF9234584D2BCD3764ED40A9 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/plzwrobmdlrhuiopxbp6sq6nf4_134.0.6988.0/134.0.6988.0_chrome_installer.exe + InstallerSha256: 539314AD149343B96865275F9744FF870434999354336E152B706A41631016BD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..8c98d6b619e6d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6988.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..549a2bf822418 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6988.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f29d72b215331 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6988.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..8a9067651cc66 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6988.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6988.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..578c6c7deadb7 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6989.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/n33gjhdlesvn4p6bwaafzjlaoa_134.0.6989.0/134.0.6989.0_chrome_installer.exe + InstallerSha256: 7E0674C02A3736A0002D5C216A99413439A38C37E32E6FE908758D9454690E49 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ad6j5nvstbnuknfn2hnns4pc3ccq_134.0.6989.0/134.0.6989.0_chrome_installer.exe + InstallerSha256: 7674BC2D657F0F6C385682250A0D47993D4DFC1EBD651C98279104DCE7E9DBA6 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ghsxxzhdhqwlqfm4zmc2sl4ttu_134.0.6989.0/134.0.6989.0_chrome_installer.exe + InstallerSha256: F84482DEF186C45E00D1B17B140C2FAD82D56759017BF444423A04CE234701F4 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..70075ce2865f4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6989.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..f33cc90b8b2d5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6989.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3d266ff9a56a8 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6989.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..3509fabb35a9a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6989.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6989.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..6fe614b20c42b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/ad3bggrg5b44t4pkfjtuvdwrsvza_134.0.6990.0/134.0.6990.0_chrome_installer.exe + InstallerSha256: FDB07221A520C27BF9746702AB36FA7758F89F0FE18FC1C9365982E94E48CA4E +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ovkys4wvfm2mgv32b6oc24h2ty_134.0.6990.0/134.0.6990.0_chrome_installer.exe + InstallerSha256: 96914C10BF621518C6BA944BFF98B392F911706EEDAA466CFE5187DC736D1DA3 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ekjdeth63fmp3i3wre2zy5tp4q_134.0.6990.0/134.0.6990.0_chrome_installer.exe + InstallerSha256: 0C1EA874199F716DA69CF5764AB48D06A50A98CE866E699D38612BEE1AAF32E6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..fd1f012610955 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..6231aa7ac37a9 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..63b35183af878 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..f7a0dae33fd8c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..bd68df73ffdb9 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.2 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/emdqozbomppgkos6erftwuwkjm_134.0.6990.2/134.0.6990.2_chrome_installer.exe + InstallerSha256: 7D1EC3C2D18B2F0955A2DB275A880E9B5E2B7291B1D0A2F65AA8CFAB59555706 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/aci3dym33s5xaqolyl2xuf7veanq_134.0.6990.2/134.0.6990.2_chrome_installer.exe + InstallerSha256: C089A9A578970C6002D01576ED2D4ED36C4ED6398EDC15AF6C30F71948229042 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/emqgwugzz22ywvdxn65a6dxnnq_134.0.6990.2/134.0.6990.2_chrome_installer.exe + InstallerSha256: 6B39E66AC6139C2095C9406DF8250286BDBC5CA416F5426B8D72A6986DF3B712 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..0b103b92ff533 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e208b756568f3 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..71b950469e8dc --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..5bb3af4ac7bfe --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6990.2/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6990.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..398c1a1a34183 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6991.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/adewbncsahobaisvbp4eswir3zfa_134.0.6991.0/134.0.6991.0_chrome_installer.exe + InstallerSha256: 951FD38A86738D5B7D8B117CB89127AECEEA7C844B885F4E2F802947BEC38D29 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acea2qoi7qexggjxsj34f63xn7ma_134.0.6991.0/134.0.6991.0_chrome_installer.exe + InstallerSha256: 17626DA314C36E5590ABF27414EDC2A0E7467BD2442A918349B290D2F84F1B96 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/e7kmxdi44eqzsj3tkj56ix5s_134.0.6991.0/134.0.6991.0_chrome_installer.exe + InstallerSha256: 3D0E35A523ACD6C362B3F918DFEF06E848B287CFFACBAB7651E6F9A11314C8DE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..faf88aa6c12c6 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6991.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..1a6fe6a0926fe --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6991.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a3cabcb609fd --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6991.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..d4279378803a4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6991.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6991.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..58f83d795412b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6992.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/adknzdrtbewdmhz3wtbb4bhbewta_134.0.6992.0/134.0.6992.0_chrome_installer.exe + InstallerSha256: 8FD84DB62A58D5C6F44DA8B2AC1EFCBA41677E8CFA8E8118E338D190473FF350 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ac36kpepu4k3zdvbre3lyhxj3gaq_134.0.6992.0/134.0.6992.0_chrome_installer.exe + InstallerSha256: B7AE8F53C9C04EE517C17AABA928D87C7E6E199AF10C3349F2D39E3FCF13D710 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adfewhiep36dnu3lsi7sfpxhqo7q_134.0.6992.0/134.0.6992.0_chrome_installer.exe + InstallerSha256: 81DEBCB6FF977A0C20A1B128B8EA4D7F216102C5D6F690903B0E5D7EF9FC7E02 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..02e61fb7fad46 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6992.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..7b6a25bc450c7 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6992.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..593e131154229 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6992.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..3ee34df417e95 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6992.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6992.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..ab6c309f064e6 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6993.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/arrb5pyvoe5o6y6auaunubwvjq_134.0.6993.0/134.0.6993.0_chrome_installer.exe + InstallerSha256: 0534CC3D1BB32ACD6A8FF887AF4B31B41C07F034FCB0B5E4C40804DCA85816C1 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adgw7gfeajdryepleif24zwoyzma_134.0.6993.0/134.0.6993.0_chrome_installer.exe + InstallerSha256: C0E3AC670E544582EC82E703EB97827E07C731AC583E339701071EBB2615E076 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ahasqear4oorlrqlcwl2nulbsa_134.0.6993.0/134.0.6993.0_chrome_installer.exe + InstallerSha256: 6961B48F2AF5FF4677F0F4D3998A8928D775ABA1701F5D199D8D105EC991F611 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..ef55c0426a327 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6993.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..1edf7dc3ca1c9 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6993.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6993.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..9099204d1b887 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6994.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/bkxl7tx3mzip46rcnnleez3aka_134.0.6994.0/134.0.6994.0_chrome_installer.exe + InstallerSha256: 12BA39A37679AA766E11A863BA0966E5056EB0AA77FD8B3D5D663CCC9ECE70AF +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adqftmtriyjjqyvzzhnbvm4uextq_134.0.6994.0/134.0.6994.0_chrome_installer.exe + InstallerSha256: 72D02C6D12A9D3A788695EF4400A8B4704C0C9954B3749E0D531D0184574FC85 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/hnfby5odqpsxesyntbzmutl5ia_134.0.6994.0/134.0.6994.0_chrome_installer.exe + InstallerSha256: 74D1A2B1FC9B9C55FBD2D16716CDF02FA78FEC6FDA2BA7403E1E4E531C027363 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..034d8c8aa7f4c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6994.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..9250ea78ecf8d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6994.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6994.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..7db2974107917 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6995.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/ennt3hmmwpz7fjri6b4cvcytki_134.0.6995.0/134.0.6995.0_chrome_installer.exe + InstallerSha256: 75C5C5DB0744C6240114201D17312DBF910C5BAC5AEB9D1A15EAB51EC2DB8568 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acoly76oz73h3fn2uefq5t7yndsa_134.0.6995.0/134.0.6995.0_chrome_installer.exe + InstallerSha256: D765C1078DEEA4EC4297DCF224FD1F45A5D9302935AD11532096344380D60C6E +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/peksz63qnse63fwtoslauthfn4_134.0.6995.0/134.0.6995.0_chrome_installer.exe + InstallerSha256: 395642A450E7FF7BB064C2D21449B7005EB5436141FEAEAEEB01766E4CBD0518 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..4873164a96e38 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6995.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..1180201652e75 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6995.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6995.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..191b647990df1 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6996.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/i63rtci6bvtbqtblnedlpfx3tm_134.0.6996.0/134.0.6996.0_chrome_installer.exe + InstallerSha256: 2B4061796C07025A7B9AC38332086CCFFBECB51878096CEF3DCAFFE7EA3F332D +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adipkgfrr2nhayx6wurksxyl5zsa_134.0.6996.0/134.0.6996.0_chrome_installer.exe + InstallerSha256: F85685BC788BAFBA842D5AD863CA2CE224606C78DCAA958735391455718F1B5A +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adx5vc2di4yaccys66pwjga7irwa_134.0.6996.0/134.0.6996.0_chrome_installer.exe + InstallerSha256: C40C2D5A0DF9375A909FC70AEE87FDF101D8A7709AA41EA92714D908C861BBBB +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..6702507102dd9 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6996.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..03c9df15aa87d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6996.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6996.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..657a19c82dba0 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6997.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/adhm7ns5a477rck4gbhhggu6zflq_134.0.6997.0/134.0.6997.0_chrome_installer.exe + InstallerSha256: 1FDF6AC25D961D55915E4BEC452D9F11ADA9457C2B836D47F893C00B99077098 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ad5emilu7gdpurvymzmpqrtqgh5a_134.0.6997.0/134.0.6997.0_chrome_installer.exe + InstallerSha256: A74DFC0D8A4A32A20640D22175AD8EC89AF03757B06A6A962887B7B721B58F14 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acld3l2j4abuhl5abrpbgu7tz36q_134.0.6997.0/134.0.6997.0_chrome_installer.exe + InstallerSha256: BC336CC3456A478C6DB1A14D508896D6477D6162F2EE7B51349EB14B3C5EC781 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..97da60f61c62d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6997.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..a2f213ee86d1f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6997.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6997.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..9b1791db24e7f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acy6ywligcbc2klwgij3aihldrma_134.0.6998.0/134.0.6998.0_chrome_installer.exe + InstallerSha256: 12AB9A9F871DE23197ADE12E316906BBD834DB5242127D0169CFE1BA3C0E76E7 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/anacs6iva5v7rasfxrs3x5ygby_134.0.6998.0/134.0.6998.0_chrome_installer.exe + InstallerSha256: 1BF42244D67AE999EDDD496D01A1F207D1EE796CCC4BF013DDABCA15DA1D5C50 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/hvvqgldc4u7taukcfyeddkhzwa_134.0.6998.0/134.0.6998.0_chrome_installer.exe + InstallerSha256: 7F1511C544F7F6781578A0E20DCB48341C48A5F226BA7C10AFCA8976B6E7369D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..fefabfe294f76 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..7c40405e6568b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..684dad2ed0242 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.2 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/adafsrbbxf5g5qwu6eypu5wtjzoq_134.0.6998.2/134.0.6998.2_chrome_installer.exe + InstallerSha256: 589A144E71F86A6290DB7D9081B4604F676FF2277D8541DC53758367C6B8BE35 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/e4q2nfph7t67ve4ee7wjtsvmq4_134.0.6998.2/134.0.6998.2_chrome_installer.exe + InstallerSha256: 1414F68236DA75AB4E4E31CEDFC57248235E185C681F1D84DA14465757EFC303 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/a4kwovh2qs3sk2zsxjr7xqsqym_134.0.6998.2/134.0.6998.2_chrome_installer.exe + InstallerSha256: CC6BE357FF663150FD8CC05BC0BD4348C38E3CBEF8FE929C1C585C58DEC05334 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..2ed9f7bf7f24c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..25008a6581fb0 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.2/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..fa1f9c5cb1cb4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.3 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/acxtvjppsl7xrych2kb4w436kqnq_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: CD414B13AB8099ED23FC794A62ED6B9D809CD52B63D845C0DAE3C1757257AA9D +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acdzn3kbkaxhzv74dqz6wgxhujma_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: 15854B7BEBF8B9228CC2282070D816FFEF02A9AD4B3CE739E360A6235A3432D4 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/g72xwqphjgdam3olkxoujmmunm_134.0.6998.3/134.0.6998.3_chrome_installer.exe + InstallerSha256: 59722E064C4618C491DD0074C683CCD5928642287A795076AF53300FB0CD0212 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..81c760d63063c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.3 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..fdbbe1ec03100 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.3/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..7a66fd75a7b6f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.5 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/ciwccjjepk4rmchquxj42xgone_134.0.6998.5/134.0.6998.5_chrome_installer.exe + InstallerSha256: 5233BB24066C28C1F7C4FA6765E71598B0806B2FD7E7491BC8007D6B435CEA8F +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acud3huwwocibrwqxkul3kryeftq_134.0.6998.5/134.0.6998.5_chrome_installer.exe + InstallerSha256: CCC2251256347123B603A2822FB199AA7FFC3ECD6D85ADC3177C613EEBCBD9F0 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/dllpdnw6ibepv5rbh7bcqseiwq_134.0.6998.5/134.0.6998.5_chrome_installer.exe + InstallerSha256: D2B0668CC6CFCD7807CBF79DBDF4E4158D72E1B648944297F4682B6DF4578698 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..9634d3fd6869a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.5 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0fa9b99a7d0bb --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.5 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42d8ed203f2f0 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.5 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..6434d6e9dcb7d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/134.0.6998.5/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 134.0.6998.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..99913ebe1cb45 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.6999.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/achsr6fvzvcrsl6a57b5n3mxf32q_135.0.6999.0/135.0.6999.0_chrome_installer.exe + InstallerSha256: 64E4A7602B6818EDD6ADDB24CC73DED49A098FA704289E955E0835624949F7BF +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acdodbzwweomic6y2kpk6g3l4tdq_135.0.6999.0/135.0.6999.0_chrome_installer.exe + InstallerSha256: 79847CF999507D2015BFF4B792E7BD134164DF2659D335A6AFB6B82FE3923501 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/lnfawo7w7isnmmdixhzjgll4da_135.0.6999.0/135.0.6999.0_chrome_installer.exe + InstallerSha256: 519A8BBA2202E8763C84ABA2895B66540A24BE481A549E0D5EFC6AE2C3B7CA98 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..a8e86c90fab64 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.6999.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5520ac6c52671 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.6999.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..26924c485166b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.6999.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..06d6aae1f622c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.6999.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.6999.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..5d5e214ca7219 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7000.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/adpleilrbnsstycr73uxczqmsaoq_135.0.7000.0/135.0.7000.0_chrome_installer.exe + InstallerSha256: F8A843B0BEC6D152C0A7A04AF994D72D968E8507F98AC9964F3697A0E881B7E5 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/eqi5wtwvptfy3azdyjzfv5nrg4_135.0.7000.0/135.0.7000.0_chrome_installer.exe + InstallerSha256: 17DBF9B48DB73CBF4C73476412AD4B63F1AEFC55C3042732E8158E905191DDEA +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/o4bql5uye267fbu6m6cb7msjxa_135.0.7000.0/135.0.7000.0_chrome_installer.exe + InstallerSha256: 18FD3179E063BF3925916593AA4491F825FFAC82E9149071B62DE3E8D989E86E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..09c9d50bd4d7c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7000.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..002c44a1a7fca --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7000.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8a45eac57f370 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7000.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..7ac41755c3344 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7000.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7000.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..9b8fd01792483 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7002.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/adflhhbgpchaymdcl7uvp3kiqy5a_135.0.7002.0/135.0.7002.0_chrome_installer.exe + InstallerSha256: C2A28051381100BF69ACF9286FEABA10C04F3AACE029C50C0A4346F877DD5D02 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/kslx2ucaaguy2e7pl6z3ukokee_135.0.7002.0/135.0.7002.0_chrome_installer.exe + InstallerSha256: 19A81C0F18F1DB0E12CCDB61BFB7C43F2C223FA527AD23E6C247FBEDA5097051 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ad4ankzs276igeqeauiq2bvxn2ua_135.0.7002.0/135.0.7002.0_chrome_installer.exe + InstallerSha256: 0A810546EE4429D5D9446FA5950B8C39EB0F7A501CB797BD957A806EF2C5507A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d62705d3462b1 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7002.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..69387de575ea5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7002.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..116072e902764 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7002.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..acf7b87406793 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7002.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7002.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..8933d4b4f4e95 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7003.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/e5odvzbuqjcnqho7a2mf2i5564_135.0.7003.0/135.0.7003.0_chrome_installer.exe + InstallerSha256: 50730DA907475FDA4072EE2A814919DE2D4C9B06E319B00DC47B72853A19F141 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/adlpmhfhyr23ckwmgwrx4zv6bjja_135.0.7003.0/135.0.7003.0_chrome_installer.exe + InstallerSha256: 8D9A818852CA3F1CC73DEC075A9C96DA4430359A622CDDF3395ACD18E54C69D8 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adhv3nyhzqz4rbrufczbm5ni7bja_135.0.7003.0/135.0.7003.0_chrome_installer.exe + InstallerSha256: 88338ABA5B5F7C18066D6AE5528C7545CF418EC88DA0333AAF069F7678015D60 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..5fc09dcffc395 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7003.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..d45937ff364b4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7003.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7c08f33f9042a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7003.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..5850e6af1974d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7003.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 135.0.7003.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.installer.yaml deleted file mode 100644 index 62769fd240067..0000000000000 --- a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.installer.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Dev -PackageVersion: 134.0.6974.3 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: '{31591E3A-EFFE-32AE-AD14-2598B9618511}' -AppsAndFeaturesEntries: -- ProductCode: '{31591E3A-EFFE-32AE-AD14-2598B9618511}' - UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi - InstallerSha256: 1AC7963BADB0D99C678991E16E67A05D323CB38D703079780F8EC34C188978BB -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi - InstallerSha256: B3FF2E2876375AC9F64254D5CC1C47226CAB5A8A749934EA89D7215D1109AB78 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.installer.yaml new file mode 100644 index 0000000000000..7b0f771d284f0 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev +PackageVersion: 135.0.6999.2 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi + InstallerSha256: E0529873D39196189B741A2E988BF41D48BCE7DE6773E4D68DE8777E00AEF4A9 + ProductCode: '{A2E078C3-BCA8-3718-B7B4-8F3954FC87E7}' + AppsAndFeaturesEntries: + - ProductCode: '{A2E078C3-BCA8-3718-B7B4-8F3954FC87E7}' + UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi + InstallerSha256: 8D3361F45DCDB48C92C64BA07FE10FEAC6E1D0F52DB779C3EE651B89684609FC + ProductCode: '{AD848CF2-4A1F-3366-A010-2CE10E6573DF}' + AppsAndFeaturesEntries: + - ProductCode: '{AD848CF2-4A1F-3366-A010-2CE10E6573DF}' + UpgradeCode: '{4446A051-2887-39AC-BF8C-BD2ED8B703CA}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.en-US.yaml similarity index 94% rename from manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.en-US.yaml rename to manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.en-US.yaml index 8b2cfa504425a..8cae887494cff 100644 --- a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 134.0.6974.3 +PackageVersion: 135.0.6999.2 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.nb-NO.yaml similarity index 94% rename from manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.nb-NO.yaml index 8f800a24855db..3152c32700783 100644 --- a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 134.0.6974.3 +PackageVersion: 135.0.6999.2 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.zh-CN.yaml similarity index 95% rename from manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.zh-CN.yaml index e4d18c2730a89..e7b20804598b0 100644 --- a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 134.0.6974.3 +PackageVersion: 135.0.6999.2 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.yaml b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.yaml similarity index 86% rename from manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.yaml rename to manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.yaml index 07c3eada0d074..5fede456c724c 100644 --- a/manifests/g/Google/Chrome/Dev/134.0.6974.3/Google.Chrome.Dev.yaml +++ b/manifests/g/Google/Chrome/Dev/135.0.6999.2/Google.Chrome.Dev.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 134.0.6974.3 +PackageVersion: 135.0.6999.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..664c4ad192952 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 134.0.6988.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome Dev +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/kx4drlbbwsybspj3gx64rf5vmq_134.0.6988.2/134.0.6988.2_chrome_installer.exe + InstallerSha256: 16C60BEA06285A95B6E0E7319FF308D5AD6F2F779B83CA509A34BE456000088C + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/kx4drlbbwsybspj3gx64rf5vmq_134.0.6988.2/134.0.6988.2_chrome_installer.exe + InstallerSha256: 16C60BEA06285A95B6E0E7319FF308D5AD6F2F779B83CA509A34BE456000088C + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/aduk7ilxagqfouc25wovex4st66a_134.0.6988.2/134.0.6988.2_chrome_installer.exe + InstallerSha256: F7D8B61127E19BB0E6C485F68BA64B0B9F4563BCF7A9FB39D4AF4936D4D1F703 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/aduk7ilxagqfouc25wovex4st66a_134.0.6988.2/134.0.6988.2_chrome_installer.exe + InstallerSha256: F7D8B61127E19BB0E6C485F68BA64B0B9F4563BCF7A9FB39D4AF4936D4D1F703 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adcymjblbzbopsnvs65qdnrbintq_134.0.6988.2/134.0.6988.2_chrome_installer.exe + InstallerSha256: 2470F169F79BBE8C91CFFE486DF27C67A8CCE5B26FC52D4564F4044874142F93 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adcymjblbzbopsnvs65qdnrbintq_134.0.6988.2/134.0.6988.2_chrome_installer.exe + InstallerSha256: 2470F169F79BBE8C91CFFE486DF27C67A8CCE5B26FC52D4564F4044874142F93 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..0c22dbc0759e9 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 134.0.6988.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a68b982e03fb8 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 134.0.6988.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1057847ac1cfa --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 134.0.6988.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..0ccff3e98a0be --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/134.0.6988.2/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 134.0.6988.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.installer.yaml new file mode 100644 index 0000000000000..9a58e2d901ae2 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.installer.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 135.0.6999.2 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome Dev +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adgiaknkdcvbzvdrapcjh62xg7ga_135.0.6999.2/135.0.6999.2_chrome_installer.exe + InstallerSha256: 2ED2733F0A43A6ABACD6E0BEFE2E64FDF5A62F9DE41D97A7C9C4C1013AE26F01 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adgiaknkdcvbzvdrapcjh62xg7ga_135.0.6999.2/135.0.6999.2_chrome_installer.exe + InstallerSha256: 2ED2733F0A43A6ABACD6E0BEFE2E64FDF5A62F9DE41D97A7C9C4C1013AE26F01 + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/aczruk4b2lcie7srxenaiyoqj74q_135.0.6999.2/135.0.6999.2_chrome_installer.exe + InstallerSha256: 5120FA02D55865D93D52628741E96F4E7E0C05BAB921A63E9986D78E2743785B + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/aczruk4b2lcie7srxenaiyoqj74q_135.0.6999.2/135.0.6999.2_chrome_installer.exe + InstallerSha256: 5120FA02D55865D93D52628741E96F4E7E0C05BAB921A63E9986D78E2743785B + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/ad2p5hgmjit2wbnsk7psmlooj6qq_135.0.6999.2/135.0.6999.2_chrome_installer.exe + InstallerSha256: 9F149C39629F222D749B44A8016777708402A4DE13848DEA2FF018C6D99992CE + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/ad2p5hgmjit2wbnsk7psmlooj6qq_135.0.6999.2/135.0.6999.2_chrome_installer.exe + InstallerSha256: 9F149C39629F222D749B44A8016777708402A4DE13848DEA2FF018C6D99992CE + InstallerSwitches: + Custom: --chrome-dev --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..b76f1b670b399 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 135.0.6999.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/chrome/dev +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Google Chrome for developers +Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..8a74b08dd09bd --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 135.0.6999.2 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Dev (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/dev +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Google Chrome for utviklere +Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..19511b98ca6d9 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 135.0.6999.2 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 开发者版 (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的 Google Chrome +Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.yaml new file mode 100644 index 0000000000000..ea6b979b6da59 --- /dev/null +++ b/manifests/g/Google/Chrome/Dev/EXE/135.0.6999.2/Google.Chrome.Dev.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.Dev.EXE +PackageVersion: 135.0.6999.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..78eb464be82c0 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.54 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adgrobxbbkasazt6utfnunbhn4rq_133.0.6943.54/133.0.6943.54_chrome_installer.exe + InstallerSha256: 8F45A2FC2027AA4C8E40CCA3E472E35D00A7CE8EF64F85EF608DAE5934215C08 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adgrobxbbkasazt6utfnunbhn4rq_133.0.6943.54/133.0.6943.54_chrome_installer.exe + InstallerSha256: 8F45A2FC2027AA4C8E40CCA3E472E35D00A7CE8EF64F85EF608DAE5934215C08 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/jne6trp62ps6bq7apuhd24tzxq_133.0.6943.54/133.0.6943.54_chrome_installer.exe + InstallerSha256: F8BDB04C1555BC9DDCEB312D94D2CA62880BAE98AE4BB00CB68ECFEBCD0CF98E + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/jne6trp62ps6bq7apuhd24tzxq_133.0.6943.54/133.0.6943.54_chrome_installer.exe + InstallerSha256: F8BDB04C1555BC9DDCEB312D94D2CA62880BAE98AE4BB00CB68ECFEBCD0CF98E + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/minuthr7pwdvg5ievgbluam2x4_133.0.6943.54/133.0.6943.54_chrome_installer.exe + InstallerSha256: 137765D08194B03F445545A53641E5B2338FEC219C841E3426AC949326F559E4 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/minuthr7pwdvg5ievgbluam2x4_133.0.6943.54/133.0.6943.54_chrome_installer.exe + InstallerSha256: 137765D08194B03F445545A53641E5B2338FEC219C841E3426AC949326F559E4 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..7527ceba014b6 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.54 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..07d17a5c484e9 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.54 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ee4a16a011c73 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.54 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..4597d0016f905 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.54/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.54 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.installer.yaml new file mode 100644 index 0000000000000..003c990666b80 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.60 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adrx5bk24v2jvt3gv7thxfhjfxra_133.0.6943.60/133.0.6943.60_chrome_installer.exe + InstallerSha256: A6CC73A5D4FC0110B4C524B44FE12FAA018838DAFD94454929BB73E775FD4EDB + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adrx5bk24v2jvt3gv7thxfhjfxra_133.0.6943.60/133.0.6943.60_chrome_installer.exe + InstallerSha256: A6CC73A5D4FC0110B4C524B44FE12FAA018838DAFD94454929BB73E775FD4EDB + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adz2pm4mi7hjj7mogk7yk6hk5xuq_133.0.6943.60/133.0.6943.60_chrome_installer.exe + InstallerSha256: 8020651AB08FEE986E46A6C62A870C0CE4BEB234975D146F4276EDA898A0E0B6 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adz2pm4mi7hjj7mogk7yk6hk5xuq_133.0.6943.60/133.0.6943.60_chrome_installer.exe + InstallerSha256: 8020651AB08FEE986E46A6C62A870C0CE4BEB234975D146F4276EDA898A0E0B6 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/accp4qqdgsmbt3i7m3qxi2etd55q_133.0.6943.60/133.0.6943.60_chrome_installer.exe + InstallerSha256: DEB0E309058F0954AFCE974A1B45487D5304800B251D8882E5E18EFE77A6EA07 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/accp4qqdgsmbt3i7m3qxi2etd55q_133.0.6943.60/133.0.6943.60_chrome_installer.exe + InstallerSha256: DEB0E309058F0954AFCE974A1B45487D5304800B251D8882E5E18EFE77A6EA07 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..14c2650631e08 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.60 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: The browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..8829ab0239233 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.60 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2024 Google LLC. Med enerett. +ShortDescription: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..46bbf56c344a0 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.60 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome (EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.yaml new file mode 100644 index 0000000000000..61c8e8984fb01 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/133.0.6943.60/Google.Chrome.EXE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 133.0.6943.60 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.installer.yaml b/manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.installer.yaml similarity index 92% rename from manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.installer.yaml rename to manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.installer.yaml index 67360ba5d5d4e..df403795145eb 100644 --- a/manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.installer.yaml +++ b/manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.installer.yaml @@ -1,45 +1,45 @@ -# Created using wingetcreate 1.9.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.CloudSDK -PackageVersion: 504.0.1 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /S - InstallLocation: /D= - Custom: /nodesktop -UpgradeBehavior: install -Commands: -- bq -- gcloud -- gsutil -ReleaseDate: 2024-12-19 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe - InstallerSha256: 707E2F76EF6A326B33F0A34944EE9E2E3F57A783BBCD63DAD22DDFC0662643E7 - InstallerSwitches: - Custom: /singleuser /nodesktop - InstallationMetadata: - DefaultInstallLocation: '%LOCALAPPDATA%\Google\Cloud SDK\google-cloud-sdk' - Files: - - RelativeFilePath: VERSION - FileSha256: 932B986815EDE20D08ACEE033A2AAEE303BB84315EAF96B74419BBF38B569ED9 -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe - InstallerSha256: 707E2F76EF6A326B33F0A34944EE9E2E3F57A783BBCD63DAD22DDFC0662643E7 - InstallerSwitches: - Custom: /allusers /nodesktop - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Google\Cloud SDK\google-cloud-sdk' - Files: - - RelativeFilePath: VERSION - FileSha256: 932B986815EDE20D08ACEE033A2AAEE303BB84315EAF96B74419BBF38B569ED9 -ManifestType: installer -ManifestVersion: 1.9.0 +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.CloudSDK +PackageVersion: 509.0.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + InstallLocation: /D= + Custom: /nodesktop +UpgradeBehavior: install +Commands: +- bq +- gcloud +- gsutil +ReleaseDate: 2025-02-04 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe + InstallerSha256: 707E2F76EF6A326B33F0A34944EE9E2E3F57A783BBCD63DAD22DDFC0662643E7 + InstallerSwitches: + Custom: /singleuser /nodesktop + InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Google\Cloud SDK\google-cloud-sdk' + Files: + - RelativeFilePath: VERSION + FileSha256: 932B986815EDE20D08ACEE033A2AAEE303BB84315EAF96B74419BBF38B569ED9 +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe + InstallerSha256: 707E2F76EF6A326B33F0A34944EE9E2E3F57A783BBCD63DAD22DDFC0662643E7 + InstallerSwitches: + Custom: /allusers /nodesktop + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Google\Cloud SDK\google-cloud-sdk' + Files: + - RelativeFilePath: VERSION + FileSha256: 932B986815EDE20D08ACEE033A2AAEE303BB84315EAF96B74419BBF38B569ED9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.locale.en-US.yaml b/manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.locale.en-US.yaml similarity index 90% rename from manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.locale.en-US.yaml rename to manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.locale.en-US.yaml index cc12f8663aa1c..451c135872ca8 100644 --- a/manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.locale.en-US.yaml +++ b/manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.locale.en-US.yaml @@ -1,44 +1,43 @@ -# Created using wingetcreate 1.9.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.CloudSDK -PackageVersion: 504.0.1 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://cloud.google.com/ -PublisherSupportUrl: https://cloud.google.com/support-hub/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google Cloud -PackageName: Google Cloud SDK -PackageUrl: https://cloud.google.com/sdk -License: Apache-2.0 -Copyright: Copyright 2014-2024 Google LLC. All Rights Reserved. -ShortDescription: Create and manage Google Cloud resources via a command line tool. -Description: |- - Create and manage Google Cloud resources and services directly on the command line or via scripts using the Google Cloud CLI. - With broad platform compatibility and service coverage, perform common platform tasks faster and control your cloud resources at scale. -Moniker: gcloud-sdk -Tags: -- app-engine -- bigquery -- cloud-sdk -- cloud-sql -- cloud-storage -- compute-engine -- gcloud -- gcloud-cli -- gcloudcli -- gcloudsdk -- google-cloud -- kubernetes -ReleaseNotesUrl: https://cloud.google.com/sdk/docs/release-notes#50401_2024-12-19 -PurchaseUrl: https://cloud.google.com/pricing -Documentations: -- DocumentLabel: CLI Overview - DocumentUrl: https://cloud.google.com/sdk/gcloud -- DocumentLabel: CLI Reference - DocumentUrl: https://cloud.google.com/sdk/gcloud/reference -- DocumentLabel: Getting Support - DocumentUrl: https://cloud.google.com/sdk/docs/getting-support -ManifestType: defaultLocale -ManifestVersion: 1.9.0 +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.CloudSDK +PackageVersion: 509.0.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://cloud.google.com/ +PublisherSupportUrl: https://cloud.google.com/support-hub/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google Cloud +PackageName: Google Cloud SDK +PackageUrl: https://cloud.google.com/sdk +License: Apache-2.0 +Copyright: Copyright 2014-2024 Google LLC. All Rights Reserved. +ShortDescription: Create and manage Google Cloud resources via a command line tool. +Description: |- + Create and manage Google Cloud resources and services directly on the command line or via scripts using the Google Cloud CLI. + With broad platform compatibility and service coverage, perform common platform tasks faster and control your cloud resources at scale. +Moniker: gcloud-sdk +Tags: +- app-engine +- bigquery +- cloud-sdk +- cloud-sql +- cloud-storage +- compute-engine +- gcloud +- gcloud-cli +- gcloudcli +- gcloudsdk +- google-cloud +- kubernetes +PurchaseUrl: https://cloud.google.com/pricing +Documentations: +- DocumentLabel: CLI Overview + DocumentUrl: https://cloud.google.com/sdk/gcloud +- DocumentLabel: CLI Reference + DocumentUrl: https://cloud.google.com/sdk/gcloud/reference +- DocumentLabel: Getting Support + DocumentUrl: https://cloud.google.com/sdk/docs/getting-support +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.yaml b/manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.yaml similarity index 75% rename from manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.yaml rename to manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.yaml index bc82000f3875b..e6fbfd6b3ae17 100644 --- a/manifests/g/Google/CloudSDK/504.0.1/Google.CloudSDK.yaml +++ b/manifests/g/Google/CloudSDK/509.0.0/Google.CloudSDK.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.9.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.CloudSDK -PackageVersion: 504.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.CloudSDK +PackageVersion: 509.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.installer.yaml b/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.installer.yaml new file mode 100644 index 0000000000000..c791638148cfd --- /dev/null +++ b/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.CredentialProviderForWindows +PackageVersion: 70.103.49152 +InstallerLocale: en-US +InstallerType: wix +ElevationRequirement: elevationRequired +UnsupportedOSArchitectures: + - arm + - arm64 +Dependencies: + PackageDependencies: + - PackageIdentifier: Google.Chrome + MinimumVersion: 81.0.0 +ProductCode: '{29716494-E5B9-3E21-9524-3160129C8781}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/credentialprovider/gcpwstandaloneenterprise64.msi + InstallerSha256: 96C2877E316D1D7D1A4F90EBCAA638B6632BD3FE6F63A89E632F2E2798377CDC +- Architecture: x86 + InstallerUrl: https://dl.google.com/credentialprovider/gcpwstandaloneenterprise.msi + InstallerSha256: 2864C81BDD73A4E8EB094133078501F039E5A2F3DAD2BCA19102FE1F8DCB6D22 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.locale.en-US.yaml b/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.locale.en-US.yaml new file mode 100644 index 0000000000000..4c022b5d0194c --- /dev/null +++ b/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.CredentialProviderForWindows +PackageVersion: 70.103.49152 +PackageLocale: en-US +Publisher: Google LLC +PackageName: Google Credential Provider for Windows +License: Proprietary +ShortDescription: Google Credential Provider for Windows® (GCPW) lets users sign in to Windows® devices with the Google Account they use for work. +Moniker: gcpw +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.yaml b/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.yaml new file mode 100644 index 0000000000000..335936dc84738 --- /dev/null +++ b/manifests/g/Google/CredentialProviderForWindows/70.103.49152/Google.CredentialProviderForWindows.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.CredentialProviderForWindows +PackageVersion: 70.103.49152 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.installer.yaml b/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.installer.yaml new file mode 100644 index 0000000000000..e827c340e31ed --- /dev/null +++ b/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.DartSDK +PackageVersion: 3.6.2 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2025-01-29 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: dart-sdk\bin\dart.exe + PortableCommandAlias: dart + InstallerUrl: https://storage.googleapis.com/dart-archive/channels/stable/release/3.6.2/sdk/dartsdk-windows-ia32-release.zip + InstallerSha256: 050A4B4BBF4D0D11097D953EFDE4CB4C2EF7D6971DDC19B5A332088EA24320D0 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: dart-sdk\bin\dart.exe + PortableCommandAlias: dart + - RelativeFilePath: dart-sdk\bin\dartaotruntime.exe + PortableCommandAlias: dartaotruntime + InstallerUrl: https://storage.googleapis.com/dart-archive/channels/stable/release/3.6.2/sdk/dartsdk-windows-x64-release.zip + InstallerSha256: 9EFFB4316E77903B118DE6784835C73EAFBDB2E7C01C3AD000F24E06DAA92254 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: dart-sdk\bin\dart.exe + PortableCommandAlias: dart + - RelativeFilePath: dart-sdk\bin\dartaotruntime.exe + PortableCommandAlias: dartaotruntime + InstallerUrl: https://storage.googleapis.com/dart-archive/channels/stable/release/3.6.2/sdk/dartsdk-windows-arm64-release.zip + InstallerSha256: 63199AAB0F8D2254B630194EE5767D0CBEA6FC5B8874C0EED274F7E7F51D713E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.locale.en-US.yaml b/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.locale.en-US.yaml new file mode 100644 index 0000000000000..955240fcee41b --- /dev/null +++ b/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.DartSDK +PackageVersion: 3.6.2 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://dart.dev/community +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Dart SDK +PackageUrl: https://dart.dev/ +License: BSD-3-Clause +LicenseUrl: https://github.com/dart-lang/sdk/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024, the Dart project authors. +CopyrightUrl: https://github.com/dart-lang/sdk/blob/HEAD/PATENT_GRANT +ShortDescription: A set of tools and libraries for the Dart programming language. +Tags: +- dart +- flutter +ReleaseNotes: |- + Released on: 2025-01-30 + - Fixes a bug where HttpServer responses were not correctly encoded if a "Content-Type" header was set (issue #59719). + - Fix dart format to parse code at language version 3.6 so that digit separators can be parsed correctly (issue #59815, dart_style issue #1630). + - Fixes an issue where the DevTools analytics did not distinguish between new and legacy inspector events (issue #59884). + - When running dart fix on a folder that contains a library with multiple files and more than one needs a fix, the fix will now be applied correctly only once to each file (issue #59572). +ReleaseNotesUrl: https://github.com/dart-lang/sdk/blob/HEAD/CHANGELOG.md#362 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://dart.dev/guides +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.locale.zh-CN.yaml b/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13cc9729827dc --- /dev/null +++ b/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.DartSDK +PackageVersion: 3.6.2 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +ShortDescription: Dart SDK 是一套用于 Dart 编程语言的工具和库。 +Tags: +- dart +- flutter +ReleaseNotesUrl: https://github.com/dart-lang/sdk/blob/HEAD/CHANGELOG.md#362 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://dart.dev/guides +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.yaml b/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.yaml new file mode 100644 index 0000000000000..dbb54b869d0ed --- /dev/null +++ b/manifests/g/Google/DartSDK/3.6.2/Google.DartSDK.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.DartSDK +PackageVersion: 3.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/GoogleDrive/103.0.3.0/Google.GoogleDrive.locale.en-US.yaml b/manifests/g/Google/GoogleDrive/103.0.3.0/Google.GoogleDrive.locale.en-US.yaml index e9f29cb029612..ad9f4468f8f2e 100644 --- a/manifests/g/Google/GoogleDrive/103.0.3.0/Google.GoogleDrive.locale.en-US.yaml +++ b/manifests/g/Google/GoogleDrive/103.0.3.0/Google.GoogleDrive.locale.en-US.yaml @@ -28,5 +28,6 @@ Tags: - share - sync - upload +ReleaseNotesUrl: https://support.google.com/a/answer/7577057?hl=en ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/GoogleDrive/103.0.3.0/Google.GoogleDrive.locale.zh-CN.yaml b/manifests/g/Google/GoogleDrive/103.0.3.0/Google.GoogleDrive.locale.zh-CN.yaml index 889a4b418e4f5..8c2f669a90d0f 100644 --- a/manifests/g/Google/GoogleDrive/103.0.3.0/Google.GoogleDrive.locale.zh-CN.yaml +++ b/manifests/g/Google/GoogleDrive/103.0.3.0/Google.GoogleDrive.locale.zh-CN.yaml @@ -27,5 +27,6 @@ Tags: - 备份 - 文件 - 网盘 +ReleaseNotesUrl: https://support.google.com/a/answer/7577057?hl=zh-Hans ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.installer.yaml b/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.installer.yaml new file mode 100644 index 0000000000000..01395b23c439c --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 134.0.6985.0 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --install --silent + SilentWithProgress: --install --silent + Interactive: --install + Log: --enable-logging + Upgrade: --update +UpgradeBehavior: install +InstallationMetadata: + Files: + - RelativeFilePath: updater.exe + FileSha256: 323C097DEFB278F09A20AACA7B05AEA20A1C859414CCA9CAEA263FA5A627A1AE +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/update2/acslwvh65iqffq3uh6k3j7jnrenq_134.0.6985.0/UpdaterSetup.exe + InstallerSha256: 7825D471E66FA85F0FC6BABC0C6647E55164F98D02A6C1BD947B638E04E97DAF + InstallerSwitches: + Custom: --enterprise + InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Google\GoogleUpdater\134.0.6985.0' +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/update2/acslwvh65iqffq3uh6k3j7jnrenq_134.0.6985.0/UpdaterSetup.exe + InstallerSha256: 7825D471E66FA85F0FC6BABC0C6647E55164F98D02A6C1BD947B638E04E97DAF + InstallerSwitches: + Custom: --system --enterprise + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Google\GoogleUpdater\134.0.6985.0' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.locale.en-US.yaml b/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.locale.en-US.yaml new file mode 100644 index 0000000000000..349854f2567c2 --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 134.0.6985.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Update +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: An updater to keep Chrome (and other software) up to date. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.locale.zh-CN.yaml b/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c2b811ebcedb --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 134.0.6985.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Update +License: 免费软件 +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: 版权所有 2024 Google LLC. 保留所有权利。 +ShortDescription: 让 Chrome(和其它软件)保持最新的更新程序。 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.yaml b/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.yaml new file mode 100644 index 0000000000000..569659df2887e --- /dev/null +++ b/manifests/g/Google/GoogleUpdater/134.0.6985.0/Google.GoogleUpdater.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.GoogleUpdater +PackageVersion: 134.0.6985.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.installer.yaml b/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.installer.yaml new file mode 100644 index 0000000000000..e27569e943e58 --- /dev/null +++ b/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.OSVScanner +PackageVersion: 1.9.2 +InstallerType: portable +Commands: +- osv-scanner +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/google/osv-scanner/releases/download/v1.9.2/osv-scanner_windows_amd64.exe + InstallerSha256: C041E84D6B58150A31E8CF49FB3EB9B1E87B305C77DB6AA82959262E2B1E9C9D +- Architecture: arm64 + InstallerUrl: https://github.com/google/osv-scanner/releases/download/v1.9.2/osv-scanner_windows_arm64.exe + InstallerSha256: C8936D46115EA09877185643ADB5FAA406C8CB9A652B55BEB7211E8943517E2A +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2024-12-19 diff --git a/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.locale.en-US.yaml b/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..b4725768ce06c --- /dev/null +++ b/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.OSVScanner +PackageVersion: 1.9.2 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://github.com/google +PublisherSupportUrl: https://github.com/google/osv-scanner/issues +PackageName: OSV Scanner +PackageUrl: https://github.com/google/osv-scanner +License: Apache-2.0 +ShortDescription: Vulnerability scanner written in Go which uses the data provided by https://osv.dev +Tags: +- scanner +- security-audit +- security-tools +- vulnerability-scanner +ReleaseNotesUrl: https://github.com/google/osv-scanner/releases/tag/v1.9.2 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.yaml b/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.yaml new file mode 100644 index 0000000000000..f189d611b742b --- /dev/null +++ b/manifests/g/Google/OSVScanner/1.9.2/Google.OSVScanner.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.OSVScanner +PackageVersion: 1.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.installer.yaml b/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.installer.yaml deleted file mode 100644 index c2c574c1b8b80..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 134.0.6947.0 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -ProductCode: GooglePlayGames -ReleaseDate: 2024-12-13 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://dl.google.com/tag/s/appguid=%7B47B07D71-505D-4665-AFD4-4972A30C6530%7D&appname=GPG&needsadmin=true&ap=beta/play/games/Install-GooglePlayGames-Beta.exe - InstallerSha256: AE6ECA7445AE512ED3309FBEDD878F840FAEB0EA5C32384BBA1CAB7A1940A904 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.locale.de-DE.yaml b/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.locale.de-DE.yaml deleted file mode 100644 index d22a880bbabee..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.locale.de-DE.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 134.0.6947.0 -PackageLocale: de-DE -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=de-DE -PrivacyUrl: https://policies.google.com/privacy?hl=de-DE -Author: Google LLC -PackageName: Google Play Spiele beta -PackageUrl: https://play.google.com/googleplaygames?hl=de-DE -License: Proprietary -LicenseUrl: https://policies.google.com/terms?hl=de-DE -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Spiele für Mobilgeräte auf dem PC erleben -Description: Mit Google Play Spiele (Beta) kannst du Spiele für Mobilgeräte auf dem PC spielen. Dank der Gaming-Plattform von Google profitierst du so vom größeren Bildschirm und zusätzlichen Einstellungen. -Tags: -- android -- gaming -- google -- handy -- handy-spiele -- play-store -- spiele -- store -ReleaseNotesUrl: https://support.google.com/googleplay/answer/13585779?hl=de-DE -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.locale.en-US.yaml b/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.locale.en-US.yaml deleted file mode 100644 index 29a870df1940d..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 134.0.6947.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=en-US -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Play Games beta -PackageUrl: https://play.google.com/googleplaygames -License: Proprietary -LicenseUrl: https://policies.google.com/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Take mobile gaming to your PC -Description: Play mobile games on PC with Google Play Games beta. Experience a bigger screen and more controls on Google's mobile to PC gaming platform. -Moniker: google-play-games -Tags: -- android -- games -- gaming -- google -- mobile -- mobile-games -- play-store -- store -ReleaseNotesUrl: https://support.google.com/googleplay/answer/13585779?hl=en-US -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.yaml b/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.yaml deleted file mode 100644 index 6bb6b96bd4b39..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/134.0.6947.0/Google.PlayGames.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 134.0.6947.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.installer.yaml b/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.installer.yaml deleted file mode 100644 index 2b95d00f3fd11..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 24.11.76.6 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -ProductCode: GooglePlayGames -ReleaseDate: 2024-12-13 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://dl.google.com/tag/s/appguid=%7B47B07D71-505D-4665-AFD4-4972A30C6530%7D&appname=GPG&needsadmin=true&ap=beta/play/games/Install-GooglePlayGames-Beta.exe - InstallerSha256: 4D52E64550DBE3FEDBA06663AF91017E6EB59D181B3CA98191C1E977AB3BFDCA -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.locale.de-DE.yaml b/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.locale.de-DE.yaml deleted file mode 100644 index 1726c2f7b75fe..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.locale.de-DE.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 24.11.76.6 -PackageLocale: de-DE -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=de-DE -PrivacyUrl: https://policies.google.com/privacy?hl=de-DE -Author: Google LLC -PackageName: Google Play Spiele beta -PackageUrl: https://play.google.com/googleplaygames?hl=de-DE -License: Proprietary -LicenseUrl: https://policies.google.com/terms?hl=de-DE -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Spiele für Mobilgeräte auf dem PC erleben -Description: Mit Google Play Spiele (Beta) kannst du Spiele für Mobilgeräte auf dem PC spielen. Dank der Gaming-Plattform von Google profitierst du so vom größeren Bildschirm und zusätzlichen Einstellungen. -Tags: -- android -- gaming -- google -- handy -- handy-spiele -- play-store -- spiele -- store -ReleaseNotesUrl: https://support.google.com/googleplay/answer/13585779?hl=de-DE -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.locale.en-US.yaml b/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.locale.en-US.yaml deleted file mode 100644 index ab5e6ff363973..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 24.11.76.6 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=en-US -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Play Games beta -PackageUrl: https://play.google.com/googleplaygames -License: Proprietary -LicenseUrl: https://policies.google.com/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Take mobile gaming to your PC -Description: Play mobile games on PC with Google Play Games beta. Experience a bigger screen and more controls on Google's mobile to PC gaming platform. -Moniker: google-play-games -Tags: -- android -- games -- gaming -- google -- mobile -- mobile-games -- play-store -- store -ReleaseNotesUrl: https://support.google.com/googleplay/answer/13585779?hl=en-US -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.yaml b/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.yaml deleted file mode 100644 index 4b86e5715207e..0000000000000 --- a/manifests/g/Google/PlayGames/Beta/24.11.76.6/Google.PlayGames.Beta.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Google.PlayGames.Beta -PackageVersion: 24.11.76.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.installer.yaml b/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.installer.yaml new file mode 100644 index 0000000000000..e76bad7e6297d --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.PlayGames.Beta +PackageVersion: 25.1.79.5 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: GooglePlayGames +ReleaseDate: 2025-01-27 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/tag/s/appguid=%7B47B07D71-505D-4665-AFD4-4972A30C6530%7D&appname=GPG&needsadmin=true&ap=beta/play/games/Install-GooglePlayGames-Beta.exe + InstallerSha256: AE6ECA7445AE512ED3309FBEDD878F840FAEB0EA5C32384BBA1CAB7A1940A904 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.locale.de-DE.yaml b/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.locale.de-DE.yaml new file mode 100644 index 0000000000000..25a3e345059b1 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.locale.de-DE.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.PlayGames.Beta +PackageVersion: 25.1.79.5 +PackageLocale: de-DE +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=de-DE +PrivacyUrl: https://policies.google.com/privacy?hl=de-DE +Author: Google LLC +PackageName: Google Play Spiele beta +PackageUrl: https://play.google.com/googleplaygames?hl=de-DE +License: Proprietary +LicenseUrl: https://policies.google.com/terms?hl=de-DE +Copyright: Copyright 2025 Google LLC. All rights reserved. +ShortDescription: Spiele für Mobilgeräte auf dem PC erleben +Description: Mit Google Play Spiele (Beta) kannst du Spiele für Mobilgeräte auf dem PC spielen. Dank der Gaming-Plattform von Google profitierst du so vom größeren Bildschirm und zusätzlichen Einstellungen. +Tags: +- android +- gaming +- google +- handy +- handy-spiele +- plattform +- play +- play-spiele +- play-store +- speichern +- spiele +- store +ReleaseNotesUrl: https://support.google.com/googleplay/answer/13585779?hl=de-DE +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.locale.en-US.yaml b/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..a3494b3dcb9b5 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.PlayGames.Beta +PackageVersion: 25.1.79.5 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=en-US +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Play Games beta +PackageUrl: https://play.google.com/googleplaygames +License: Proprietary +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2025 Google LLC. All rights reserved. +ShortDescription: Take mobile gaming to your PC +Description: Play mobile games on PC with Google Play Games beta. Experience a bigger screen and more controls on Google's mobile to PC gaming platform. +Moniker: google-play-games +Tags: +- android +- games +- gaming +- google +- mobile +- mobile-games +- platform +- play +- play-games +- play-store +- store +ReleaseNotesUrl: https://support.google.com/googleplay/answer/13585779?hl=en-US +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.yaml b/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.yaml new file mode 100644 index 0000000000000..aa86f834cdf58 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/25.1.79.5/Google.PlayGames.Beta.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.PlayGames.Beta +PackageVersion: 25.1.79.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.installer.yaml b/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.installer.yaml new file mode 100644 index 0000000000000..8759ea4d28561 --- /dev/null +++ b/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Google.QuickShare +PackageVersion: 1.0.2113.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: NEARBYSHAREINSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{E8E4AB67-FD4E-4B36-A317-81EE323832E3}' +AppsAndFeaturesEntries: +- ProductCode: '{E8E4AB67-FD4E-4B36-A317-81EE323832E3}' + UpgradeCode: '{D23F687E-D500-4BFF-8C2E-D3417ECE5F27}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/Nearby/acuyaba22gz773aslgy7houdnomq_1.0.2113.1/better_together.msi + InstallerSha256: 5A3DC4FF88A73990D8FCAEBE1ACF53080DBACA8DE8EDE8C618A077E3650B2448 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.locale.en-US.yaml b/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.locale.en-US.yaml new file mode 100644 index 0000000000000..e2120ef591a1a --- /dev/null +++ b/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Google.QuickShare +PackageVersion: 1.0.2113.1 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Quick Share from Google +PackageUrl: https://www.android.com/better-together/quick-share-app/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2024 Google LLC. All rights reserved. +ShortDescription: Wireless sharing with your PC, made easy. +Description: Wirelessly share photos, documents, and more between Android devices and Windows PCs. +Moniker: quickshare +Tags: +- android +- file +- google +- nearby-share +- private +- quick-share +- receive +- secure +- send +- share +- transfer +ReleaseNotesUrl: https://support.google.com/product-documentation/answer/14185560 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.locale.zh-CN.yaml b/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7f6dec94234bd --- /dev/null +++ b/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Google.QuickShare +PackageVersion: 1.0.2113.1 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Quick Share from Google +PackageUrl: https://www.android.com/better-together/quick-share-app/ +License: 免费软件 +LicenseUrl: https://policies.google.com/terms +Copyright: 版权所有 2024 Google LLC。保留所有权利。 +ShortDescription: 在附近的 Android 设备和 Windows PC 之间发送和接收照片、文件等。 +Tags: +- 传输 +- 共享 +- 分享 +- 发送 +- 安卓 +- 文件 +- 附近分享 +ReleaseNotesUrl: https://support.google.com/product-documentation/answer/14185560?hl=zh-Hans +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.yaml b/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.yaml new file mode 100644 index 0000000000000..880fc41cb6ef4 --- /dev/null +++ b/manifests/g/Google/QuickShare/1.0.2113.1/Google.QuickShare.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Google.QuickShare +PackageVersion: 1.0.2113.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.installer.yaml b/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.installer.yaml deleted file mode 100644 index 9529f4b0a4f16..0000000000000 --- a/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: GovernmentOfThePRC.SAT.ETB.WithholdingSide -PackageVersion: V3.1.230 -InstallerLocale: zh-CN -InstallerType: exe -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /VerySilent -UpgradeBehavior: install -ReleaseDate: 2024-11-29 -Installers: -- Architecture: x64 - InstallerUrl: https://file.etax.chinatax.gov.cn/bbxzdownload/kjkhd/ETax.exe - InstallerSha256: 6BFA52A02DB82CF9CFAC4F004B6435A571D126ACB97A6E8B21F709705727184E -- Architecture: x86 - InstallerUrl: https://file.etax.chinatax.gov.cn/bbxzdownload/kjkhd/ETax.exe - InstallerSha256: 6BFA52A02DB82CF9CFAC4F004B6435A571D126ACB97A6E8B21F709705727184E -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.locale.zh-CN.yaml b/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.locale.zh-CN.yaml deleted file mode 100644 index 44f9f2a9bf1ef..0000000000000 --- a/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: GovernmentOfThePRC.SAT.ETB.WithholdingSide -PackageVersion: V3.1.230 -PackageLocale: zh-CN -Publisher: 中华人民共和国国家税务总局 -Author: 中华人民共和国国家税务总局 -PackageName: 自然人电子税务局(扣缴端) -License: 专有软件 -Copyright: 版权所有 (c) 国家税务总局 -ShortDescription: 自然人电子税务局(扣缴端) -Moniker: 纳税扣缴端 -Tags: -- 中国 -- 税务 -- 纳税 -- 税务局 -- 政务 -- 扣缴 -- 扣费 -- 缴税 -- 交税 -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.yaml b/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.yaml deleted file mode 100644 index 9c6597c69ae24..0000000000000 --- a/manifests/g/GovernmentOfThePRC/SAT/ETB/WithholdingSide/V3.1.230/GovernmentOfThePRC.SAT.ETB.WithholdingSide.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: GovernmentOfThePRC.SAT.ETB.WithholdingSide -PackageVersion: V3.1.230 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..4593c923931c5 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.131.1585 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2025-01-29 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.131.1585/GrammarlyInstaller.exe + InstallerSha256: 7457E6201A16651AA2C6366B3950A7692531213AB296DB25B39B5BBBFF6933A4 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.131.1585/GrammarlyInstaller.exe + InstallerSha256: 7457E6201A16651AA2C6366B3950A7692531213AB296DB25B39B5BBBFF6933A4 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..058b1e10b6eef --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.131.1585 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +Tags: +- english +- grammar +- writing +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59f66312cdb8c --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.131.1585 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +Tags: +- 写作 +- 英语 +- 语法 +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..79adcb6c8d516 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.131.1585/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.131.1585 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..9dde62c716789 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.132.1587 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.132.1587/GrammarlyInstaller.exe + InstallerSha256: 04678A5248998A76D5F8722D5860979DE0BD29E7791950994514E83EA91D71C0 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.132.1587/GrammarlyInstaller.exe + InstallerSha256: 04678A5248998A76D5F8722D5860979DE0BD29E7791950994514E83EA91D71C0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..90b2ed0514cb4 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.132.1587 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +Tags: +- english +- grammar +- writing +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..aa166254dcd7d --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.132.1587 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +Tags: +- 写作 +- 英语 +- 语法 +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..1f67cb0df1983 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.132.1587/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.132.1587 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..d743548948bfc --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.133.1588 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.133.1588/GrammarlyInstaller.exe + InstallerSha256: E3DEBBF6F10F918C6B7D21B3FD7DAF94F2D1451AAFD7B05E6E80BB6918BC65C4 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.133.1588/GrammarlyInstaller.exe + InstallerSha256: E3DEBBF6F10F918C6B7D21B3FD7DAF94F2D1451AAFD7B05E6E80BB6918BC65C4 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..9befa6791a672 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.133.1588 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +Tags: +- english +- grammar +- writing +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4f596564e3f25 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.133.1588 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2024 Grammarly Inc. +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +Tags: +- 写作 +- 英语 +- 语法 +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..8b68cf11c32ed --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.133.1588/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.133.1588 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.installer.yaml b/manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.installer.yaml deleted file mode 100644 index b7252e8cb1b14..0000000000000 --- a/manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2024/Oct/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: GuinpinSoft.MakeMKV -PackageVersion: v1.17.8 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /S - SilentWithProgress: /S -UpgradeBehavior: install -ReleaseDate: 2024-05-15 -Installers: -- Architecture: x64 - InstallerUrl: https://www.makemkv.com/download/Setup_MakeMKV_v1.17.7.exe - InstallerSha256: 7F3E7EE0791905BC80EB2F969E0C03DAC1A6D7A3F153D191D11B530C35F0A9B1 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.yaml b/manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.yaml deleted file mode 100644 index 50a79f70f282d..0000000000000 --- a/manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Oct/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: GuinpinSoft.MakeMKV -PackageVersion: v1.17.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.installer.yaml b/manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.installer.yaml new file mode 100644 index 0000000000000..f1c80eeb640ef --- /dev/null +++ b/manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2025/Feb/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: GuinpinSoft.MakeMKV +PackageVersion: v1.17.9 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ReleaseDate: 2024-05-15 +Installers: +- Architecture: x64 + InstallerUrl: https://www.makemkv.com/download/Setup_MakeMKV_v1.17.7.exe + InstallerSha256: 5EC4863CC1FF9E4D5F2D35309C1EAEFF046C86EE24643C85AABF06A52EA78C74 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.locale.en-US.yaml b/manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.locale.en-US.yaml similarity index 86% rename from manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.locale.en-US.yaml rename to manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.locale.en-US.yaml index 11a109d9b968f..5faeff41f28de 100644 --- a/manifests/g/GuinpinSoft/MakeMKV/v1.17.8/GuinpinSoft.MakeMKV.locale.en-US.yaml +++ b/manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Oct/01 +# Automatically updated by the winget bot at 2025/Feb/01 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: GuinpinSoft.MakeMKV -PackageVersion: v1.17.8 +PackageVersion: v1.17.9 PackageLocale: en-US Publisher: GuinpinSoft inc PackageName: MakeMKV diff --git a/manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.yaml b/manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.yaml new file mode 100644 index 0000000000000..126936c85c177 --- /dev/null +++ b/manifests/g/GuinpinSoft/MakeMKV/v1.17.9/GuinpinSoft.MakeMKV.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/01 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: GuinpinSoft.MakeMKV +PackageVersion: v1.17.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.installer.yaml index c2944f1bb5d21..d9e704d39fa3c 100644 --- a/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 0.7.3 @@ -14,4 +14,4 @@ Installers: InstallerSha256: E0F7D0C98D73DAA443284959A66A625ECD1E1CA2A6F8E295C226CF18E8AEAA49 ProductCode: '{E358535E-3B02-44E7-A42B-B5D065C7000B}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.locale.en-US.yaml index 24abbbf7fb447..33f9facce9f97 100644 --- a/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.locale.en-US.yaml @@ -1,30 +1,32 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 0.7.3 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: gerardog PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo License: MIT LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin - elevate - priviledge - sudo -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.yaml index 09c4e84bddab9..7aefc3f85cea3 100644 --- a/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 0.7.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.installer.yaml index 32d322a6043ba..60f7e7b797f5b 100644 --- a/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.0.0 @@ -14,4 +14,4 @@ Installers: InstallerSha256: EEFEEBA9DD7DC814414E6BD77E3177E59241D1AA712D4FDF3DC3B7FD2CBB3456 ProductCode: '{8F4C05BC-DE4B-4A16-837F-3727D1F6BC15}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.locale.en-US.yaml index b4caf881597d6..d3331d522d7b6 100644 --- a/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.locale.en-US.yaml @@ -1,30 +1,32 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.0.0 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: gerardog PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo License: MIT LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window. -# Description: +# Description: Moniker: gsudo Tags: - admin - elevate - priviledge - sudo -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.yaml index 6451f2d1051cb..947ea7ced5f4d 100644 --- a/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.0.0.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.installer.yaml index f036b2cbfcdca..cea09d7b01ff2 100644 --- a/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.installer.yaml @@ -1,23 +1,23 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.1.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallerSwitches: Silent: /quiet /norestart SilentWithProgress: /passive /norestart +UpgradeBehavior: install Commands: - gsudo - sudo Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: msi - Scope: machine +- Architecture: neutral InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v1.0.1/gsudoSetup.msi InstallerSha256: 2D40BF8806D74BAE1241D0666488CBB993037236641F2A69AC843717E41BC546 - UpgradeBehavior: install ProductCode: '{C0DFB144-33FF-48C6-B3DC-C39002DBF96A}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.locale.en-US.yaml index 9620711cb2fe0..a4e4c03fbefda 100644 --- a/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.locale.en-US.yaml @@ -1,11 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.1.0 PackageLocale: en-US Publisher: gerardog +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -14,15 +16,21 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: -- sudo -- elevate - admin +- command-line +- elevate - priviledge +- run-as - shell -- command-line +- sudo - terminal -- run-as +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.yaml index 12729d3ec3757..16579ce50b35a 100644 --- a/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.0.1.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.installer.yaml index 90121c11e4313..4f56ae7af8693 100644 --- a/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.installer.yaml @@ -1,23 +1,23 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.2.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallerSwitches: Silent: /quiet /norestart SilentWithProgress: /passive /norestart +UpgradeBehavior: install Commands: - gsudo - sudo Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: msi - Scope: machine +- Architecture: neutral InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v1.0.2/gsudoSetup.msi InstallerSha256: 764D49D8E54B15A0DE9C6C7BAD03F01314BFE1B7846A8D47D162472E22EE34B8 - UpgradeBehavior: install ProductCode: '{568331D5-E999-4567-85FC-1819A57DD0FA}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.locale.en-US.yaml index 963c75143436a..2733c03750abd 100644 --- a/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.locale.en-US.yaml @@ -1,11 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.2.0 PackageLocale: en-US Publisher: gerardog +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -14,15 +16,21 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: -- sudo -- elevate - admin +- command-line +- elevate - priviledge +- run-as - shell -- command-line +- sudo - terminal -- run-as +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.yaml index 107ca9da29a2e..94f47417c5b4b 100644 --- a/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.0.2.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.0.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.installer.yaml index 649db4b72365f..26016c9986a7c 100644 --- a/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.1.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: F895056D79DFB39CAE937717805F4D5E07ED5105F9BCA514B06691139C28EFCC ProductCode: '{2B5D7931-0062-40BA-8425-12587DC218AA}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.locale.en-US.yaml index cc70c1aa7c2e9..d5f8a4b9b2988 100644 --- a/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.1.0 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,8 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.1.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.yaml index d9a9890099e14..a7742a637cc30 100644 --- a/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.1.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.installer.yaml index 1d55c751afefe..9f754e712ced3 100644 --- a/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.1.1 @@ -21,4 +21,4 @@ Installers: InstallerSha256: ABB400D77FC23A4B8AA630AE9224A2C84A28E5C441C56B2A36CEBD60236B8E9C ProductCode: '{DBC70EC3-A50F-4DB6-BC36-099DB905C712}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.locale.en-US.yaml index 50e2cbc35ec40..c5c5d64efa96a 100644 --- a/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.1.1 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,8 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.1.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.yaml index 8649611738f0e..f7ba0d41be86b 100644 --- a/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.1.1/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.installer.yaml index 7f4018b888ff0..1995bdb17f890 100644 --- a/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.2.0.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: ACC94749D916E37EDCE2BD6CCD737290C5F15EDBA65F94D3C105CEFB92ABEBF2 ProductCode: '{AF3162F0-5BAE-4CD1-AB29-700AAE7E29B0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.locale.en-US.yaml index 399015a0ee7cf..e0208d5ea46db 100644 --- a/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.2.0.0 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,8 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.yaml index fdfe70a843200..0028a1dde46fa 100644 --- a/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.2.0.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.installer.yaml index 9b65613b88522..c1d91ef36f3dc 100644 --- a/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.3.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: A5E119D34CFCD8D24F2EA7EF170D9A26F9DD691258440FE939D84470A5A7703C ProductCode: '{4B7E1054-47CA-42CA-BDFE-5DA20B986819}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.locale.en-US.yaml index 34d303b600ee7..883872ea49dd3 100644 --- a/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.3.0 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,8 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.3.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.yaml index a0ad279130e3b..e4077eea5e549 100644 --- a/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.3.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.installer.yaml index d315c4f199f77..76b63d292da10 100644 --- a/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.4.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 098E230D78FA836860C77F07736425CE3C4023166C9C2A979CC15B519FD3851D ProductCode: '{3883BA01-2867-490E-875B-2D74931EB487}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.locale.en-US.yaml index 8483ece421c37..675f60c893daa 100644 --- a/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.4.0 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.4.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.yaml index 3d982bf63d6cf..8cc1861cca806 100644 --- a/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.4.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.installer.yaml index 347106769efc5..8724429ff873d 100644 --- a/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.4.1 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 194333AA05FB476B7D5E3E1FA66AC7190578400E01A6762BD8FF05868D71A197 ProductCode: '{3967FD28-8D00-40A3-8995-F0F5611A1677}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.locale.en-US.yaml index 6364379797697..9d6f7700d6066 100644 --- a/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.4.1 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.4.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.yaml index caff610298575..b1da7d9246488 100644 --- a/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.4.1/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.installer.yaml index ddd1bc67fa49b..cd01de17202fb 100644 --- a/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.5.1 @@ -20,4 +20,4 @@ Installers: InstallerSha256: FADE7BAB58CEE651C3B2FF471C75262F5F275F5764FC8102589641B0C6CC2B10 ProductCode: '{E6B639F9-B184-4DF2-AC9E-A82174BB9E00}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.locale.en-US.yaml index 44403736d2d06..4ef6a39c14864 100644 --- a/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.5.1 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.5.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.yaml index 45efcc13bc519..812358ba8d5ba 100644 --- a/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.5.1/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.installer.yaml index ae8654422e6b1..a721150d7218a 100644 --- a/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.6.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: E60D3FD28A8E2BE994B9E913BDA08940605DE7F7B0D7441F486F0AA9ED36A324 ProductCode: '{848566FF-48CD-472A-B11D-BB4A08B2E2C9}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.locale.en-US.yaml index fddb8c1531c8b..2fd4e0ebf4a15 100644 --- a/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.6.0 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.6.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.yaml index 3c3434ea72489..59bbaf5899ee6 100644 --- a/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.6.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.installer.yaml index ee53be191260f..b0f02cd04e085 100644 --- a/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.7.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 49D3933170DE1A98791633F8DD09815A47C766A1C0B89EFA9D779C10AD77BA0B ProductCode: '{7C7794B8-59CE-434C-B2F4-DB2A83E2ABF4}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.locale.en-US.yaml index a052027a03f5b..0f19b9f87e745 100644 --- a/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.7.0 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.7.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.yaml index 977d741e72ba0..411a0c5d058dd 100644 --- a/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.7.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.installer.yaml index b2837b04ca3c1..e5d4b171b275e 100644 --- a/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.7.1 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 4ED1F69B6E77B513EF2D82E623363F56399D7BE9E4F640CF3E76A7E3A6DBA503 ProductCode: '{6B57F02D-D92A-40AC-B41F-4E63CAF030EE}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.locale.en-US.yaml index 2760d541fdbbd..7b2a7c4e01d7b 100644 --- a/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.7.1 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v1.7.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.yaml index 128ce18fda0d5..f830851968681 100644 --- a/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/1.7.1/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 1.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.installer.yaml index bc43359fbd4e4..4f9c3790920f5 100644 --- a/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 651BFDDC43EABA19C9EBA51077C55F245F9D37A755C87A066E51A86281A548A5 ProductCode: '{4C592F02-C72E-4AA0-8BBE-6B30220801F1}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.locale.en-US.yaml index 7b8a9ce787213..582fcd2619b1d 100644 --- a/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.locale.en-US.yaml @@ -1,13 +1,13 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.0 PackageLocale: en-US Publisher: gerardog -# PublisherUrl: +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues -# PrivacyUrl: +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window -# Description: +# Description: Moniker: gsudo Tags: - admin @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.yaml index 8c8416c3ba4cf..0075cd74dc336 100644 --- a/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.installer.yaml index 80866322d1795..b3c9901066611 100644 --- a/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.1 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 55F15A4386F507C92EA90C097A068B2A07B9443314CB504CF383BED58061ED33 ProductCode: '{36012919-8202-4B06-8D23-946DF7A167EC}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.locale.en-US.yaml index 6b0d801614cdd..cd8e509dacdaa 100644 --- a/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.1 @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.yaml index 9f1e0398cbae4..7d9bc2149eef4 100644 --- a/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.1/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.installer.yaml index 8156521b48d5a..2accbd8d764d8 100644 --- a/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.2 @@ -24,4 +24,4 @@ Installers: InstallerSha256: D0DD71416FF182E4CAB82C0276AB7C359907AEEC7E9E56F27489F66B02441C9A ProductCode: '{90EADA2B-554C-4B8F-9237-F4D945A1BE95}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.locale.en-US.yaml index 2cac9faddbbb0..8382f255d2ad7 100644 --- a/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.2 @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.yaml index b79619011a03b..1611d7eec547e 100644 --- a/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.2/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.installer.yaml index d040334752692..d48f629f4d62f 100644 --- a/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.3 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 68357893A69B6C3559D115C777E63943D36A02EB57ACB876A644171DEE31C59A ProductCode: '{F987165A-818D-49AE-A487-B1C5BA0289DC}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.locale.en-US.yaml index f496259a71f3c..f2b621543c1dd 100644 --- a/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.3 @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.yaml index 4a28eae6a733b..9d3aa1d383391 100644 --- a/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.3/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.installer.yaml index ce88f95924c06..6b9dc2ce504fb 100644 --- a/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.4 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 81F3FB21B17D817F05CDAEB0750C854C70624BFE467625E0650B55ED8400CBFE ProductCode: '{B0A04272-AD8E-4795-B757-0C9CA196E73A}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.locale.en-US.yaml index 8ec77c87315ec..fc1d350692f38 100644 --- a/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.4 @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.yaml index e540e0b655b6b..44d38a03f5a8e 100644 --- a/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.4/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.installer.yaml index a6a7f114202b6..929f1ec86bf86 100644 --- a/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.6 @@ -28,4 +28,4 @@ Installers: InstallerSha256: 8EC7EEF5881E4A1414192B9D40A7572A11898ADDA92B7D95C5ABA5A9628AECB3 ProductCode: '{50767380-DC8A-45E5-9063-27FECFEBF959}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.locale.en-US.yaml index 5c945dbcca22a..aa6f3bf7e6d3b 100644 --- a/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.6 @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.6 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.yaml index 875af50932f3c..dc6be2a7aceaf 100644 --- a/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.6/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.installer.yaml index 95dce5d456418..8100898024b92 100644 --- a/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.7 @@ -28,4 +28,4 @@ Installers: InstallerSha256: ECCD0B7FFFA24AB6C449E1633DED0065B614AE2F1279F8BB63ABC82ECDF236E3 ProductCode: '{2B73C87B-65B5-4C28-BFB4-35FB58D1A3B9}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.locale.en-US.yaml index c5b87f0c93a6f..0fb98a0f0a064 100644 --- a/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.7 @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.7 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.yaml index 41586bb5e0cbb..57e766ad714c1 100644 --- a/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.7/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.installer.yaml index eb6693ecc5a35..d49435138aef3 100644 --- a/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.8 @@ -28,4 +28,4 @@ Installers: InstallerSha256: BC1E5533266B63FCAE8EE7C9BB81F6DA864C9E03F9A593D19539F0980D28E3B8 ProductCode: '{EE52A8C1-3E4C-4C59-89E5-B5538461FAD9}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.locale.en-US.yaml index e6f8e6de2ea20..a59a1d51fce76 100644 --- a/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.8 @@ -27,11 +27,10 @@ Tags: - shell - sudo - terminal -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.8 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.yaml index dc664c76c5b5b..83eea74a6b61f 100644 --- a/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.8/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 using InputObject 🤖 $debug=QUSU.CRLF.7-2-11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.installer.yaml index 95a0265aded74..5c8145cfa464b 100644 --- a/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.9 @@ -28,4 +28,4 @@ Installers: InstallerSha256: C13E48E292B228C13BD8F46F11E95014CDA6570DAFFDE6A24767C26B630C235C ProductCode: '{0253A814-004A-42BA-A30E-D4AFCC8B3DF2}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.locale.en-US.yaml index 41369a73cbdc6..a70a4a7e4198b 100644 --- a/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.locale.en-US.yaml @@ -1,11 +1,13 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.9 PackageLocale: en-US Publisher: gerardog +# PublisherUrl: PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -14,6 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli and GitHub contributors CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: - admin @@ -28,5 +31,8 @@ ReleaseNotes: |- What's Changed - Fix to prevent WSL to default to Windows directory by @gerardog in #260 ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.0.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.yaml index 2dc93c8799c95..509748007f87c 100644 --- a/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.0.9/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.5.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.0.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.installer.yaml index c50568d115748..fb9aaaa3e1fd2 100644 --- a/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.installer.yaml @@ -1,9 +1,9 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.1.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallerSwitches: Silent: /quiet /norestart @@ -27,4 +27,4 @@ Installers: InstallerSha256: AF00F648042DB2331ECD6DD67C8E4CB996700CE872CE251609306E68B45F3E10 ProductCode: '{E3F18403-C296-4E8F-96AA-4163C986D8FE}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.locale.en-US.yaml index 872d1ecb4ad14..9fcf9440d96d8 100644 --- a/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.1.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: gerardog PublisherUrl: https://gerardog.github.io/gsudo PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli and GitHub contributors CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: - admin @@ -37,5 +39,8 @@ ReleaseNotes: |- - Improved Get-Help gsudo - Fixed quotation issue when elevating a command with the first and last word has quotes. ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.1.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.yaml index 66527058839bc..47957f4a22cda 100644 --- a/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.1.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.8.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.installer.yaml index c0cd6f1ca8c41..163a1480ba290 100644 --- a/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.installer.yaml @@ -1,9 +1,9 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.2.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallerSwitches: Silent: /quiet /norestart @@ -27,4 +27,4 @@ Installers: InstallerSha256: 39FC1C224352F71B3012AC8A651D69E6755A5CEE85EEC4AF63E8C7B29628FCA0 ProductCode: '{A8E19199-8E5E-439C-B881-37FA707E60BD}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.locale.en-US.yaml index 3655fc410f647..5b5d810003f5e 100644 --- a/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.2.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: gerardog PublisherUrl: https://gerardog.github.io/gsudo PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli and GitHub contributors CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: - admin @@ -33,5 +35,8 @@ ReleaseNotes: |- - ...because both the .MSI and Chocolatey installers now deploy the module files also to %ProgramFiles%\PowerShell\Modules\gsudoModule\. - The module version number is now properly updated with the build version. ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.yaml index 00e1b595c9781..c5f82999b082f 100644 --- a/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.2.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.installer.yaml index b049f817f3101..48c99421fd208 100644 --- a/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.installer.yaml @@ -1,9 +1,9 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.3.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallerSwitches: Silent: /quiet /norestart @@ -27,4 +27,4 @@ Installers: InstallerSha256: ADD2417DFBCB261EC314F00FB7BC2BFA9D3420F14974043C676CCE4BAB3DA273 ProductCode: '{8874CA4C-51A0-446A-BB59-BFC1D48AC916}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.locale.en-US.yaml index 787e07f06fa64..21d820f89d3c0 100644 --- a/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.3.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: gerardog PublisherUrl: https://gerardog.github.io/gsudo PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli and GitHub contributors CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: - admin @@ -32,5 +34,8 @@ ReleaseNotes: |- - E.g. gsudo status CacheAvailable - Fixed PowerShell Module install location to support Windows Powershell too by @gerardog in #278 ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.3.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.yaml index 6351f8d883328..c569e76442b9d 100644 --- a/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.3.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser v2 using Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.installer.yaml index f5daa819ba10e..eb3f0f1102867 100644 --- a/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.0 @@ -31,4 +31,4 @@ Installers: InstallerSha256: F2AE3DD2E9AAC25180E0D3AAD7355702D82D96D38930DD41F0F50CE7A6366A71 ProductCode: '{3CE42D5C-19D9-4FD0-A033-DBBBE610A5BE}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.locale.en-US.yaml index 18d4ba10e2f90..480124197049e 100644 --- a/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: gerardog PublisherUrl: https://gerardog.github.io/gsudo PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli and GitHub contributors CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: - admin @@ -37,5 +39,8 @@ ReleaseNotes: |- - Fix Error: Unable to connect to the elevated service/NullReferenceException by @gerardog in #292 - Preserve console title after gsudo exit (#266) by @gerardog in #294 ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.4.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.yaml index 89bce955efc29..071b40e627140 100644 --- a/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.4.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.installer.yaml index 6b36f2e3f1f38..919f1c9da3af9 100644 --- a/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.1-fixnoninteractive @@ -13,6 +13,7 @@ UpgradeBehavior: install Commands: - gsudo - sudo +ReleaseDate: 2023-10-01 AppsAndFeaturesEntries: - DisplayName: gsudo v2.4.1-fixnoninteractive UpgradeCode: '{567B5616-D362-484E-B6FF-7C1875CF0AEE}' @@ -30,5 +31,4 @@ Installers: InstallerSha256: EE31D2486917113B1F2E5923FA6F8F1CADC039DB292569858D256AA5C96C6052 ProductCode: '{D916C62F-A917-48DA-BD2A-58321B304564}' ManifestType: installer -ManifestVersion: 1.5.0 -ReleaseDate: 2023-10-01 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.locale.en-US.yaml index 9347f37a1adfd..5864747c47218 100644 --- a/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.1-fixnoninteractive @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: gerardog PublisherUrl: https://gerardog.github.io/gsudo PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli and GitHub contributors CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: - admin @@ -30,5 +32,8 @@ ReleaseNotes: |- - The code signing certificate expired, so I've applied the one donated by @parag_c_meta & signmycode.com. Please be patient until this certificate gets downloads and reputation on Antivirus vendors. Please report false positives! - Fix for #305 "Error: Invalid option: -noninteractive" running gsudo {command} on VSCode. ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.4.1-fixnoninteractive +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.yaml index 583c5bb755bf7..db7214c159c17 100644 --- a/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.4.1-fixnoninteractive/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.1-fixnoninteractive DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.installer.yaml index 6a2cf34da6a51..25fe222a870f9 100644 --- a/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.installer.yaml @@ -1,55 +1,60 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.2 +InstallerLocale: en-US +InstallerSwitches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart +UpgradeBehavior: install +Commands: +- gsudo +- sudo +ReleaseDate: 2023-12-18 +AppsAndFeaturesEntries: +- DisplayName: gsudo v2.4.2 + Publisher: Gerardo Grignoli + UpgradeCode: '{567B5616-D362-484E-B6FF-7C1875CF0AEE}' Installers: - Architecture: x86 + InstallerType: wix Scope: machine InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.setup.x86.msi - InstallerSha256: 136e6f7eee439a8c3b8feb4b3d2b871d7f77a8dd28bd3cf43385545f5a9a1ef8 + InstallerSha256: 136E6F7EEE439A8C3B8FEB4B3D2B871D7F77A8DD28BD3CF43385545F5A9A1EF8 ProductCode: '{FB53D9F6-F89B-47BD-A0B3-BDFE18694998}' - InstallerType: wix - UpgradeCode: "{567B5616-D362-484E-B6FF-7C1875CF0AEE}" - Architecture: x64 + InstallerType: wix Scope: machine InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.setup.x64.msi - InstallerSha256: 69c7fcf27380da06b744eeaa7578d4b5e27cc848fd04c82331d5e4c33ffd346e + InstallerSha256: 69C7FCF27380DA06B744EEAA7578D4B5E27CC848FD04C82331D5E4C33FFD346E ProductCode: '{F69C48ED-3B59-4E42-9D3F-C5EAA950823E}' - InstallerType: wix - UpgradeCode: "{567B5616-D362-484E-B6FF-7C1875CF0AEE}" - Architecture: arm64 + InstallerType: wix Scope: machine InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.setup.arm64.msi - InstallerSha256: 0ab17eec41ca2dfdc81443e36eb30cec5396bff8c8755ea17d0c674f057b3d04 + InstallerSha256: 0AB17EEC41CA2DFDC81443E36EB30CEC5396BFF8C8755EA17D0C674F057B3D04 ProductCode: '{BC2B5706-DEF4-4485-A126-8DA9AD18839C}' - InstallerType: wix - UpgradeCode: "{567B5616-D362-484E-B6FF-7C1875CF0AEE}" -- Architecture: x64 +- Architecture: x86 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: - - RelativeFilePath: x64/gsudo.exe + - RelativeFilePath: x86/gsudo.exe PortableCommandAlias: gsudo - - RelativeFilePath: ./x64/gsudo.exe + - RelativeFilePath: ./x86/gsudo.exe PortableCommandAlias: sudo - InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.setup.x64.msi - InstallerSha256: 69c7fcf27380da06b744eeaa7578d4b5e27cc848fd04c82331d5e4c33ffd346e - ProductCode: "{F69C48ED-3B59-4E42-9D3F-C5EAA950823E}" - UpgradeCode: "{567B5616-D362-484E-B6FF-7C1875CF0AEE}" -- Architecture: x86 + InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.portable.zip + InstallerSha256: 95482D970117E4164B1D0BCB1A7B82A3A23EB2F829D36EF3F17B5445BEBDFAB2 +- Architecture: x64 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: - - RelativeFilePath: x86/gsudo.exe + - RelativeFilePath: x64/gsudo.exe PortableCommandAlias: gsudo - - RelativeFilePath: ./x86/gsudo.exe + - RelativeFilePath: ./x64/gsudo.exe PortableCommandAlias: sudo - InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.setup.x86.msi - InstallerSha256: 136e6f7eee439a8c3b8feb4b3d2b871d7f77a8dd28bd3cf43385545f5a9a1ef8 - ProductCode: "{FB53D9F6-F89B-47BD-A0B3-BDFE18694998}" - UpgradeCode: "{567B5616-D362-484E-B6FF-7C1875CF0AEE}" + InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.portable.zip + InstallerSha256: 95482D970117E4164B1D0BCB1A7B82A3A23EB2F829D36EF3F17B5445BEBDFAB2 - Architecture: arm64 InstallerType: zip NestedInstallerType: portable @@ -58,22 +63,7 @@ Installers: PortableCommandAlias: gsudo - RelativeFilePath: ./arm64/gsudo.exe PortableCommandAlias: sudo - InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.setup.arm64.msi - InstallerSha256: 0ab17eec41ca2dfdc81443e36eb30cec5396bff8c8755ea17d0c674f057b3d04 - ProductCode: "{BC2B5706-DEF4-4485-A126-8DA9AD18839C}" - UpgradeCode: "{567B5616-D362-484E-B6FF-7C1875CF0AEE}" + InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.2/gsudo.portable.zip + InstallerSha256: 95482D970117E4164B1D0BCB1A7B82A3A23EB2F829D36EF3F17B5445BEBDFAB2 ManifestType: installer -ManifestVersion: 1.5.0 -InstallerLocale: en-US -InstallerSwitches: - Silent: /quiet /norestart - SilentWithProgress: /passive /norestart -UpgradeBehavior: install -Commands: -- gsudo -- sudo -ReleaseDate: "2023-12-18" -AppsAndFeaturesEntries: -- DisplayName: gsudo v2.4.2 - Publisher: Gerardo Grignoli - UpgradeCode: '{567B5616-D362-484E-B6FF-7C1875CF0AEE}' +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.locale.en-US.yaml index 3657db30abb39..39529c0c51c5c 100644 --- a/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.locale.en-US.yaml @@ -1,6 +1,5 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.2 @@ -8,6 +7,7 @@ PackageLocale: en-US Publisher: gerardog PublisherUrl: https://gerardog.github.io/gsudo PublisherSupportUrl: https://github.com/gerardog/gsudo/issues +# PrivacyUrl: Author: Gerardo Grignoli PackageName: gsudo PackageUrl: https://github.com/gerardog/gsudo @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt Copyright: Copyright (c) 2021 Gerardo Grignoli and GitHub contributors CopyrightUrl: https://github.com/gerardog/gsudo/blob/master/LICENSE.txt ShortDescription: A Sudo for Windows - run elevated without spawning a new Console Host Window +# Description: Moniker: gsudo Tags: - admin @@ -37,5 +38,8 @@ ReleaseNotes: |- - @rfay made their first contribution in #299 - @connorjs made their first contribution in #304 ReleaseNotesUrl: https://github.com/gerardog/gsudo/releases/tag/v2.4.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.yaml index d307785411971..9a0f2cda50880 100644 --- a/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.4.2/gerardog.gsudo.yaml @@ -1,9 +1,8 @@ -# Created using WinGet Automation (CLI) - -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.installer.yaml index 1d9330aa89083..094111555cd73 100644 --- a/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.4 @@ -70,4 +70,4 @@ Installers: InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.4.4/gsudo.portable.zip InstallerSha256: 1D7B47886FED85DA45C98DDADB005E19BF702860F52817BBD552A120A6F127D5 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.locale.en-US.yaml index 0323df3a007d2..b9790b4ec4c87 100644 --- a/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.4 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://gerardog.github.io/gsudo/docs/intro ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.locale.zh-CN.yaml b/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.locale.zh-CN.yaml index bc633d4c97e73..85ae53def9365 100644 --- a/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.locale.zh-CN.yaml +++ b/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.4 @@ -36,4 +36,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://gerardog.github.io/gsudo/docs/intro ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.yaml index bf23b67effc9d..56e07810a9958 100644 --- a/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.4.4/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.4.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.installer.yaml index 148798c713d26..e54726dd73e65 100644 --- a/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.5.0 @@ -70,4 +70,4 @@ Installers: InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.5.0/gsudo.portable.zip InstallerSha256: 1E9FDBE460FEA4559EEFDAEC5B0A42566858799B97375696D04DD1AF382C125B ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.locale.en-US.yaml index 60c4420def472..292de8bb162a0 100644 --- a/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.5.0 @@ -49,4 +49,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://gerardog.github.io/gsudo/docs/intro ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.locale.zh-CN.yaml b/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.locale.zh-CN.yaml index ff49259564215..2183928d6cb6e 100644 --- a/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.locale.zh-CN.yaml +++ b/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.5.0 @@ -36,4 +36,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://gerardog.github.io/gsudo/docs/intro ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.yaml index 363ec486350a5..f4d55725ebc45 100644 --- a/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.5.0/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.installer.yaml b/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.installer.yaml index 2d90e42970d9e..8715930ba980b 100644 --- a/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.installer.yaml +++ b/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.5.1 @@ -70,4 +70,4 @@ Installers: InstallerUrl: https://github.com/gerardog/gsudo/releases/download/v2.5.1/gsudo.portable.zip InstallerSha256: B4830270F3C3E1CE94763FF3243C508642C5952D7824A5DE8BDA507DA1807F39 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.locale.en-US.yaml b/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.locale.en-US.yaml index 8c0471e646c92..8fc96dacef119 100644 --- a/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.locale.en-US.yaml +++ b/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.5.1 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Docs DocumentUrl: https://gerardog.github.io/gsudo/docs/intro ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.locale.zh-CN.yaml b/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.locale.zh-CN.yaml index 9a6f448a3b43e..98c07a00afef4 100644 --- a/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.locale.zh-CN.yaml +++ b/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.5.1 @@ -36,4 +36,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://gerardog.github.io/gsudo/docs/intro ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.yaml b/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.yaml index 7584fc88d873a..c8ea4df923735 100644 --- a/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.yaml +++ b/manifests/g/gerardog/gsudo/2.5.1/gerardog.gsudo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: gerardog.gsudo PackageVersion: 2.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.installer.yaml b/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.installer.yaml new file mode 100644 index 0000000000000..d87c6422cb52b --- /dev/null +++ b/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: gqrx-sdr.gqrx +PackageVersion: 2.17.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gqrx.exe +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gqrx-sdr/gqrx/releases/download/v2.17.6/Gqrx-2.17.6-Windows.zip + InstallerSha256: DD3451EE6AE560BC02094C3618BAAC98B215CF0CBC0C7B02E97EB268CEB669A8 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2024-11-30 diff --git a/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.locale.en-US.yaml b/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.locale.en-US.yaml new file mode 100644 index 0000000000000..489b60ec4ccac --- /dev/null +++ b/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: gqrx-sdr.gqrx +PackageVersion: 2.17.6 +PackageLocale: en-US +Publisher: gqrx-sdr +PublisherUrl: https://github.com/gqrx-sdr +PublisherSupportUrl: https://github.com/gqrx-sdr/gqrx/issues +PackageName: gqrx +PackageUrl: https://github.com/gqrx-sdr/gqrx +License: GPL-3.0 +ShortDescription: Software defined radio receiver powered by GNU Radio and Qt. +Tags: +- airspy +- fft +- funcube-dongle +- gnuradio +- gqrx +- hackrf +- hacktoberfest +- qt +- receiver +- rfspace +- rtl-sdr +- sdr +ReleaseNotesUrl: https://github.com/gqrx-sdr/gqrx/releases/tag/v2.17.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/gqrx-sdr/gqrx/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.yaml b/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.yaml new file mode 100644 index 0000000000000..e4584524927f5 --- /dev/null +++ b/manifests/g/gqrx-sdr/gqrx/2.17.6/gqrx-sdr.gqrx.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: gqrx-sdr.gqrx +PackageVersion: 2.17.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.installer.yaml b/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.installer.yaml new file mode 100644 index 0000000000000..d32e194cd4083 --- /dev/null +++ b/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Hashicorp.Vault +PackageVersion: 1.18.4 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vault.exe +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/vault/1.18.4/vault_1.18.4_windows_386.zip + InstallerSha256: A99F9D729EDACA626BA7A731F672D79972EF5F68320DDCF4780DB4CEF34CF34F +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/vault/1.18.4/vault_1.18.4_windows_amd64.zip + InstallerSha256: 5B4334AA10825EBE692BAFCDFC58B21B603A9D8BA4110FF08082CFDC3DA02E2C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.locale.en-US.yaml b/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.locale.en-US.yaml new file mode 100644 index 0000000000000..745eff4abbadb --- /dev/null +++ b/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Hashicorp.Vault +PackageVersion: 1.18.4 +PackageLocale: en-US +Publisher: HashiCorp +PublisherUrl: https://www.hashicorp.com/ +PublisherSupportUrl: https://github.com/hashicorp/vault/issues +PrivacyUrl: https://www.hashicorp.com/privacy?product_intent=vault +Author: Mitchell Hashimoto +PackageName: Hashicorp Vault +PackageUrl: https://www.vaultproject.io/ +License: Mozilla Public License 2.0 +LicenseUrl: https://github.com/hashicorp/vault/blob/main/LICENSE +Copyright: Copyright (c) Hashicorp +CopyrightUrl: https://github.com/hashicorp/vault/blob/main/LICENSE +ShortDescription: Vault is a tool for securely accessing secrets. +Moniker: vault +Tags: +- hashicorp +- vault +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.yaml b/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.yaml new file mode 100644 index 0000000000000..3f916be7e3e37 --- /dev/null +++ b/manifests/h/Hashicorp/Vault/1.18.4/Hashicorp.Vault.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Hashicorp.Vault +PackageVersion: 1.18.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.installer.yaml b/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.installer.yaml new file mode 100644 index 0000000000000..addd142138600 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.installer.yaml @@ -0,0 +1,15 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.28.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent +ReleaseDate: 2025-02-07 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/headlamp-k8s/headlamp/releases/download/v0.28.1/Headlamp-0.28.1-win-x64.exe + InstallerSha256: 721a6c2ae5ceedb885c00196f76ddd3fe1f44421282286512c3317c712791fc6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.locale.en-US.yaml b/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.locale.en-US.yaml new file mode 100644 index 0000000000000..59312a47c46c3 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.locale.en-US.yaml @@ -0,0 +1,27 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.28.1 +PackageLocale: en-US +Publisher: Headlamp +PublisherUrl: https://headlamp.dev +PackageName: Headlamp +License: Apache 2.0 +LicenseUrl: https://github.com/headlamp-k8s/headlamp/blob/main/LICENSE +ShortDescription: Kubernetes web UI. +Description: A Kubernetes web UI that is fully-featured, user-friendly and extensible. +Tags: + - kubernetes + - plugins + - kinvolk + - headlamp + - dashboard + - ui + - web + - monitoring + - logging + - cncf +ReleaseNotesUrl: https://github.com/headlamp-k8s/headlamp/releases/tag/v0.28.1 +Documentations: + - DocumentLabel: headlamp documentation + DocumentUrl: https://headlamp.dev/docs/latest +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.yaml b/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.yaml new file mode 100644 index 0000000000000..f19a1bbe2813b --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.28.1/Headlamp.Headlamp.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.installer.yaml index 016127ebc1cf9..8d0c8efc7ce35 100644 --- a/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.installer.yaml +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HearthSim.HearthstoneDeckTracker PackageVersion: 1.13.15 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.13.15/HDT-Installer.exe InstallerSha256: C2416848A7A4D57B451DD32384CDA805C492D0AFFE99EE7427B2053C59873511 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml index a3dfc098c8e52..c759894385b4f 100644 --- a/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HearthSim.HearthstoneDeckTracker PackageVersion: 1.13.15 @@ -28,4 +28,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.yaml index b444b55c0fdf8..1fc336d62393a 100644 --- a/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.yaml +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.13.15/HearthSim.HearthstoneDeckTracker.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HearthSim.HearthstoneDeckTracker PackageVersion: 1.13.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..f95904bdb968e --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.5 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.38.5/HDT-Installer.exe + InstallerSha256: 7B8F0E102AB5A1C49861C99430021B93DD606D1CC4948E161323A162A0B5BDE5 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-31 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..5cf6388dd63dd --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.5 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.38.5 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..303daae19566b --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.5/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..9ee9b48164a23 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.6 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.38.6/HDT-Installer.exe + InstallerSha256: 85512100373A583DBAC385BD66721F8D2629F91265750D19B7DD67204D47884C +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-31 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..0bb3151634e30 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.6 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.38.6 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..1fa130c066179 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.6/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..5be4b32afb5f0 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.8 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.38.8/HDT-Installer.exe + InstallerSha256: F4F584B2EA6542F690F3BAC12FA5E8D8A3000872A66AC35CB5788B379F2ACBE8 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-05 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..d06c5e20465ea --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.8 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.38.8 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..670447334fb3c --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.8/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..08964799e0092 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.9 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.38.9/HDT-Installer.exe + InstallerSha256: B0B0CDD570D171D61F65DFE40EA65024E0B2CCC545D8406A5CFE462AA4485BA4 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-05 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..21fa7eb948450 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.9 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.38.9 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..46897d31a0fce --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.38.9/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.38.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..a4b7c97277a17 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.39.0/HDT-Installer.exe + InstallerSha256: 727F56B4BE184DCF1B8B061E0345260892C9B7BB66C52D6969C37A048EB8D956 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-06 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..19714300eb45b --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.0 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.39.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..28a5443b6ebef --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.0/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..f18e235994b12 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.1 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.39.1/HDT-Installer.exe + InstallerSha256: 0652D2AEADE55C0EEB3CC5D2CAA23290473AA2D1F2473713F473AF2BEB2CD5AD +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-06 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..3003ef74c03c8 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.1 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.39.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..61de211b9019d --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.1/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 0000000000000..68aae3dfa2b26 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.2 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.39.2/HDT-Installer.exe + InstallerSha256: 1795B886DE6328A94F817CDA763F789C1E4A531DCE1F72D786536F7B743898F4 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-06 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 0000000000000..faece0a1d5660 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.2 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.39.2 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 0000000000000..d8f2c9976eaed --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.39.2/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.39.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 5d27e524c7f77..850af24532a92 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.10.2 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.10.2/Heroic.Setup.1.10.2.exe InstallerSha256: 0CDF6FC54384944AA3787FC1E632403FF37A91452C7D2E92952DA6D435907085 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 4a627f1abf8ed..6bf0aa0872b71 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.10.2 @@ -7,21 +7,26 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' Moniker: heroic Tags: -- launcher +- epicgames - games-launcher - gaming -- epicgames +- launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 7824d6fe876d2..2b788b1fa7142 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.10.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index ac9879e0dbfb3..ff08d5593c9c1 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.10.3 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.10.3/Heroic.Setup.1.10.3.exe InstallerSha256: CA7A1B6C2658B87D3072F5B45A2574E49C52987293E43CDCEEC28B1203673ABD ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 9c99a847f7fcc..84b7e2ba2bc7b 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.10.3 @@ -7,21 +7,26 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' Moniker: heroic Tags: -- launcher +- epicgames - games-launcher - gaming -- epicgames +- launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml index d96ab37769c25..90296187aed4a 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.10.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.10.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index ba5be49ddd089..714e392504ca9 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,31 +1,28 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.8.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.8.1/Heroic.Setup.1.8.1.exe InstallerSha256: 45D89FACFF2CD5804F23FCD8C4072BCFE6FF64430358866AC267EDC65F15B2C4 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.8.1/Heroic.Setup.1.8.1.exe InstallerSha256: 45D89FACFF2CD5804F23FCD8C4072BCFE6FF64430358866AC267EDC65F15B2C4 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 6f5c9d21c6991..e45d89a141673 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.8.1 @@ -7,20 +7,25 @@ PackageLocale: en-US Publisher: Flavio F PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/blob/main/Support.md -#PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 License LicenseUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/blob/main/COPYING -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. -#Description: +# Description: Moniker: heroic Tags: -- gaming - games +- gaming - launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 0204640d185b6..d3abaae41b005 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 3c8718a1d1e43..a73503b6e476f 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,29 +1,26 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.8.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.8.2/Heroic.Setup.1.8.2.exe InstallerSha256: E3B1833719606DD7CCD58D424F1EF9A3F84C5A2B780C8A677FF4D2B308BA0256 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.8.2/Heroic.Setup.1.8.2.exe InstallerSha256: E3B1833719606DD7CCD58D424F1EF9A3F84C5A2B780C8A677FF4D2B308BA0256 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 148e74d80cd3c..acadbae7eb328 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.8.2 @@ -7,18 +7,26 @@ PackageLocale: en-US Publisher: Flavio F PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-or-later LicenseUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/blob/main/COPYING +# Copyright: +# CopyrightUrl: ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' Moniker: heroic Tags: -- launcher +- epicgames - games-launcher - gaming -- epicgames +- launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index d4972a4643b78..1b6dc0aa0c085 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.8.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index b086ddd72f7ea..1f2db0226fa40 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,29 +1,26 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.9.0/Heroic.Setup.1.9.0.exe InstallerSha256: 2F8C06C79C6789453FBA2DC395600068D28CAFDF07C9626D9D093A1183E5BB4E InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.9.0/Heroic.Setup.1.9.0.exe InstallerSha256: 2F8C06C79C6789453FBA2DC395600068D28CAFDF07C9626D9D093A1183E5BB4E InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 08e2997effcce..68d6f30ff2fa5 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.0 @@ -7,18 +7,26 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-or-later LicenseUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/blob/main/COPYING +# Copyright: +# CopyrightUrl: ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' Moniker: heroic Tags: -- launcher +- epicgames - games-launcher - gaming -- epicgames +- launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 27b21b7d73c42..5cb395c2e1695 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 34cf6a97605de..3a427e200af00 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,18 +1,18 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: user +- Architecture: x64 InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.9.1/Heroic.Setup.1.9.1.exe InstallerSha256: BB46E132195073B45D28B78A62D2BDFBA065E78E90977216E06C78731FBDA547 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index ae07974dd0d11..d1fc741272366 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.1 @@ -7,19 +7,26 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' Moniker: heroic Tags: -- launcher +- epicgames - games-launcher - gaming -- epicgames +- launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 44fbe0ea0072e..8505dfa028873 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index ce7c18e49a647..7cf8cca9b36a6 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,18 +1,18 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: user +- Architecture: x64 InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.9.2/Heroic.Setup.1.9.2.exe InstallerSha256: ECE4842FCA24D4D78E7BBAB1B09992EEE3D5002D2ED1975B5A3556832A40CBF4 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 34982b1f55ae0..f401bf4f78b39 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.2 @@ -7,19 +7,26 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' Moniker: heroic Tags: -- launcher +- epicgames - games-launcher - gaming -- epicgames +- launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index fcfafc535c038..cfe0886f87d27 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index b439fa6d4eb54..01d790e587db8 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,18 +1,18 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.3 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: user +- Architecture: x64 InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.9.3/Heroic.Setup.1.9.3.exe InstallerSha256: A4BCA4B4F35F8593DD068D57B383D4E444F3AFE547BB8984FF25820617270DB7 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 94cd593904ada..8e6f9800be2a3 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.3 @@ -7,19 +7,26 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' Moniker: heroic Tags: -- launcher +- epicgames - games-launcher - gaming -- epicgames +- launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 16e93812e0272..c5492e943b77b 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/1.9.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 1.9.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index e7314fd285b0c..d5e5d127bddac 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.0 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.0.0/Heroic-Setup-2.0.0.exe InstallerSha256: E6D5BFDAD8BF32E2008087DC44C5BA1AA97F61A7BD039BFA4BC1C57F5CD27049 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 923f895c9e85f..2dfb17fbddad1 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.0 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 732d88819bf01..5a61022344a01 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 55698b9ce1494..b99e7a37c7a76 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.1 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.0.1/Heroic-Setup-2.0.1.exe InstallerSha256: AFFF297542EABF3FC5745EBBD3EA93EC6ACF782FEB9E0AF7EB235B7935C28F79 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index e69372e7b8e7c..2c1cea8e56a83 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.1 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 904e42b621008..026bcc7d273d7 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 9e318130a7eab..440202636a19f 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.2 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.0.2/Heroic-Setup-2.0.2.exe InstallerSha256: E066F4AAF94D4761036BD9ADB270174F8A897540A7DB143C9946BD987D5FAE82 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 04c0e321b76f9..ef9675ce1edae 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.2 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 75169a3ce7db6..347c6be2e2a1e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.0.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index c7d7eec261ab1..22389420824e3 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.1.0 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.1.0/Heroic-Setup-2.1.0.exe InstallerSha256: 9E460A50EC4569F6C132D633E227D715DBDA1CF3E0FBA78B2C5CC3BE96087EAD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 2d7102e456c51..32431a3c42d2e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.1.0 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 6c21c415252e3..dff8a99b66e90 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 6739c57554593..97520f03f68d1 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.1.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.1.1/Heroic.Setup.2.1.1.exe InstallerSha256: A70E75E17E35CDA75C0CF6A269E8CA3338CD4EF4B4C6299C8474CCAA7E950325 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index d154538ff73e1..4a3dcdd0e7fe4 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.1.1 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.1.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index fe76ede93839d..8418bbd20c653 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.1.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index ec250c33d2ac8..cde6da84f94d8 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.10.0 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.10.0/Heroic-2.10.0-Setup-x64.exe InstallerSha256: 3C841636BF909B222C4BBBAC0CA13C0D6ABA91E6699970E02D6C1301DEA5A2D8 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index ad76dbd714192..6df95b2657ce4 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.10.0 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -55,5 +57,8 @@ ReleaseNotes: |- - @0xCmdrKeen made their first contribution in #3088 - @SarthakD15 made their first contribution in #3117 ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.10.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index b84e035a9744e..9cfbf86c4212e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.10.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 3eaa271e753b1..0397547e3e1cb 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.11.0 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.11.0/Heroic-2.11.0-Setup-x64.exe InstallerSha256: EFFBE2DAFADDD8461E09E0BDD1514D19763003799596A4E3D0BDF9BB824FABD1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 539c45b7cc9ef..0fc7a60ad02cc 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.11.0 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -58,5 +60,8 @@ ReleaseNotes: |- - @Mrredstone5230 made their first contribution in #3277 - @lgcavalheiro made their first contribution in #3115 ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.11.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index d89195d80af26..1d27476c4493b 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.11.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 8d03f39a75d7a..cccd5fa0ff654 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.13.0 @@ -9,10 +9,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-02-12 Installers: - Architecture: x64 InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.13.0/Heroic-2.13.0-Setup-x64.exe InstallerSha256: BD8979B5C6F91D85AA39718499E5BD3826EB06AEC448EAF9A93BCEE24DCAA945 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-02-12 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 7f9b9d0ecaeae..f23b1048c4b14 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.13.0 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -25,5 +27,10 @@ Tags: - games-launcher - gaming - launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 25b36e43d37e8..84da866963e6c 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.13.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index c42732fbbb71a..bfb83ce75ab96 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.14.0 @@ -9,10 +9,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-04-01 Installers: - Architecture: x64 InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.14.0/Heroic-2.14.0-Setup-x64.exe InstallerSha256: 9A10F7C15EECF19778A01E749BCA8368F9BEC3A8728EDA6AEEB1D8D8DC2D04F4 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-04-01 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index f19366ca003b8..edba3207a5827 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.14.0 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -25,5 +27,10 @@ Tags: - games-launcher - gaming - launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 78f210dc1e645..fe73b4a9fa56a 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.14.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index ffbe3483e042a..83018443e342e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.14.1 @@ -9,10 +9,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-04-06 Installers: - Architecture: x64 InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.14.1/Heroic-2.14.1-Setup-x64.exe InstallerSha256: 1D05CBA737012C8122D3D3CD8DAB4D99C58E8D928CFDBA845844ABD15160E749 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-04-06 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 13906780ba06e..8e3125f6b15a3 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.14.1 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -25,5 +27,10 @@ Tags: - games-launcher - gaming - launcher +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 2fe8fdfcf3b6f..3864b1c7cb805 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.14.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.14.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index dd53e87897557..dd976b2ce4c0e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.15.1 @@ -9,10 +9,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-08-11 Installers: - Architecture: x64 InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.15.1/Heroic-2.15.1-Setup-x64.exe InstallerSha256: 0C3AE59491066948A29E01B54D27444833EC86176EF69AD427240885390A17DD ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-08-11 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 85d922b7ecca7..b306d5409e85e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.15.1 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -25,9 +27,12 @@ Tags: - games-launcher - gaming - launcher +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.15.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index fdebbb8bb3b1b..9e6748621ed1e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.15.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 3026c2854465c..64ed0919a8269 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.15.2 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.15.2/Heroic-2.15.2-Setup-x64.exe InstallerSha256: 8188113C2489A12D41C7938662CF9549CB14CC0B28DF39EF83524318FF69869C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 4f4e5f766a270..1e996cae6d242 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.15.2 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -42,8 +44,10 @@ ReleaseNotes: |- - [CHORE]: update binaries by @imLinguin in #4007 Full Changelog: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.15.2 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 3f924103a166a..68c439b682260 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.15.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.15.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 24b0815888e60..7dcae21f464d6 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.2.1/Heroic-Setup-2.2.1.exe InstallerSha256: 30F5CFA38998F8A5B5273FD4F57DC20239B64BC11DBCDE0D4E302DB0F7A1E45A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 3b6b4d144caae..1e332f71004b3 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.1 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.2.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 2ea2987502091..e8129b56d0c18 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 341831eeb9152..973b3e16f5dee 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.2.2/Heroic-Setup-2.2.2.exe InstallerSha256: 7949566D910009B7CC4C0867898B2B2A91530EA6ACF86B86910969422F8C49C8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index dbbb5f243ffd6..f931cbcc60437 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.2 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.2.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index c5490ed330d94..73f55d6c85fcb 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 3f14fbb9e7c38..1b16b96c92377 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.2.3/Heroic-Setup-2.2.3.exe InstallerSha256: 67E65C6C178E0BBE4231FAE047932BB48EE0F6CCB042790EC3EFDDD66402398B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index fd2f0e6aa7892..aa09746fdbf4d 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.3 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.2.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 905b70f0d71c1..397abd84b4649 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 0c594f8cf3284..a9c69d8e727c1 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.2.4/Heroic-Setup-2.2.4.exe InstallerSha256: 429706C6FAA0B54AE2DF0F5482F780CE2B4AF125B458517E0515317E9AD3BD6C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 4fe7093ac2805..0231c06bd37a9 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.4 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.2.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 3d2ee0d50b180..8e567acad54ec 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.4/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index f2aaa53f33218..3ada93eb0eb87 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.5 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.2.5/Heroic-Setup-2.2.5.exe InstallerSha256: F138318C086D7296C9DAB7A2A3AB48D60F8F3D78A3A2CCE5BA5B6B46847EE618 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 0373dd57f2c32..d725277643a29 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.5 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.2.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.yaml index f9a66776ccd8d..a490eeb2c4249 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.5/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index fbe3770d9ca14..c1cb137d488a7 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.6 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.2.6/Heroic-Setup-2.2.6.exe InstallerSha256: 6C29EB4DE2995A009506E290C24B892252197BC859100AAFD45C9D41E573F587 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index f6faab45df1f1..a82622a2a73af 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.6 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.2.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.yaml index d66267b01a070..bea9681320ca4 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.2.6/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.2.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index f197e41df8c2d..fec576c91bfcd 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.0/Heroic-Setup-2.3.0.exe InstallerSha256: 38FD344F0460C2C98822B3910F306F975FC5E52E58DD2667604F039EB6D06F34 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index ffb36b2b168c4..b746d226c41cb 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.0 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 4629b0bdc390f..d2a1ee075e261 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 699e851db1137..6ec1f50ba788a 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.1/Heroic-Setup-2.3.1.exe InstallerSha256: EBCA900F718BD7AA42569B5BF3D1B1602FD2088EA8C236FF8F3321E2D749179E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 0cc2562469b0d..f474ac6955044 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.1 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 1961179a95147..0cd3dcde1eea1 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 04350ad24ff15..f7ea56930f48c 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.2/Heroic-Setup-2.3.2.exe InstallerSha256: B82954B631E727EB0EF192F49E4512D5DB3746BCE58FB96626524873E1D175FC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 56ffae7e428e3..daefa1497455b 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.2 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index fd381ba5ac908..c33ac44c13e5a 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 24e49af110cc7..e3cda36ccc03a 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.3/Heroic-Setup-2.3.3.exe InstallerSha256: 3B4D44F835E980C4A6E79B3103EA16DD1B1D26290E67D22923DC51378D630DFE ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index a9d5e7f1de06f..ff8ab914cbe63 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.3 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 83694c08846c0..42c1a23951e35 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index a74ad9128db7b..e8702c063a5c9 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.4/Heroic-Setup-2.3.4.exe InstallerSha256: CB5C816C6320739ECCA99F521C49F314945B41C31EF6EE1FD219D5A068B4E969 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index efdeb5f34785f..ca88c63ba4a94 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.4 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 41bb819736d01..e83848a7075c7 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.4/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 2bb2782f254e6..50d16ed746e3c 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.5 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.5/Heroic-Setup-2.3.5.exe InstallerSha256: 0DB757EC962A66B22B0D6906A9D7088F7F82456880E848136CE36FAD966C1C4B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 0a4f1da1e9faf..e33386435d1da 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.5 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 51b0155bf236a..e6e657b7e140c 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.5/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index c2c60c917ab23..ee6a546f2436f 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.6 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.6/Heroic-Setup-2.3.6.exe InstallerSha256: AF7C81DC2913D1B4C36ED5A641BAF304602D0EF40713267544BF2595315ED4C6 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 77dfcdf8cf11a..e2945074f5788 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.6 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 666117acb1b4d..0e597780376e9 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.6/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index c93109fb76c9a..c20ad741ba1b1 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.7 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.7/Heroic-Setup-2.3.7.exe InstallerSha256: 852D2BD4737F26D4EA31CBF85CF7FE12B7CB5DD3937F54716C9FF143392E4874 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index fcf1bb28296b2..76f195436308d 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.7 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 2a9a345edf463..a19e5e810e276 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.7/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 9ab4f212a286e..bbaec0ce1a66f 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.8 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.8/Heroic-Setup-2.3.8.exe InstallerSha256: 4D6EE1DC4C8296815FB623CAB5112BF534FCF26A722AC4FD6CD1DD9066DD4562 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index f981e601aa095..8346ed6911524 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.8 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,8 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.3.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 2404cc26a4213..3a18460b215c6 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.3.8/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.3.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index b0496c1313d90..bbae877ff9ef4 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.4.0/Heroic_Setup_2.4.0.exe InstallerSha256: CE57361B23F95F81FC9E59191DA0ACC4EB171BCC09890112D6112AAD76B585EE ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 0fa898fe618e7..847653bb346c9 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.0 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,11 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.4.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 200fdddb28f7b..899f059a4e39e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 76f9a9d1d45a5..da9303ecb7686 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.4.2/Heroic-2.4.2-Setup.exe InstallerSha256: F2ED8CEA48AD9BD3B3D435A4A1F8B1CFBA2DDAAE0B0BAC5D662CB9CAA8A8A758 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 78cacba037da2..92b8af6af4708 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.2 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,11 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.4.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 42176951b7163..fba19cbab8852 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index d92103d29ff2d..42f2980839bce 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.4.3/Heroic-2.4.3-Setup.exe InstallerSha256: 804F4914954D2BF7D3D517A1AE699E70D775CC05CA63206ACC5E403F789E55B4 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 630c006fffc16..34a62804b4102 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.3 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0-only LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: 'Heroic is an Open Source Game Launcher for Linux, Windows (Beta) and MacOS (Limited to Windows games using Wine/Crossover). Right now it supports launching games from the Epic Games Store using Legendary, a CLI alternative to the Epic Games Launcher. Heroic is built with Web Technologies like: TypeScript, React, NodeJS and Electron.' @@ -23,11 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.4.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml index e7c0c21780ed6..91bcdb6c450a3 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.4.3/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 42007dc0d8405..f9ba7767e00e1 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.5.0 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.5.0/Heroic-2.5.0-Setup.exe InstallerSha256: B00703518EDDC06BB88CD0978D396CC5A03FEFCC2206D6F39694753D784CF9AA ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 4fe929484f0ee..a277ffac85f45 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.5.0 @@ -23,11 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.5.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 3cc93c7938683..9a5d599855b4c 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 355cd08be29a9..09aac4a11c125 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.5.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.5.2/Heroic-2.5.2-Setup.exe InstallerSha256: 1C8B4E8843796EF1E5FE9574A63E86CD45280737CC9F4ED23CD3D62BF86FEC13 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index efb7a43548d00..7c0a994ecbe68 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.5.2 @@ -23,11 +23,10 @@ Tags: - games-launcher - gaming - launcher -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.5.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index ff167768ee0ba..fdd1c60af451a 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.5.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index f40725e1b02c6..c649de371e9c2 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.7.1 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.7.1/Heroic-2.7.1-Setup-x64.exe InstallerSha256: 0A8D91CCBC351012B4A3B2F735CD6BBD5DAA9F9667CCC47B2EA0305C18F508CD ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 87fb5f944eaae..61ffa18b4904d 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.7.1 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -64,5 +66,8 @@ ReleaseNotes: |- - @JordanPlayz158 made their first contribution in #2614 - @kbdharun made their first contribution in #2596 ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.7.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 617d406f53a9f..6ee6d2d9c8394 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.7.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 45e361bfb5208..0234bf8cf8cc0 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.8.0 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.8.0/Heroic-2.8.0-Setup-x64.exe InstallerSha256: 572AACC96F7A9B61C07151473F392D9007CCF25ABF2AC3B8B42EDE2F01B8A387 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index 1a22526404219..594e84afb58cd 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.8.0 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -48,5 +50,8 @@ ReleaseNotes: |- - @av-dx made their first contribution in #2695 - @SabotageAndi made their first contribution in #2711 ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.8.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 7fd600e6121ee..aa3714afd964e 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.8.0/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 97f3a60fcb0d0..5105e2c33132a 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.9.1 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.9.1/Heroic-2.9.1-Setup-x64.exe InstallerSha256: 8A807134E00DB6401FED6065F10E33A307425C75D721E661E17969C76C0C2AED ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index df4b2cbc2f500..02712048a5eb4 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.9.1 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -47,5 +49,8 @@ ReleaseNotes: |- - Linux: Using the Steam Runtime inside Flatpak now works - macOS: Users will no longer get error messages when launching Epic Games Store games without having CrossOver installed ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.9.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 813e28112d13b..113447f76e5e4 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.1/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.9.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml index 98207d18aca93..a06f0ef540a0b 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.9.2 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.9.2/Heroic-2.9.2-Setup-x64.exe InstallerSha256: 45D599BE08FBBE2F18228F5AEC78B8C80681824EBD2539DC3F8A988EEBE3CAFA ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml index d9ad4a83b088c..9817537a23c2c 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.9.2 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: Heroic Games Launcher PublisherUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher PublisherSupportUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues +# PrivacyUrl: Author: Flavio F PackageName: Heroic PackageUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/COPYING ShortDescription: Heroic is an Open Source Game Launcher for Linux, Windows and MacOS. Description: |- @@ -77,5 +79,8 @@ ReleaseNotes: |- - @rdbrschf made their first contribution in #3017 - @mtkennerly made their first contribution in #2969 ReleaseNotesUrl: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.9.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml index 71fed039bd9a6..232d0f2b12343 100644 --- a/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml +++ b/manifests/h/HeroicGamesLauncher/HeroicGamesLauncher/2.9.2/HeroicGamesLauncher.HeroicGamesLauncher.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: HeroicGamesLauncher.HeroicGamesLauncher PackageVersion: 2.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.installer.yaml b/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.installer.yaml deleted file mode 100644 index 43a6fae18f84c..0000000000000 --- a/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: High-Logic.FontCreator -PackageVersion: 15.0.0.3014 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- designspace -- fcp -- glyphs -- otf -- ttc -- ttf -- ufo -- woff -- woff2 -Installers: -- Architecture: x86 - InstallerUrl: http://www.high-logic.com/FontCreatorSetup.exe - InstallerSha256: 27D3190EE94880B5AC9078308718BD99686FAA52829ACEA6130DF1AC09730C67 - ProductCode: FontCreator8_is1 -- Architecture: x64 - InstallerUrl: http://www.high-logic.com/FontCreatorSetup-x64.exe - InstallerSha256: 56A7EE55A9849BCF1E49843685B16181DA8B620CFCBDA5CB72AA7B6B7E408700 - ProductCode: FontCreator11-x64_is1 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.installer.yaml b/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.installer.yaml new file mode 100644 index 0000000000000..9ff7cc02a07cd --- /dev/null +++ b/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: High-Logic.FontCreator +PackageVersion: 15.0.0.3015 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- designspace +- fcp +- glyphs +- otf +- ttc +- ttf +- ufo +- woff +- woff2 +ReleaseDate: 2025-02-03 +Installers: +- Architecture: x86 + InstallerUrl: http://www.high-logic.com/FontCreatorSetup.exe + InstallerSha256: 935EF803768D3AE5BBA0D53337F43A1B68295972CE6C491A333FF08E1E197DFC + ProductCode: FontCreator8_is1 +- Architecture: x64 + InstallerUrl: http://www.high-logic.com/FontCreatorSetup-x64.exe + InstallerSha256: 19B6629518AB44071EEBDD6305950CA5C55851B6495CD8968C1B70A9ADB46284 + ProductCode: FontCreator11-x64_is1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.locale.en-US.yaml b/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.locale.en-US.yaml similarity index 79% rename from manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.locale.en-US.yaml rename to manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.locale.en-US.yaml index 13c7497a76c0c..c7b2d2f91389b 100644 --- a/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.locale.en-US.yaml +++ b/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: High-Logic.FontCreator -PackageVersion: 15.0.0.3014 +PackageVersion: 15.0.0.3015 PackageLocale: en-US Publisher: High-Logic B.V. PublisherUrl: https://www.high-logic.com/ @@ -17,6 +17,10 @@ Copyright: Copyright © 1997-2024 High-Logic B.V. ShortDescription: A popular, inspiring, and intuitive font editor built to help you create amazing new fonts and edit existing fonts. Tags: - font +ReleaseNotes: |- + - Improved localization + - Mac only: Added support for editing of multiple glyph names (free text and find and replace) + - Mac only: Added Insert By Unicode into Insert Glyphs window ReleaseNotesUrl: https://www.high-logic.com/font-editor/fontcreator/changelog PurchaseUrl: https://www.high-logic.com/buy-now/new-licenses ManifestType: defaultLocale diff --git a/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.locale.zh-CN.yaml b/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.locale.zh-CN.yaml similarity index 91% rename from manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.locale.zh-CN.yaml rename to manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.locale.zh-CN.yaml index 37af79694b5af..39a384cae5963 100644 --- a/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.locale.zh-CN.yaml +++ b/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.locale.zh-CN.yaml @@ -1,14 +1,14 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: High-Logic.FontCreator -PackageVersion: 15.0.0.3014 -PackageLocale: zh-CN -Publisher: High-Logic B.V. -PackageName: High-Logic FontCreator -License: 专有软件 -ShortDescription: 一款流行、启发性、直观的字体编辑器,帮助您打造令人惊叹的新字体和编辑现有字体。 -Tags: -- 字体 -ManifestType: locale -ManifestVersion: 1.9.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: High-Logic.FontCreator +PackageVersion: 15.0.0.3015 +PackageLocale: zh-CN +Publisher: High-Logic B.V. +PackageName: High-Logic FontCreator +License: 专有软件 +ShortDescription: 一款流行、启发性、直观的字体编辑器,帮助您打造令人惊叹的新字体和编辑现有字体。 +Tags: +- 字体 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.yaml b/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.yaml similarity index 87% rename from manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.yaml rename to manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.yaml index 5f7a1b95ac2e3..a540b71979d4d 100644 --- a/manifests/h/High-Logic/FontCreator/15.0.0.3014/High-Logic.FontCreator.yaml +++ b/manifests/h/High-Logic/FontCreator/15.0.0.3015/High-Logic.FontCreator.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: High-Logic.FontCreator -PackageVersion: 15.0.0.3014 +PackageVersion: 15.0.0.3015 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index 7cc109bcb6656..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.28 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2022-02-15 -Installers: -- Architecture: x86 - InstallerUrl: https://dljisutodocom.oss-cn-beijing.aliyuncs.com/jisutodo_setup_1.0.2.28.exe - InstallerSha256: 9946FA11EFF0B8AA759BB02F246821C2D68EFA62285D11993A395D753519386B - ProductCode: 极速玩转 2021 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index 47b7dd6e6c83a..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.28 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2022 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index 20a34ed3a499b..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.28 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2022 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.yaml deleted file mode 100644 index 6f7f3bf41f2b0..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.28/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.28 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index fc099f03ae1a8..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.29 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2022-04-10 -Installers: -- Architecture: x86 - InstallerUrl: https://dljisutodocom.oss-cn-beijing.aliyuncs.com/jisutodo_setup_1.0.2.29.exe - InstallerSha256: 3510A97A26940B31C422D7A79CFF2F1FDA7CF660AE943E2EEB81B0224C78C24C - ProductCode: 极速玩转 2021 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index 677d52748e60a..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.29 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2022 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index 7bb9b7ab88fac..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.29 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2022 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.yaml deleted file mode 100644 index e5c3996953378..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.29/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.29 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index 77c8550a30623..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.30 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2022-05-12 -Installers: -- Architecture: x86 - InstallerUrl: https://dljisutodocom.oss-cn-beijing.aliyuncs.com/jisutodo_setup_1.0.2.30.exe - InstallerSha256: 3D0A21843AA9A5DD73E7B2C52C4CF388BF22D262A4AF75D911DCD94D024D9AB5 - ProductCode: 极速玩转 2021 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index fed7aa4ece2ea..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.30 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2022 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index b294f112d09a6..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.30 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2022 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: locale -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.yaml deleted file mode 100644 index 53377831cf06c..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.30/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.30 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index bd7685e7596d8..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.32 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2022-09-01 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.jisutodo.com/jisutodo_setup_1.0.2.32.exe - InstallerSha256: 5AD13D62B1AC6BA54D8DE485335512DB46ED4000C17A5F5A0A0F29BD9F97895A - ProductCode: 极速玩转 2021 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index b3863ad67429f..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.32 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2022 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index d327eb0e09e5d..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.32 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2022 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.yaml deleted file mode 100644 index 6b60c85b0f519..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.32/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.32 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index 1abe0a3be1715..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.3 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.35 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2023-03-07 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.jisutodo.com/jisutodo_setup_1.0.2.35.exe - InstallerSha256: 21BFF2644956BFB96ED6761538B9D05DDABE125A15CB824300164AEAB8B83533 - ProductCode: 极速玩转 2021 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index 8acb690a1bfda..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.3 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.35 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index 9c9fdcaf30e8b..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.3 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.35 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.yaml deleted file mode 100644 index 99e29829ecb67..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.35/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.3 $debug=QUSU.CRLF.7-3-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.35 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index 67cdfec36aa44..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.36 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2023-04-06 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.jisutodo.com/jisutodo_setup_1.0.2.36.exe - InstallerSha256: F9A6929629947CB68B74B0D1E7C3590BDD259C73F71171A6625166736A43D7A0 - ProductCode: 极速玩转 2021 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index 2c634c889f375..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.36 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index 0b3f83f04c5e6..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.36 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.yaml deleted file mode 100644 index ce4e71c47faf7..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.36/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.36 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index b04fbdb82a1c4..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.37 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2023-07-27 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.jisutodo.com/jisutodo_setup_1.0.2.37.exe - InstallerSha256: 5A0AB0CD74D209E6574545896A7D4E24BF613A4F874EC2CDBBC95F602A3CEDE4 - ProductCode: 极速玩转 2023 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index baf4f2f03a1cf..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.37 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index 02f655fcdae17..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.37 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.4.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.yaml deleted file mode 100644 index 67b45da1651e4..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.37/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.37 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index 767bef09e3777..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.38 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2023-08-30 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.jisutodo.com/jisutodo_setup_1.0.2.38.exe - InstallerSha256: 2F46B35760543353ACAE850A0B4EBDC0A187835CBDB692EF7A40E35A1B2EB449 - ProductCode: 极速玩转 2023 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index cecdd8499d5a1..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.38 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index e114dcece1e33..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.38 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.yaml deleted file mode 100644 index b34691d2b761f..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/1.0.2.38/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 1.0.2.38 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.installer.yaml b/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.installer.yaml deleted file mode 100644 index f2aeb4684269c..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 2.0.0.1 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2023-10-18 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.jisutodo.com/jisutodo_setup_2.0.0.1.exe - InstallerSha256: 3532494B6254A70F2E481D243FDE897041A29BDF4C460F07EAE694F840F2BB2D - ProductCode: 极速玩转 2023 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.locale.en-US.yaml b/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.locale.en-US.yaml deleted file mode 100644 index 34a657f5bb8a1..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 2.0.0.1 -PackageLocale: en-US -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: Beijing Hitencent Technology Co. Ltd. -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: Simple, fast and perfect document conversion platform -Description: JisuTodo is a simple, fast and perfect document conversion platform that supports interconversion of 15 formats such as PDF, Word, Excel, PPT, JPG, etc.; provides PDF encryption, PDF decryption, PDF merging, PDF splitting and other services; provides batch online conversion with high accuracy and good typesetting; offers high-quality VIP service to quickly solve the problems users encounter while using this software; equipped with simple and easy-to-use interface for convenient operation and high efficiency. -# Moniker: -Tags: -- convert -- converter -- docs -- document -- format -- image -- pdf -- picture -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.locale.zh-CN.yaml b/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.locale.zh-CN.yaml deleted file mode 100644 index 06d36a2b9df21..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 2.0.0.1 -PackageLocale: zh-CN -Publisher: 北京海腾时代科技有限公司 -PublisherUrl: https://jisutodo.com/ -# PublisherSupportUrl: -PrivacyUrl: https://pc.jisutodo.com/service.html -Author: 北京海腾时代科技有限公司 -PackageName: 极速玩转 -PackageUrl: https://pc.jisutodo.com/ -License: 专有软件 -# LicenseUrl: -Copyright: Copyright (C) 2023 jisutodo.com All Rights Reserved. -# CopyrightUrl: -ShortDescription: 简单、快速、完美的文档转换平台 -Description: 极速玩转是一个简单、快速、完美的文档转换平台。支持 PDF、Word、Excel、PPT、JPG 等 15 种格式的互转;提供 PDF 加密、PDF 解密、PDF 合并、PDF 拆分等功能;支持一键批量上传完美转换,转换准确率高,排版好;提供优质的 VIP 服务,快速解决大家在使用过程中遇到的任何问题;界面简洁大方,操作简单,省时省力,是您的办公效率首选。 -# Moniker: -Tags: -- pdf -- 图像 -- 图片 -- 文档 -- 格式 -- 转换 -- 转换器 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.5.0 diff --git a/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.yaml b/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.yaml deleted file mode 100644 index 90ccde24f479c..0000000000000 --- a/manifests/h/Hitencent/JisuTodo/2.0.0.1/Hitencent.JisuTodo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-8.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Hitencent.JisuTodo -PackageVersion: 2.0.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..56ab868b4ba8c --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.143.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hugo.exe + PortableCommandAlias: hugo +ReleaseDate: 2025-02-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.143.0/hugo_0.143.0_windows-amd64.zip + InstallerSha256: FB37BE53C7EEA4CB99F6086548EF93D97A19073CD7B6F8599CC9B282A9CDE991 +- Architecture: arm64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.143.0/hugo_0.143.0_windows-arm64.zip + InstallerSha256: 8671F1AC55D5FC56309EC341CB94F42D61E69C40462236222FC655B484A19629 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..d99f5634c0ccd --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.143.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + This is mostly a bug fix release, ironing out some quirks with the partial server rebuilds etc., but notable is also the new responseHeaders option on resources.GetRemote that allows you to extract headers from the server’s response. + Bug fixes + - Fix some server/watch rebuild issues db28695ff @bep #13316 + - Fix "concurrent map iteration and map write" in pages from data 329b2342f @bep #13254 + - Fix TailwindCSS related server rebuild issue 6c68142cc @bep #13316 + - Fix some server rebuild issues for non-HTML custom output formats cd7dc7a37 @bep #13014 + - Fix cascade with overlapping sections bb7b3d3cd @bep #12465 + - markup/goldmark: Fix typo in func comment f704d7569 @chalin + Improvements + - Don't re-render aliases on server rebuilds 778f0d900 @bep + - tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode 13b208e2f @alex-shpak + - resources: Remove debug statement 33b46d8a4 @jmooring #13320 + - markup/goldmark: Trim space from blockquote render hook text e08d9af21 @jmooring #13302 + - parser/pageparser: Don't allow parameters after closing tag in shortcodes c939c33fd @guilhas07 + - tpl/tplimpl: Improve shortcode test coverage 873a5cda1 @jmooring + - tpl/tplimpl: Deprecate gist shortcode f42a4b6af @jmooring #13211 + - resources: Remove conditional used for debugging a5637831c @bep + - resources: Add responseHeaders option to resources.GetRemote 68586c891 @bep #12521 + - tpl/tplimpl: Skip TestTemplateFuncsExamples on s390x 51bb2feda @bep #13204 + - Make cascade front matter order deterministic 7f0f50b13 @bep #12594 + - tpl/tplimpl: Deprecate comment shortcode 77a8e347b @jmooring +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.143.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bc0e40014145e --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.143.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.143.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..70e149f29cc40 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.143.0/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.143.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..d81aea25717c0 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.143.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hugo.exe + PortableCommandAlias: hugo +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.143.1/hugo_0.143.1_windows-amd64.zip + InstallerSha256: 816A3644C911ECBA888215740B6E1F1EC3B18C42B0A3FFF6B92ED255BEFCBF1D +- Architecture: arm64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.143.1/hugo_0.143.1_windows-arm64.zip + InstallerSha256: 5B75C7D99414839E75270DDFC22C8DE80C791123DB23C0EBB1951E1FD8DD0EF8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..fa6c5a5ed0ac7 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.143.1 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - Fix RSS with baseURL with sub dir when render hooks is enabled 760c13a7a @bep #13332 + - mage: Simplify magefile 3bd73d262 @alexandear + - common/hugo: Adjust deprecation timing and message 7104de83c @jmooring #13333 + - Re-introduce the LRU-evicted identities in change set calculation 835579b33 @bep +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.143.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c7d645fdf1abe --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.143.1 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.143.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..78f79397c965d --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.143.1/Hugo.Hugo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.143.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..a1bde5072abe8 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.143.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hugo.exe + PortableCommandAlias: hugo +ReleaseDate: 2025-02-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.143.0/hugo_extended_0.143.0_windows-amd64.zip + InstallerSha256: CAB7EA380441BCFFBD72B957C3EE4EC9CC6FD731F73F06823A70CF78504F1BAD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..e882a38f1ddaf --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.143.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + This is mostly a bug fix release, ironing out some quirks with the partial server rebuilds etc., but notable is also the new responseHeaders option on resources.GetRemote that allows you to extract headers from the server’s response. + Bug fixes + - Fix some server/watch rebuild issues db28695ff @bep #13316 + - Fix "concurrent map iteration and map write" in pages from data 329b2342f @bep #13254 + - Fix TailwindCSS related server rebuild issue 6c68142cc @bep #13316 + - Fix some server rebuild issues for non-HTML custom output formats cd7dc7a37 @bep #13014 + - Fix cascade with overlapping sections bb7b3d3cd @bep #12465 + - markup/goldmark: Fix typo in func comment f704d7569 @chalin + Improvements + - Don't re-render aliases on server rebuilds 778f0d900 @bep + - tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode 13b208e2f @alex-shpak + - resources: Remove debug statement 33b46d8a4 @jmooring #13320 + - markup/goldmark: Trim space from blockquote render hook text e08d9af21 @jmooring #13302 + - parser/pageparser: Don't allow parameters after closing tag in shortcodes c939c33fd @guilhas07 + - tpl/tplimpl: Improve shortcode test coverage 873a5cda1 @jmooring + - tpl/tplimpl: Deprecate gist shortcode f42a4b6af @jmooring #13211 + - resources: Remove conditional used for debugging a5637831c @bep + - resources: Add responseHeaders option to resources.GetRemote 68586c891 @bep #12521 + - tpl/tplimpl: Skip TestTemplateFuncsExamples on s390x 51bb2feda @bep #13204 + - Make cascade front matter order deterministic 7f0f50b13 @bep #12594 + - tpl/tplimpl: Deprecate comment shortcode 77a8e347b @jmooring +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.143.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1b26f55933705 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.143.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.143.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..433d99ee8856f --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.143.0/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.143.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..718ca87977b08 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.143.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hugo.exe + PortableCommandAlias: hugo +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.143.1/hugo_extended_0.143.1_windows-amd64.zip + InstallerSha256: 69FA42DBE913920832DEEF7FDDB347DBDF621B68CA7388797E992CC1BFBBBB3B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..bf033ff78b684 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.143.1 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + What's Changed + - Fix RSS with baseURL with sub dir when render hooks is enabled 760c13a7a @bep #13332 + - mage: Simplify magefile 3bd73d262 @alexandear + - common/hugo: Adjust deprecation timing and message 7104de83c @jmooring #13333 + - Re-introduce the LRU-evicted identities in change set calculation 835579b33 @bep +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.143.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..def625be56ceb --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.143.1 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2024 The Hugo Authors. +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.143.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..55db15cc95f93 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.143.1/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.143.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.installer.yaml b/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.installer.yaml deleted file mode 100644 index 62bcb80652631..0000000000000 --- a/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2024/Aug/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: HybridSaaS.HybridSaaS -PackageVersion: 24.8.36242 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Installers: -- Architecture: x64 - InstallerUrl: https://downloadsite.blob.core.windows.net/hybrid-saas-multi-browser/windows-latest.exe - InstallerSha256: 893927A558AADB5853BEC1124A8C80F2D13EF480EBC314B3F4BBB2DE3C2E227B -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.yaml b/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.yaml deleted file mode 100644 index c557c8701cf73..0000000000000 --- a/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Aug/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: HybridSaaS.HybridSaaS -PackageVersion: 24.8.36242 -DefaultLocale: nl-NL -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.installer.yaml b/manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.installer.yaml new file mode 100644 index 0000000000000..21493fcb6035d --- /dev/null +++ b/manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.installer.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: HybridSaaS.HybridSaaS +PackageVersion: 25.2.38850 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://downloadsite.blob.core.windows.net/hybrid-saas-multi-browser/windows-latest.exe + InstallerSha256: 4560A31FC800CD5F9C025A959061351D445B20BBF1A2A9B65BE7EC461FC4BBCD +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.locale.nl-NL.yaml b/manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.locale.nl-NL.yaml similarity index 85% rename from manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.locale.nl-NL.yaml rename to manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.locale.nl-NL.yaml index ffe27902cf672..74b3ba1e72214 100644 --- a/manifests/h/HybridSaaS/HybridSaaS/24.8.36242/HybridSaaS.HybridSaaS.locale.nl-NL.yaml +++ b/manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.locale.nl-NL.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Aug/02 +# Automatically updated by the winget bot at 2025/Feb/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: HybridSaaS.HybridSaaS -PackageVersion: 24.8.36242 +PackageVersion: 25.2.38850 PackageLocale: nl-NL Publisher: Hybrid SaaS PackageName: hybrid-saas diff --git a/manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.yaml b/manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.yaml new file mode 100644 index 0000000000000..c87a133e0b18f --- /dev/null +++ b/manifests/h/HybridSaaS/HybridSaaS/25.2.38850/HybridSaaS.HybridSaaS.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: HybridSaaS.HybridSaaS +PackageVersion: 25.2.38850 +DefaultLocale: nl-NL +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.installer.yaml new file mode 100644 index 0000000000000..728cbd51ca51b --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v607a +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Hydrus Network_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hydrusnetwork/hydrus/releases/download/v607a/Hydrus.Network.607a.-.Windows.-.Installer.exe + InstallerSha256: AFFADE53E5845D52CB327A36DBAB4A49B7A90033C725AA8E8C71124B2B8987B5 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-29 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.locale.en-US.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.locale.en-US.yaml new file mode 100644 index 0000000000000..fcdb8d1403902 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v607a +PackageLocale: en-US +Publisher: Hydrus Network +PublisherUrl: https://github.com/hydrusnetwork/hydrus +PublisherSupportUrl: https://github.com/hydrusnetwork/hydrus/issues +PrivacyUrl: https://hydrusnetwork.github.io/hydrus/privacy.html +Author: Hydrus Network +PackageName: Hydrus Network +PackageUrl: https://github.com/hydrusnetwork/hydrus +License: WTFPL +LicenseUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +Copyright: Copyright (C) 2010 by Kris Craig +CopyrightUrl: https://github.com/hydrusnetwork/hydrus/blob/master/license.txt +ShortDescription: A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers. +Description: |- + The hydrus network client is an application written for Anon and other internet-fluent media nerds who have large image/swf/webm collections. + It browses with tags instead of folders, a little like a booru on your desktop. Advanced users can share tags and files anonymously through custom servers that any user may run. + Everything is free and privacy is the first concern. Executable releases are available for Windows, Linux, and macOS. + The program is in python, so you can also run it straight from the source code. +Moniker: hydrus-network +Tags: +- booru +- cross-platform +- image-database +ReleaseNotesUrl: https://github.com/hydrusnetwork/hydrus/releases/tag/v607a +PurchaseUrl: https://hydrusnetwork.github.io/hydrus/support.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://hydrusnetwork.github.io/hydrus/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.yaml new file mode 100644 index 0000000000000..6fb61ff69be84 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v607a/HydrusNetwork.HydrusNetwork.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: HydrusNetwork.HydrusNetwork +PackageVersion: v607a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/hatoo/oha/1.7.0/hatoo.oha.installer.yaml b/manifests/h/hatoo/oha/1.7.0/hatoo.oha.installer.yaml new file mode 100644 index 0000000000000..4e74e56d13c65 --- /dev/null +++ b/manifests/h/hatoo/oha/1.7.0/hatoo.oha.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: hatoo.oha +PackageVersion: 1.7.0 +InstallerType: portable +Commands: +- oha +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-02-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hatoo/oha/releases/download/v1.7.0/oha-windows-amd64.exe + InstallerSha256: 8CDAAE5F8E10D6489C8CD8019B8EE60DF932FEEA01C6C987A1457952C121D2A6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/hatoo/oha/1.7.0/hatoo.oha.locale.en-US.yaml b/manifests/h/hatoo/oha/1.7.0/hatoo.oha.locale.en-US.yaml new file mode 100644 index 0000000000000..2ef8d97fcb345 --- /dev/null +++ b/manifests/h/hatoo/oha/1.7.0/hatoo.oha.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: hatoo.oha +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: hatoo +PublisherUrl: https://github.com/hatoo +PublisherSupportUrl: https://github.com/hatoo/oha/issues +PackageName: oha +PackageUrl: https://github.com/hatoo/oha +License: MIT +LicenseUrl: https://github.com/hatoo/oha/blob/master/LICENSE +Copyright: Copyright (c) 2024 hatoo +ShortDescription: HTTP load generator, inspired by rakyll/hey with tui animation +Description: oha is a tiny program that sends some load to a web application and show realtime tui inspired by rakyll/hey. This program is written in Rust and powered by tokio and beautiful tui by ratatui. +ReleaseNotes: |- + What's Changed + - chore(deps): chore(deps): bump cc crate to 1.2.9 by @chenrui333 in https://github.com/hatoo/oha/pull/662 + - chore(dependabot): automate github-actions deps by @chenrui333 in https://github.com/hatoo/oha/pull/663 + - Bump houseabsolute/actions-rust-cross from 0 to 1 by @dependabot in https://github.com/hatoo/oha/pull/664 + - Bump oven-sh/setup-bun from 1 to 2 by @dependabot in https://github.com/hatoo/oha/pull/665 + - Impl support for calling AWS APIs with sigv4 by @richarddd in https://github.com/hatoo/oha/pull/666 + - Improve readme for recent added AWS SigV4 auth option by @phylsix in https://github.com/hatoo/oha/pull/668 + - support -o by @hatoo in https://github.com/hatoo/oha/pull/669 + - Test build on CI by @hatoo in https://github.com/hatoo/oha/pull/673 + - use 64kb page size for jemalloc in aarch64 build by @hatoo in https://github.com/hatoo/oha/pull/675 + - fix: improve error handling for URLs without scheme by @grainme in https://github.com/hatoo/oha/pull/674 + - Fix #675 by @hatoo in https://github.com/hatoo/oha/pull/679 + - Remove workaround for release ci by @hatoo in https://github.com/hatoo/oha/pull/680 + - Update deps by @hatoo in https://github.com/hatoo/oha/pull/681 + - bump pgo server by @hatoo in https://github.com/hatoo/oha/pull/682 + New Contributors + - @chenrui333 made their first contribution in https://github.com/hatoo/oha/pull/662 + - @richarddd made their first contribution in https://github.com/hatoo/oha/pull/666 + - @phylsix made their first contribution in https://github.com/hatoo/oha/pull/668 + - @grainme made their first contribution in https://github.com/hatoo/oha/pull/674 + Full Changelog: https://github.com/hatoo/oha/compare/v1.6.0...v1.7.0 +ReleaseNotesUrl: https://github.com/hatoo/oha/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/hatoo/oha/1.7.0/hatoo.oha.locale.zh-CN.yaml b/manifests/h/hatoo/oha/1.7.0/hatoo.oha.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3f1ab45ea2f5b --- /dev/null +++ b/manifests/h/hatoo/oha/1.7.0/hatoo.oha.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: hatoo.oha +PackageVersion: 1.7.0 +PackageLocale: zh-CN +Publisher: hatoo +PublisherUrl: https://github.com/hatoo +PublisherSupportUrl: https://github.com/hatoo/oha/issues +PackageName: oha +PackageUrl: https://github.com/hatoo/oha +License: MIT +LicenseUrl: https://github.com/hatoo/oha/blob/master/LICENSE +Copyright: Copyright (c) 2024 hatoo +ShortDescription: HTTP 负载生成器,灵感来源于带有 tui 动画的 rakyll/hey +Description: oha 是一个向网络应用程序发送负载并实时显示 tui 的小程序,其灵感来自 rakyll/hey。该程序使用 Rust 编写,基于 tokio 和 ratatui 生成的精美 tui。 +ReleaseNotesUrl: https://github.com/hatoo/oha/releases/tag/v1.7.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/h/hatoo/oha/1.7.0/hatoo.oha.yaml b/manifests/h/hatoo/oha/1.7.0/hatoo.oha.yaml new file mode 100644 index 0000000000000..1e09ca34f1e5a --- /dev/null +++ b/manifests/h/hatoo/oha/1.7.0/hatoo.oha.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: hatoo.oha +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..b400c6ad608c3 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.1.0-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{75A69B64-A0BB-4322-AC6F-7980C2C2A377}' +ReleaseDate: 2025-01-31 +AppsAndFeaturesEntries: +- DisplayVersion: 25.1.0.0 + ProductCode: '{75A69B64-A0BB-4322-AC6F-7980C2C2A377}' + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Hoppscotch' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v25.1.0-0/Hoppscotch_win_x64.msi + InstallerSha256: C52F80D86A2DDC351D1C395685BF8112A7551F793D18D2F5C23C249DDE515F2F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..7a1771f4c062b --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.1.0-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PublisherSupportUrl: https://github.com/hoppscotch/releases/issues +PackageName: Hoppscotch +PackageUrl: https://github.com/hoppscotch/releases +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotes: 'chore: bump desktop to v25.1.0-0' +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v25.1.0-0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..cd70ee652f826 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.1.0-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.1.0-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..11eeb57a0f6ad --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.1.1-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{68C6D2BD-D6A2-4096-BB5B-332D17F12E22}' +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayVersion: 25.1.1.0 + ProductCode: '{68C6D2BD-D6A2-4096-BB5B-332D17F12E22}' + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Hoppscotch' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v25.1.1-0/Hoppscotch_win_x64.msi + InstallerSha256: 6952EFFD9C7CFE3C4489C515B46EC774D19B8183FFD36781AB07D6BCFDABF00A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..059b3b4ade3a0 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.1.1-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PublisherSupportUrl: https://github.com/hoppscotch/releases/issues +PackageName: Hoppscotch +PackageUrl: https://github.com/hoppscotch/releases +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotes: 'chore: bump desktop to v25.1.1-0' +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v25.1.1-0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..d288dc5bd8bca --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.1.1-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.1.1-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.installer.yaml b/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.installer.yaml new file mode 100644 index 0000000000000..0c06c1ef265d4 --- /dev/null +++ b/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IDRIX.VeraCrypt +PackageVersion: 1.26.20 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /qn ACCEPTLICENSE=YES + SilentWithProgress: /qb ACCEPTLICENSE=YES + Custom: /norestart +ProductCode: '{206DCF7E-CA28-421D-B5DE-0AD30E1132CD}' +ReleaseDate: 2025-02-05 +AppsAndFeaturesEntries: +- DisplayName: VeraCrypt 1.26.20 + ProductCode: '{206DCF7E-CA28-421D-B5DE-0AD30E1132CD}' + UpgradeCode: '{298F5D2B-3B01-4A13-BEFD-4B3C7BE43BC6}' +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\VeraCrypt' +Installers: +- Architecture: x64 + InstallerUrl: https://launchpad.net/veracrypt/trunk/1.26.20/+download/VeraCrypt_Setup_x64_1.26.20.msi + InstallerSha256: 8CC1F95666FCBAB6016C18C36F1E6273308EDFCEEDC535035DA911EC090C2236 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.locale.en-US.yaml b/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.locale.en-US.yaml new file mode 100644 index 0000000000000..d3ed3e6d9ace7 --- /dev/null +++ b/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: IDRIX.VeraCrypt +PackageVersion: 1.26.20 +PackageLocale: en-US +Publisher: IDRIX +PublisherUrl: https://www.idrix.fr/ +PublisherSupportUrl: https://github.com/veracrypt/VeraCrypt/issues +Author: Mounir IDRASSI +PackageName: VeraCrypt +PackageUrl: https://veracrypt.fr/ +License: Apache 2.0 +LicenseUrl: https://veracrypt.fr/en/VeraCrypt%20License.html +Copyright: Copyright © 2013-2023 IDRIX. All rights reserved. +CopyrightUrl: https://veracrypt.fr/en/Legal%20Information.html +ShortDescription: VeraCrypt is a free open source disk encryption software for Windows, Mac OSX and Linux. +Description: |- + VeraCrypt is a software for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data is automatically + encrypted right before it is saved and decrypted right after it is loaded, without any user intervention. No data stored on an encrypted volume can be read (decrypted) + without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g., file names, folder names, contents of every file, + free space, meta data, etc). Files can be copied to and from a mounted VeraCrypt volume just like they are copied to/from any normal disk (for example, by simple + drag-and-drop operations). Files are automatically being decrypted on the fly (in memory/RAM) while they are being read or copied from an encrypted VeraCrypt volume. + Similarly, files that are being written or copied to the VeraCrypt volume are automatically being encrypted on the fly (right before they are written to the disk) in RAM. + Note that this does not mean that the whole file that is to be encrypted/decrypted must be stored in RAM before it can be encrypted/decrypted. There are no extra memory + (RAM) requirements for VeraCrypt. +Moniker: veracrypt +Tags: +- decryption +- encryption +- hdd +- privacy +- security +- ssd +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://veracrypt.fr/en/VeraCrypt%20License.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.yaml b/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.yaml new file mode 100644 index 0000000000000..ad146e6cb1297 --- /dev/null +++ b/manifests/i/IDRIX/VeraCrypt/1.26.20/IDRIX.VeraCrypt.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: IDRIX.VeraCrypt +PackageVersion: 1.26.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.installer.yaml b/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.installer.yaml new file mode 100644 index 0000000000000..a1631df661771 --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.installer.yaml @@ -0,0 +1,18 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 1.2025.02.04 +InstallerType: nullsoft +FileExtensions: +- ScanTailor +ReleaseDate: 2025-02-04 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/1.2025.02.04/scantailor-experimental-1.2025.02.04-X86-32-install.exe + InstallerSha256: 6c9d703d5ffe4e497917381046d7b5b51e56d7582fb0c2402cbb6d817efefe24 +- Architecture: x64 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/1.2025.02.04/scantailor-experimental-1.2025.02.04-X86-64-install.exe + InstallerSha256: 25ef949a75efbc40eb10c9c2704e33387001eb505d928792ccc0dd9e09c70538 +- Architecture: arm64 + InstallerUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/download/1.2025.02.04/scantailor-experimental-1.2025.02.04-ARM64-Qt6-install.exe + InstallerSha256: 9e9f1dc0d53e7349f74067d19a8466b1209289cc77751aadbcdbce2a2815f71e +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.locale.en-US.yaml b/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.locale.en-US.yaml new file mode 100644 index 0000000000000..2e6c7ebbf6b06 --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.locale.en-US.yaml @@ -0,0 +1,29 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 1.2025.02.04 +PackageLocale: en-US +Publisher: IPEP +PublisherUrl: https://github.com/ImageProcessing-ElectronicPublications +PackageName: Scantailor-Experimental +License: GPL-3.0 +LicenseUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/blob/HEAD/LICENSE +ShortDescription: Scan Tailor Experimental is an interactive post-processing tool for scanned pages. +Tags: +- despeckle +- ebook +- image +- integral-image +- kmeans +- scanning +- scantailor +- segmentation +- threshold +ReleaseNotes: |- + bw + - threshold: add `BMTiled` (`BiModal Tiled`, like `Otsu Tiled`) + - threshold: `BiModal`: fix zero approximation + - threshold: uniq functions, remove duplicate code + - replace `libpng` to `fastimage` by @plzombie + - filters: add `Comix` +ReleaseNotesUrl: https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/releases/tag/1.2025.02.04 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.yaml b/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.yaml new file mode 100644 index 0000000000000..501fe9907069f --- /dev/null +++ b/manifests/i/IPEP/Scantailor-Experimental/1.2025.02.04/IPEP.Scantailor-Experimental.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: IPEP.Scantailor-Experimental +PackageVersion: 1.2025.02.04 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.installer.yaml b/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.installer.yaml new file mode 100644 index 0000000000000..71a621177e8cf --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.41.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- dweb +- ipfs +- ipns +ProductCode: 033dffdc-028b-55d6-9442-9e386fe5b76e +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.0/IPFS-Desktop-Setup-0.41.0.exe + InstallerSha256: EC0FBFB62F593D56337044C7C5BF657BAC3654241E8FAD7540A8A50B010E2569 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.0/IPFS-Desktop-Setup-0.41.0.exe + InstallerSha256: EC0FBFB62F593D56337044C7C5BF657BAC3654241E8FAD7540A8A50B010E2569 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.locale.en-US.yaml b/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..745256e6eb339 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.41.0 +PackageLocale: en-US +Publisher: Protocol Labs, Inc. +PublisherUrl: https://protocol.ai/ +PublisherSupportUrl: https://ipfs.tech/help +PrivacyUrl: https://protocol.ai/legal/#privacy-policy +Author: Protocol Labs, Inc. +PackageName: IPFS Desktop +PackageUrl: https://github.com/ipfs/ipfs-desktop +License: MIT +LicenseUrl: https://github.com/ipfs/ipfs-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 Protocol Labs, Inc. +ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. +Description: |- + IPFS Desktop gives you all the power of IPFS in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer. + Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster. +Moniker: ipfs-desktop +Tags: +- dweb +- ipfs +- p2p +- peer-to-peer +- protocol +ReleaseNotes: |- + This release introduces AutoTLS for Secure WebSockets with libp2p.direct public good service run by by the Shipyard team, enabling browser clients to securely retrieve data directly from IPFS Desktop providers. + No user action required: If your node is reachable without relays, a TLS certificate will be issued within 5-15 minutes, and a /dns../tls/ws address will be announced automatically. + Learn more: blog: AutoTLS with libp2p.direct, docs: Kubo AutoTLS config + What's Changed + - feat: Kubo v0.33.0 with AutoTLS enabled by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2917 + - feat: electron 34 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2916 + - fix: ipfs-webui v4.4.1 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2898 + - fix(ci): ubuntu e2e tests by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2915 + Full Changelog: https://github.com/ipfs/ipfs-desktop/compare/v0.40.0...v0.41.0 + This release was brought to you by the Shipyard team. +ReleaseNotesUrl: https://github.com/ipfs/ipfs-desktop/releases/tag/v0.41.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml b/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..175112cc70080 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.41.0 +PackageLocale: zh-CN +Publisher: Protocol Labs, Inc. +PublisherUrl: https://protocol.ai/ +PublisherSupportUrl: https://ipfs.tech/help +PrivacyUrl: https://protocol.ai/legal/#privacy-policy +Author: Protocol Labs, Inc. +PackageName: IPFS Desktop +PackageUrl: https://github.com/ipfs/ipfs-desktop +License: MIT +LicenseUrl: https://github.com/ipfs/ipfs-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 Protocol Labs, Inc. +ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. +Description: |- + IPFS Desktop 在易用的桌面应用程序中为您提供 IPFS 的所有功能:一个完整的 IPFS 节点,加上方便的操作系统菜单/任务栏快捷方式,以及一体化的文件管理器、peer 地图和内容资源管理器。 + 使用 IPFS Desktop,无需接触终端即可熟悉 IPFS,如果您富有经验,也可以使用功能强大的菜单栏/任务栏快捷方式和命令行,让你的 IPFS 工作流程更快。 +Tags: +- dweb +- ipfs +- 协议 +- 点对点 +ReleaseNotesUrl: https://github.com/ipfs/ipfs-desktop/releases/tag/v0.41.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.yaml b/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.yaml new file mode 100644 index 0000000000000..dd07706e4e70d --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.41.0/IPFS.IPFS-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.41.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.installer.yaml b/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.installer.yaml new file mode 100644 index 0000000000000..6677b343784ae --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.41.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- dweb +- ipfs +- ipns +ProductCode: 033dffdc-028b-55d6-9442-9e386fe5b76e +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.1/IPFS-Desktop-Setup-0.41.1.exe + InstallerSha256: A270C72556CA81964D8E67641E979DCCE5B617F8CF83152471E5E8FF3BD15D02 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.1/IPFS-Desktop-Setup-0.41.1.exe + InstallerSha256: A270C72556CA81964D8E67641E979DCCE5B617F8CF83152471E5E8FF3BD15D02 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.locale.en-US.yaml b/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..7c55b5a3250fc --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.41.1 +PackageLocale: en-US +Publisher: Protocol Labs, Inc. +PublisherUrl: https://protocol.ai/ +PublisherSupportUrl: https://ipfs.tech/help +PrivacyUrl: https://protocol.ai/legal/#privacy-policy +Author: Protocol Labs, Inc. +PackageName: IPFS Desktop +PackageUrl: https://github.com/ipfs/ipfs-desktop +License: MIT +LicenseUrl: https://github.com/ipfs/ipfs-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 Protocol Labs, Inc. +ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. +Description: |- + IPFS Desktop gives you all the power of IPFS in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer. + Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster. +Moniker: ipfs-desktop +Tags: +- dweb +- ipfs +- p2p +- peer-to-peer +- protocol +ReleaseNotes: |- + What's Changed + - fix: kubo v0.33.1 and electron update by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2921 + - fix: ipfs-webui v4.4.2 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2918 + - chore(deps): bump dsaltares/fetch-gh-release-asset from 1.1.1 to 1.1.2 by @dependabot in https://github.com/ipfs/ipfs-desktop/pull/2798 + + Full Changelog: https://github.com/ipfs/ipfs-desktop/compare/v0.41.0...v0.41.1 + This release was brought to you by the Shipyard team. +ReleaseNotesUrl: https://github.com/ipfs/ipfs-desktop/releases/tag/v0.41.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.locale.zh-CN.yaml b/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4e299fcdb3e3b --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.41.1 +PackageLocale: zh-CN +Publisher: Protocol Labs, Inc. +PublisherUrl: https://protocol.ai/ +PublisherSupportUrl: https://ipfs.tech/help +PrivacyUrl: https://protocol.ai/legal/#privacy-policy +Author: Protocol Labs, Inc. +PackageName: IPFS Desktop +PackageUrl: https://github.com/ipfs/ipfs-desktop +License: MIT +LicenseUrl: https://github.com/ipfs/ipfs-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 Protocol Labs, Inc. +ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. +Description: |- + IPFS Desktop 在易用的桌面应用程序中为您提供 IPFS 的所有功能:一个完整的 IPFS 节点,加上方便的操作系统菜单/任务栏快捷方式,以及一体化的文件管理器、peer 地图和内容资源管理器。 + 使用 IPFS Desktop,无需接触终端即可熟悉 IPFS,如果您富有经验,也可以使用功能强大的菜单栏/任务栏快捷方式和命令行,让你的 IPFS 工作流程更快。 +Tags: +- dweb +- ipfs +- 协议 +- 点对点 +ReleaseNotesUrl: https://github.com/ipfs/ipfs-desktop/releases/tag/v0.41.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.yaml b/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.yaml new file mode 100644 index 0000000000000..7bed2d27ec847 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.41.1/IPFS.IPFS-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.41.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.installer.yaml b/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.installer.yaml new file mode 100644 index 0000000000000..2727056927b1c --- /dev/null +++ b/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IPMHub.IPM +PackageVersion: 0.6.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ipm.exe + PortableCommandAlias: ipm +Scope: user +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ipmhubio/ipm/releases/download/0.6.0/ipm-win-x64-full.zip + InstallerSha256: AF81AA5C4C38CD9607C35500468F9A36DBB77A8981DEDE27B3EB0F6AAE9BC6DB +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.locale.en-US.yaml b/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.locale.en-US.yaml new file mode 100644 index 0000000000000..4398ec3672ec3 --- /dev/null +++ b/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: IPMHub.IPM +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: IPMHub +PublisherUrl: https://ipmhub.io +Author: IPMHub +PackageName: IPM +License: Proprietary +LicenseUrl: https://docs.ipmhub.io/docs/about-ipm/license/ +Copyright: (c) 2025 IPMHub +ShortDescription: IPM CLI Tool +Description: nvt +Tags: +- CLI +- IPM +ReleaseNotesUrl: https://github.com/ipmhubio/ipm/releases/tag/0.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.yaml b/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.yaml new file mode 100644 index 0000000000000..f6bf1aa38ad87 --- /dev/null +++ b/manifests/i/IPMHub/IPM/0.6.0/IPMHub.IPM.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: IPMHub.IPM +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.installer.yaml b/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.installer.yaml new file mode 100644 index 0000000000000..881b3a6b59967 --- /dev/null +++ b/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IPMHub.IPM +PackageVersion: 0.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ipm.exe + PortableCommandAlias: ipm +Scope: user +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ipmhubio/ipm/releases/download/0.7.0/ipm-win-x64-full.zip + InstallerSha256: 02036ac60a9e40ab48f328043fe2192df5b22eff1406c708ccb61f71efad1790 +- Architecture: x86 + InstallerUrl: https://github.com/ipmhubio/ipm/releases/download/0.7.0/ipm-win-x86-full.zip + InstallerSha256: d10636dbce7318c295b9331017943157d4b37063c458411e5e5770261f749465 +- Architecture: arm64 + InstallerUrl: https://github.com/ipmhubio/ipm/releases/download/0.7.0/ipm-win-arm64-full.zip + InstallerSha256: 4f578e31b03710006f99d8b23bfb4d9be98fa3b212bc5625c2a589af4294c8e4 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.locale.en-US.yaml b/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.locale.en-US.yaml new file mode 100644 index 0000000000000..27db33823de6a --- /dev/null +++ b/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: IPMHub.IPM +PackageVersion: 0.7.0 +PackageLocale: en-US +Publisher: IPMHub +PublisherUrl: https://ipmhub.io +PrivacyUrl: https://ipmhub.io/privacy +Author: IPMHub +PackageName: IPM +License: Proprietary +LicenseUrl: https://docs.ipmhub.io/docs/about-ipm/license/ +Copyright: (c) 2025 IPMHub +ShortDescription: IPM CLI Tool +Tags: +- CLI +- IPM +- Automation +- DevOps +ReleaseNotesUrl: https://github.com/ipmhubio/ipm/releases/tag/0.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.yaml b/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.yaml new file mode 100644 index 0000000000000..1d8d03cf866d9 --- /dev/null +++ b/manifests/i/IPMHub/IPM/0.7.0/IPMHub.IPM.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: IPMHub.IPM +PackageVersion: 0.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.installer.yaml b/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.installer.yaml new file mode 100644 index 0000000000000..7872833eb34ff --- /dev/null +++ b/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Icecat.Icecat +PackageVersion: 115.20.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Installers: +- Architecture: x64 + InstallerUrl: https://icecatbrowser.org/assets/icecat/115.20.0/icecat-115.20.0.multilang.win64.installer.exe + InstallerSha256: E0210567AC51442E30A2B6D4BCF6529A4A79F5452D3A5014DAF42EFFCA34C701 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: IceCat 115.20.0 (x64 en-US) +- Architecture: arm64 + InstallerUrl: https://icecatbrowser.org/assets/icecat/115.20.0/icecat-115.20.0.multilang.win64-aarch64.installer.exe + InstallerSha256: 5ACF9C8D282828E4B9763DC025624D237B6C5BE14B0352620B4D3A17855386FE + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: IceCat 115.20.0 (AArch64 en-US) +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.locale.en-US.yaml b/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.locale.en-US.yaml new file mode 100644 index 0000000000000..65ef7607a94f0 --- /dev/null +++ b/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Icecat.Icecat +PackageVersion: 115.20.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://icecatbrowser.org/ +PublisherSupportUrl: https://icecatbrowser.org/support.html +PrivacyUrl: https://icecatbrowser.org/privacy_policy.html +PackageName: IceCat +PackageUrl: https://icecatbrowser.org/ +License: MPL-2.0 or GPL-3.0 +LicenseUrl: https://icecatbrowser.org/license.html +Copyright: |- + Copyright (C) 2014, 2015 Ruben Rodriguez + Copyright (C) 2006, 2007, 2008, 2010, 2011, 2012, 2014, 2015 Free Software Foundation +ShortDescription: The GNU version of the Firefox browser +Description: 'GNUzilla is the GNU version of the Mozilla suite, and GNU IceCat is the GNU version of the Firefox browser. Its main advantage is an ethical one: it is entirely free software. While the Firefox source code from the Mozilla project is free software, they distribute and recommend nonfree software as plug-ins and addons. Also their trademark license imposes requirements for the distribution of modified versions that make it inconvenient to exercise freedom 3.' +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.locale.zh-CN.yaml b/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33479e304e11e --- /dev/null +++ b/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Icecat.Icecat +PackageVersion: 115.20.0 +PackageLocale: zh-CN +License: MPL-2.0 或 GPL-3.0 +ShortDescription: 火狐浏览器的 GNU 版本 +Description: GNUzilla 是 Mozilla 套件的 GNU 版本,而 GNU IceCat 则是火狐浏览器的 GNU 版本。它的主要优势在于道德方面:它是完全免费的软件。虽然 Mozilla 项目的火狐浏览器源代码是自由软件,但他们以插件和附加组件的形式分发和推荐非自由软件。此外,他们的商标许可对发布修改版提出了要求,这对行使自由度 3 带来了不便。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.yaml b/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.yaml new file mode 100644 index 0000000000000..4fbc8385a98f4 --- /dev/null +++ b/manifests/i/Icecat/Icecat/115.20.0/Icecat.Icecat.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Icecat.Icecat +PackageVersion: 115.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.installer.yaml b/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.installer.yaml deleted file mode 100644 index 8cef35a0d3345..0000000000000 --- a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: ImaginaryInfinity.Squiid -PackageVersion: 1.2.0 -InstallerType: inno -InstallerSwitches: - Custom: /ALLUSERS -Installers: -- Architecture: x64 - InstallerUrl: https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid/-/jobs/8751959264/artifacts/raw/squiid-installer.exe - InstallerSha256: fc09b5ad033a589c75a063ba643c96106586862b09c232179482c7af08fff48f -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.locale.en-US.yaml b/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.locale.en-US.yaml deleted file mode 100644 index cfe6acd55cfb9..0000000000000 --- a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: ImaginaryInfinity.Squiid -PackageVersion: 1.2.0 -PackageLocale: en-US -Publisher: ImaginaryInfinity -PackageName: Squiid -PackageUrl: https://imaginaryinfinity.net/projects/squiid/ -License: GPLv3 -ShortDescription: Do advanced algebraic and RPN calculations. -ManifestType: defaultLocale -ManifestVersion: 1.9.0 -Description: Advanced calculator written in Rust, featuring a terminal user interface supporting both RPN and algebraic input. diff --git a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.yaml b/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.yaml deleted file mode 100644 index 59ffd3914f467..0000000000000 --- a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: ImaginaryInfinity.Squiid -PackageVersion: 1.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.installer.yaml b/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.installer.yaml new file mode 100644 index 0000000000000..b2812428a773a --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.9.1330 +Platform: +- Windows.Desktop +MinimumOSVersion: "6.1" +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- gui +- doc +- docx +- rtf +- chm +- hlp +- html +- txt +- xml +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.drexplain.com/drexplain_6_9_1330.exe + InstallerSha256: FC66D17F8323EAABE3FCB47D7C5E593ABB788C2926653EBB064F2F4AADB24B28 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.locale.en-US.yaml b/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.locale.en-US.yaml new file mode 100644 index 0000000000000..41389c616e366 --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.9.1330 +PackageLocale: en-US +Publisher: Indigo Byte Systems, LLC +PublisherSupportUrl: https://www.drexplain.com/support/ +PrivacyUrl: https://www.drexplain.com/privacy.php +Author: Indigo Byte Systems, LLC +PackageName: Dr.Explain +PackageUrl: https://www.drexplain.com/ +License: Proprietary +LicenseUrl: https://www.drexplain.com/help/license_print.php +Copyright: Copyright (c) Indigo Byte Systems, LLC, 2004-2024. All rights reserved. +ShortDescription: Help authoring tool to quickly create online manuals, help files, user guides and documentation. +Moniker: drexplain +Tags: +- manual +- online-manuals +- help +- help-files +- online-help +- guide +- user-guides +- documentation +- hat +- html +- chm +- pdf +- docx +- rtf +- hlp +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.yaml b/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.yaml new file mode 100644 index 0000000000000..60b9cb5754c75 --- /dev/null +++ b/manifests/i/IndigoByte/DrExplain/6.9.1330/IndigoByte.DrExplain.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: IndigoByte.DrExplain +PackageVersion: 6.9.1330 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.installer.yaml b/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.installer.yaml new file mode 100644 index 0000000000000..bedd41772dfc0 --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Inkdrop.Inkdrop +PackageVersion: 5.8.1 +InstallerType: exe +UpgradeBehavior: install +Installers: +- InstallerUrl: https://dist.inkdrop.app/v5.8.1/Setup.exe + Architecture: x64 + InstallerSha256: F571213DEF98F9C34604D8C0260556DCD2AA2E1ADFFCC3874ADADD0F495CA4B8 + ProductCode: inkdrop +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2024-05-01 diff --git a/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.locale.en-US.yaml b/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.locale.en-US.yaml new file mode 100644 index 0000000000000..048b0b705231d --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.locale.en-US.yaml @@ -0,0 +1,139 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Inkdrop.Inkdrop +PackageVersion: 5.8.1 +PackageLocale: en-US +Publisher: Takuya Matsuyama +PublisherUrl: https://www.inkdrop.app/ +PublisherSupportUrl: https://docs.inkdrop.app/contact +PrivacyUrl: https://docs.inkdrop.app/privacy +Author: Takuya Matsuyama +PackageName: Inkdrop +PackageUrl: https://www.inkdrop.app/ +License: Proprietary +LicenseUrl: https://docs.inkdrop.app/terms +Copyright: © 2024 Inkdrop +CopyrightUrl: https://docs.inkdrop.app/terms +ShortDescription: A Note-taking App with Robust Markdown Editor +Moniker: inkdrop +Tags: +- note +- notes +- tech +- markdown +- editor +ReleaseNotesUrl: https://forum.inkdrop.app/t/inkdrop-desktop-v5-8-1/4587 +ReleaseNotes: |- + Hey Inkdroppers, + + Thanks for all the feedback after the release of v5.8.0 and during the beta testing! It’s got much stabler. + + Bug fixes + :sweat: The ‘Readable line length’ option has been disabled by default + The ‘Readable line length’ option was introduced on v5.8.0. But, this option made the existing users so confused as they reported on the forum (1, 2, 3, 4 1, 5). Then, Shimizu-san suggested 2 that it’d be nice not to enable this option by default and I agreed. + + I learned that, even if it’s a popular feature on other note apps, changing the default behavior would make the existing users confused. I’ll be more careful when changing the default behavior next time. + + Sorry for the confusion! + + :art: [Theming] Embed the default preview theme in the app + In v5.8.1, the app would solve the following issue by embedding the default preview theme: + + GFM Alerts not working on community preview themes (Thanks Kentaro and taichi + The problem is that themes have to provide every style, which requires to update when the app gets a new feature with a stylesheet. Since we can’t expect every theme developer to sustainably and quickly update their themes, it’d be nice to have the default styles instead of requiring the themes to include every style. So, from this version, themes basically ‘override’ the default theme. + + GitHub + + GitHub - inkdropapp/inkdrop-github-preview-theme: Github preview theme for... 1 + Github preview theme for Inkdrop Markdown Editor. Contribute to inkdropapp/inkdrop-github-preview-theme development by creating an account on GitHub. + + The default preview theme github-preview now doesn’t apply any styles. If you create a new preview theme, you only have to add styles for customizations. + + This way, the existing preview themes can continue working without updating, like GFM Alerts. + + In the future, I’ll make the same change to the UI themes. + + Other bugfixes + Wrong icon in ‘Apps and Features’ list on Windows (Thanks Dmitry) + Scroll positions get reset when changing the layout (Thanks Ivan) + Random crashes when quitting Inkdrop on Windows (Thanks Patrick) + The ‘Create’ button does nothing on the Paste URL as Link dialog (Thanks Patrick) + Duplicate menu items in the Trash notebook (Thanks Dmitry) + dev-tools: Copy tag id from sidebar throws an error (Thanks Lukas) + Improvements + :art: Update the GitHub preview theme to match the latest GitHub styles + The default preview theme was outdated, so it has been updated based on this reopsitory. This also fixes the task list identation issue (Thanks Dmitry). + + :art: Apply the syntax theme to codeblocks in the Markdown preview (Needs update) + While working on simplifying theming the Markdown preview styles mentioned above, I thought it’d be nice to support applying the current syntax theme to the codeblocks in the preview pane automatically. It allows you to avoid making another preview theme just for changing the codeblock syntax highlighting styles. + + For example: Solarized Dark + + Solarized Dark + + Solarized Light: + + Solarized Light + + How to make your syntax theme support it + The Markdown renderer now adds a class name .codeblock to the enclosing div elements of the codeblocks. So, it is easy to add styles to them just by adding a CSS selector .mde-preview .codeblock pre to your stylesheet like so: + + diff --git a/styles/index.css b/styles/index.css + index 14ae539..3f6bcbb 100644 + --- a/styles/index.css + +++ b/styles/index.css + @@ -26,7 +26,8 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png + --base-magenta: #d33682; + + /* Color scheme for code-mirror */ + - .CodeMirror { + + .CodeMirror, + + .mde-preview .codeblock pre { + color-scheme: dark; + + color: var(--base05); + .cm-header { + color: var(--base-yellow); + } + Check out Solarized Dark Syntax 1 for more detail. + + :gear: Better Preferences UI + The setting items have been organized and it has got much easier to find and change settings. + + Better setting UIs + + And the Plugins page has got a filter input: + + Filter installed plugins with keyword + + :gear: New editor option: “Paste URL as link” + The “Paste URL as link” feature sends a request to the remote server when pasting a URL, which would be an unwanted behavior for some people (Thanks Ryota 1). Now, you can disable it via: + + Preferences → Editing → Markdown → Paste URL as link + Preferences 1 + + :link: Avoid triggering ‘Paste URL as link’ when the cursor is in the middle of the link + For example, when you type [link title](| (| is the cursor position) and hit Cmd/Ctrl-V, it shouldn’t trigger the paste-as-link dialog. + + Internal changes + Adopting Cascade Layers + I’ve made a lot of changes in theming mentioned above. To accomplish that, it now adopts Cascade layers. It would make theming much simpler. They allow themes to avoid rule specificity issues. Inkdrop will bundle more default styles in the future versions, and with cascade layers, custom themes will only need to override the default styles rather than including every style. + + UI, syntax, and preview themes are automatically enclosed with the corresponding cascade layer in v5.8.1. The order of precedence is defined as the following at the moment: + + ```` + @layer reset, base, tokens, theme, theme.ui, theme.preview, theme.syntax; + ```` + reset: Reset styles + base: The app base styles + tokens: CSS common variables + theme.ui: UI theme + theme.preview: Preview theme + theme.syntax: Syntax theme +PurchaseUrl: https://www.inkdrop.app/pricing/ +Documentations: +- DocumentLabel: Inkdrop User Manual + DocumentUrl: https://docs.inkdrop.app/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.yaml b/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.yaml new file mode 100644 index 0000000000000..23f06a7085385 --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/5.8.1/Inkdrop.Inkdrop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Inkdrop.Inkdrop +PackageVersion: 5.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.installer.yaml b/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.installer.yaml new file mode 100644 index 0000000000000..9afb3dcce4906 --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Inkdrop.Inkdrop.Portable +PackageVersion: 5.8.1 +InstallerType: zip +UpgradeBehavior: install +Commands: +- inkdrop +ReleaseDate: 2024-08-16 +Installers: +- Architecture: x64 + NestedInstallerType: portable + ArchiveBinariesDependOnPath: true + NestedInstallerFiles: + - RelativeFilePath: Inkdrop.exe + PortableCommandAlias: Inkdrop + InstallerUrl: https://dist.inkdrop.app/v5.8.1/Inkdrop-5.8.1-Windows.zip + InstallerSha256: B6799522A10E546572B81F93832EA5FA0CF4B180EFF42F1CDE60A38E8EE1B5AB +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.locale.en-US.yaml b/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.locale.en-US.yaml new file mode 100644 index 0000000000000..61f9b123b020b --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.locale.en-US.yaml @@ -0,0 +1,107 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Inkdrop.Inkdrop.Portable +PackageVersion: 5.8.1 +PackageLocale: en-US +Publisher: Inkdrop +PublisherUrl: https://www.inkdrop.app/ +PublisherSupportUrl: https://docs.inkdrop.app/contact +Author: Takuya Matsuyama +PackageName: Inkdrop +PackageUrl: https://www.inkdrop.app/ +License: Proprietary +LicenseUrl: https://docs.inkdrop.app/terms +CopyrightUrl: https://docs.inkdrop.app/terms +ShortDescription: A Note-taking App with Robust Markdown Editor +ReleaseNotes: |- + Hey Inkdroppers, + Thanks for all the feedback after the release of v5.8.0 and during the beta testing! It’s got much stabler. + Bug fixes + :sweat: The ‘Readable line length’ option has been disabled by default + The ‘Readable line length’ option was introduced on v5.8.0. But, this option made the existing users so confused as they reported on the forum (1, 2, 3, 4 1, 5). Then, Shimizu-san suggested 2 that it’d be nice not to enable this option by default and I agreed. + I learned that, even if it’s a popular feature on other note apps, changing the default behavior would make the existing users confused. I’ll be more careful when changing the default behavior next time. + Sorry for the confusion! + :art: [Theming] Embed the default preview theme in the app + In v5.8.1, the app would solve the following issue by embedding the default preview theme: + GFM Alerts not working on community preview themes (Thanks Kentaro and taichi + The problem is that themes have to provide every style, which requires to update when the app gets a new feature with a stylesheet. Since we can’t expect every theme developer to sustainably and quickly update their themes, it’d be nice to have the default styles instead of requiring the themes to include every style. So, from this version, themes basically ‘override’ the default theme. + + GitHub + GitHub - inkdropapp/inkdrop-github-preview-theme: Github preview theme for... 1 + Github preview theme for Inkdrop Markdown Editor. Contribute to inkdropapp/inkdrop-github-preview-theme development by creating an account on GitHub. + The default preview theme github-preview now doesn’t apply any styles. If you create a new preview theme, you only have to add styles for customizations. + This way, the existing preview themes can continue working without updating, like GFM Alerts. + In the future, I’ll make the same change to the UI themes. + Other bugfixes + Wrong icon in ‘Apps and Features’ list on Windows (Thanks Dmitry) + Scroll positions get reset when changing the layout (Thanks Ivan) + Random crashes when quitting Inkdrop on Windows (Thanks Patrick) + The ‘Create’ button does nothing on the Paste URL as Link dialog (Thanks Patrick) + Duplicate menu items in the Trash notebook (Thanks Dmitry) + dev-tools: Copy tag id from sidebar throws an error (Thanks Lukas) + Improvements + :art: Update the GitHub preview theme to match the latest GitHub styles + The default preview theme was outdated, so it has been updated based on this reopsitory. This also fixes the task list identation issue (Thanks Dmitry). + :art: Apply the syntax theme to codeblocks in the Markdown preview (Needs update) + While working on simplifying theming the Markdown preview styles mentioned above, I thought it’d be nice to support applying the current syntax theme to the codeblocks in the preview pane automatically. It allows you to avoid making another preview theme just for changing the codeblock syntax highlighting styles. + For example: Solarized Dark + Solarized Dark + Solarized Light: + Solarized Light + How to make your syntax theme support it + The Markdown renderer now adds a class name .codeblock to the enclosing div elements of the codeblocks. So, it is easy to add styles to them just by adding a CSS selector .mde-preview .codeblock pre to your stylesheet like so: + diff --git a/styles/index.css b/styles/index.css + index 14ae539..3f6bcbb 100644 + --- a/styles/index.css + +++ b/styles/index.css + @@ -26,7 +26,8 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png + --base-magenta: #d33682; + /* Color scheme for code-mirror */ + - .CodeMirror { + + .CodeMirror, + + .mde-preview .codeblock pre { + color-scheme: dark; + color: var(--base05); + .cm-header { + color: var(--base-yellow); + } + Check out Solarized Dark Syntax 1 for more detail. + :gear: Better Preferences UI + The setting items have been organized and it has got much easier to find and change settings. + Better setting UIs + And the Plugins page has got a filter input: + Filter installed plugins with keyword + :gear: New editor option: “Paste URL as link” + The “Paste URL as link” feature sends a request to the remote server when pasting a URL, which would be an unwanted behavior for some people (Thanks Ryota 1). Now, you can disable it via: + Preferences → Editing → Markdown → Paste URL as link + Preferences 1 + :link: Avoid triggering ‘Paste URL as link’ when the cursor is in the middle of the link + For example, when you type [link title](| (| is the cursor position) and hit Cmd/Ctrl-V, it shouldn’t trigger the paste-as-link dialog. + Internal changes + Adopting Cascade Layers + I’ve made a lot of changes in theming mentioned above. To accomplish that, it now adopts Cascade layers. It would make theming much simpler. They allow themes to avoid rule specificity issues. Inkdrop will bundle more default styles in the future versions, and with cascade layers, custom themes will only need to override the default styles rather than including every style. + UI, syntax, and preview themes are automatically enclosed with the corresponding cascade layer in v5.8.1. The order of precedence is defined as the following at the moment: + ```` + @layer reset, base, tokens, theme, theme.ui, theme.preview, theme.syntax; + ```` + reset: Reset styles + base: The app base styles + tokens: CSS common variables + theme.ui: UI theme + theme.preview: Preview theme + theme.syntax: Syntax theme +Moniker: inkdrop +Tags: +- editor +- markdown +- md +- note +- notes +ReleaseNotesUrl: https://forum.inkdrop.app/t/inkdrop-desktop-v5-8-1/4587 +PurchaseUrl: https://www.inkdrop.app/pricing/ +Documentations: +- DocumentLabel: Inkdrop User Manual + DocumentUrl: https://docs.inkdrop.app/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.yaml b/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.yaml new file mode 100644 index 0000000000000..4a0dc965fbe14 --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/Portable/5.8.1/Inkdrop.Inkdrop.Portable.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Inkdrop.Inkdrop.Portable +PackageVersion: 5.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.installer.yaml b/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.installer.yaml new file mode 100644 index 0000000000000..350e5c0bbabe3 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.13.437 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2025-02-04 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.13+437/picguard_1.0.13+437_windows_x64_en-US.msi + InstallerSha256: 55090C15D7CEB21FDA860F1AAE18C3FD13C5E018024AFA0D2C64F897647F4B20 + InstallerLocale: en-US + ProductCode: '{3AAA40E2-7B2B-4F37-BDC8-9475773B84A4}' + AppsAndFeaturesEntries: + - ProductCode: '{3AAA40E2-7B2B-4F37-BDC8-9475773B84A4}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' + - Architecture: x64 + InstallerUrl: https://github.com/picguard/picguard/releases/download/v1.0.13+437/picguard_1.0.13+437_windows_x64_zh-CN.msi + InstallerSha256: BBDE17F720919579E0148D05C83D4A96ADB8E5C76279CF7F175D96DF5FCB0B27 + InstallerLocale: zh-CN + ProductCode: '{7375F3AF-DE32-497D-BB1B-195933602672}' + AppsAndFeaturesEntries: + - ProductCode: '{7375F3AF-DE32-497D-BB1B-195933602672}' + UpgradeCode: '{62EB3032-F9FB-4440-8DEF-B9D7BDFFD9F4}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.locale.en-US.yaml b/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..657f3350d367a --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.13.437 +PackageLocale: en-US +Publisher: Insco +PublisherUrl: https://www.picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/en/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://www.picguard.app +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: Your pictures, your signature. +Description: | + Introducing **PicGuard** - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy. + + **PicGuard** offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs. + + Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. **PicGuard**, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience. + + Download **PicGuard** today and take control of your photo security and personalization like never before! +Tags: + - picguard + - watermark + - watermarkassistant + - watermark-assistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/v1.0.13+437/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.locale.zh-CN.yaml b/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b7809591932e9 --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.13.437 +PackageLocale: zh-CN +Publisher: Insco +PublisherUrl: https://www.picguard.app +PublisherSupportUrl: https://github.com/picguard/picguard/discussions +PrivacyUrl: https://www.picguard.app/zh/legal/privacy +Author: kjxbyz +PackageName: PicGuard +PackageUrl: https://www.picguard.app +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/picguard/picguard/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: 给图片添加水印, 防止被恶意使用. +Description: | + 介绍 **PicGuard** - 保护和自定义数码照片的终极解决方案。使用我们的应用程序,您可以轻松地在图像上添加水印,以保护您的创意作品并维护您的隐私。 + + **PicGuard** 提供强大的隐私保护功能,确保您的个人和敏感信息得到保护。它具有高度可定制性,允许您使用各种字体、样式和设计个性化水印以满足您的需求。 + + 可在网络、移动设备和桌面上访问,您可以无缝集成和管理所有设备上的水印任务。**PicGuard** 是一种开源工具,它不仅免费,而且还由致力于提供最佳用户体验的开发人员社区不断改进。 + + 立即下载 **PicGuard**,以前所未有的方式控制您的照片安全和个性化! +Tags: + - picguard + - watermark + - watermarkassistant + - watermark-assistant +ReleaseNotesUrl: https://raw.githubusercontent.com/picguard/picguard/v1.0.13+437/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.yaml b/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.yaml new file mode 100644 index 0000000000000..9f729eae4116b --- /dev/null +++ b/manifests/i/Insco/PicGuard/1.0.13.437/Insco.PicGuard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Insco.PicGuard +PackageVersion: 1.0.13.437 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 \ No newline at end of file diff --git a/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.installer.yaml b/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.installer.yaml new file mode 100644 index 0000000000000..864aedb6bb908 --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IvanCharapanau.Harbor +PackageVersion: 0.2.26 +UpgradeBehavior: install +ReleaseDate: 2025-02-01 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/av/harbor/releases/download/v0.2.26/Harbor_0.2.26_x64-setup.exe + InstallerSha256: F0D7659D704E51EDBF4C30207723B98936C71E9DBE523DC2B9504DFF417E3167 + ProductCode: Harbor +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/av/harbor/releases/download/v0.2.26/Harbor_0.2.26_x64_en-US.msi + InstallerSha256: 9871DB4A06F63C1431FFD866AF9D8F91929BB9F5043177558D3C28BD3509B5D0 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{21DDEFD3-21F2-4E8D-9DFB-C77DA6D33D90}' + AppsAndFeaturesEntries: + - ProductCode: '{21DDEFD3-21F2-4E8D-9DFB-C77DA6D33D90}' + UpgradeCode: '{8389C8AD-7952-5AB4-B907-63255087F027}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.locale.en-US.yaml b/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.locale.en-US.yaml new file mode 100644 index 0000000000000..3198f2b39426a --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: IvanCharapanau.Harbor +PackageVersion: 0.2.26 +PackageLocale: en-US +Publisher: harbor +PublisherUrl: https://av.codes/ +PublisherSupportUrl: https://github.com/av/harbor/issues +# PrivacyUrl: +Author: Ivan Charapanau +PackageName: Harbor +PackageUrl: https://github.com/av/harbor +License: Apache-2.0 +LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: Effortlessly run LLM backends, APIs, frontends, and services with one command. +Description: Harbor is a containerized LLM toolkit that allows you to run LLMs and additional services. It consists of a CLI and a companion App that allows you to manage and run AI services with ease. +# Moniker: +Tags: +- ai +- large-language-model +- llm +- ollama +ReleaseNotes: |- + This is a maintenance release with a bugfixes for specific services and general cross-platform compatibility + - cmdh + - stop using pkgx, patch in structured Outputs from Ollama and larger default context (should be usable with llama3.1 8b) + - harbor how will actively check if Ollama has the model configured for cmdh and will ask to pull otherwise + - ollama - extra docs on cache location, extrenal instance and troubleshooting + - boost + - continuing experiments with stcl workflow + - @bjj fixed handling of Docker Desktop versions for harbor doctor and capability detection + - fixed incorrect application of capabilities when using a wildcard * for service match + - This was the reason some services were failing to launch on Mac OS + - aider - fixes to support non-root user in newer versions + - openhands - fixes to support custom registry, local state volume in newer versions + - librechat - fixed entrypoint lacking exec permissions + - shared - Node.js config merger no longer requires lodash in the base container + - Fixes chatui being unable to start in recent versions + - bolt - switch to official bolt.diy image, notes on Mac OS compatibility in the docs + New Contributors + - @bjj made their first contribution in #112 🎉 + Full Changelog: https://github.com/av/harbor/compare/v0.2.25...v0.2.26 +ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.2.26 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.locale.zh-CN.yaml b/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f31a9c437f5d6 --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: IvanCharapanau.Harbor +PackageVersion: 0.2.26 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 只需一个命令,即可轻松运行 LLM 后端、API、前端和服务。 +Description: Harbor 是一个容器化 LLM 工具包,帮助您运行 LLM 和附加服务。它由 CLI 和配套应用程序组成,帮助您轻松管理和运行人工智能服务。 +# Moniker: +Tags: +- llm +- ollama +- 人工智能 +- 大语言模型 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.yaml b/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.yaml new file mode 100644 index 0000000000000..965658c959cc8 --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.2.26/IvanCharapanau.Harbor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: IvanCharapanau.Harbor +PackageVersion: 0.2.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.installer.yaml b/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.installer.yaml new file mode 100644 index 0000000000000..cd414ca9b5fb1 --- /dev/null +++ b/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: i2van.hourglass +PackageVersion: 1.15.47 +InstallerType: burn +InstallModes: +- interactive +UpgradeBehavior: install +ReleaseDate: 2025-02-01 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/i2van/hourglass/releases/download/1.15.47/HourglassInstaller.exe + InstallerSha256: 1F4E45A34D24C971BCAF0D3169B0F7A150CAE686EE04FB0E73069343B90B82AA +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.locale.en-US.yaml b/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.locale.en-US.yaml new file mode 100644 index 0000000000000..3340fff64f48f --- /dev/null +++ b/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: i2van.hourglass +PackageVersion: 1.15.47 +PackageLocale: en-US +Publisher: 2021 Chris Dziemborowicz, 2024-2025 Ivan Ivon +PublisherUrl: https://github.com/i2van/hourglass +PublisherSupportUrl: https://github.com/i2van/hourglass +Author: Ivan Ivon (ivan.ivon@gmail.com) +PackageName: Hourglass +PackageUrl: https://github.com/i2van/hourglass +License: MIT +LicenseUrl: https://raw.githubusercontent.com/i2van/hourglass/refs/heads/main/LICENSE.md +Copyright: Copyright (c) 2021 Chris Dziemborowicz, 2024-2025 Ivan Ivon. All rights reserved. +CopyrightUrl: https://raw.githubusercontent.com/i2van/hourglass/refs/heads/main/LICENSE.md +ShortDescription: This project is the modified simple countdown timer for Windows. +Description: This project is the modified simple countdown timer for Windows. +Moniker: hourglass +Tags: +- cli +- cli-app +- cli-tool +- countdown +- desktop +- desktop-app +- gui +- gui-app +- net48 +- notification-area +- timer +- tray-icon +- ui +- windows +- windows-10 +- windows-11 +ReleaseNotesUrl: https://github.com/i2van/hourglass/releases/tag/1.15.47 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.yaml b/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.yaml new file mode 100644 index 0000000000000..60672ba7d4baf --- /dev/null +++ b/manifests/i/i2van/hourglass/1.15.47/i2van.hourglass.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: i2van.hourglass +PackageVersion: 1.15.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.installer.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.installer.yaml deleted file mode 100644 index 92549e91e3794..0000000000000 --- a/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-2-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: iFlytek.iFlyIME -PackageVersion: 3.0.1732 -InstallerType: nullsoft -Scope: machine -InstallerSuccessCodes: -- 2 -UpgradeBehavior: install -FileExtensions: -- it -Installers: -- Architecture: x86 - InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1732.exe - InstallerSha256: 0BC894DE88DC78FD4CCA7F891B0C5FFC960A0ACC9E2D2CCD74A643B3C6C681E6 - ProductCode: iFlyIME -- Architecture: x64 - InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1732.exe - InstallerSha256: 0BC894DE88DC78FD4CCA7F891B0C5FFC960A0ACC9E2D2CCD74A643B3C6C681E6 - ProductCode: iFlyIME -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.locale.en-US.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.locale.en-US.yaml deleted file mode 100644 index 81d0d1619850b..0000000000000 --- a/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-2-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: iFlytek.iFlyIME -PackageVersion: 3.0.1732 -PackageLocale: en-US -Publisher: 科大讯飞股份有限公司 -PublisherUrl: https://www.iflytek.com/ -PublisherSupportUrl: http://bbs.xunfei.cn/ -PrivacyUrl: https://s1.voicecloud.cn/resources/help-tryrelease2011/private.html -Author: Iflytek Co., Ltd. -PackageName: 讯飞输入法 -PackageUrl: https://srf.xunfei.cn/ -License: Freeware -LicenseUrl: https://s1.voicecloud.cn/activity/imeuserserviceagreement/index.html -Copyright: Copyright © 2010-2022 iFLYTEK Inc. All Rights Reserved. -# CopyrightUrl: -ShortDescription: A convenient and easy-to-use input method that integrates voice, handwriting and Pinyin input methods -Description: iFlyIME integrates voice, handwriting and Pinyin input methods, and features powerful speech recognition, innovative touchpad handwriting and simple input interface, which greatly improves input speed and makes it easier and faster to use. -# Moniker: -Tags: -- chinese -- handwriting -- ime -- input-method -- pinyin -- speech -- voice -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.locale.zh-CN.yaml deleted file mode 100644 index cadacc8d9be96..0000000000000 --- a/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-2-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: iFlytek.iFlyIME -PackageVersion: 3.0.1732 -PackageLocale: zh-CN -Publisher: 科大讯飞股份有限公司 -PublisherUrl: https://www.iflytek.com/ -PublisherSupportUrl: http://bbs.xunfei.cn/ -PrivacyUrl: https://s1.voicecloud.cn/resources/help-tryrelease2011/private.html -Author: 科大讯飞股份有限公司 -PackageName: 讯飞输入法 -PackageUrl: https://srf.xunfei.cn/ -License: 免费软件 -LicenseUrl: https://s1.voicecloud.cn/activity/imeuserserviceagreement/index.html -Copyright: Copyright © 2010-2022 iFLYTEK Inc. All Rights Reserved. -# CopyrightUrl: -ShortDescription: 集语音、手写、拼音等输入方式于一体,非常便捷、好用的输入法。 -Description: 讯飞输入法集语音、手写、拼音输入于一体,具有强大的语音识别能力,创新的触摸板手写,极简的输入界面,大大提升了输入速度,使用更加方便快捷。 -# Moniker: -Tags: -- 中文 -- 手写 -- 拼音 -- 汉语 -- 语音 -- 输入法 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.yaml deleted file mode 100644 index 2b679b62cafc3..0000000000000 --- a/manifests/i/iFlytek/iFlyIME/3.0.1732/iFlytek.iFlyIME.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-2-7.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: iFlytek.iFlyIME -PackageVersion: 3.0.1732 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.installer.yaml b/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.installer.yaml new file mode 100644 index 0000000000000..8b171c28d0720 --- /dev/null +++ b/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: iTop.DualSafePasswordManager +PackageVersion: 1.3.1.10 +InstallerLocale: en-US +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://download.itopvpn.com/dl/dualsafe-password-manager-setup.exe + InstallerSha256: F02BD9D31F733FDBA2E45366831E6F58062D0F63D5696B287A565205684450F8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.locale.en-US.yaml b/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.locale.en-US.yaml new file mode 100644 index 0000000000000..3373d310d85f2 --- /dev/null +++ b/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: iTop.DualSafePasswordManager +PackageVersion: 1.3.1.10 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: DualSafe Password Manager +PackageUrl: https://www.itopvpn.com/dualsafe-password-manager +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Manage Your Passwords, for Free - DualSafe Password Manager +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.yaml b/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.yaml new file mode 100644 index 0000000000000..104157408f24f --- /dev/null +++ b/manifests/i/iTop/DualSafePasswordManager/1.3.1.10/iTop.DualSafePasswordManager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: iTop.DualSafePasswordManager +PackageVersion: 1.3.1.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.installer.yaml b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.installer.yaml new file mode 100644 index 0000000000000..a4af0b1ee308b --- /dev/null +++ b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: iTop.SmartGameBooster +PackageVersion: 5.3.0.670 +InstallerLocale: en-US +InstallerType: inno +AppsAndFeaturesEntries: +- DisplayVersion: 5.3.0 +Installers: +- Architecture: x86 + InstallerUrl: https://download.itopvpn.com/dl/smartgb/smart_game_booster_setup.exe + InstallerSha256: FB1947184523D28FA4ED47F06E648EBEF74F2029345DB5762EBACC114C3B047F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.locale.en-US.yaml b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.locale.en-US.yaml new file mode 100644 index 0000000000000..eb53ca1ef35fa --- /dev/null +++ b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: iTop.SmartGameBooster +PackageVersion: 5.3.0.670 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://gamebooster.itopvpn.com/support.php +PrivacyUrl: https://gamebooster.itopvpn.com/privacy.php +PackageName: Smart Game Booster +PackageUrl: https://gamebooster.itopvpn.com/ +License: Freeware +LicenseUrl: https://gamebooster.itopvpn.com/eula.php +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Boost FPS for smoother gaming experience in one click - Smart Game Booster +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.yaml b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.yaml new file mode 100644 index 0000000000000..3324d8e5b2393 --- /dev/null +++ b/manifests/i/iTop/SmartGameBooster/5.3.0.670/iTop.SmartGameBooster.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: iTop.SmartGameBooster +PackageVersion: 5.3.0.670 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.installer.yaml b/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.installer.yaml new file mode 100644 index 0000000000000..19ac573c8caa5 --- /dev/null +++ b/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: iTop.iTopEasyDesktop +PackageVersion: 1.2.0.16 +InstallerLocale: en-US +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://download.itopvpn.com/dl/itop-easy-desktop-setup.exe + InstallerSha256: 200C908CE71CAB67824D39414B6D50179865030E167E1FCAD2C0DDFD3514467E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.locale.en-US.yaml b/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..f9f2a883e2870 --- /dev/null +++ b/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: iTop.iTopEasyDesktop +PackageVersion: 1.2.0.16 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: iTop Easy Desktop +PackageUrl: https://www.itopvpn.com/itop-easy-desktop +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Free Desktop Organizer and Lively Wallpapers - iTop Easy Desktop +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.yaml b/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.yaml new file mode 100644 index 0000000000000..b993d387feb49 --- /dev/null +++ b/manifests/i/iTop/iTopEasyDesktop/1.2.0.16/iTop.iTopEasyDesktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: iTop.iTopEasyDesktop +PackageVersion: 1.2.0.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.installer.yaml b/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.installer.yaml new file mode 100644 index 0000000000000..1f80925069b7e --- /dev/null +++ b/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: iTop.iTopPDF +PackageVersion: 3.4.0.16 +InstallerLocale: en-US +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://download.itopvpn.com/dl/itop_pdf_setup.exe + InstallerSha256: A619AB451BA1052D6A65CB82B2429C408EB527DA318C10AF46B1C83EA4ACF11F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.locale.en-US.yaml b/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.locale.en-US.yaml new file mode 100644 index 0000000000000..9e3cf84a8f534 --- /dev/null +++ b/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: iTop.iTopPDF +PackageVersion: 3.4.0.16 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: iTop PDF +PackageUrl: https://pdf.itopvpn.com/ +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Simple, Powerful & Free PDF Editor - iTop PDF +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.yaml b/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.yaml new file mode 100644 index 0000000000000..7857cd404fdf9 --- /dev/null +++ b/manifests/i/iTop/iTopPDF/3.4.0.16/iTop.iTopPDF.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: iTop.iTopPDF +PackageVersion: 3.4.0.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.installer.yaml b/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.installer.yaml new file mode 100644 index 0000000000000..ccff4e45c2464 --- /dev/null +++ b/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: iTop.iTopScreenshot +PackageVersion: 1.2.1.535 +InstallerLocale: en-US +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://download.itopvpn.com/dl/itop-screenshot-setup.exe + InstallerSha256: F81E83F4FA15EBAE00215E60CE6B7C7EC3068DCDBD0F8A32075B7F464F13B089 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.locale.en-US.yaml b/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.locale.en-US.yaml new file mode 100644 index 0000000000000..45c38240d1a63 --- /dev/null +++ b/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: iTop.iTopScreenshot +PackageVersion: 1.2.1.535 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support +PrivacyUrl: https://www.itopvpn.com/privacy +PackageName: iTop Screenshot +PackageUrl: https://recorder.itopvpn.com/screenshot +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula +Copyright: Copyright © iTop Inc. All rights reserved. +ShortDescription: Best Screenshot Capture - iTop Screenshot +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.yaml b/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.yaml new file mode 100644 index 0000000000000..f9f988ed759de --- /dev/null +++ b/manifests/i/iTop/iTopScreenshot/1.2.1.535/iTop.iTopScreenshot.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: iTop.iTopScreenshot +PackageVersion: 1.2.1.535 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.installer.yaml b/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.installer.yaml new file mode 100644 index 0000000000000..a2db91dafcb30 --- /dev/null +++ b/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: icsharpcode.ILSpy +PackageVersion: 9.0.0.7889 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ProductCode: "{A12FDAB1-731B-4A98-9749-D4815E86A07D}" +ReleaseDate: 2025-01-19 +AppsAndFeaturesEntries: + - ProductCode: "{A12FDAB1-731B-4A98-9749-D4815E86A07D}" + UpgradeCode: "{A12FDAB1-731B-4A98-9749-D481CE8692AB}" +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\ILSpy' +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/icsharpcode/ILSpy/releases/download/v9.0/ILSpy_Installer_9.0.0.7889-x64.msi + InstallerSha256: FBC88F10E8631295526093825863D90709850939B146C080422CEEF17F389DFD + - Architecture: arm64 + InstallerUrl: https://github.com/icsharpcode/ILSpy/releases/download/v9.0/ILSpy_Installer_9.0.0.7889-arm64.msi + InstallerSha256: A94BDFB05FB7B10A85286A637EEB204423FD4E078B6057F992B54FD682CFCDCC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.locale.en-US.yaml b/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.locale.en-US.yaml new file mode 100644 index 0000000000000..c2acd9234d25c --- /dev/null +++ b/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: icsharpcode.ILSpy +PackageVersion: 9.0.0.7889 +PackageLocale: en-US +Publisher: ICSharpCode Team +PublisherUrl: https://github.com/icsharpcode/ILSpy +PublisherSupportUrl: https://github.com/icsharpcode/ILSpy/issues +PackageName: ILSpy +PackageUrl: https://github.com/icsharpcode/ILSpy +License: MIT +LicenseUrl: https://github.com/icsharpcode/ILSpy/blob/master/doc/ILSpyAboutPage.txt +Copyright: Copyright 2011-2023 AlphaSierraPapa for the ILSpy team +CopyrightUrl: https://github.com/icsharpcode/ILSpy/blob/master/doc/ILSpyAboutPage.txt +ShortDescription: Cross-Platform .NET assembly browser and decompiler. +Documentations: + - DocumentLabel: Wiki + DocumentUrl: https://github.com/icsharpcode/ILSpy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.yaml b/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.yaml new file mode 100644 index 0000000000000..0f2fc6a201283 --- /dev/null +++ b/manifests/i/icsharpcode/ILSpy/9.0.0.7889/icsharpcode.ILSpy.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: icsharpcode.ILSpy +PackageVersion: 9.0.0.7889 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.installer.yaml b/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.installer.yaml new file mode 100644 index 0000000000000..8f40bfa231d51 --- /dev/null +++ b/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JAMSoftware.TreeSize +PackageVersion: "9.4" +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: TreeSize_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.jam-software.de/treesize/archive/v9.4.0.2000/TreeSize-Setup.exe + InstallerSha256: FC07877837EEC755379892E51E443FA7889D2A6579F22A72458A07DA25F360D8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.locale.en-US.yaml b/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.locale.en-US.yaml new file mode 100644 index 0000000000000..b25a7b3cae448 --- /dev/null +++ b/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JAMSoftware.TreeSize +PackageVersion: "9.4" +PackageLocale: en-US +Publisher: JAM Software +PublisherUrl: https://www.jam-software.com +PublisherSupportUrl: https://knowledgebase.jam-software.com +PrivacyUrl: https://www.jam-software.com/company/privacy.shtml +Author: JAM Software +PackageName: TreeSize +PackageUrl: https://www.jam-software.com/treesize +License: Proprietary +LicenseUrl: https://www.jam-software.com/company/license_agreement.shtml +Copyright: © 1996-2025 by Joachim Marder e.K. +CopyrightUrl: https://www.jam-software.com/company/license_agreement.shtml +ShortDescription: With TreeSize, you can analyze your most important storage systems and directly manage and clean up your files. +Description: With TreeSize, you can analyze your most important storage systems and directly manage and clean up your files. +Moniker: treesize +Tags: +- disk-space-available +- harddisk +- harddrive +- system-size-management +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.yaml b/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.yaml new file mode 100644 index 0000000000000..85462671c84a4 --- /dev/null +++ b/manifests/j/JAMSoftware/TreeSize/9.4/JAMSoftware.TreeSize.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JAMSoftware.TreeSize +PackageVersion: "9.4" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.installer.yaml b/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.installer.yaml new file mode 100644 index 0000000000000..de55478645996 --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: 4.6.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: UltraSearch_is1 +AppsAndFeaturesEntries: +- DisplayName: UltraSearch V4.2 (64 bit) +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.jam-software.de/ultrasearch/archive/v4.6.1.1102/UltraSearch-Setup.exe + InstallerSha256: CC7D4C3A5385C674BCBCB16731C4D2D89F5B8D9A222EF2E51150EAD03DA204BB +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.locale.en-US.yaml b/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.locale.en-US.yaml new file mode 100644 index 0000000000000..74e4627cab6f5 --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: 4.6.1 +PackageLocale: en-US +Publisher: JAM Software +PublisherUrl: https://www.jam-software.com +PublisherSupportUrl: https://knowledgebase.jam-software.com +PrivacyUrl: https://www.jam-software.com/company/privacy.shtml +Author: JAM Software +PackageName: UltraSearch +PackageUrl: https://www.jam-software.com/ultrasearch_professional +License: Proprietary +LicenseUrl: https://www.jam-software.com/company/license_agreement.shtml +Copyright: © 1996-2025 by Joachim Marder e.K. +CopyrightUrl: https://www.jam-software.com/company/license_agreement.shtml +ShortDescription: UltraSearch Setup +Description: Find what you need in seconds. UltraSearch finds your files and documents on all your connected hard drives and network drives. Search by file type, document content or file properties. Get your valuable time back and let UltraSearch do the searching for you. +Moniker: ultrasearch +Tags: +- search +- file-search +- fast-search +- harddisk +- harddrive +- system-size-management +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.yaml b/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.yaml new file mode 100644 index 0000000000000..54098a238011f --- /dev/null +++ b/manifests/j/JAMSoftware/UltraSearch/4.6.1/JAMSoftware.UltraSearch.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JAMSoftware.UltraSearch +PackageVersion: 4.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.installer.yaml index 5fc9752537bec..bde6d945575db 100644 --- a/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.installer.yaml @@ -1,23 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.42.0 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: - - Architecture: neutral - InstallerType: inno - InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.42.0_0322-1059_b1c1374385d.exe - InstallerSha256: C85496A5A738E62DE866B70FFEAC38132CF2CAC19E5F61E5DCADEAEAAA741123 - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: -# ProductCode: -# Scope: - InstallerLocale: de-DE - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.42.0_0322-1059_b1c1374385d.exe + InstallerSha256: C85496A5A738E62DE866B70FFEAC38132CF2CAC19E5F61E5DCADEAEAAA741123 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.locale.en-US.yaml index 149d90185628f..939d630d40741 100644 --- a/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.locale.en-US.yaml @@ -1,21 +1,29 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.42.0 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - - management +- management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.yaml index 4d8c557cfd4a6..bee9bab35be2c 100644 --- a/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.42.0/JTL.Wawi.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.installer.yaml index 345c63680458b..e192e3d366ddd 100644 --- a/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.installer.yaml @@ -1,23 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.43.0 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: - - Architecture: neutral - InstallerType: inno - InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.43.0_0408-0956_1b80e12cadf.exe - InstallerSha256: 878F0A7E3EAFCB48669CFA700892DDB97B63AC33A63AD15E8FC15D5CF68FAA18 - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: -# ProductCode: -# Scope: - InstallerLocale: de-DE - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.43.0_0408-0956_1b80e12cadf.exe + InstallerSha256: 878F0A7E3EAFCB48669CFA700892DDB97B63AC33A63AD15E8FC15D5CF68FAA18 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.locale.en-US.yaml index 05081358335d3..99a393889084e 100644 --- a/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.locale.en-US.yaml @@ -1,21 +1,29 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.43.0 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - - management +- management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.yaml index 92e778854824e..2fd6f51364261 100644 --- a/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.43.0/JTL.Wawi.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.43.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.installer.yaml index 68ad99c08aa0a..a4d1e9267f35c 100644 --- a/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.installer.yaml @@ -1,23 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.43.1 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: - - Architecture: neutral - InstallerType: inno - InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.43.1_0414-1433_d948251ec3f.exe - InstallerSha256: 051DF6E3408E80FF3CBFB55CA757687C66159559F2F0B8FAE381FE4080D87B3C - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: -# ProductCode: -# Scope: - InstallerLocale: de-DE - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.43.1_0414-1433_d948251ec3f.exe + InstallerSha256: 051DF6E3408E80FF3CBFB55CA757687C66159559F2F0B8FAE381FE4080D87B3C ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.locale.en-US.yaml index 7be0de6b4dbca..09e33c1ce6536 100644 --- a/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.locale.en-US.yaml @@ -1,21 +1,29 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.43.1 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - - management +- management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.yaml index a321a4dfafdaa..4c342a63be322 100644 --- a/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.43.1/JTL.Wawi.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.43.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.installer.yaml index 8b74d5e7bc285..9f78ae7e06337 100644 --- a/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.installer.yaml @@ -1,23 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.44.0 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: - - Architecture: neutral - InstallerType: inno - InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.44.0_0419-0521_e4e2699881e.exe - InstallerSha256: 8F7E5A69CCF86D619B6E7863365CBCD48487C7CF60082FBF77E1A2116964D018 - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: -# ProductCode: -# Scope: - InstallerLocale: de-DE - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.44.0_0419-0521_e4e2699881e.exe + InstallerSha256: 8F7E5A69CCF86D619B6E7863365CBCD48487C7CF60082FBF77E1A2116964D018 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.locale.en-US.yaml index 2fb0cae1f2b63..f47ed9284ebd9 100644 --- a/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.locale.en-US.yaml @@ -1,21 +1,29 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.44.0 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - - management +- management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.yaml index ff1ed2bce1abd..5aa3fb873d999 100644 --- a/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.44.0/JTL.Wawi.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.44.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.installer.yaml index eca0c64e7bf4d..baf0b56d5712b 100644 --- a/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.installer.yaml @@ -1,23 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.0 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: - - Architecture: neutral - InstallerType: inno - InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.45.0_0517-0902_567196f4c17.exe - InstallerSha256: 6CD909E385250DEEB90D99A72D82EBC6FEF1911748D43DC4B4DC6D52666D79E2 - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: -# ProductCode: -# Scope: - InstallerLocale: de-DE - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.45.0_0517-0902_567196f4c17.exe + InstallerSha256: 6CD909E385250DEEB90D99A72D82EBC6FEF1911748D43DC4B4DC6D52666D79E2 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.locale.en-US.yaml index ebaaa3d96dcbf..fe16353fb0549 100644 --- a/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.locale.en-US.yaml @@ -1,21 +1,29 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.0 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - - management +- management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.yaml index 8544ca5ef4770..ca476f1b80ac4 100644 --- a/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.0/JTL.Wawi.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.installer.yaml index 568a283376b6e..ef04590204f11 100644 --- a/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.installer.yaml @@ -1,23 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.1 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: - - Architecture: neutral - InstallerType: inno - InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.45.1_0527-1059_f6d3f125670.exe - InstallerSha256: E70CC6AAD5257CF9C7C9E2C0B033589B38A868CAD3E6863D35D871E5738C9BE4 - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: -# ProductCode: -# Scope: - InstallerLocale: de-DE - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.45.1_0527-1059_f6d3f125670.exe + InstallerSha256: E70CC6AAD5257CF9C7C9E2C0B033589B38A868CAD3E6863D35D871E5738C9BE4 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.locale.en-US.yaml index 6f89f0d04029b..bf3e51f9130ba 100644 --- a/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.locale.en-US.yaml @@ -1,21 +1,29 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.1 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - - management +- management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.yaml index 78fe65bf26b35..b85ab27387224 100644 --- a/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.1/JTL.Wawi.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.installer.yaml index fe195a6d09edb..11d85a091d853 100644 --- a/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.installer.yaml @@ -1,23 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.2 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: - - Architecture: neutral - InstallerType: inno - InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.45.2_0607-1406_428a112c0db.exe - InstallerSha256: 3D245F0EE0F7548BC6F0468B44ECDFD2495EA4CC1203BB99EFD498795BEDAD3D - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: -# ProductCode: -# Scope: - InstallerLocale: de-DE - UpgradeBehavior: install +- Architecture: neutral + InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.45.2_0607-1406_428a112c0db.exe + InstallerSha256: 3D245F0EE0F7548BC6F0468B44ECDFD2495EA4CC1203BB99EFD498795BEDAD3D ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.locale.en-US.yaml index a3173b198977f..b246f86679de8 100644 --- a/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.locale.en-US.yaml @@ -1,21 +1,29 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.2 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - - management +- management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.yaml index 35d5924fd7e41..671c7b435ed78 100644 --- a/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.45.2/JTL.Wawi.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JTL.Wawi PackageVersion: 1.5.45.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.installer.yaml index 9efe93a554c7f..64e96eaac5f71 100644 --- a/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.installer.yaml @@ -1,24 +1,22 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.0 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: -- InstallerLocale: de-DE - Architecture: neutral - InstallerType: inno -# Scope: +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.46.0_0614-1454_1f0610873d5.exe InstallerSha256: BB22FCFB2BA6A47F04034BC3F81578EAB9E3B946B1A834B853201D9C25EC3533 - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.locale.de-DE.yaml index c0e63b9ef3254..5768477311f5b 100644 --- a/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.locale.en-US.yaml index 568e82fb1c657..0190ea3321855 100644 --- a/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.locale.en-US.yaml @@ -1,23 +1,29 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.0 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.yaml index 286adc4a5bb7b..17eb57501af5a 100644 --- a/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.installer.yaml index 96aedc696a74f..f0053b7bf6384 100644 --- a/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.installer.yaml @@ -1,24 +1,22 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.1 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: -- InstallerLocale: de-DE - Architecture: neutral - InstallerType: inno -# Scope: +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.46.1_0622-1336_76b30c59b52.exe InstallerSha256: E247A39A41BFC6B83D795D29DDC021851929D2F41D899303B2C8AC5D465982B4 - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.locale.de-DE.yaml index f1cf53e790edf..722bea0eed191 100644 --- a/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.locale.en-US.yaml index 1d28c66cae75a..b792e669dc449 100644 --- a/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.locale.en-US.yaml @@ -1,23 +1,29 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.1 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.yaml index 905a842f4cc84..eedb00b4cd1d6 100644 --- a/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.1/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.installer.yaml index c2559fa1a5ab4..d03e50e7b7fe9 100644 --- a/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.installer.yaml @@ -1,24 +1,22 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.2 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: -- InstallerLocale: de-DE - Architecture: neutral - InstallerType: inno -# Scope: +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.46.2_0625-1015_f1095186adf.exe InstallerSha256: 51D67F38A662270C12BC1F728FAEF599B7144E52FCE302C99A236894148644EC - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.locale.de-DE.yaml index 7b3b60f52f767..a6ee1a4a4616b 100644 --- a/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.2 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.locale.en-US.yaml index 46a888879fe0d..7db94593b9dc7 100644 --- a/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.locale.en-US.yaml @@ -1,23 +1,29 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.2 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.yaml index 1f7771170fb88..7b1475876a187 100644 --- a/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.2/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.installer.yaml index 9ad0b61a2f930..2a086849ed386 100644 --- a/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.installer.yaml @@ -1,24 +1,22 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.3 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: -- InstallerLocale: de-DE - Architecture: neutral - InstallerType: inno -# Scope: +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.46.3_0628-1141_ad5f0cf88a3.exe InstallerSha256: F6F353DD9EA5270DA808858F5E6EA059552FEF69C85ACB3DE6DFE0B950DD48FE - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.locale.de-DE.yaml index 030694f8f395d..fc2f99d18d82f 100644 --- a/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.3 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.locale.en-US.yaml index 9a01977c4b8a7..104a47d0e20bd 100644 --- a/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.locale.en-US.yaml @@ -1,23 +1,29 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.3 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.yaml index f1ec89b5c8c37..9feee67e2fede 100644 --- a/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.3/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.installer.yaml index b3820cfce7d4e..79bc67dad3374 100644 --- a/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.installer.yaml @@ -1,24 +1,22 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.4 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /SILENT + Custom: /NORESTART +UpgradeBehavior: install Installers: -- InstallerLocale: de-DE - Architecture: neutral - InstallerType: inno -# Scope: +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.46.4_0702-1409_bce050d9275.exe InstallerSha256: 40B573428683EE57A30ED8F16B1C83C188CE6E405C0C72FFF97832DCDBC1F2D3 - InstallerSwitches: - Custom: /NORESTART - Silent: /SILENT -# SilentWithProgress: - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.locale.de-DE.yaml index 35571b502e672..60581b47e9f15 100644 --- a/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.4 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.locale.en-US.yaml index 58729b4e7b8a3..ea987a5b227df 100644 --- a/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.locale.en-US.yaml @@ -1,23 +1,29 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.4 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.yaml index a933f0b43763f..a566f8d780306 100644 --- a/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.46.4/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.46.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.installer.yaml index 5a12e8023d818..e939d13d8eccf 100644 --- a/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.installer.yaml @@ -1,24 +1,23 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /SILENT +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: inno - Scope: machine +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.47.2_0719-0928_6a264dcd904.exe InstallerSha256: 4AB1BCBA0C687BAF27C59BCA9C88A754822C0580866F87B784312AD2625D754A - InstallerSwitches: - Silent: /VERYSILENT - SilentWithProgress: /SILENT - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.locale.de-DE.yaml index 563bde6278fe0..52863bd2b8f36 100644 --- a/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.2 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.locale.en-US.yaml index 496f8104e8fee..f4e6f287a4f38 100644 --- a/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.locale.en-US.yaml @@ -1,24 +1,29 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.2 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.yaml index bf300737eff53..ca8facdc7adcf 100644 --- a/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.2/JTL.Wawi.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.installer.yaml index 2a7ad8bcc6df3..9e2baf5ee8afc 100644 --- a/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.installer.yaml @@ -1,21 +1,20 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.3 +InstallerLocale: de-DE MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: de-DE - Architecture: neutral - InstallerType: inno - Scope: machine +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.47.3_0722-0619_19f1ed4913c.exe InstallerSha256: 0FBDBF77B0F105627785F119BAC736C9FF89E55BB5B06D8202FEEFD36065EBC9 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.locale.de-DE.yaml index bd07126db038b..5ee6d58636331 100644 --- a/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.3 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.locale.en-US.yaml index 8ce31260b8270..716aeb3f2e268 100644 --- a/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.locale.en-US.yaml @@ -1,24 +1,29 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.3 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.yaml index ee92d58087f5d..9b8d33ac41e44 100644 --- a/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.3/JTL.Wawi.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.installer.yaml index 9962a7ae3dbb1..276d7a6cd2f82 100644 --- a/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.installer.yaml @@ -1,21 +1,20 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.4 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: inno - Scope: machine +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.47.4_0730-0929_82ee027239f.exe InstallerSha256: A12E4329041B8206B452CCC633521635E2F5DDED24F65AC2E4F8DA28D03F015A - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.locale.de-DE.yaml index 3e261e57e0e75..59c0a2e1eba57 100644 --- a/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.4 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.locale.en-US.yaml index a4dcd734d54a6..79c8bc22b75e5 100644 --- a/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.locale.en-US.yaml @@ -1,24 +1,29 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.4 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.yaml index 56d25b6fe8e6d..12097f953afd9 100644 --- a/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.47.4/JTL.Wawi.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.47.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.installer.yaml index 82d51f3024721..c67348e71d521 100644 --- a/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.installer.yaml @@ -1,17 +1,16 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: inno - Scope: machine +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.48.0_0811-1240_fe96a7d7a07.exe InstallerSha256: 583E232BB8C97A6C4AD5AAD199D36DC0FCB90BC5AD147DF15087B3FB4F269866 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.locale.de-DE.yaml index 7446bb0e7f403..719b822cc2990 100644 --- a/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.locale.en-US.yaml index faee3a1d4f85c..a2cddf99978e6 100644 --- a/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.locale.en-US.yaml @@ -1,24 +1,29 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.0 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi -#PackageUrl: +# PackageUrl: License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.yaml index 6d9387fadef41..5381fa0c8b2ba 100644 --- a/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.0/JTL.Wawi.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.installer.yaml index f57493dc5294e..945edabd9ae0b 100644 --- a/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.installer.yaml @@ -1,17 +1,16 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: inno - Scope: machine +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.48.1_0813-1024_5c5d5b88afa.exe InstallerSha256: 5CA32E352CBDEF84FBEAB0717AD9E02C76BF91EC9E1D6332EBD890D42FBB18BB - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.locale.de-DE.yaml index abf16282eee3e..a7c8e31805410 100644 --- a/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.locale.en-US.yaml index f087fbb1f910a..38b10f9b07600 100644 --- a/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.locale.en-US.yaml @@ -1,24 +1,29 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.1 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi -#PackageUrl: +# PackageUrl: License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.yaml index afcf465d0d3d8..428280aafa89e 100644 --- a/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.1/JTL.Wawi.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.1 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.installer.yaml index 6d5fe8ea4cf3b..9bacccec9425f 100644 --- a/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.installer.yaml @@ -1,17 +1,16 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: inno - Scope: machine +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.48.2_0820-1306_de21285b40e.exe InstallerSha256: 0C85802FF15FD04915BF98B8E9A2E190A3C917B52E6A5260B2C005AEEFC0ED6C - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.locale.de-DE.yaml index 7e96c1bedfddb..61f64f1969613 100644 --- a/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.2 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.locale.en-US.yaml index 2c50de9ca6a7f..62dd3cdbac5ba 100644 --- a/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.locale.en-US.yaml @@ -1,24 +1,29 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.2 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi -#PackageUrl: +# PackageUrl: License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.yaml index b6abbeaccc80e..0e9115e6ec176 100644 --- a/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.48.2/JTL.Wawi.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.48.2 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.installer.yaml index 1be38628d5eeb..dd17f98353bcf 100644 --- a/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.installer.yaml @@ -1,17 +1,16 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.49.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: neutral - InstallerType: inno - Scope: machine +- Architecture: neutral InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.5.49.0_0908-0945_92a6dcdb329.exe InstallerSha256: ACE12B6355B33AAA5888DE1E87964505971FB6F20962E04E4C45C39BDAB1B6CC - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.locale.de-DE.yaml index aa30435192eb5..2479e769c2580 100644 --- a/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.locale.de-DE.yaml @@ -1,24 +1,30 @@ -# Created using YamlCreate.ps1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.49.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi PackageUrl: https://www.jtl-software.de/warenwirtschaft License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. -#Description: +# Description: +# Moniker: Tags: - verwaltung - warenwirtschaft +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.locale.en-US.yaml index 71a1ab01fd5d8..95e73c3045cab 100644 --- a/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.locale.en-US.yaml @@ -1,24 +1,29 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.49.0 PackageLocale: en-US Publisher: JTL-Software-GmbH -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi -#PackageUrl: +# PackageUrl: License: Copyright (c) JTL-Software-GmbH LicenseUrl: https://www.jtl-software.de/agb -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. -#Description: +# Description: +# Moniker: Tags: - management +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.yaml index feea26bb3f157..b828462c966f9 100644 --- a/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.5.49.0/JTL.Wawi.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.5.49.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.installer.yaml index f3f6929813082..5fd1316d57628 100644 --- a/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.10.0 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.10.0_0413-1542_cb13acc004e.exe InstallerSha256: 62215B86B0660310C64FE7E94A717A6AEEAB30E4525D718E9B14C3997E948FAC ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.locale.de-DE.yaml index b9ada09a60f7a..1e743d828c147 100644 --- a/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.10.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.locale.en-US.yaml index 5bf5a0c389666..4417cefada1a4 100644 --- a/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.10.0 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.yaml index 9baec4be7f5c3..cfa32222716ba 100644 --- a/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.10.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.10.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.installer.yaml index 26ccbe70e8a92..1b18e2e6d236d 100644 --- a/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.11.0 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.11.0_0516-1522_9f62e1e2126.exe InstallerSha256: 48CDF940D17A827C38205972BEDB7EF046DB467E6A6C381725AB53F298153A78 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.locale.de-DE.yaml index d4c61e61ecefe..d05b447f0a601 100644 --- a/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.11.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.locale.en-US.yaml index 18bf147c6f313..286b549622f7f 100644 --- a/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.11.0 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.yaml index 25391a4c17f4e..53d8faf0d2e92 100644 --- a/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.11.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.11.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.installer.yaml index 0f7b5e9e6dbd4..9fd0ef99cb803 100644 --- a/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.11.1 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.11.1_0616-1202_bc070c91951.exe InstallerSha256: 5F7BBA5CE68A60334AF02B5D08FAECFD40FC52827706840DDADAA991BC2B988E ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.locale.de-DE.yaml index f127cd3a9395c..504a28c6d7559 100644 --- a/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.11.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.locale.en-US.yaml index 007ffd935d1c5..e11e0bb356687 100644 --- a/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.11.1 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.yaml index b2945b0432266..a7f6407c47303 100644 --- a/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.11.1/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.11.1 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.installer.yaml index c3ce3ab5d0824..50630c762f2dd 100644 --- a/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.12.0 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.12.0_0616-1246_240c2cac018.exe InstallerSha256: 1CA17C47E6FBC87DF691242B09A7B30EC0C6C52702114E281F3D68AFBC391BD0 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.locale.de-DE.yaml index 29c4646987c38..3c589b295c7a1 100644 --- a/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.12.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.locale.en-US.yaml index 25ae97eb25a97..09dfffb4c1a37 100644 --- a/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.12.0 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.yaml index aa976c257708c..34e25150cd116 100644 --- a/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.12.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.12.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.installer.yaml index 9ce0a418d484d..59786f6b980a4 100644 --- a/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.12.1 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.12.1_0629-1626_c66b2a367dd.exe InstallerSha256: D38BFCEF087598E86B30A01A0D7C391B7DB15B930DC3515978450DC9FC5EDCA1 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.locale.de-DE.yaml index 1d17a5c14b020..3c5ecc5325352 100644 --- a/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.12.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.locale.en-US.yaml index 1e09abc2460dd..9c0c6810accfb 100644 --- a/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.12.1 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.yaml index b7d77728068ac..f8b3940fe7722 100644 --- a/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.12.1/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.12.1 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.installer.yaml index 323912a261f74..f8e7b049ed9f2 100644 --- a/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.13.0 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.13.0_0712-1542_dabf170699b.exe InstallerSha256: DA7CD455BC925E5CAF97B69ADF026D692D552D86B7434C473328F2691065A85F ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.locale.de-DE.yaml index 56d470e40190e..71286e8519096 100644 --- a/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.13.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.locale.en-US.yaml index 0ceb86db22c32..2695c13937761 100644 --- a/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.13.0 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.yaml index e2a5db7fc5274..5727e3619eac2 100644 --- a/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.13.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.13.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.installer.yaml index f3acd43ffe163..89c634df9b884 100644 --- a/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.13.1 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.13.1_0731-1407_3cbad2a54d7.exe InstallerSha256: 3A8F2BECB9BAB5FF9DCC51B19B7ACD181763A0DBEC42C469DFA0F1F103AA2742 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.locale.de-DE.yaml index d71525c2c0965..2c40afb569414 100644 --- a/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.13.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.locale.en-US.yaml index 54d66e507f6cf..5a6a0659e3988 100644 --- a/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.13.1 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.yaml index 9f84cec11750b..9b3485873eecc 100644 --- a/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.13.1/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.13.1 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.installer.yaml index f6f3f03b827d6..a3e030d743be4 100644 --- a/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.14.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.14.0_0811-0943_7a591f5dd3f.exe InstallerSha256: 85DDB0DDFDE64B0A4538159FEDC63050B111DCBA2DBF75688C70219A1C51C75C ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.locale.de-DE.yaml index 96deb1731740f..130f66c00e205 100644 --- a/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.14.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.locale.en-US.yaml index 91e858dbfbcf9..c31ab7cfeb839 100644 --- a/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.14.0 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.yaml index 7dc5569f47272..ceea75148f97a 100644 --- a/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.14.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.14.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.installer.yaml index 34ddd64b2ae76..64366f67101a5 100644 --- a/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.8.2 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.8.2_0307-1431_a611a6686bc.exe InstallerSha256: 5165581D5692C478EC0E75496271E85A813E90911F84FE7D8CA94F6243373E68 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.locale.de-DE.yaml index 02ced97427096..0ef7df9737278 100644 --- a/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.8.2 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.locale.en-US.yaml index 231f61aa92320..49b64ad161bd1 100644 --- a/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.8.2 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.yaml index 3d97860d63884..67a52eb8238f6 100644 --- a/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.8.2/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.8.2 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.installer.yaml index ad64a5f6aa076..8e9fd9c964ece 100644 --- a/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.8.3 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.8.3_0310-1640_e407b3e18e2.exe InstallerSha256: F55C94155D9DB3190D01FBFD96878D51953D34660D08D993AADD96BCB3AA844E ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.locale.de-DE.yaml index d1b1d44fb8d57..73b34334cdbfc 100644 --- a/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.8.3 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.locale.en-US.yaml index 7a007909abd4e..52095ebaebb22 100644 --- a/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.8.3 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.yaml index 5e4eaa4d8d0cf..b83d93fbacda5 100644 --- a/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.8.3/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.8.3 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.installer.yaml index 9be9977274f02..3673d573823ad 100644 --- a/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.9.0 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.7.9.0_0313-0852_e0b8ad3cfc7.exe InstallerSha256: CFBE88824A5CEBBDB1EA37C72E27B31D6D6B2141F7A483DCCB7E223361E2FA41 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.locale.de-DE.yaml index 8ad35de663b91..aa8339c281f16 100644 --- a/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.9.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.locale.en-US.yaml index 4ecb4c2e22798..2f4c92bb0ce9c 100644 --- a/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.9.0 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.yaml index 69acf8b82aebf..638d1ab94ae1b 100644 --- a/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.7.9.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.7.9.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.installer.yaml index ceacd15270689..53b951bca4ee9 100644 --- a/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.11.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.8.11.1_0130-1140_4fecbded187.exe InstallerSha256: 180A0A47BA5637F261A2D6EE724E8EB58FCA03743ACB14819818703AA967A8FF ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.locale.de-DE.yaml index 52226bf804528..098677d7e243f 100644 --- a/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.11.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.locale.en-US.yaml index c8e7ed81347ee..8eaf6fed58c08 100644 --- a/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.11.1 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.yaml index 70fe539da327b..fa1cd29faf472 100644 --- a/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.8.11.1/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.11.1 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.installer.yaml index a3497baec0060..52640af9136d6 100644 --- a/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.11.2 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.8.11.2_0206-1507_4ffd480aacc.exe InstallerSha256: 612920DA7C971263EF55E4658BA4833F2858D0D66A98B7F14ACAFEA786824F6D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.locale.de-DE.yaml index d2d7a8364f00a..6838820db87a0 100644 --- a/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.11.2 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.locale.en-US.yaml index 58566f049ba69..e38a2c6c26211 100644 --- a/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.11.2 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.yaml index 1cba932462cb6..b30b2da7681ee 100644 --- a/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.8.11.2/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.11.2 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.installer.yaml index e806d3cf91c92..d54d833658446 100644 --- a/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.12.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.8.12.0_0219-1154_da46a766934.exe InstallerSha256: F4CD0410E20011C9827106F965D63A7BB3A35904DCDF1DACC9DCA79B50CBB3D1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.locale.de-DE.yaml index 9fb6e60a05149..cb1d09918a44b 100644 --- a/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.12.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.locale.en-US.yaml index b34222524ed35..2a0a7250a524f 100644 --- a/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.12.0 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.yaml index a9d4701d0f615..4ba3018017726 100644 --- a/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.8.12.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.12.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.installer.yaml index d2f6ea4cfb5c7..65da0b60696c3 100644 --- a/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.7.4 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.8.7.4_1103-1031_91832e51d55.exe InstallerSha256: 99518087AA676EB335898CA3B1ED218695384EA66B0F245F46FFB612A5231128 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.locale.de-DE.yaml index e7ebc24885eec..af1af68d15366 100644 --- a/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.7.4 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.locale.en-US.yaml index 912a2786aa59f..0860a0d564a95 100644 --- a/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.7.4 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.yaml index 3e3687ff6c366..6c99b82e5c70a 100644 --- a/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.8.7.4/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.7.4 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.installer.yaml index 3697cbc378a24..32e8fea050c9b 100644 --- a/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.installer.yaml @@ -1,13 +1,13 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.0 +InstallerType: inno Scope: machine Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.8.8.0_1109-1320_e1e47c0e8cc.exe InstallerSha256: F1DA3651350A76511139B6A071B07ADF5D3F118969A06A3C9C7FE8D41031DEFF ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.locale.de-DE.yaml index 73bc6584ff8e0..f47e44717920e 100644 --- a/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.0 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.locale.en-US.yaml index ee42e5389dfa5..dcf217c863ca0 100644 --- a/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.0 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.yaml index f54f4f61d4e72..aadd748ed9580 100644 --- a/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.0/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.0 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.installer.yaml index 61ccc553e2bb6..809df1b8fd52c 100644 --- a/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.8.8.1_1117-1526_0445f4aef16.exe InstallerSha256: E940E5B30B3ECB1A628420209654CDFC91029682FEDAFFD0C3C81A04809AF1B6 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.locale.de-DE.yaml index 6b849bdab4b8b..50bcca7c40228 100644 --- a/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.locale.en-US.yaml index cab6e03d27c2c..1f10477a30c0b 100644 --- a/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.1 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.yaml index 909fca3464b69..ae5ccef1d0e33 100644 --- a/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.1/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.1 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.installer.yaml index 5363d8fe06012..bd292a976350a 100644 --- a/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.2 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.8.8.2_1124-1241_5cb256fc5fd.exe InstallerSha256: 41DCFDC8C9F3D59C450CDDDECB2ABAAF9A6D0C4C6A233EE4F846FAFAF25AE864 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.locale.de-DE.yaml index 32eaa1bce5d98..2397edff8aa32 100644 --- a/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.2 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.locale.en-US.yaml index c8b6e5f895a6f..09edc6e31904d 100644 --- a/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.2 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.yaml index 3af0e9d5483fd..d2ce7ec6e48f5 100644 --- a/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.8.8.2/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.8.2 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.installer.yaml index ab2a17d8e2994..eafeb4818f5ad 100644 --- a/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.9.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.8.9.1_1130-1555_d8999b5b3f0.exe InstallerSha256: 37B68E2664D5F211AFFF5F8C5EA75C368528772A75C37B136B2F1B771A4D906C ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.locale.de-DE.yaml index fc83f7b25f64a..f835f7b91850f 100644 --- a/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.9.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.locale.en-US.yaml index 2c6237fe67a65..bcff3ad99ee21 100644 --- a/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.9.1 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.yaml index c15f512196f18..e78a719330182 100644 --- a/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.8.9.1/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.8.9.1 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.installer.yaml index da6497f0460d2..dc5a1c8c5ce5a 100644 --- a/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.9.4.1_0510-1350_6f8ca4fd990.exe InstallerSha256: 5E8377686D867EF8996D37EEFBC08521A670F2DF30E05F843FF48D360C4B13E3 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.locale.de-DE.yaml index 6421d617ed39d..677f4a7a61bd6 100644 --- a/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.1 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.locale.en-US.yaml index d416b72e6617e..880fe03e410b3 100644 --- a/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.1 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.yaml index c8fdc4827dd9b..a55316a38955a 100644 --- a/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.1/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.1 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.installer.yaml index 7b7f73cec16c0..7b0a97d8e4093 100644 --- a/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.3 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.9.4.3_0524-1624_96b08ca0b2a.exe InstallerSha256: E53837A6A996977D86311230AB031834D1B67EC38B6F8764974892DA8A9ACC85 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.locale.de-DE.yaml index 791968bca481a..3c2d9e130ac89 100644 --- a/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.3 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.locale.en-US.yaml index 1a4c52d760e5e..25b538846bd65 100644 --- a/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.3 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.yaml index 464bdae160cc0..1f6a2100659e3 100644 --- a/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.3/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.3 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.installer.yaml index 0d9139528b292..5c5446f3adec6 100644 --- a/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.5 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.9.4.5_0607-1237_b0445162e2f.exe InstallerSha256: 85AE30527DDA6A0DCC04FDF1A504E7D4532D7C66D2ED8E8BC6014A48CEB7F410 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.locale.de-DE.yaml index 8e32f3c0dd913..25fab2a7f72cb 100644 --- a/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.5 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.locale.en-US.yaml index 4b974d3f62b1b..560d79ebf42ac 100644 --- a/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.5 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.yaml index 74ebe7453edfd..a60443435fbe4 100644 --- a/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.9.4.5/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.4.5 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.installer.yaml index a9b6eaa87242f..ef257c0272f5c 100644 --- a/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.5.3 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.9.5.3_1010-0835_b8929c06ad2.exe InstallerSha256: 2304F6F654CA5608D805EF9008EC68BAADD6776F8BAA396BE361B8AD2BB23A97 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.locale.de-DE.yaml index 19cfb4e93e07e..971ec38b8838c 100644 --- a/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.5.3 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.locale.en-US.yaml index 64d446b692c05..2c830a7b05723 100644 --- a/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.5.3 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.yaml index 74dbb3cbd5044..399bc7e327c08 100644 --- a/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.9.5.3/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.5.3 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.installer.yaml index ddd0ed737a737..f0c4fb3d72eb0 100644 --- a/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.installer.yaml +++ b/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.6.5 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.9.6.5_1127-1603_00545d74c8e.exe InstallerSha256: 04E462E1B4ECD96ABD54A1F31F02953F40517D93A81A1EFC1AD7EC69BD08CFE9 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.locale.de-DE.yaml index f19b0f6ae2692..68c42eb4f1cf0 100644 --- a/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.locale.de-DE.yaml +++ b/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.locale.de-DE.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.6.5 PackageLocale: de-DE Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.locale.en-US.yaml index 088a69be00fa0..f955ff98c6b5d 100644 --- a/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.locale.en-US.yaml +++ b/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.locale.en-US.yaml @@ -1,12 +1,28 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.6.5 PackageLocale: en-US Publisher: JTL-Software-GmbH +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JTL-Wawi +# PackageUrl: License: Proprietary +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.yaml index e81e58e2b9502..0c87ffff7b87f 100644 --- a/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.yaml +++ b/manifests/j/JTL/Wawi/1.9.6.5/JTL.Wawi.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JTL.Wawi PackageVersion: 1.9.6.5 DefaultLocale: de-DE ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..5d375aec11205 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1345 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-01-31 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.1345/Jackett.Installer.Windows.exe + InstallerSha256: BB02039FE0941069C2D75160E1B0C9618CF8C33B35571C00819ECE0049FC3379 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..0db7ff6b2fe7f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1345 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 1ptbar: add special search, cats, and info + - hhanclub: update cat title + - pttime: update path cats + - ptvicomo: update cats + - pttime: update cats + - polskie-torrenty: add reason for cookie + - polskie-torrenty: switch to cookie. #15835 + - hhanclub: update cats + - azuza: update login test selector. resolves #14478 + - yuscene: update account inactivity info + - torrentqq: bump domains + - Update rudub.yml + - backups: new cats + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1345 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..c9e121b3beb4a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1345/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1345 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..2f18ef1980a14 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1355 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-01 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.1355/Jackett.Installer.Windows.exe + InstallerSha256: 6C70F0175FD21CAE110DAC0B131E44CCFB98291901F852387F8DA4E5980D4591 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..56400db41a2c9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1355 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: "Changes:\n- oxtorrent-vip: new domain\n- hhd: update cats\n- azusa: typo\n- azusa: rework seeders, leechers and grabs selectors. resolves #14478\n- hhanclub: add music-search\n- Revert \"hhanclub: update cat title\"\n- torrentview: hardcode 2024 for TEST #14672\n- Update rudub.yml\n- hdgalaktik: new selector for title, details and download\n- Revert \"ildragonero: hardcode year for keywordless search. #8148\"\n- hdatmos: fix \n- hdvideo: add special search and cat\n- hdatmos: add special search and cats\n- freefarm: add 'pending' categories\nThis list of changes was auto generated." +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1355 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..75a178361fda9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1355/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1355 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..64f8f12733239 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1359 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-01 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.1359/Jackett.Installer.Windows.exe + InstallerSha256: 19BE63BB1047C027D0D44734C8352DA501E65408D718928FEF55BC65518BE87A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..10d5d02a4b644 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1359 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - Update rudub.yml + - add nordicquality a private site. resolves #15841 + - Update oxtorrent-vip.yml + - oxtorrent-vip: add new alternate domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1359 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..181d5f7261198 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1359/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1359 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..c2e5e6c9c529a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1363 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.1363/Jackett.Installer.Windows.exe + InstallerSha256: 778AFDAADA96291C226EEDC0767F3A0B2E07C35C09695A754B0EF51444AA5996 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..8a734ebb79631 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1363 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 702a4d2 torrent9-tel: new domain + - 7cb6cf2 hdbits: use release name for full discs and XXX content + - 8003633 Update rudub.yml + - a0b5f8b iptorrents: cleanup languages between brackets when possible + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1363 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..4fa16e20211f2 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1363/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1363 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..6b3b53e487b25 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1368 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-04 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.1368/Jackett.Installer.Windows.exe + InstallerSha256: 52B143937044A4ED3DD47F7BAE26B8C141214FFC29F7861E86F1FA58AC682C55 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..beb62240371a8 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1368 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 01255f4 turkseed; cat 29 is now 30 + - bda4009 hdpt: removed. resolves #14289 + - f547bc7 norbits: add main cats + - 6fe799e xxxtor: CA expired + - 9c74145 turkseed: new cat + add music-search + - 1d53002 teamos: new cat + - 92e5937 Update rudub.yml + - db21005 hhd: new cats + - 68d3702 cardigann: fix captcha relogin (#15833) + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1368 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..e8e845a49268a --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1368/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1368 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..4c9564b77e8d6 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1372 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-04 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.1372/Jackett.Installer.Windows.exe + InstallerSha256: A54311F00AF1536D798EB4D4258C1718B329475BF9B029E6170974B02F532756 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..a6372508e7ea9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1372 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 5c01b2b rain: lint + - 2e5beb9 add rain a Chinese private site. resolves #15842 + - 121148b cardigann: fix login for definitions with optional captcha [ #15843 ] + - e6df421 Update rudub.yml + - 67ccb01 pornolab: new login + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1372 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..1572235c14343 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1372/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1372 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..b073c164b3561 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1377 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-05 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.1377/Jackett.Installer.Windows.exe + InstallerSha256: C2BED0A40595475260774973C6A11B6D2ED90742E50CD354C94251FA2EA7B007 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..fa7beaf7a3a25 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1377 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 8b83a1e cleanse rsskey from logs + - bce5f6d norbits: fix ccb0626 + - 4e20151 Revert "norbits: fix ccb0626" + - cdf9b06 norbits: fix ccb0626 + - 6849a41 mejortorrent: bump domain + - 2eacca1 torrentsir: bump domain + - 0dc9544 torrentqq: bump domain + - 42ddf84 tapochek: update cats + - 1eac010 Update rudub.yml + - ccb0626 norbits: update release category selectors + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1377 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..05d08e80210dc --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1377/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1377 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..f09b3d423d174 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1381 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.22.1381/Jackett.Installer.Windows.exe + InstallerSha256: 25A90F4203E3C794A9429E9232248D207FEE0BEDD9A1508BC3907CBFF53187FC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..f883e3647c842 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1381 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 032e39a dontorrent: new domain + - 6567e73 torrentqq: bump alt domain + - 2e22572 danishbytes: update cats + - 8cc02ed Update rudub.yml + - 640a2be hellashut: update cats + - 773e991 Update README.md + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1381 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..8bcf63a1a56ba --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1381/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1381 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.installer.yaml new file mode 100644 index 0000000000000..21319cd489201 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.installer.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 6.1.6 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: eabf4847-a999-55ba-aa27-eacddccc1540 +ReleaseDate: 2025-02-04 +AppsAndFeaturesEntries: +- DisplayName: DbGate 6.1.6 + ProductCode: eabf4847-a999-55ba-aa27-eacddccc1540 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v6.1.6/dbgate-6.1.6-win.exe + InstallerSha256: 930465C2E6511F2BE1275FDA40B8012E971D18218716E1864F883BDFF3199173 +- Architecture: x64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v6.1.6/dbgate-6.1.6-win_x64.exe + InstallerSha256: 1ECB99D12CEA764F3CDC7F04BF734CB04C7EB106744C71134EEB3F1C75C6C74D +- Architecture: arm64 + InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v6.1.6/dbgate-6.1.6-win_arm64.exe + InstallerSha256: 7B9AB0B61C9D39F0D99631B59B84B7C3C8D7BB63D9BBEA23436D11A40277E6CD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.locale.en-US.yaml new file mode 100644 index 0000000000000..cf63036d7bd45 --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 6.1.6 +PackageLocale: en-US +Publisher: Jan Prochazka +PublisherUrl: https://github.com/dbgate/dbgate +PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +Author: Jan Prochazka +PackageName: DbGate +PackageUrl: https://github.com/dbgate/dbgate +License: GPL-3.0 +LicenseUrl: https://github.com/dbgate/dbgate/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021 Jan Prochazka +CopyrightUrl: https://raw.githubusercontent.com/dbgate/dbgate/master/LICENSE +ShortDescription: An open-source database administration tool. +Description: |- + Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. + Runs under Windows, Linux, Mac or as web application +Tags: +- database-gui +- database-manager +- electron +- mongodb +- mysql +- postgresql +- sql +- sql-server +- sqlite +ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v6.1.6 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.yaml new file mode 100644 index 0000000000000..ba122ee963f4a --- /dev/null +++ b/manifests/j/JanProchazka/dbgate/6.1.6/JanProchazka.dbgate.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JanProchazka.dbgate +PackageVersion: 6.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.installer.yaml index 4200227503cb0..29411b2ad7046 100644 --- a/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.installer.yaml @@ -1,21 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.7.4 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - bbmodel +InstallerType: nullsoft +Scope: user InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bbmodel Installers: - - Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.7.4/Blockbench_3.7.4.exe - InstallerSha256: 06401D4AC75084BCCC67EC3BAF2992153D51ACC4E8D45D1DF06B0550E5494739 -# ProductCode: - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.7.4/Blockbench_3.7.4.exe + InstallerSha256: 06401D4AC75084BCCC67EC3BAF2992153D51ACC4E8D45D1DF06B0550E5494739 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.locale.en-US.yaml index f8c072a601b70..9462749e48d3a 100644 --- a/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.locale.en-US.yaml @@ -1,28 +1,35 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.7.4 PackageLocale: en-US Publisher: JannisX11 -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench -#PackageUrl: +# PackageUrl: License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/raw/master/LICENSE.MD -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Blockbench - A boxy 3D model editor Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Moniker: blockbench Tags: - - electron - - minecraft - - pixel-art - - 3d - - low-poly - - blockbench - - hytale +- 3d +- blockbench +- electron +- hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.yaml index e978c192702bd..8deb2439b9087 100644 --- a/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.7.4/JannisX11.Blockbench.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.installer.yaml index f1880cce5d8d8..f58f8320db825 100644 --- a/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.installer.yaml @@ -1,21 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.7.5 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - bbmodel +InstallerType: nullsoft +Scope: user InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bbmodel Installers: - - Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.7.5/Blockbench_3.7.5.exe - InstallerSha256: 1EF5D56AEDFE9C662D18ECCA451AFDD6C503364426D9F0577C21B8A335F789B8 -# ProductCode: - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.7.5/Blockbench_3.7.5.exe + InstallerSha256: 1EF5D56AEDFE9C662D18ECCA451AFDD6C503364426D9F0577C21B8A335F789B8 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.locale.en-US.yaml index 1b5cc48547a28..6d7ecc768b7ee 100644 --- a/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.locale.en-US.yaml @@ -1,28 +1,35 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.7.5 PackageLocale: en-US Publisher: JannisX11 -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench -#PackageUrl: +# PackageUrl: License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/raw/master/LICENSE.MD -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Blockbench - A boxy 3D model editor Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Moniker: blockbench Tags: - - electron - - minecraft - - pixel-art - - 3d - - low-poly - - blockbench - - hytale +- 3d +- blockbench +- electron +- hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.yaml index 860d68b2661d9..be26fd374dbbf 100644 --- a/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.7.5/JannisX11.Blockbench.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.7.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.installer.yaml index c1cf0a0fb1fbd..1eca55d63a673 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.installer.yaml @@ -1,21 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - bbmodel +InstallerType: nullsoft +Scope: user InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bbmodel Installers: - - Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.8.0/Blockbench_3.8.0.exe - InstallerSha256: B70B3293870634D602BFE5B2E3F81C1619AC75CE11E0146861DD5BB83B0529D5 -# ProductCode: - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.8.0/Blockbench_3.8.0.exe + InstallerSha256: B70B3293870634D602BFE5B2E3F81C1619AC75CE11E0146861DD5BB83B0529D5 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.locale.en-US.yaml index bd89a60b40198..322893b41fe2e 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.locale.en-US.yaml @@ -1,28 +1,35 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.0 PackageLocale: en-US Publisher: JannisX11 -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: -#Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Blockbench -#PackageUrl: +# PackageUrl: License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/raw/master/LICENSE.MD -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Blockbench - A boxy 3D model editor Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Moniker: blockbench Tags: - - electron - - minecraft - - pixel-art - - 3d - - low-poly - - blockbench - - hytale +- 3d +- blockbench +- electron +- hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.yaml index 18812e6a68c39..9d4a7540002ed 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.0/JannisX11.Blockbench.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.installer.yaml index b626d58b00ca8..31967736995c2 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.installer.yaml @@ -1,21 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - bbmodel +InstallerType: nullsoft +Scope: user InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bbmodel Installers: - - Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.8.2/Blockbench_3.8.2.exe - InstallerSha256: 18A184798770F81EF5D943C867ADFE87A954D7F67FEA341841C438DBE5335A61 -# ProductCode: - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.8.2/Blockbench_3.8.2.exe + InstallerSha256: 18A184798770F81EF5D943C867ADFE87A954D7F67FEA341841C438DBE5335A61 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.locale.en-US.yaml index ff7c314b8f6b2..bdb72ea9927b6 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.locale.en-US.yaml @@ -1,28 +1,35 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.2 PackageLocale: en-US Publisher: JannisX11 -#PublisherUrl: -#PublisherSupportUrl: -#PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench -#PackageUrl: +# PackageUrl: License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/raw/master/LICENSE.MD -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Blockbench - A boxy 3D model editor Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Moniker: blockbench Tags: - - electron - - minecraft - - pixel-art - - 3d - - low-poly - - blockbench - - hytale +- 3d +- blockbench +- electron +- hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.yaml index f406d3c96e4f7..963eda11b6430 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.2/JannisX11.Blockbench.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.installer.yaml index c0daacfbf3f22..04c43576876af 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.installer.yaml @@ -1,21 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.3 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - bbmodel +InstallerType: nullsoft +Scope: user InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bbmodel Installers: - - Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.8.3/Blockbench_3.8.3.exe - InstallerSha256: C62AB02B8BC9A381BCF1270906A878FBAA30D09E43689A1260EDE50C684E2581 -# ProductCode: - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.8.3/Blockbench_3.8.3.exe + InstallerSha256: C62AB02B8BC9A381BCF1270906A878FBAA30D09E43689A1260EDE50C684E2581 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.locale.en-US.yaml index 3ddc86edd969f..de34125e5e5fb 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.locale.en-US.yaml @@ -1,25 +1,35 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.3 PackageLocale: en-US Publisher: JannisX11 -#PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench +# PackageUrl: License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/raw/master/LICENSE.MD -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Blockbench - A boxy 3D model editor Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Moniker: blockbench Tags: - - electron - - minecraft - - pixel-art - - 3d - - low-poly - - blockbench - - hytale +- 3d +- blockbench +- electron +- hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.yaml index 2c6b5ea6be7d4..2b01cd928a3ac 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.3/JannisX11.Blockbench.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.installer.yaml index 1c9af4d742f15..c4b3176efb60e 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.installer.yaml @@ -1,21 +1,22 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.4 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -FileExtensions: - - bbmodel +InstallerType: nullsoft +Scope: user InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- bbmodel Installers: - - Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.8.4/Blockbench_3.8.4.exe - InstallerSha256: D6CF2EA6341869477E14B8A5C24D0A9AED2FC0CF8B3F812E55A493AE94FAF392 -# ProductCode: - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.8.4/Blockbench_3.8.4.exe + InstallerSha256: D6CF2EA6341869477E14B8A5C24D0A9AED2FC0CF8B3F812E55A493AE94FAF392 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.locale.en-US.yaml index dc738948b3f2b..63aca74c3170a 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.locale.en-US.yaml @@ -1,25 +1,35 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.4 PackageLocale: en-US Publisher: JannisX11 -#PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench +# PackageUrl: License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/raw/master/LICENSE.MD -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Blockbench - A boxy 3D model editor Description: Blockbench - A boxy 3D model editor Moniker: blockbench Tags: - - electron - - minecraft - - pixel-art - - 3d - - low-poly - - blockbench - - hytale +- 3d +- blockbench +- electron +- hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.yaml index e06c033dcba48..8bee145794efe 100644 --- a/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.8.4/JannisX11.Blockbench.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.8.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.installer.yaml index 6659399110d1b..a379a918862bb 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.installer.yaml @@ -1,23 +1,22 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install FileExtensions: - bbmodel Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: user +- Architecture: x64 InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.9.0/Blockbench_3.9.0.exe InstallerSha256: 38518ACA5728B119FA899D4E8DFC200F43284B778F0FBF2C8C4895C3E467FEFD - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.locale.en-US.yaml index db70a0e001f73..95e7324006657 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.locale.en-US.yaml @@ -1,25 +1,35 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.0 PackageLocale: en-US Publisher: JannisX11 +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench +# PackageUrl: License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/raw/master/LICENSE.MD +# Copyright: +# CopyrightUrl: ShortDescription: Blockbench - A boxy 3D model editor Description: Blockbench - A boxy 3D model editor Moniker: blockbench Tags: -- electron -- minecraft -- pixel-art - 3d -- low-poly - blockbench +- electron - hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.yaml index 6bda50bb5769e..a332d41dd7ffd 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.0/JannisX11.Blockbench.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.installer.yaml index 561d6ee1514f6..907fd60bb17c9 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.2 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.9.2/Blockbench_3.9.2.exe InstallerSha256: 4DABAB790B83CBF84041B2A2E31237BF9EBA8401B34153E3212C586B80CECB5D ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.locale.en-US.yaml index 288ca1e43d925..e70751e2b3612 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.locale.en-US.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.2 PackageLocale: en-US Publisher: JannisX11 -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench -# PackageUrl: +# PackageUrl: License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/raw/master/LICENSE.MD -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Blockbench - A boxy 3D model editor Description: Blockbench - A boxy 3D model editor Moniker: blockbench @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.yaml index 2495bca04461c..fb1176a2449f6 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.2/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.installer.yaml index b624672086a9e..2df9f44f0967a 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.installer.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.3 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - silent +UpgradeBehavior: install FileExtensions: - bbmodel Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: user +- Architecture: x64 InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v3.9.3/Blockbench_3.9.3.exe InstallerSha256: D39DD45C771D83F46F7F4106C7C0CEAD03073FA00EF5DE8822E6377754D8D3F8 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.locale.en-US.yaml index f001288fdeef7..a7e4b3909d772 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.3 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- @@ -19,12 +21,17 @@ Description: |- Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. Moniker: blockbench Tags: -- electron -- minecraft -- pixel-art - 3d -- low-poly - blockbench +- electron - hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.yaml index 79afef4a51270..ef3532fba2ee8 100644 --- a/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/3.9.3/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 3.9.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.installer.yaml index 35333860e15f0..2851f579f777d 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.0.1/Blockbench_4.0.1.exe InstallerSha256: 14243D039C14DFBEBDF5E7FFA2DC5D0C452B9438D1A8741D4827613881A9B3D2 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.locale.en-US.yaml index f41cf140dc2f6..892c700a7c6a3 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.1 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- @@ -21,12 +21,17 @@ Description: |- Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. Moniker: blockbench Tags: -- electron -- minecraft -- pixel-art - 3d -- low-poly - blockbench +- electron - hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.yaml index 3bb813b52f269..6870175b5f17f 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.1/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.installer.yaml index b675ff5d2ba71..d1bd101b4d47b 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.0.2/Blockbench_4.0.2.exe InstallerSha256: 8AB25274042F4E2B23FE413FE268A69DA729594DDFEA58BF68E11C216D80C249 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.locale.en-US.yaml index 04a97adf9b223..b54b59f7f169c 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.2 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- @@ -21,12 +21,17 @@ Description: |- Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. Moniker: blockbench Tags: -- electron -- minecraft -- pixel-art - 3d -- low-poly - blockbench +- electron - hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.yaml index 12c34b4607044..d6355a61399d2 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.2/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.installer.yaml index 65b247ea17d37..ab084f5f6a3e2 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.0.3/Blockbench_4.0.3.exe InstallerSha256: D02D1B8C6981C640C63B56004F95B514F73094DB979C2529D2CC227E01A0D397 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.locale.en-US.yaml index 8c1ff65007649..d0b2eb7c88e38 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.3 @@ -7,13 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- @@ -21,12 +21,17 @@ Description: |- Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. Moniker: blockbench Tags: -- electron -- minecraft -- pixel-art - 3d -- low-poly - blockbench +- electron - hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.yaml index 1bffac9c776c3..818d34d7e141a 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.3/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.installer.yaml index 69b6d5c17e6bb..578b243459660 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.0.4/Blockbench_4.0.4.exe InstallerSha256: 89C0B4E0DF37A9DFC33CA8AA0898B48AD5CD506050FE0453DD8CB1E6D04F2632 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.locale.en-US.yaml index afe5ae9200625..7bd65bf0a4d20 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.4 @@ -7,25 +7,31 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: -- electron -- minecraft -- pixel-art - 3d -- low-poly - blockbench +- electron - hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.yaml index c661b1dee463e..cac9f18866b5e 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.4/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.installer.yaml index b07fe75ff0b02..85eaafe9c8f29 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.5 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.0.5/Blockbench_4.0.5.exe InstallerSha256: C16E26F1419E2FC514FBF3095F3B43383D81419D7C960E0EED6175570B7959AC ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.locale.en-US.yaml index 8ffa3fc2f6eee..4e1b7ec4c74ae 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.5 @@ -7,25 +7,31 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: -- electron -- minecraft -- pixel-art - 3d -- low-poly - blockbench +- electron - hytale +- low-poly +- minecraft +- pixel-art +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.yaml index 9bab9e7799813..f8ffd512ece07 100644 --- a/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.0.5/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.installer.yaml index 5bc9f7377d800..09339f9f32870 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.1.1/Blockbench_4.1.1.exe InstallerSha256: 627450A78AA1F56613592406EE9B6581F5EEDC52C66C1482672D3A556BE3B461 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.locale.en-US.yaml index 3705588c6c74d..47f4a9ad39dd4 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.1 @@ -7,19 +7,19 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -28,8 +28,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.yaml index 1b4245c56dab5..aeeb8a3bb454d 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.1/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.installer.yaml index e58e844084d00..4f2c767263ee1 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.1.2/Blockbench_4.1.2.exe InstallerSha256: BBC3C937D988F171F7264F71F740CC6B739AD079627CA29EC15B4F856223B272 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.locale.en-US.yaml index 0c7850cc3b6c1..3bba099d028cf 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.2 @@ -7,19 +7,19 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -28,8 +28,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.yaml index ffc3ff1aa7443..4a96f9da242cd 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.2/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.installer.yaml index 626bcebc34a51..e9a78016bea85 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.1.3/Blockbench_4.1.3.exe InstallerSha256: C5799A1C541D15C262DF37FCB82E9E4C4378B6143A7FECA31098E70DB2591D70 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.locale.en-US.yaml index 58c979349024b..6201bb11589a6 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.3 @@ -7,19 +7,19 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -28,8 +28,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.yaml index b96c1153329a5..c2c9f078b9989 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.3/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.installer.yaml index 2aa4a0f513a21..0ade442a0ac75 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.1.4/Blockbench_4.1.4.exe InstallerSha256: 50AC5D9326AE13D63AE2BDE8E34B7E237A64F62FE0CC9622ED4CB50F2F8E6ADF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.locale.en-US.yaml index 30ae6c40555b7..24fb3160f4cd5 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.4 @@ -7,19 +7,19 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor Description: |- Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -28,8 +28,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.yaml index 775a3336f9450..bdb5980945df8 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.4/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.installer.yaml index 785280dd96b4e..d8239d743449f 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.5 @@ -17,5 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.1.5/Blockbench_4.1.5.exe InstallerSha256: D02DA16D37815DB25B8852BD73CE01445CCF3054F7C9825D545DE4D86E5AA8CD ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.locale.en-US.yaml index e05983cb611da..ea0c56b887332 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.5 @@ -7,16 +7,18 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. -Description: > - Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. - Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +Description: | + Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: - 3d - blockbench @@ -25,7 +27,10 @@ Tags: - low-poly - minecraft - pixel-art +# ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.1.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.yaml index 18a11b52514c1..37ef7862409d3 100644 --- a/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.1.5/JannisX11.Blockbench.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.5.0.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.1.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.installer.yaml index 3c7825338e04c..c34285febaba2 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.2.3/Blockbench_4.2.3.exe InstallerSha256: 31F8D33EC7D41BA8CC32A2DE57A06FFC72E21C35B0B2967EB4AF24F06D43C0F4 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.locale.en-US.yaml index 1e334fcf129ae..08990b8b6131b 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.3 @@ -7,18 +7,17 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. -Description: |- - Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: - 3d - blockbench @@ -27,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.yaml index 0600f3bc504d3..8f60e6a9f9582 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.3/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.installer.yaml index 1ae82afff1788..ac7154e308c11 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.installer.yaml @@ -1,10 +1,11 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.4 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Scope: user InstallModes: - silent @@ -13,9 +14,7 @@ FileExtensions: - bbmodel Installers: - Architecture: x64 - InstallerType: nullsoft InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.2.4/Blockbench_4.2.4.exe InstallerSha256: AC6127A64F35D90900C0798E1C4E197EE35F20BA541112D4E2433A483DBA21B3 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.locale.en-US.yaml index 0975f144f3fcf..16ace3b094d8d 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.4 @@ -7,14 +7,17 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: - 3d - blockbench @@ -23,7 +26,10 @@ Tags: - low-poly - minecraft - pixel-art +# ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.2.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.yaml index 030df678080f4..ac24b69a53043 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.4/JannisX11.Blockbench.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.installer.yaml index d8665399f6cc6..dc766344b18b4 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.2.5/Blockbench_4.2.5.exe InstallerSha256: 9CCD8F9D2EDEE9C8CA3D19DCA0298771B8A1B6C928ADE1393C11FBD5A4AC5CC0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.locale.en-US.yaml index 1c9cc1403856f..b7d14806ffb29 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.5 @@ -7,17 +7,17 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -26,8 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.2.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.yaml index f3231eda83922..631e85ca57e31 100644 --- a/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.2.5/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.installer.yaml index 97293c850c8cc..f2aa308df9d76 100644 --- a/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.3.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.3.1/Blockbench_4.3.1.exe InstallerSha256: DF899650F5A29F32A111C331D6C7DD66D899D71DD4C95C1A537E539FE999016C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.locale.en-US.yaml index 15148091efda9..7060d587822eb 100644 --- a/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.3.1 @@ -7,17 +7,17 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -26,8 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.3.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.yaml index e21cf5061de31..a75716c475e28 100644 --- a/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.3.1/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.installer.yaml index 14a0ea27aec8c..2ed85c8a8ff40 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.4.1/Blockbench_4.4.1.exe InstallerSha256: 92B53D4832BC8697C9C4595265925D3C0F86B9B3A36CA3B66C93078D354B0D10 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.locale.en-US.yaml index 7954f1f43d079..397341149067b 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.1 @@ -7,17 +7,17 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.4.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.yaml index 4aa343edc08bf..22f8f43226fea 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.1/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.installer.yaml index 8eb3a10ab9b87..2e39e790c3af4 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.2 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.4.2/Blockbench_4.4.2.exe InstallerSha256: 115EC9BD56C6EDF1146E0C10E9672B8506F0D921EE54C05A4092267FA3CF0819 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.locale.en-US.yaml index 38e52e5b70c20..d39172b6d97a5 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.2 @@ -7,17 +7,17 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.4.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.yaml index 976bfd898e892..af952001350ef 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.2/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.installer.yaml index 773db2f82ab83..c2657a9eec42f 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.3 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.4.3/Blockbench_4.4.3.exe InstallerSha256: 350FBB3E9D03A9C7B85136DA5D189633C241A54FF9C67536C2DD377F32BA2782 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.locale.en-US.yaml index 37f65709b1041..22531fe7528b7 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.3 @@ -7,17 +7,17 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues -# PrivacyUrl: +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: Blockbench is a free, modern model editor for boxy models and pixel art textures. Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. -# Moniker: +# Moniker: Tags: - 3d - blockbench @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.4.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.yaml index 85b12202c90a9..2d3d87d2c8f30 100644 --- a/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.4.3/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.installer.yaml index f4f091f9f28ab..c12c8229ba3ae 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.0 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.5.0/Blockbench_4.5.0.exe InstallerSha256: 6A235829EEBEC29E1C7E25BEF98AF236C9FF9C80834BEF801C2595F81FF3630B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.locale.en-US.yaml index 0b7dbffbd39e8..956a8100e171a 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.0 @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.5.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.yaml index f3c14112c46b1..a705403b4a60f 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.0/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.installer.yaml index d2cd15ce5d89f..7af6374e76aed 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.5.1/Blockbench_4.5.1.exe InstallerSha256: 6C277BE4E30B4E11B0F1E49F0D36BCBA50152C058E8CD60AEE0723B19601DF6A ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.locale.en-US.yaml index 84f04fb499638..4af861976180f 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.1 @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.5.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.yaml index 8d02ca2d05f57..edcfd83c190f1 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.1/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.installer.yaml index 6e730a1fc9380..b6a024518ae9a 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.2 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.5.2/Blockbench_4.5.2.exe InstallerSha256: 6D51160C50FF083C0706CC7E569ABD30B1FC58D0A4BB12B989DB962715678E64 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.locale.en-US.yaml index 0155b59709bf0..e7fec87b44e18 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.2 @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.5.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.yaml index e45d14043b269..8b7cfc1d6ca8a 100644 --- a/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.5.2/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.installer.yaml index ac607119bc5b4..3a68dc95b319e 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.0 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.6.0/Blockbench_4.6.0.exe InstallerSha256: 33C3584611893A38C741475F51A412AF1E90B88C83B582DFE71ADCE72E8BF62D ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.locale.en-US.yaml index d4f868356c926..306dfaa76f62a 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.0 @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.6.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.yaml index db2d0812ee3e1..f254e0f0b0e4d 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.0/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.installer.yaml index 1a6c1b7ea9712..2fd3842c033ea 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.6.1/Blockbench_4.6.1.exe InstallerSha256: 9C6B98F2AAE9B921267652438D23C36FD0554AA5A0C1E6F86F9DA76F78BFBBE7 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.locale.en-US.yaml index a66a2fa01e863..c6b3dc846bed6 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.1 @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.6.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.yaml index dbc3ad574cb4c..e82d5b631e0f9 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.1/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.installer.yaml index 11540a839c2e5..cde51dfb7c778 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.3 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.6.3/Blockbench_4.6.3.exe InstallerSha256: 63C692C14E77FF12F19DFDBC724D4B5D77A304C4A6EE93941F971115FB2E4AF1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.locale.en-US.yaml index 05851d760976f..7a219a03587fe 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.3 @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.6.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.yaml index d308012c6771d..049df6d956aa4 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.3/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.installer.yaml index 623131c915ec2..41c975ea7e445 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.4 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.6.4/Blockbench_4.6.4.exe InstallerSha256: EF4DC29261DAE47627A67CEEA5A94DD6D0847D5E2BB8970E452537D83C872B84 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.locale.en-US.yaml index 11506ee3f3195..c7f90ecc8fe5e 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.4 @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.6.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.yaml index 896d204ba2585..39f37987c1d93 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.4/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.installer.yaml index c2f1725450f29..b19d47d35eb98 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.6.5/Blockbench_4.6.5.exe InstallerSha256: F5095949EAFFF2791E0B95B84A01CED87646954770DF806902161845804CF903 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.locale.en-US.yaml index 5866e8f84d19f..7545e5989f4aa 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.5 @@ -26,11 +26,10 @@ Tags: - low-poly - minecraft - pixel-art -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.6.5 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.yaml index 1fd9e7516e1e1..e0b96d339b31e 100644 --- a/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.6.5/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.6.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.installer.yaml index b1072c43292f7..023a5dbccf39c 100644 --- a/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.7.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.7.2/Blockbench_4.7.2.exe InstallerSha256: 2CEA8963E8BBBB276A89E08FF826C37827D684146978AF7B32BB748AC6CA5A60 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.locale.en-US.yaml index 1f63b8aeb172a..b6b7764293454 100644 --- a/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.7.2 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: |- @@ -19,8 +21,9 @@ Description: |- Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: -- '3d' +- 3d - blockbench - electron - hytale @@ -47,5 +50,8 @@ ReleaseNotes: |- - Fix #1262 inset faces don't have default UV mapping - Fixed moving mesh selection in group space ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.7.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.yaml index 03860120d296a..4691fd86c2914 100644 --- a/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.7.2/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.installer.yaml index b9d7b12903d54..dbdb394632671 100644 --- a/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.7.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.7.4/Blockbench_4.7.4.exe InstallerSha256: ACDD83152293D9A8AEB0C001D7B27813A7DE9A5335063C65AABDDA23ECDC7081 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.locale.en-US.yaml index 08b466a0135ee..b36e004fee24b 100644 --- a/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.7.4 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: |- @@ -19,8 +21,9 @@ Description: |- Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: -- '3d' +- 3d - blockbench - electron - hytale @@ -34,5 +37,8 @@ ReleaseNotes: |- Plugins...) to the main menu entry does not update highlight - Fixed missing translation for Start Screen button tooltip, when Hide Tab Bar is enabled ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.7.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.yaml index 17474879e01ac..54d2b7c472c50 100644 --- a/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.7.4/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.installer.yaml index 934b4cba34424..185f67f15ca76 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.8.1/Blockbench_4.8.1.exe InstallerSha256: 1704DD4E0D4315386308C5960FC77CD7349D79724C4A958008AD426637B3E09E ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.locale.en-US.yaml index 2dbc3b4d01a7c..826e46379f643 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.1 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: |- @@ -19,8 +21,9 @@ Description: |- Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: -- '3d' +- 3d - blockbench - electron - hytale @@ -44,5 +47,8 @@ ReleaseNotes: |- - Fixed painting on selected layered texture when it's hidden - Fixed Russian language using English strings instead ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.8.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.yaml index 0a469ec83367e..81b988ef34cdc 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.1/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.installer.yaml index fbc698bc97979..482ee0faa45f4 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.8.2/Blockbench_4.8.2.exe InstallerSha256: 5340ED4BACC7358036867C78473518E2CBBAAC69428968BD9A3C7B3468ACAF73 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.locale.en-US.yaml index 1d5ad07d1bfc4..d3b44a6eea4da 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.2 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: |- @@ -19,8 +21,9 @@ Description: |- Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: -- '3d' +- 3d - blockbench - electron - hytale @@ -65,5 +68,8 @@ ReleaseNotes: |- - Optimize keybinding saving, fixed potential error - Fixed issue with generating mirror modeling box UV templates ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.8.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.yaml index 451bf5fdad996..83200f17c81ab 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.2/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.installer.yaml index 0d188c2e1b395..c60fa715b27ec 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.8.3/Blockbench_4.8.3.exe InstallerSha256: 4B6377EFDB5CCDEF8ED8986C4D2301B662FD572B4FACCE43F27E67D95385ECAC ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.locale.en-US.yaml index f977a0be1a27e..0291c473cfab9 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.3 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: |- @@ -19,8 +21,9 @@ Description: |- Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: -- '3d' +- 3d - blockbench - electron - hytale @@ -35,5 +38,8 @@ ReleaseNotes: |- - Timeline ruler labels not rounded - Updated electron to 25.7 ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.8.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.yaml index 6135aab350044..bfe68608619ed 100644 --- a/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.8.3/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.8.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.installer.yaml index ded3775083ca6..09ac7b02ff1b2 100644 --- a/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.9.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.9.1/Blockbench_4.9.1.exe InstallerSha256: 69D55AF2F55155AEB0BBEDBB1237217E8E83C6644782B1A803CA620D6FBBC1B0 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.locale.en-US.yaml index 57454a065a60a..1791741f1d98d 100644 --- a/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.9.1 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: |- @@ -19,8 +21,9 @@ Description: |- Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: -- '3d' +- 3d - blockbench - electron - hytale @@ -55,5 +58,8 @@ ReleaseNotes: |- - Fixed onion skinning memory leak - Fixed issue with moving layers when grabbing outside of canvas ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.9.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.yaml index 378d572d44cfa..93bacf8a5dad3 100644 --- a/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.9.1/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.installer.yaml b/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.installer.yaml index 51c83cecc926c..c54df4a1a9c1c 100644 --- a/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.installer.yaml +++ b/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.9.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/JannisX11/blockbench/releases/download/v4.9.4/Blockbench_4.9.4.exe InstallerSha256: AC657F360F1B648E01628B66D53E838796BC17E3B923325838159E037389F46F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.locale.en-US.yaml b/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.locale.en-US.yaml index bc351e1fbbd42..fdb386704e935 100644 --- a/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.locale.en-US.yaml +++ b/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.9.4 @@ -7,11 +7,13 @@ PackageLocale: en-US Publisher: JannisX11 PublisherUrl: https://github.com/JannisX11/blockbench PublisherSupportUrl: https://github.com/JannisX11/blockbench/issues +# PrivacyUrl: Author: JannisX11 PackageName: Blockbench PackageUrl: https://www.blockbench.net/ License: GPL-3.0 LicenseUrl: https://github.com/JannisX11/blockbench/blob/HEAD/LICENSE.MD +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/JannisX11/blockbench/master/LICENSE.MD ShortDescription: Blockbench - A boxy 3D model editor. Description: |- @@ -19,6 +21,7 @@ Description: |- Models can be exported for Minecraft Java and Bedrock Edition as well as most game engines and other 3D applications. Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace. +# Moniker: Tags: - 3d - blockbench @@ -51,5 +54,8 @@ ReleaseNotes: |- - Fixed mesh viewport menu acting like outliner menu - Allow palette colors to be styled smaller via theme ReleaseNotesUrl: https://github.com/JannisX11/blockbench/releases/tag/v4.9.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.yaml b/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.yaml index 3c508a25ca7df..3de90bf802826 100644 --- a/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.yaml +++ b/manifests/j/JannisX11/Blockbench/4.9.4/JannisX11.Blockbench.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JannisX11.Blockbench PackageVersion: 4.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.installer.yaml deleted file mode 100644 index 64c6fe429ea97..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.16 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.16.exe - InstallerSha256: 4197d582d9f40945b2d4d47693c838ccd086b851bd52dfc35c44fa4d0c8f16b1 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-4.16.exe - InstallerSha256: 4197d582d9f40945b2d4d47693c838ccd086b851bd52dfc35c44fa4d0c8f16b1 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.locale.en-US.yaml deleted file mode 100644 index b05d16ca91e7a..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.16 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Personal -PackageUrl: https://www.antcommander.com/personal/ -License: Freeware -LicenseUrl: https://www.antcommander.com/personal/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Personal file manager with tabs support -Description: |- - Ant Commander Personal - Personal file manager - Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. -ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt -Moniker: ant-commander -Tags: -- file-manager -- file -- manager -- management -- disk -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.yaml deleted file mode 100644 index d5052e4d58932..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/4.16/Japplis.AntCommander.Personal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 4.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.installer.yaml deleted file mode 100644 index c06b59d92b569..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 5.0 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-5.0.exe - InstallerSha256: 6dca45c29aa72277097ebfe1a4c620c03360500584199021df00742d0b5c6a25 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-5.0.exe - InstallerSha256: 6dca45c29aa72277097ebfe1a4c620c03360500584199021df00742d0b5c6a25 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.locale.en-US.yaml deleted file mode 100644 index d5db689a7b1d1..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 5.0 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Personal -PackageUrl: https://www.antcommander.com/personal/ -License: Freeware -LicenseUrl: https://www.antcommander.com/personal/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Personal file manager with tabs support -Description: |- - Ant Commander Personal - Personal file manager - Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. -ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt -Moniker: ant-commander -Tags: -- file-manager -- file -- manager -- management -- disk -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.yaml deleted file mode 100644 index 89d43789166ac..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/5.0/Japplis.AntCommander.Personal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.installer.yaml deleted file mode 100644 index c07af445c29c8..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 5.1 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-5.1.exe - InstallerSha256: 522191d13e996ae04e01cf91406315bee4046c0d7e34063e64dc0adbab53ec31 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-5.1.exe - InstallerSha256: 522191d13e996ae04e01cf91406315bee4046c0d7e34063e64dc0adbab53ec31 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.locale.en-US.yaml deleted file mode 100644 index c63a75b4eb77d..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 5.1 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Personal -PackageUrl: https://www.antcommander.com/personal/ -License: Freeware -LicenseUrl: https://www.antcommander.com/personal/license.txt -Copyright: Copyright © 2004 - 2025 Japplis. All rights reserved. -ShortDescription: Personal file manager with tabs support -Description: |- - Ant Commander Personal - Personal file manager - Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. -ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt -Moniker: ant-commander -Tags: -- file-manager -- file -- manager -- management -- disk -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.yaml deleted file mode 100644 index 9a954011f33b6..0000000000000 --- a/manifests/j/Japplis/AntCommander/Personal/5.1/Japplis.AntCommander.Personal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Personal -PackageVersion: 5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.installer.yaml b/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.installer.yaml new file mode 100644 index 0000000000000..d571eb17f859d --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Personal +PackageVersion: 5.2 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-5.2.exe + InstallerSha256: c763e09cf0c3e52dfb3adebd2bfa16150cca7cb88ae6c6cc4b4ea576f806166e + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.antcommander.com/personal/versions/AntCommander-5.2.exe + InstallerSha256: c763e09cf0c3e52dfb3adebd2bfa16150cca7cb88ae6c6cc4b4ea576f806166e + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.locale.en-US.yaml new file mode 100644 index 0000000000000..1b76e46677e25 --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Personal +PackageVersion: 5.2 +PackageLocale: en-US +Publisher: Japplis +PublisherUrl: https://www.japplis.com +Author: Anthony Goubard +PackageName: Ant Commander Personal +PackageUrl: https://www.antcommander.com/personal/ +License: Freeware +LicenseUrl: https://www.antcommander.com/personal/license.txt +Copyright: Copyright © 2004 - 2025 Japplis. All rights reserved. +ShortDescription: Personal file manager with tabs support +Description: |- + Ant Commander Personal - Personal file manager + Ant Commander Personal is file manager for basic file operations. It can show multiple directories are the same time, has tabs support, bookmarks, history and a preview for for text and image files. +ReleaseNotesUrl: https://www.antcommander.com/personal/changes.txt +Moniker: ant-commander +Tags: +- file-manager +- file +- manager +- management +- disk +- explorer +- finder +- directory +- folder +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.yaml b/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.yaml new file mode 100644 index 0000000000000..a2e0c90a65de5 --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Personal/5.2/Japplis.AntCommander.Personal.yaml @@ -0,0 +1,8 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Personal +PackageVersion: 5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.installer.yaml deleted file mode 100644 index 79a898f5ac982..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.16 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.16.exe - InstallerSha256: c40e081245eb2b687dd7f578a287289b8d1ee722784b0011ba27a3658d2b3b9e - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-4.16.exe - InstallerSha256: c40e081245eb2b687dd7f578a287289b8d1ee722784b0011ba27a3658d2b3b9e - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.locale.en-US.yaml deleted file mode 100644 index 66d4b74501ba3..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.16 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Pro -PackageUrl: https://www.antcommander.com/ -License: Commercial -LicenseUrl: https://www.antcommander.com/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Powerful file manager for developers -Description: |- - Ant Commander Pro - Professional file manager - Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. -ReleaseNotesUrl: https://www.antcommander.com/changes.txt -Moniker: ant-commander-pro -Tags: -- file-manager -- Java -- file -- manager -- management -- disk -- sftp -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.yaml deleted file mode 100644 index 0bef31cf5ac9a..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/4.16/Japplis.AntCommander.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 4.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.installer.yaml deleted file mode 100644 index 4d223069062bd..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 5.0 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-5.0.exe - InstallerSha256: fae41ffaf5478348d3a60201628b8563b7a451a964309562ece4c2b29ebe6fc4 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-5.0.exe - InstallerSha256: fae41ffaf5478348d3a60201628b8563b7a451a964309562ece4c2b29ebe6fc4 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.locale.en-US.yaml deleted file mode 100644 index 3dfe776e9071e..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 5.0 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Pro -PackageUrl: https://www.antcommander.com/ -License: Commercial -LicenseUrl: https://www.antcommander.com/license.txt -Copyright: Copyright © 2004 - 2024 Japplis. All rights reserved. -ShortDescription: Powerful file manager for developers -Description: |- - Ant Commander Pro - Professional file manager - Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. -ReleaseNotesUrl: https://www.antcommander.com/changes.txt -Moniker: ant-commander-pro -Tags: -- file-manager -- Java -- file -- manager -- management -- disk -- sftp -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.yaml deleted file mode 100644 index 4df9812b63269..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/5.0/Japplis.AntCommander.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.installer.yaml deleted file mode 100644 index 8e54d4a38998a..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 5.1 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-5.1.exe - InstallerSha256: 9ce87694777d2e45137345569f9df6c59f2d4b0dba0f1e9241529ce698ad8c71 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-5.1.exe - InstallerSha256: 9ce87694777d2e45137345569f9df6c59f2d4b0dba0f1e9241529ce698ad8c71 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.locale.en-US.yaml deleted file mode 100644 index 8ee6a36397233..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 5.1 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Ant Commander Pro -PackageUrl: https://www.antcommander.com/ -License: Commercial -LicenseUrl: https://www.antcommander.com/license.txt -Copyright: Copyright © 2004 - 2025 Japplis. All rights reserved. -ShortDescription: Powerful file manager for developers -Description: |- - Ant Commander Pro - Professional file manager - Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. -ReleaseNotesUrl: https://www.antcommander.com/changes.txt -Moniker: ant-commander-pro -Tags: -- file-manager -- Java -- file -- manager -- management -- disk -- sftp -- explorer -- finder -- directory -- folder -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.yaml deleted file mode 100644 index ff909dee7b6ba..0000000000000 --- a/manifests/j/Japplis/AntCommander/Pro/5.1/Japplis.AntCommander.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Japplis.AntCommander.Pro -PackageVersion: 5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.installer.yaml b/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.installer.yaml new file mode 100644 index 0000000000000..1bd5a9620acb9 --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Pro +PackageVersion: 5.2 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-5.2.exe + InstallerSha256: d5de1cbad1bee682e1acf31e03a4b72d56725e4c90511d9abd35ab0df2211a88 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.antcommander.com/versions/AntCommanderPro-5.2.exe + InstallerSha256: d5de1cbad1bee682e1acf31e03a4b72d56725e4c90511d9abd35ab0df2211a88 + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.locale.en-US.yaml b/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..10cc29e5545db --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Pro +PackageVersion: 5.2 +PackageLocale: en-US +Publisher: Japplis +PublisherUrl: https://www.japplis.com +Author: Anthony Goubard +PackageName: Ant Commander Pro +PackageUrl: https://www.antcommander.com/ +License: Commercial +LicenseUrl: https://www.antcommander.com/license.txt +Copyright: Copyright © 2004 - 2025 Japplis. All rights reserved. +ShortDescription: Powerful file manager for developers +Description: |- + Ant Commander Pro - Professional file manager + Ant Commander Pro is a powerful file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, command line, etc. +ReleaseNotesUrl: https://www.antcommander.com/changes.txt +Moniker: ant-commander-pro +Tags: +- file-manager +- Java +- file +- manager +- management +- disk +- sftp +- explorer +- finder +- directory +- folder +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.yaml b/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.yaml new file mode 100644 index 0000000000000..c854f7b2ae6c2 --- /dev/null +++ b/manifests/j/Japplis/AntCommander/Pro/5.2/Japplis.AntCommander.Pro.yaml @@ -0,0 +1,8 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Japplis.AntCommander.Pro +PackageVersion: 5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.installer.yaml b/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.installer.yaml deleted file mode 100644 index b5e594ac0f9e0..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.13 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/applet-runner/pro/versions/AppletRunnerPro-2.13.exe - InstallerSha256: fb02d137399e4f4cf41875e464a95e2b081b1968c4fdbb512e0c3203f4fe286c - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/applet-runner/pro/versions/AppletRunnerPro-2.13.exe - InstallerSha256: fb02d137399e4f4cf41875e464a95e2b081b1968c4fdbb512e0c3203f4fe286c - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.locale.en-US.yaml b/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.locale.en-US.yaml deleted file mode 100644 index fa33c42ba7765..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.13 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Applet Runner Pro -PackageUrl: https://www.japplis.com/applet-runner/pro/ -License: Commercial -LicenseUrl: https://www.japplis.com/applet-runner/pro/license.txt -Copyright: Copyright © 2020 - 2024 Japplis. All rights reserved. -ShortDescription: Run Java Applets as an Application -Description: |- - Applet Runner Pro - Run Java Applets - Applet Runner let you start Java applets as standalone application. Java applet are software that are downloaded and execute by providing a location like a link or local file. -ReleaseNotesUrl: https://www.japplis.com/applet-runner/pro/changes.txt -Moniker: applet-runner-pro -Tags: -- applet -- runner -- viewer -- Java -- online -- IDE -- jnlp -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.yaml b/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.yaml deleted file mode 100644 index 19234b676ec4e..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.13/Japplis.AppletRunnerPro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.13 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.installer.yaml b/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.installer.yaml deleted file mode 100644 index ab49c8cbf5a60..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.14 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/applet-runner/pro/versions/AppletRunnerPro-2.14.exe - InstallerSha256: c3daaa668c9357640abb26a49eb06f10ce79337c7404d70c6ba325c074f40cff - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/applet-runner/pro/versions/AppletRunnerPro-2.14.exe - InstallerSha256: c3daaa668c9357640abb26a49eb06f10ce79337c7404d70c6ba325c074f40cff - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.locale.en-US.yaml b/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.locale.en-US.yaml deleted file mode 100644 index ded17444af95b..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.14 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Applet Runner Pro -PackageUrl: https://www.japplis.com/applet-runner/pro/ -License: Commercial -LicenseUrl: https://www.japplis.com/applet-runner/pro/license.txt -Copyright: Copyright © 2020 - 2024 Japplis. All rights reserved. -ShortDescription: Run Java Applets as an Application -Description: |- - Applet Runner Pro - Run Java Applets - Applet Runner let you start Java applets as standalone application. Java applet are software that are downloaded and execute by providing a location like a link or local file. -ReleaseNotesUrl: https://www.japplis.com/applet-runner/pro/changes.txt -Moniker: applet-runner-pro -Tags: -- applet -- runner -- viewer -- Java -- online -- IDE -- jnlp -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.yaml b/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.yaml deleted file mode 100644 index 997d776d662d5..0000000000000 --- a/manifests/j/Japplis/AppletRunnerPro/2.14/Japplis.AppletRunnerPro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.AppletRunnerPro -PackageVersion: 2.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.installer.yaml b/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.installer.yaml deleted file mode 100644 index 3356f9acad31f..0000000000000 --- a/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: 5.5 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/decoration/versions/Decoration-5.5.exe - InstallerSha256: 7e594abcfe5aeaeaed4ae6a841aade95a09f37322afbe5fbc7e10c4c38f22505 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/decoration/versions/Decoration-5.5.exe - InstallerSha256: 7e594abcfe5aeaeaed4ae6a841aade95a09f37322afbe5fbc7e10c4c38f22505 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.locale.en-US.yaml b/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.locale.en-US.yaml deleted file mode 100644 index f4f712cfb4155..0000000000000 --- a/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: 5.5 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Decoration -PackageUrl: https://www.japplis.com/decoration/ -License: Shareware -LicenseUrl: https://www.japplis.com/decoration/license.txt -Copyright: Copyright © 2007 - 2024 Japplis. All rights reserved. -ShortDescription: Decoration is an image editor to add nice borders and effects to photos. -Description: |- - Decoration - Image Editor for Batch Processing - Decoration is an image editor. Add the images to your photoset, select the effects to apply among more than 100 and click on the start button. -ReleaseNotesUrl: https://www.japplis.com/decoration/changes.txt -Moniker: decoration -Tags: -- decoration -- image -- photo -- effect -- filter -- batch -- manipulation -- picture -- editor -- shadow -- mirror -- border -- frame -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.yaml b/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.yaml deleted file mode 100644 index 021dfa7255d45..0000000000000 --- a/manifests/j/Japplis/Decoration/5.5/Japplis.Decoration.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: 5.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.installer.yaml b/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.installer.yaml deleted file mode 100644 index 74b7f80c7195e..0000000000000 --- a/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: 5.6 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/decoration/versions/Decoration-5.6.exe - InstallerSha256: 81df0a50dfd91bcdd1949873229e2b60aaf3c59fcc15ae57c614e41ea27b8e54 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/decoration/versions/Decoration-5.6.exe - InstallerSha256: 81df0a50dfd91bcdd1949873229e2b60aaf3c59fcc15ae57c614e41ea27b8e54 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.locale.en-US.yaml b/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.locale.en-US.yaml deleted file mode 100644 index 1af50229d7194..0000000000000 --- a/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: 5.6 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Decoration -PackageUrl: https://www.japplis.com/decoration/ -License: Shareware -LicenseUrl: https://www.japplis.com/decoration/license.txt -Copyright: Copyright © 2007 - 2025 Japplis. All rights reserved. -ShortDescription: Decoration is an image editor to add nice borders and effects to photos. -Description: |- - Decoration - Image Editor for Batch Processing - Decoration is an image editor. Add the images to your photoset, select the effects to apply among more than 100 and click on the start button. -ReleaseNotesUrl: https://www.japplis.com/decoration/changes.txt -Moniker: decoration -Tags: -- decoration -- image -- photo -- effect -- filter -- batch -- manipulation -- picture -- editor -- shadow -- mirror -- border -- frame -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.yaml b/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.yaml deleted file mode 100644 index 87b40e4b675f0..0000000000000 --- a/manifests/j/Japplis/Decoration/5.6/Japplis.Decoration.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Japplis.Decoration -PackageVersion: 5.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.installer.yaml b/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.installer.yaml new file mode 100644 index 0000000000000..192f6007e9710 --- /dev/null +++ b/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Japplis.Decoration +PackageVersion: 5.7 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.japplis.com/decoration/versions/Decoration-5.7.exe + InstallerSha256: 4eda3750d4240bbecd1917988f24a436e0ee8e22e06ab84202c88c40df9d674f + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.japplis.com/decoration/versions/Decoration-5.7.exe + InstallerSha256: 4eda3750d4240bbecd1917988f24a436e0ee8e22e06ab84202c88c40df9d674f + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.locale.en-US.yaml b/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.locale.en-US.yaml new file mode 100644 index 0000000000000..3fac0f6197850 --- /dev/null +++ b/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Japplis.Decoration +PackageVersion: 5.7 +PackageLocale: en-US +Publisher: Japplis +PublisherUrl: https://www.japplis.com +Author: Anthony Goubard +PackageName: Decoration +PackageUrl: https://www.japplis.com/decoration/ +License: Shareware +LicenseUrl: https://www.japplis.com/decoration/license.txt +Copyright: Copyright © 2007 - 2025 Japplis. All rights reserved. +ShortDescription: Decoration is an image editor to add nice borders and effects to photos. +Description: |- + Decoration - Image Editor for Batch Processing + Decoration is an image editor. Add the images to your photoset, select the effects to apply among more than 100 and click on the start button. +ReleaseNotesUrl: https://www.japplis.com/decoration/changes.txt +Moniker: decoration +Tags: +- decoration +- image +- photo +- effect +- filter +- batch +- manipulation +- picture +- editor +- shadow +- mirror +- border +- frame +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.yaml b/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.yaml new file mode 100644 index 0000000000000..9c9e86cb46284 --- /dev/null +++ b/manifests/j/Japplis/Decoration/5.7/Japplis.Decoration.yaml @@ -0,0 +1,8 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Japplis.Decoration +PackageVersion: 5.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.installer.yaml b/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.installer.yaml deleted file mode 100644 index 7bb9779036f75..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: 1.3 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/poster-font/versions/PosterFont-1.3.exe - InstallerSha256: 34ff505fb63ef3d33f17a78747c595aded25aabc336dc33bd0672da9ac2d3e59 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/poster-font/versions/PosterFont-1.3.exe - InstallerSha256: 34ff505fb63ef3d33f17a78747c595aded25aabc336dc33bd0672da9ac2d3e59 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.locale.en-US.yaml b/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.locale.en-US.yaml deleted file mode 100644 index 5cb6a69500dd0..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: 1.3 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Poster Font -PackageUrl: https://www.japplis.com/poster-font/ -License: Shareware -LicenseUrl: https://www.japplis.com/poster-font/license.txt -Copyright: Copyright © 2011 - 2024 Japplis. All rights reserved. -ShortDescription: Create beautiful titles for presentations and thumbnails -Description: |- - Poster Font - Create outstanding titles - Create beautiful titles for your professional presentations, your website or your video thumbnails -ReleaseNotesUrl: https://www.japplis.com/poster-font/changes.txt -Moniker: poster-font -Tags: -- font -- text -- title -- presentation -- poster -- batch -- banner -- outline -- thumbnail -- multi-line -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.yaml b/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.yaml deleted file mode 100644 index 8973d4c8a01da..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.3/Japplis.PosterFont.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: 1.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.installer.yaml b/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.installer.yaml deleted file mode 100644 index 21edaadea28a4..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: 1.4 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/poster-font/versions/PosterFont-1.4.exe - InstallerSha256: 919b827706a77ebb80d343bedc55b1a53421b638be20c1e824f24bfea93ef7c8 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/poster-font/versions/PosterFont-1.4.exe - InstallerSha256: 919b827706a77ebb80d343bedc55b1a53421b638be20c1e824f24bfea93ef7c8 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.locale.en-US.yaml b/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.locale.en-US.yaml deleted file mode 100644 index 26329fb4e9aa2..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: 1.4 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Poster Font -PackageUrl: https://www.japplis.com/poster-font/ -License: Shareware -LicenseUrl: https://www.japplis.com/poster-font/license.txt -Copyright: Copyright © 2011 - 2025 Japplis. All rights reserved. -ShortDescription: Create beautiful titles for presentations and thumbnails -Description: |- - Poster Font - Create outstanding titles - Create beautiful titles for your professional presentations, your website or your video thumbnails -ReleaseNotesUrl: https://www.japplis.com/poster-font/changes.txt -Moniker: poster-font -Tags: -- font -- text -- title -- presentation -- poster -- batch -- banner -- outline -- thumbnail -- multi-line -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.yaml b/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.yaml deleted file mode 100644 index 87221b429856a..0000000000000 --- a/manifests/j/Japplis/PosterFont/1.4/Japplis.PosterFont.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Japplis.PosterFont -PackageVersion: 1.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.installer.yaml b/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.installer.yaml new file mode 100644 index 0000000000000..8a386dd40fbe1 --- /dev/null +++ b/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Japplis.PosterFont +PackageVersion: 1.5 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.japplis.com/poster-font/versions/PosterFont-1.5.exe + InstallerSha256: de5dc0099dfaea2e7037286a1b80c0a34c3f5c3201b22e7e7d011798dcc9b5e5 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.japplis.com/poster-font/versions/PosterFont-1.5.exe + InstallerSha256: de5dc0099dfaea2e7037286a1b80c0a34c3f5c3201b22e7e7d011798dcc9b5e5 + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.locale.en-US.yaml b/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.locale.en-US.yaml new file mode 100644 index 0000000000000..100660a52cc38 --- /dev/null +++ b/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Japplis.PosterFont +PackageVersion: 1.5 +PackageLocale: en-US +Publisher: Japplis +PublisherUrl: https://www.japplis.com +Author: Anthony Goubard +PackageName: Poster Font +PackageUrl: https://www.japplis.com/poster-font/ +License: Shareware +LicenseUrl: https://www.japplis.com/poster-font/license.txt +Copyright: Copyright © 2011 - 2025 Japplis. All rights reserved. +ShortDescription: Create beautiful titles for presentations and thumbnails +Description: |- + Poster Font - Create outstanding titles + Create beautiful titles for your professional presentations, your website or your video thumbnails +ReleaseNotesUrl: https://www.japplis.com/poster-font/changes.txt +Moniker: poster-font +Tags: +- font +- text +- title +- presentation +- poster +- batch +- banner +- outline +- thumbnail +- multi-line +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.yaml b/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.yaml new file mode 100644 index 0000000000000..2a4de05d65a34 --- /dev/null +++ b/manifests/j/Japplis/PosterFont/1.5/Japplis.PosterFont.yaml @@ -0,0 +1,8 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Japplis.PosterFont +PackageVersion: 1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.installer.yaml b/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.installer.yaml deleted file mode 100644 index b930be0e515c8..0000000000000 --- a/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont.Light -PackageVersion: "1.1" -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/poster-font/light/versions/PosterFontLight-1.1.exe - InstallerSha256: B544CEA915855DD84B11AAA65F8A5293BF9F5D023963D5FFB11F3FC7BFBC7B0A - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/poster-font/light/versions/PosterFontLight-1.1.exe - InstallerSha256: B544CEA915855DD84B11AAA65F8A5293BF9F5D023963D5FFB11F3FC7BFBC7B0A - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.locale.en-US.yaml b/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.locale.en-US.yaml deleted file mode 100644 index b3eab8ce9a495..0000000000000 --- a/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont.Light -PackageVersion: "1.1" -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -# PublisherSupportUrl: -# PrivacyUrl: -Author: Anthony Goubard -PackageName: Poster Font Light -PackageUrl: https://www.japplis.com/poster-font/light/ -License: Shareware -LicenseUrl: https://www.japplis.com/poster-font/light/license.txt -Copyright: Copyright © 2011 - 2024 Japplis. All rights reserved. -# CopyrightUrl: -ShortDescription: Create beautiful text for your presentations and thumbnails -Description: |- - Poster Font Light - Easily create beautiful titles - Create beautiful text for your professional presentations, your website or your video thumbnails. More than 100 templates to choose the effect from. -Moniker: poster-font-light -Tags: -- banner -- font -- outline -- poster -- presentation -- text -- title -# ReleaseNotes: -ReleaseNotesUrl: https://www.japplis.com/poster-font/light/changes.txt -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.yaml b/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.yaml deleted file mode 100644 index 6f189f88d7f0b..0000000000000 --- a/manifests/j/Japplis/PosterFont/Light/1.1/Japplis.PosterFont.Light.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.3.4 $debug=AUSU.CRLF.5-1-19041-4170.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.PosterFont.Light -PackageVersion: "1.1" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.installer.yaml b/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.installer.yaml new file mode 100644 index 0000000000000..8914a9371a79a --- /dev/null +++ b/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.installer.yaml @@ -0,0 +1,27 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Japplis.PosterFont.Light +PackageVersion: 1.2 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.japplis.com/poster-font/light/versions/PosterFontLight-1.2.exe + InstallerSha256: b0f18c2256ed30ba22d24f938e47afad04bdddd37775eff1d90bae6eb32edace + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.japplis.com/poster-font/light/versions/PosterFontLight-1.2.exe + InstallerSha256: b0f18c2256ed30ba22d24f938e47afad04bdddd37775eff1d90bae6eb32edace + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.locale.en-US.yaml b/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.locale.en-US.yaml new file mode 100644 index 0000000000000..988074a852982 --- /dev/null +++ b/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Japplis.PosterFont.Light +PackageVersion: 1.2 +PackageLocale: en-US +Publisher: Japplis +PublisherUrl: https://www.japplis.com +Author: Anthony Goubard +PackageName: Poster Font Light +PackageUrl: https://www.japplis.com/poster-font/light/ +License: Shareware +LicenseUrl: https://www.japplis.com/poster-font/light/license.txt +Copyright: Copyright © 2011 - 2025 Japplis. All rights reserved. +ShortDescription: Create beautiful text for your presentations and thumbnails +Description: |- + Poster Font Light - Easily create beautiful titles + Create beautiful text for your professional presentations, your website or your video thumbnails. More than 100 templates to choose the effect from. +ReleaseNotesUrl: https://www.japplis.com/poster-font/light/changes.txt +Moniker: poster-font-light +Tags: +- font +- text +- title +- presentation +- poster +- banner +- outline +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.yaml b/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.yaml new file mode 100644 index 0000000000000..4981e199a1041 --- /dev/null +++ b/manifests/j/Japplis/PosterFont/Light/1.2/Japplis.PosterFont.Light.yaml @@ -0,0 +1,8 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Japplis.PosterFont.Light +PackageVersion: 1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.installer.yaml b/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.installer.yaml deleted file mode 100644 index 98dceff34fb30..0000000000000 --- a/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.ScreenshotCrop -PackageVersion: 1.2 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/screenshot-crop/versions/ScreenshotCrop-1.2.exe - InstallerSha256: 062d6a212d5e19507aee136d0a67743bb10338fa94427c90c2b0256791875bb9 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/screenshot-crop/versions/ScreenshotCrop-1.2.exe - InstallerSha256: 062d6a212d5e19507aee136d0a67743bb10338fa94427c90c2b0256791875bb9 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.locale.en-US.yaml b/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.locale.en-US.yaml deleted file mode 100644 index 72953abd41d19..0000000000000 --- a/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.ScreenshotCrop -PackageVersion: 1.2 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Screenshot Crop -PackageUrl: https://www.japplis.com/screenshot-crop/ -License: Shareware -LicenseUrl: https://www.japplis.com/screenshot-crop/license.txt -Copyright: Copyright © 2022 - 2024 Japplis. All rights reserved. -ShortDescription: Quickly crop screenshots and images from clipboard -Description: |- - Screenshot Crop - Quickly crop screenshots - Quickly crop screenshots and images from clipboard. Include auto clipboard detection, guided lines to select image part and automatically mimimize window after crop. -ReleaseNotesUrl: https://www.japplis.com/screenshot-crop/changes.txt -Moniker: screenshot-crop -Tags: -- screenshot -- crop -- clipboard -- image -- capture -- region -- cut -- snip -- trim -- remove -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.yaml b/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.yaml deleted file mode 100644 index c00da9a1cfd12..0000000000000 --- a/manifests/j/Japplis/ScreenshotCrop/1.2/Japplis.ScreenshotCrop.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.ScreenshotCrop -PackageVersion: 1.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.installer.yaml b/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.installer.yaml deleted file mode 100644 index 7600a050bfc70..0000000000000 --- a/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.Toolbox -PackageVersion: 5.8 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/toolbox/versions/Toolbox-5.8.exe - InstallerSha256: b2ada84ae758311ea8c4ef9a8550d12ed5b50b22f4e0dc6f206d4b945ca63697 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/toolbox/versions/Toolbox-5.8.exe - InstallerSha256: b2ada84ae758311ea8c4ef9a8550d12ed5b50b22f4e0dc6f206d4b945ca63697 - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.locale.en-US.yaml b/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.locale.en-US.yaml deleted file mode 100644 index f4b4655ba9a69..0000000000000 --- a/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.Toolbox -PackageVersion: 5.8 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Japplis Toolbox -PackageUrl: https://www.japplis.com/toolbox/ -License: Freeware -LicenseUrl: https://www.japplis.com/toolbox/license.txt -Copyright: Copyright © 2009 - 2024 Japplis. All rights reserved. -ShortDescription: Japplis Toolbox is a compilation of text utilities. -Description: |- - Japplis Toolbox - A developer text toolbox - Japplis Toolbox is a compilation of text utilities in one application. It can encode and decode URL or Base64. It find regular expression in text or files. -ReleaseNotesUrl: https://www.japplis.com/toolbox/changes.txt -Moniker: toolbox -Tags: -- text -- utility -- url -- encoding -- decoding -- base64 -- md5 -- sha -- Java -- regular-expressions -- codec -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.yaml b/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.yaml deleted file mode 100644 index 753a894829d84..0000000000000 --- a/manifests/j/Japplis/Toolbox/5.8/Japplis.Toolbox.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.Toolbox -PackageVersion: 5.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.installer.yaml b/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.installer.yaml deleted file mode 100644 index c9bf812a4a906..0000000000000 --- a/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Japplis.Toolbox.Pro -PackageVersion: 5.8 -Platform: -- Windows.Desktop -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://www.japplis.com/toolbox/pro/versions/ToolboxPro-5.8.exe - InstallerSha256: eae6390ecb8372d5bddc1ab48354349c23e56e5ef43ab0b25f0445207e1c71fd - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerUrl: https://www.japplis.com/toolbox/pro/versions/ToolboxPro-5.8.exe - InstallerSha256: eae6390ecb8372d5bddc1ab48354349c23e56e5ef43ab0b25f0445207e1c71fd - InstallerSwitches: - Custom: /CURRENTUSER -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.locale.en-US.yaml b/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.locale.en-US.yaml deleted file mode 100644 index 8d5bf91c5407a..0000000000000 --- a/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Japplis.Toolbox.Pro -PackageVersion: 5.8 -PackageLocale: en-US -Publisher: Japplis -PublisherUrl: https://www.japplis.com -Author: Anthony Goubard -PackageName: Japplis Toolbox Pro -PackageUrl: https://www.japplis.com/toolbox/pro/ -License: Commercial -LicenseUrl: https://www.japplis.com/toolbox/pro/license.txt -Copyright: Copyright © 2009 - 2024 Japplis. All rights reserved. -ShortDescription: Japplis Toolbox Pro is a compilation of text utilities. -Description: |- - Japplis Toolbox Pro - No-code text manipulation - Japplis Toolbox Pro is a compilation of text utilities in one application. It can encode and decode URL or Base64. It find regular expression in text or files. -ReleaseNotesUrl: https://www.japplis.com/toolbox/pro/changes.txt -Moniker: toolbox-pro -Tags: -- text -- utility -- url -- encoding -- decoding -- base64 -- md5 -- sha -- Java -- regular-expressions -- codec -- macro -- file -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.yaml b/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.yaml deleted file mode 100644 index 06433dbdc10e0..0000000000000 --- a/manifests/j/Japplis/Toolbox/Pro/5.8/Japplis.Toolbox.Pro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using Apache Ant script from Japplis -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Japplis.Toolbox.Pro -PackageVersion: 5.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.installer.yaml index c2f1e7f887c81..dd0c4a7301757 100644 --- a/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -30,4 +30,4 @@ Installers: Custom: /allusers ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.locale.en-US.yaml index aefe4a86c1efd..11fbb193ffb0b 100644 --- a/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.0.0 @@ -7,13 +7,17 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design +# Description: +# Moniker: Tags: - browser - vim @@ -95,10 +99,12 @@ ReleaseNotes: |- - Electron 25.1.1 (was 23.2.0) - Chromium 114.0.5735.106 (was 110.0.5481.192) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.0.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.locale.zh-CN.yaml index 8ce86c30c00f0..0864a340e9079 100644 --- a/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.0.0 @@ -7,22 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.0.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.yaml index 2fbb80dfc749b..c11a789911879 100644 --- a/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/10.0.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.installer.yaml index 934855cfd52ff..f5024217e97d6 100644 --- a/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.1.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -30,4 +30,4 @@ Installers: Custom: /allusers ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.locale.en-US.yaml index c067a529a5047..d129fa94a35e0 100644 --- a/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.1.0 @@ -50,4 +50,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.locale.zh-CN.yaml index a366a39b3db67..213bc4fd4bd2e 100644 --- a/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.1.0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.yaml index 0f84cfdb78331..8b73b03724b13 100644 --- a/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/10.1.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.installer.yaml index 4b1e53bb6f2b7..4be5db84874eb 100644 --- a/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.1.1 @@ -13,7 +13,6 @@ FileExtensions: - shtml - xht - xhtml -ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ReleaseDate: 2023-07-11 Installers: - Architecture: x64 @@ -22,11 +21,13 @@ Installers: InstallerSha256: A45548C27981AAE433605D8A2B3848B913DCF618A0A2AA4C4C42C1E11232831C InstallerSwitches: Custom: /currentuser + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Jelmerro/Vieb/releases/download/10.1.1/Vieb.Setup.10.1.1.exe InstallerSha256: A45548C27981AAE433605D8A2B3848B913DCF618A0A2AA4C4C42C1E11232831C InstallerSwitches: Custom: /allusers + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.locale.en-US.yaml index d4c436657486f..3604196178984 100644 --- a/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.1.1 @@ -7,13 +7,17 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design +# Description: +# Moniker: Tags: - browser - vim @@ -32,10 +36,12 @@ ReleaseNotes: |- - Electron 25.2.0 (unchanged) - Chromium 114.0.5735.134 (unchanged) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.1.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.locale.zh-CN.yaml index a827630ceee69..1b2ddf78ce605 100644 --- a/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.1.1 @@ -7,22 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.1.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.yaml index f957acfce3f8e..faef37b8bf608 100644 --- a/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/10.1.1/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.installer.yaml index 3ac34b5dea230..ec2b9d80cc00d 100644 --- a/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.2.0 @@ -13,7 +13,6 @@ FileExtensions: - shtml - xht - xhtml -ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ReleaseDate: 2023-08-09 Installers: - Architecture: x64 @@ -22,11 +21,13 @@ Installers: InstallerSha256: F816FF8C558A8E1E90C5C379E58CE927D625C819E3C0F5AA9BB7CE65B5A8C14B InstallerSwitches: Custom: /currentuser + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Jelmerro/Vieb/releases/download/10.2.0/Vieb.Setup.10.2.0.exe InstallerSha256: F816FF8C558A8E1E90C5C379E58CE927D625C819E3C0F5AA9BB7CE65B5A8C14B InstallerSwitches: Custom: /allusers + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.locale.en-US.yaml index 2f5a0b29aa5e9..3347cbb35ed90 100644 --- a/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.2.0 @@ -7,13 +7,17 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design +# Description: +# Moniker: Tags: - browser - vim @@ -32,10 +36,12 @@ ReleaseNotes: |- - Electron 25.4.0 (was 25.2.0) - Chromium 114.0.5735.248 (was 114.0.5735.134) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.2.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.locale.zh-CN.yaml index 0fbf61cf2a20e..c497050021a67 100644 --- a/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.2.0 @@ -7,22 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.2.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.yaml index b590952f34041..ad2906d0f8e0c 100644 --- a/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/10.2.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.installer.yaml index 520289b05afe4..bd14c0b7d9ad7 100644 --- a/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.3.0 @@ -13,7 +13,6 @@ FileExtensions: - shtml - xht - xhtml -ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ReleaseDate: 2023-08-28 Installers: - Architecture: x64 @@ -22,11 +21,13 @@ Installers: InstallerSha256: C39254C00CD433697ECB21C6EDE2784704D845193301193EE078C57158BDDADB InstallerSwitches: Custom: /currentuser + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Jelmerro/Vieb/releases/download/10.3.0/Vieb.Setup.10.3.0.exe InstallerSha256: C39254C00CD433697ECB21C6EDE2784704D845193301193EE078C57158BDDADB InstallerSwitches: Custom: /allusers + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.locale.en-US.yaml index 6f7750c9f1536..0771bc444b0d1 100644 --- a/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.3.0 @@ -7,13 +7,17 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design +# Description: +# Moniker: Tags: - browser - vim @@ -40,10 +44,12 @@ ReleaseNotes: |- - Electron 27.0.0-alpha.3 (was 25.4.0) - Chromium 118.0.5949.0 (was 114.0.5735.248) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.3.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.locale.zh-CN.yaml index 96179a802c35b..b7677c9740623 100644 --- a/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.3.0 @@ -7,22 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.3.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.yaml index 7796b619a1722..a91f219deb64f 100644 --- a/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/10.3.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.installer.yaml index 8cddbe86a942c..3d453173b86d8 100644 --- a/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.4.0 @@ -13,7 +13,6 @@ FileExtensions: - shtml - xht - xhtml -ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ReleaseDate: 2023-10-12 Installers: - Architecture: x64 @@ -22,11 +21,13 @@ Installers: InstallerSha256: 07FD17302D78E271EC2708B30703EF38E2D693173F28BD5DD63948F4F4E2739B InstallerSwitches: Custom: /currentuser + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Jelmerro/Vieb/releases/download/10.4.0/Vieb.Setup.10.4.0.exe InstallerSha256: 07FD17302D78E271EC2708B30703EF38E2D693173F28BD5DD63948F4F4E2739B InstallerSwitches: Custom: /allusers + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.locale.en-US.yaml index 96a8ca6357513..f2b96d9572daa 100644 --- a/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.4.0 @@ -7,13 +7,17 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design +# Description: +# Moniker: Tags: - browser - vim @@ -49,10 +53,12 @@ ReleaseNotes: |- - Electron 27.0.0 (was 27.0.0-alpha.3) - Chromium 118.0.5993.54 (was 118.0.5949.0) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.4.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.locale.zh-CN.yaml index 6698cea5b7d30..f45023552cc67 100644 --- a/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.4.0 @@ -7,22 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2023 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/10.4.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.yaml index 249bf307ad603..0bb3597e717ef 100644 --- a/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/10.4.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation using Komac v1.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.installer.yaml index 44633c33d618c..f7279ddeb0576 100644 --- a/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.5.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -30,4 +30,4 @@ Installers: Custom: /allusers ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.locale.en-US.yaml index 4c19d7d7d5d8a..087e85210156c 100644 --- a/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.5.0 @@ -50,4 +50,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.locale.zh-CN.yaml index 87cd220b18889..44ebc1bf34c14 100644 --- a/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.5.0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.yaml index 236ebc1739a7d..49b3210b791eb 100644 --- a/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/10.5.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.installer.yaml index 654913436a963..b9ae1ee658661 100644 --- a/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.6.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -30,4 +30,4 @@ Installers: Custom: /allusers ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.locale.en-US.yaml index 3fd5552c1f892..751529358002d 100644 --- a/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.6.0 @@ -53,4 +53,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.locale.zh-CN.yaml index dc051f419ee11..053552e8eaeb8 100644 --- a/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.6.0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.yaml index 2481975a68460..fc1de5678a2af 100644 --- a/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/10.6.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-9.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 10.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.installer.yaml index eb3664a3a7022..54f0811b6a640 100644 --- a/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 11.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -30,4 +30,4 @@ Installers: Custom: /allusers ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.locale.en-US.yaml index 5aafb83924559..df05e3ca652aa 100644 --- a/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 11.0.0 @@ -72,4 +72,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.locale.zh-CN.yaml index 9621273793982..c257cbba6305c 100644 --- a/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 11.0.0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.yaml index 86c710029e1a2..6be934994eb2e 100644 --- a/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/11.0.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 11.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.installer.yaml index 40f05e15ea1e3..e0b0136036ea5 100644 --- a/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 12.0.0 @@ -30,4 +30,4 @@ Installers: Custom: /allusers ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.locale.en-US.yaml index ca81c70e5bd05..ed71ee2ea5d1e 100644 --- a/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 12.0.0 @@ -67,4 +67,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.locale.zh-CN.yaml index a60cc7f348019..d3fb6c28f59ff 100644 --- a/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 12.0.0 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.yaml index 644c1e3f9c7f3..a1fe5f877f994 100644 --- a/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/12.0.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 12.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.installer.yaml index e31b7c56ae324..dac1aed65f2d1 100644 --- a/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 12.1.0 @@ -13,7 +13,6 @@ FileExtensions: - shtml - xht - xhtml -ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ReleaseDate: 2024-11-24 Installers: - Architecture: x64 @@ -22,11 +21,13 @@ Installers: InstallerSha256: 0970BD7803CBE88BFB66AEDA8015988902323D0FE838AD0F3DD9F4BFC1AC3BAF InstallerSwitches: Custom: /currentuser + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Jelmerro/Vieb/releases/download/12.1.0/Vieb.Setup.12.1.0.exe InstallerSha256: 0970BD7803CBE88BFB66AEDA8015988902323D0FE838AD0F3DD9F4BFC1AC3BAF InstallerSwitches: Custom: /allusers + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.locale.en-US.yaml index f1a30bfa66377..591ca83c25f58 100644 --- a/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 12.1.0 @@ -7,13 +7,17 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2024 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design +# Description: +# Moniker: Tags: - browser - vim @@ -32,10 +36,12 @@ ReleaseNotes: |- - Electron 33.2.0 (was 30.0.6) - Chromium 130.0.6723.118 (was 124.0.6367.207) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/12.1.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.locale.zh-CN.yaml index 94d4d37590fcd..4f15eadcdedfe 100644 --- a/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 12.1.0 @@ -7,22 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2024 Jelmer van Arnhem +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/12.1.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.yaml index b1d4a8c24f96f..c56f0c9469c37 100644 --- a/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/12.1.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 12.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.installer.yaml index b0eb5f912347a..67fb7cf61927e 100644 --- a/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.installer.yaml @@ -1,21 +1,20 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 5.3.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install +Protocols: +- http +- https FileExtensions: - htm - html - shtml - xht - xhtml -Protocols: -- http -- https -InstallerType: nullsoft -ProductCode: 'f3bf7f3e-61bc-51e0-bf16-52396b15579a' -UpgradeBehavior: install Installers: - Architecture: x64 Scope: user @@ -23,12 +22,13 @@ Installers: InstallerSha256: C371C8C61397A61016462DE23181AFAFD641399D52113C966E8103D992B84B39 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Jelmerro/Vieb/releases/download/5.3.0/Vieb.Setup.5.3.0.exe InstallerSha256: C371C8C61397A61016462DE23181AFAFD641399D52113C966E8103D992B84B39 InstallerSwitches: Custom: /ALLUSERS + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.locale.en-US.yaml index 4ff86d026eb77..84ed89149685d 100644 --- a/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 5.3.0 @@ -7,22 +7,27 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues -#PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPLv3 LicenseUrl: https://raw.githubusercontent.com/Jelmerro/Vieb/master/LICENSE -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -#Description: +# Description: +# Moniker: Tags: -- vim -- vi - browser - chromium - electron +- vi +- vim +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.yaml index f5221646945bc..404cce14c5dba 100644 --- a/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/5.3.0/Jelmerro.Vieb.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 5.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.installer.yaml index bb43858a1f092..41cbf54ed8ff1 100644 --- a/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.installer.yaml @@ -1,21 +1,20 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.0.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install +Protocols: +- http +- https FileExtensions: - htm - html - shtml - xht - xhtml -Protocols: -- http -- https -InstallerType: nullsoft -ProductCode: 'f3bf7f3e-61bc-51e0-bf16-52396b15579a' -UpgradeBehavior: install Installers: - Architecture: x64 Scope: user @@ -23,12 +22,13 @@ Installers: InstallerSha256: 5E5AA3E8F08CF95D06A91C0C72A945AB4765066823F180D9986670C8B844E942 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Jelmerro/Vieb/releases/download/6.0.0/Vieb.Setup.6.0.0.exe InstallerSha256: 5E5AA3E8F08CF95D06A91C0C72A945AB4765066823F180D9986670C8B844E942 InstallerSwitches: Custom: /ALLUSERS + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.locale.en-US.yaml index fb086323737d3..44ff1ec2c3881 100644 --- a/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.0.0 @@ -7,22 +7,27 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues -#PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev License: GPLv3 LicenseUrl: https://raw.githubusercontent.com/Jelmerro/Vieb/master/LICENSE -#Copyright: -#CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -#Description: +# Description: +# Moniker: Tags: -- vim -- vi - browser - chromium - electron +- vi +- vim +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.yaml index e06eaf116277f..5179ab49db4f5 100644 --- a/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/6.0.0/Jelmerro.Vieb.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.installer.yaml index 3bd9ba607f7b4..a0ed62df3acc5 100644 --- a/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=MDSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.1.0 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # elctron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -17,7 +17,6 @@ FileExtensions: - shtml - xht - xhtml -ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a Installers: - Architecture: x64 Scope: user @@ -25,11 +24,13 @@ Installers: InstallerSha256: 02A0A5EA956075DB3E19922AE144E6E9E9AE158E5F10333DF56F3865159D3FB6 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Jelmerro/Vieb/releases/download/6.1.0/Vieb.Setup.6.1.0.exe InstallerSha256: 02A0A5EA956075DB3E19922AE144E6E9E9AE158E5F10333DF56F3865159D3FB6 InstallerSwitches: Custom: /ALLUSERS + ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.locale.en-US.yaml index 20880099079e0..000d5fa13c804 100644 --- a/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=MDSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.1.0 @@ -7,19 +7,25 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Jelmerro/Vieb/master/LICENSE Copyright: Copyright (C) 2020-2021 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: +# Description: +# Moniker: Tags: - browser -- Vim -- Electron +- electron +- vim +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.locale.zh-CN.yaml index d0aa2a39f4d16..b4181db9ea9f5 100644 --- a/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=MDSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.1.0 @@ -7,19 +7,25 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Jelmerro/Vieb/master/LICENSE Copyright: Copyright (C) 2020-2021 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: +# Description: +# Moniker: Tags: +- electron +- vim - 浏览器 -- Vim -- Electron +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.yaml index 7c0fdc407dbbc..26b351b1cebc2 100644 --- a/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/6.1.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=MDSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.installer.yaml index e66f73da2813d..048b98ba8a96b 100644 --- a/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.2.0 @@ -33,4 +33,4 @@ Installers: Custom: /ALLUSERS ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.locale.en-US.yaml index cabad6f2f40b4..5e6f4274fdf22 100644 --- a/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.2.0 @@ -7,20 +7,25 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Jelmerro/Vieb/master/LICENSE Copyright: Copyright (C) 2020-2021 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser -- Vim -- Electron +- electron +- vim +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.locale.zh-CN.yaml index 6fc9ca7910ca3..452528c3ca6dd 100644 --- a/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.2.0 @@ -7,20 +7,25 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://raw.githubusercontent.com/Jelmerro/Vieb/master/LICENSE Copyright: Copyright (C) 2020-2021 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- electron +- vim - 浏览器 -- Vim -- Electron +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.yaml index 01b79570357bd..c6433dc924425 100644 --- a/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/6.2.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 6.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.installer.yaml index 9a1b764b4d353..9866cf279b1cc 100644 --- a/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.0.0 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -34,4 +34,4 @@ Installers: Custom: /ALLUSERS ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.locale.en-US.yaml index ade38bee5fa79..2cd7242eae6ad 100644 --- a/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.0.0 @@ -7,21 +7,20 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser -- Vim -# Agreements: +- vim ReleaseNotes: |- Added - Range prefix support for many different commands @@ -57,5 +56,8 @@ ReleaseNotes: |- - Electron 17.0.0-beta.4 (was 15.3.1) - Chromium 98.0.4758.11 (was 94.0.4606.81) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.locale.zh-CN.yaml index c310660817252..a11044180eff5 100644 --- a/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.0.0 @@ -7,22 +7,24 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- vim - 浏览器 -- Vim -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.yaml index a5bac682b2719..92b704ecd94a6 100644 --- a/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/7.0.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.installer.yaml index 1db80a415c9d3..50ba134a00c40 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.0 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -34,4 +34,4 @@ Installers: Custom: /ALLUSERS ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.locale.en-US.yaml index 85016e0b82c11..f36f9e22ebaf7 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.0 @@ -7,21 +7,20 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser -- Vim -# Agreements: +- vim ReleaseNotes: |- Added - Setting "newtaburl" to set a custom url for the new tab page @@ -40,5 +39,8 @@ ReleaseNotes: |- - Electron 17.0.0 (was 17.0.0-beta.4) - Chromium 98.0.4758.74 (was 98.0.4758.11) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.locale.zh-CN.yaml index 11ed4f3a7dbf1..375168f079de1 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.0 @@ -7,22 +7,24 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- vim - 浏览器 -- Vim -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.yaml index b33c4bc3da471..e1c13813639dc 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.installer.yaml index 30a70394f84ee..b20a82909e4aa 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.1 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -34,4 +34,4 @@ Installers: Custom: /ALLUSERS ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.locale.en-US.yaml index c44fe48dba65f..40e0cb830f399 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.1 @@ -7,21 +7,20 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser -- Vim -# Agreements: +- vim ReleaseNotes: |- Changed - Telegram channels and a Matrix space now exist and were added to the version page @@ -31,5 +30,8 @@ ReleaseNotes: |- - Electron 17.0.0 (unchanged) - Chromium 98.0.4758.74 (unchanged) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#711---2022-02-10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.locale.zh-CN.yaml index b603b32926260..c1c67365f2002 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.1 @@ -7,22 +7,24 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- vim - 浏览器 -- Vim -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#711---2022-02-10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.yaml index af310940220a5..fb216e7507715 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.1/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.installer.yaml index f226b9567ae1d..4cb25e776c784 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.2 @@ -34,4 +34,4 @@ Installers: Custom: /ALLUSERS ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.locale.en-US.yaml index 07a942eccf2af..67cc04a6c7ab2 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.2 @@ -7,21 +7,20 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim -# Agreements: ReleaseNotes: |- Fixed - Split resize actions (increaseWidthSplitWindow etc.) not being able to resize multiple times in the same direction @@ -29,5 +28,8 @@ ReleaseNotes: |- - Electron 17.0.1 (was 17.0.0) - Chromium 98.0.4758.82 (was 98.0.4758.74) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#712---2022-02-20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.locale.zh-CN.yaml index c9d886abcfa5c..001efff6adb1c 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.2 @@ -7,22 +7,24 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#712---2022-02-20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.yaml index 99fc582d7a2a0..4cbbb30a06a59 100644 --- a/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/7.1.2/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.installer.yaml index 1cead25ff5a21..0f353e7cda8da 100644 --- a/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.2.0 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -34,4 +34,4 @@ Installers: Custom: /allusers ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.locale.en-US.yaml index 13891d512d3bf..a94305e838eeb 100644 --- a/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.2.0 @@ -7,21 +7,20 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim -# Agreements: ReleaseNotes: |- Added - Setting "suspendplayingtab" to control if tabs playing media should be suspended by suspendtimeout @@ -45,5 +44,8 @@ ReleaseNotes: |- - Electron 18.0.1 (was 17.0.1) - Chromium 100.0.4896.60 (was 98.0.4758.82) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#720---2022-03-31 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.locale.zh-CN.yaml index 59ab76c407319..bcbd5456138d5 100644 --- a/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.2.0 @@ -7,22 +7,24 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#720---2022-03-31 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.yaml index 43e0a87c5dac7..a894987bc92f4 100644 --- a/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/7.2.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 7.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.installer.yaml index 0d130c0f74ec6..262c1858e1b4c 100644 --- a/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 8.0.0 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -34,4 +34,4 @@ Installers: Custom: /allusers ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.locale.en-US.yaml index 7a273636cb062..b9e32a6c3f7c6 100644 --- a/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 8.0.0 @@ -7,21 +7,20 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim -# Agreements: ReleaseNotes: |- Added - Setting "useragent" to use any number of custom useragents (either one, or a list that is randomly used per page load) @@ -63,5 +62,8 @@ ReleaseNotes: |- - Electron 19.0.3 (was 18.0.1) - Chromium 102.0.5005.63 (was 100.0.4896.60) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#800---2022-06-08 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.locale.zh-CN.yaml index 17b60094a5fc0..6818a04b119fb 100644 --- a/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 8.0.0 @@ -7,22 +7,24 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#800---2022-06-08 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.yaml index cc58513c01adb..2ab7d81a98565 100644 --- a/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/8.0.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 8.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.installer.yaml index 1202ffdeb2c7c..1529317d18c54 100644 --- a/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 8.1.0 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -35,4 +35,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.locale.en-US.yaml index b102e6726a9da..75d2ab28e109e 100644 --- a/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 8.1.0 @@ -7,21 +7,20 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim -# Agreements: ReleaseNotes: |- Added - Darkreader with many settings like "darkreader" and "darkreadercontrast" to toggle and control darkreader theming @@ -45,5 +44,8 @@ ReleaseNotes: |- - Electron 19.0.6 (was 19.0.3) - Chromium 102.0.5005.115 (was 102.0.5005.63) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#810---2022-06-29 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.locale.zh-CN.yaml index f4d9a79ac293e..c1219316312cd 100644 --- a/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 8.1.0 @@ -7,22 +7,24 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#810---2022-06-29 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.yaml index ea1822bc52a94..027cb9a74995c 100644 --- a/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/8.1.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 8.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.installer.yaml index 4c9b92318b74f..1c3bf33af6f76 100644 --- a/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.0.0 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -35,4 +35,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.locale.en-US.yaml index f2296fc9cb1b3..bd4d2a742b856 100644 --- a/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.0.0 @@ -7,21 +7,20 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim -# Agreements: ReleaseNotes: |- Added - Special type of notification for dialog inform notifications, which can be colored separately @@ -71,8 +70,8 @@ ReleaseNotes: |- - Electron 20.0.2 (was 19.0.6) - Chromium 104.0.5112.81 (was 102.0.5005.115) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#900---2022-08-14 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.locale.zh-CN.yaml index 914df0c3b6096..89c694d8253a2 100644 --- a/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.0.0 @@ -7,25 +7,24 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#900---2022-08-14 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.yaml index 36a76165779f3..0521303aacf03 100644 --- a/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.0.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.installer.yaml index 57f92de0fb327..00426d3ff4928 100644 --- a/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.installer.yaml @@ -1,10 +1,10 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.1.0 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -32,4 +32,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.locale.en-US.yaml index 8d9e21d3ad34b..9f4a1e9752b98 100644 --- a/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.1.0 @@ -7,23 +7,22 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim - web - webpage -# Agreements: ReleaseNotes: |- Added - Settings "searchscope" and "searchemptyscope" to make local tab-specific searches @@ -43,12 +42,12 @@ ReleaseNotes: |- - Electron 20.1.1 (was 20.0.2) - Chromium 104.0.5112.102 (was 104.0.5112.81) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#910---2022-09-07 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.locale.zh-CN.yaml index 86931a65901bf..72a0336798244 100644 --- a/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.1.0 @@ -7,30 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/blob/master/CHANGELOG.md#910---2022-09-07 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.yaml index 4e5cbabd32499..dee76d8535314 100644 --- a/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.1.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=QUSU.CRLF.7-2-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.installer.yaml index b74d01d22e4bb..a933af5ff1f43 100644 --- a/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.2.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.locale.en-US.yaml index 07a8ac29bf151..c74977c3724fc 100644 --- a/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.2.0 @@ -7,23 +7,22 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim - web - webpage -# Agreements: ReleaseNotes: |- Added - New themes: light-compact, paper-compact and paper @@ -46,12 +45,12 @@ ReleaseNotes: |- - Electron 21.0.0 (was 20.1.1) - Chromium 106.0.5249.51 (was 104.0.5112.10) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.2.0 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.locale.zh-CN.yaml index cf85a340b21c3..0d845f0ec717d 100644 --- a/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.2.0 @@ -7,30 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.2.0 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.yaml index 536640deb29e5..766bb65af6df0 100644 --- a/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.2.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.installer.yaml index 593a90ba61469..746fdec573302 100644 --- a/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.2.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.locale.en-US.yaml index abe1739dcde05..2518f4bb0058e 100644 --- a/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.2.1 @@ -7,23 +7,22 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim - web - webpage -# Agreements: ReleaseNotes: |- Changed - Enter key will now also send keypress events when executed by a mapping @@ -33,12 +32,12 @@ ReleaseNotes: |- Fixed - Media device requests being mislabeled as display capture permission requests in some cases ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.2.1 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.locale.zh-CN.yaml index 608a34d858260..3bc52a6f2baab 100644 --- a/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.2.1 @@ -7,30 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.2.1 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.yaml index c6d6d9d7c0994..04bf04839f33a 100644 --- a/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.2.1/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.installer.yaml index a29a6127971c8..f87e0cee25cf6 100644 --- a/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.3.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.locale.en-US.yaml index 20b26f2a5e47f..a39491f54e87e 100644 --- a/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.3.0 @@ -7,23 +7,22 @@ PackageLocale: en-US Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Vim Inspired Electron Browser - Vim bindings for the web by design -# Description: -# Moniker: +# Description: +# Moniker: Tags: - browser - vim - web - webpage -# Agreements: ReleaseNotes: |- Added - Setting "reloadtaboncrash" to automatically recreate a crash tab with the last known url @@ -46,12 +45,12 @@ ReleaseNotes: |- - Electron 21.1.0 (was 21.0.1) - Chromium 106.0.5249.91 (was 106.0.5249.61) ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.3.0 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.locale.zh-CN.yaml index 7b443e81438fd..adb78c3ef0930 100644 --- a/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.3.0 @@ -7,30 +7,29 @@ PackageLocale: zh-CN Publisher: Jelmer van Arnhem PublisherUrl: https://jelmerro.nl/ PublisherSupportUrl: https://github.com/Jelmerro/Vieb/issues/ -# PrivacyUrl: +# PrivacyUrl: Author: Jelmer van Arnhem PackageName: Vieb PackageUrl: https://vieb.dev/ License: GPL-3.0 LicenseUrl: https://github.com/Jelmerro/Vieb/blob/master/LICENSE Copyright: Copyright (C) 2019-2022 Jelmer van Arnhem -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 灵感来源于 Vim 的 Electron 浏览器——用于网页的 Vim 快捷键 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - vim - 浏览器 - 网页 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.3.0 -# PurchaseUrl: -# InstallationNotes: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题 DocumentUrl: https://github.com/Jelmerro/Vieb/blob/master/FAQ.md - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.yaml index 543d3e42cdb68..4510f66954e1f 100644 --- a/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.3.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.installer.yaml index e9f8bfc80a741..d2ef5bc4e9bf0 100644 --- a/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.4.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.locale.en-US.yaml index 0c4f9df4408ed..81520ecd78870 100644 --- a/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.4.0 @@ -23,7 +23,6 @@ Tags: - vim - web - webpage -# Agreements: ReleaseNotes: |- Added - Percentage based scrolling when using "gg" or "G" with a count, similar to Vim @@ -57,4 +56,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.locale.zh-CN.yaml index ee429fe82d54d..5f1520f0e68f4 100644 --- a/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.4.0 @@ -22,7 +22,6 @@ Tags: - vim - 浏览器 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.4.0 # PurchaseUrl: @@ -33,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.yaml index ab40ecbe97ce0..b3bbea682bccd 100644 --- a/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.4.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.installer.yaml index 57855fb153ad8..14a61a64c8109 100644 --- a/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.5.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.locale.en-US.yaml index 2aaf0acece7d2..36630bc765b2f 100644 --- a/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.5.0 @@ -23,7 +23,6 @@ Tags: - vim - web - webpage -# Agreements: ReleaseNotes: |- Added - Startup argument "--unsafe-multiwin" to have multiple windows in the same datafolder and skip the single instance safety check @@ -55,4 +54,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.locale.zh-CN.yaml index d649aff168da9..c4e790702e31a 100644 --- a/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.5.0 @@ -22,7 +22,6 @@ Tags: - vim - 浏览器 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.5.0 # PurchaseUrl: @@ -33,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.yaml index f4dcf2501658b..f45c366cac963 100644 --- a/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.5.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.installer.yaml index b12f1b3a762d4..9fbf017990434 100644 --- a/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.5.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.locale.en-US.yaml index 5c66826a2faa1..ce6365853ffdf 100644 --- a/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.5.1 @@ -23,7 +23,6 @@ Tags: - vim - web - webpage -# Agreements: ReleaseNotes: |- Changed - COOP is now enabled again as the old workaround for Twitter navigations is no longer needed @@ -47,4 +46,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.locale.zh-CN.yaml index 274aa2040461c..df7a7c502a686 100644 --- a/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.5.1 @@ -22,7 +22,6 @@ Tags: - vim - 浏览器 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.5.1 # PurchaseUrl: @@ -33,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.yaml index 8088bd0982449..eb25cb243955e 100644 --- a/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.5.1/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.installer.yaml index e1b77ce6c9160..14403fc8bc822 100644 --- a/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.6.0 @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.locale.en-US.yaml index 64af8c8635f32..2d7a6e282d8d7 100644 --- a/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.6.0 @@ -23,7 +23,6 @@ Tags: - vim - web - webpage -# Agreements: ReleaseNotes: |- Changed - Mouse setting "copyselect" is no longer available/needed for copying text by selecting, as it wasn't blocked correctly anyway @@ -45,4 +44,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.locale.zh-CN.yaml index 79867547f12cb..6ec6489a0d442 100644 --- a/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.6.0 @@ -22,7 +22,6 @@ Tags: - vim - 浏览器 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.6.0 # PurchaseUrl: @@ -33,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.yaml index 7d1208e6d2a25..bcaf845221f5c 100644 --- a/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.6.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.installer.yaml index 46c26796051e0..abad57c9f19e8 100644 --- a/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.7.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.locale.en-US.yaml index d677b73c9a11e..ec66f8a4053ac 100644 --- a/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.7.0 @@ -23,7 +23,6 @@ Tags: - vim - web - webpage -# Agreements: ReleaseNotes: |- Added - Command "clear" to wipe browsing data based on intervals or partial urls (currently only history) @@ -94,4 +93,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.locale.zh-CN.yaml index f9b9bbf7bd17d..f6f4e06eece38 100644 --- a/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.7.0 @@ -22,7 +22,6 @@ Tags: - vim - 浏览器 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.7.0 # PurchaseUrl: @@ -33,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.yaml index 9c891d45956c1..e45d5215d671e 100644 --- a/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.7.0/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.installer.yaml b/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.installer.yaml index 07d7ee29870a6..7340aee2b47f1 100644 --- a/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.installer.yaml +++ b/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.7.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: ProductCode: f3bf7f3e-61bc-51e0-bf16-52396b15579a ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.locale.en-US.yaml b/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.locale.en-US.yaml index 899652db16d3e..d729a12a56b20 100644 --- a/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.locale.en-US.yaml +++ b/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.7.1 @@ -23,7 +23,6 @@ Tags: - vim - web - webpage -# Agreements: ReleaseNotes: |- This is the final release of the 9.x.x series, and merely deprecates a few more settings. Version 10 should be ready very soon, please look forward to it. @@ -43,4 +42,4 @@ Documentations: - DocumentLabel: Cheatsheet DocumentUrl: https://vieb.dev/cheatsheet ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.locale.zh-CN.yaml b/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.locale.zh-CN.yaml index 51528626ae246..a161ef01f46d3 100644 --- a/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.locale.zh-CN.yaml +++ b/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.7.1 @@ -22,7 +22,6 @@ Tags: - vim - 浏览器 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/Jelmerro/Vieb/releases/tag/9.7.1 # PurchaseUrl: @@ -33,4 +32,4 @@ Documentations: - DocumentLabel: 速查表 DocumentUrl: https://vieb.dev/cheatsheet ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.yaml b/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.yaml index 63c8a503ae4b3..9c400f27f7a5b 100644 --- a/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.yaml +++ b/manifests/j/Jelmerro/Vieb/9.7.1/Jelmerro.Vieb.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Jelmerro.Vieb PackageVersion: 9.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.installer.yaml b/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.installer.yaml new file mode 100644 index 0000000000000..a0404db74c3c0 --- /dev/null +++ b/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.CLion.EAP +PackageVersion: 251.18673.49 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- c +- cpp +- cxx +- h +- hpp +- hxx +- ipr +ProductCode: CLion 251.18673.49 +ReleaseDate: 2025-02-01 +AppsAndFeaturesEntries: +- DisplayName: CLion 251.18673.49 + ProductCode: CLion 251.18673.49 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/cpp/CLion-251.18673.49.exe + InstallerSha256: 2744437D2F1EB0C3D42FF6461B53DCFDCA6F4CBB9FB4A744EF87AF998E4113CE +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/cpp/CLion-251.18673.49.exe + InstallerSha256: 2744437D2F1EB0C3D42FF6461B53DCFDCA6F4CBB9FB4A744EF87AF998E4113CE +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/cpp/CLion-251.18673.49-aarch64.exe + InstallerSha256: 4C5E729253C898C12407C7114D3B0481995A5EDDE68E2BEE423FD6D3AD5DEF5C +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/cpp/CLion-251.18673.49-aarch64.exe + InstallerSha256: 4C5E729253C898C12407C7114D3B0481995A5EDDE68E2BEE423FD6D3AD5DEF5C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.locale.en-US.yaml b/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..8ed17789300a9 --- /dev/null +++ b/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.CLion.EAP +PackageVersion: 251.18673.49 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion (EAP) +PackageUrl: https://www.jetbrains.com/clion/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: A cross-platform IDE for C and C++ +Description: Intelligent cross-platform C/C++ IDE for every C and C++ developer on Linux, macOS and Windows +Tags: +- c +- c++ +- code +- coding +- cpp +- develop +- development +- ide +- programming +ReleaseNotes: |- + A new EAP build for CLion 2025.1 is now available. + It includes the following key updates: + - The CLion debugger now supports Qt renderers, also known as Qt pretty printers and Qt debugging helpers, allowing you to view Qt variables in a human-readable form. + - The Go to Header/Source navigation action now works as expected in CLion Nova. + - When you open a project with files not specified in the project model, such as CMake, CLion Nova now treats them as files included in the project and provides all language features. + - Opening a file in LightEdit mode no longer crashes the IDE. + - New keyword groups are available for the C/C++ formatting color scheme, such as Builtin type, Control flow keyword, and Control transfer keyword. + - CLion Nova now correctly handles _Float types in the implementation of the std::format, which means resolving std::format when using GCC now works as expected. + - False positives no longer appear for members of anonymous structures and unions. + - We’ve added support for OpenCL vector types created with the ext_vector_type attribute. + - CLion Nova now supports the ?: operator, also known as the Elvis operator. + Please share your feedback and report any issues to our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654384 +Documentations: +- DocumentLabel: Learn CLion + DocumentUrl: https://www.jetbrains.com/clion/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f7e5ccef19f9 --- /dev/null +++ b/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.CLion.EAP +PackageVersion: 251.18673.49 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/clion/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: C 和 C++ 跨平台 IDE +Description: 为每一位 Linux、macOS 和 Windows 下的 C 和 C++ 开发者提供的智能跨平台 C/C++ IDE +Tags: +- c +- c++ +- cpp +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654384 +Documentations: +- DocumentLabel: 学习 CLion + DocumentUrl: https://www.jetbrains.com/zh-cn/clion/learn/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.yaml b/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.yaml new file mode 100644 index 0000000000000..bf6bc211f4760 --- /dev/null +++ b/manifests/j/JetBrains/CLion/EAP/251.18673.49/JetBrains.CLion.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.CLion.EAP +PackageVersion: 251.18673.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.installer.yaml b/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.installer.yaml new file mode 100644 index 0000000000000..0549c8578e288 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 251.18673.36 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ProductCode: GoLand 251.18673.36 +ReleaseDate: 2025-01-31 +AppsAndFeaturesEntries: +- DisplayName: GoLand 251.18673.36 + ProductCode: GoLand 251.18673.36 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-251.18673.36.exe + InstallerSha256: 294266AA0378FB692E29D325DEC77EA5E5529D78D034BE6F675F65EC27DDE6BA +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-251.18673.36.exe + InstallerSha256: 294266AA0378FB692E29D325DEC77EA5E5529D78D034BE6F675F65EC27DDE6BA +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-251.18673.36-aarch64.exe + InstallerSha256: 9E4F6DE60D18B819B5FA5D3F1FD5EE6F8C472EE4F2F0648FC648C6E7C8DAD127 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-251.18673.36-aarch64.exe + InstallerSha256: 9E4F6DE60D18B819B5FA5D3F1FD5EE6F8C472EE4F2F0648FC648C6E7C8DAD127 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..c623484ceac64 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 251.18673.36 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand (EAP) +PackageUrl: https://www.jetbrains.com/go/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The complete IDE crafted for Gophers +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2025.1 EAP 3 is now available! + This GoLand release addresses several key issues: + - GO-15841: Notifications and handling for the toolchain directive have been improved. GoLand now shows a notification when the project's SDK is changed due to go or toolchain directives in go.mod. Additionally, the codebase now handles this directive more reliably. + - GO-17509: GoLand no longer includes the deprecated -d flag when running go get, avoiding the -d flag is deprecated. -d=true is a no-op message in the Run tool window. + - GO-17970: GoLand now properly recognizes the tool directive in go.mod files for Go 1.24 and higher, and it displays relevant errors, such as when the directive is unsupported by the current Go SDK. + Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735943 +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b2068ea6c73a8 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 251.18673.36 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/go/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 为 Go 开发者打造的完整 IDE +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735943 +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.yaml b/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.yaml new file mode 100644 index 0000000000000..52855ec928c20 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/251.18673.36/JetBrains.GoLand.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 251.18673.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.installer.yaml b/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.installer.yaml new file mode 100644 index 0000000000000..a9795d5bf0130 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 251.20015.39 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ProductCode: GoLand 251.20015.39 +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: GoLand 251.20015.39 + ProductCode: GoLand 251.20015.39 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-251.20015.39.exe + InstallerSha256: 41F71CA268F67E49468E6A0980A1CB2BA599B6119AA58839D0F1A16FFF0C1B6D +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-251.20015.39.exe + InstallerSha256: 41F71CA268F67E49468E6A0980A1CB2BA599B6119AA58839D0F1A16FFF0C1B6D +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-251.20015.39-aarch64.exe + InstallerSha256: A40D2E55B4EBD6B8F89B330DBD67A9E397910DFB90B7535D1888358D4BCE916C +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-251.20015.39-aarch64.exe + InstallerSha256: A40D2E55B4EBD6B8F89B330DBD67A9E397910DFB90B7535D1888358D4BCE916C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..f9a7c952b8851 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 251.20015.39 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand (EAP) +PackageUrl: https://www.jetbrains.com/go/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The complete IDE crafted for Gophers +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2025.1 EAP 4 is now available! + This GoLand release addresses the following issue: + - GO-13698: When renaming a struct field, GoLand now updates the corresponding struct tag automatically. Previously, renaming a field did not update the associated JSON tag. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735945 +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2e188c6ae1845 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 251.20015.39 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/go/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 为 Go 开发者打造的完整 IDE +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231735945 +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.yaml b/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.yaml new file mode 100644 index 0000000000000..2017f86ac43f6 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/251.20015.39/JetBrains.GoLand.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 251.20015.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml new file mode 100644 index 0000000000000..ad6bc44ffe6d4 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 251.18673.35 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ProductCode: IntelliJ IDEA Community Edition 251.18673.35 +ReleaseDate: 2025-01-30 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 251.18673.35 + ProductCode: IntelliJ IDEA Community Edition 251.18673.35 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-251.18673.35.exe + InstallerSha256: 4005332B7DAED3749207DFECB8FA58926A85969C04F4284131DE961FB6E87AA5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-251.18673.35.exe + InstallerSha256: 4005332B7DAED3749207DFECB8FA58926A85969C04F4284131DE961FB6E87AA5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-251.18673.35-aarch64.exe + InstallerSha256: 0D5FF22C9A37CBEBF236A7E4F5DF4A48946B51BC12DA81F04511A0CE64FA439C +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-251.18673.35-aarch64.exe + InstallerSha256: 0D5FF22C9A37CBEBF236A7E4F5DF4A48946B51BC12DA81F04511A0CE64FA439C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..e7952ff1ff14e --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 251.18673.35 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The Leading Java and Kotlin IDE +Description: Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box... +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2025.1 EAP 3 is out with the following updates: + - Java-to-Kotlin copy-paste conversion in K2 mode + - Logical code structure view for Liquibase + - Code completion for Spring Data repositories + Learn more in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662357/IntelliJ-IDEA-2025.1-EAP-3-251.18673.35-build-Release-Notes +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bdf852c16c501 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 251.18673.35 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: 以代码为中心的 IDE,致力于提高您的生产力。全面支持 Java EE、深入的代码理解、最好的调试器、重构、一切都立即可用…… +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662357/IntelliJ-IDEA-2025.1-EAP-3-251.18673.35-build-Release-Notes +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.yaml new file mode 100644 index 0000000000000..3d8b4e1f683c6 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.18673.35/JetBrains.IntelliJIDEA.Community.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 251.18673.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml new file mode 100644 index 0000000000000..c4548b7594149 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 251.20015.29 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ProductCode: IntelliJ IDEA Community Edition 251.20015.29 +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA Community Edition 251.20015.29 + ProductCode: IntelliJ IDEA Community Edition 251.20015.29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-251.20015.29.exe + InstallerSha256: B113FAFF74D55D60ED1BF2E092C10467C4686EA446A3BDC5C0D9FFA6A1D8F930 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-251.20015.29.exe + InstallerSha256: B113FAFF74D55D60ED1BF2E092C10467C4686EA446A3BDC5C0D9FFA6A1D8F930 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-251.20015.29-aarch64.exe + InstallerSha256: EBC507029CF4489B14F2D49BB6DCD6D6752D56BA117383ECBEA72F907A8CC619 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIC-251.20015.29-aarch64.exe + InstallerSha256: EBC507029CF4489B14F2D49BB6DCD6D6752D56BA117383ECBEA72F907A8CC619 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..4c6e1321a55a9 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 251.20015.29 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com +PublisherSupportUrl: https://www.jetbrains.com/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The Leading Java and Kotlin IDE +Description: Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box... +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2025.1 EAP 4 is out with the following new features: + - Quick-fix for non-imported KDoc names + - Auto-conversion of Gradle Groovy DSL dependencies + - Option to set automatic plugin updates + Learn more in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662359/IntelliJ-IDEA-2025.1-EAP-4-251.20015.29-build-Release-Notes +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..268165a90c554 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 251.20015.29 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Community Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: 以代码为中心的 IDE,致力于提高您的生产力。全面支持 Java EE、深入的代码理解、最好的调试器、重构、一切都立即可用…… +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662359/IntelliJ-IDEA-2025.1-EAP-4-251.20015.29-build-Release-Notes +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.yaml new file mode 100644 index 0000000000000..466f55c872562 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Community/EAP/251.20015.29/JetBrains.IntelliJIDEA.Community.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Community.EAP +PackageVersion: 251.20015.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml new file mode 100644 index 0000000000000..990ee67140bab --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 251.18673.35 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ProductCode: IntelliJ IDEA 251.18673.35 +ReleaseDate: 2025-01-30 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 251.18673.35 + ProductCode: IntelliJ IDEA 251.18673.35 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-251.18673.35.exe + InstallerSha256: 2A825FAE64C86C7474073BA07532CF1290E17983770FAF19D06C2C8B5F4B1844 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-251.18673.35.exe + InstallerSha256: 2A825FAE64C86C7474073BA07532CF1290E17983770FAF19D06C2C8B5F4B1844 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-251.18673.35-aarch64.exe + InstallerSha256: 06C71C70CF48BA00DBBB9B6BC1E79C0274FFDEDB33F7693A341470DA28467F57 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-251.18673.35-aarch64.exe + InstallerSha256: 06C71C70CF48BA00DBBB9B6BC1E79C0274FFDEDB33F7693A341470DA28467F57 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..37051885fcefc --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 251.18673.35 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2025.1 EAP 3 is out with the following updates: + - Java-to-Kotlin copy-paste conversion in K2 mode + - Logical code structure view for Liquibase + - Code completion for Spring Data repositories + Learn more in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662357/IntelliJ-IDEA-2025.1-EAP-3-251.18673.35-build-Release-Notes +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..87ab98061390e --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 251.18673.35 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662357/IntelliJ-IDEA-2025.1-EAP-3-251.18673.35-build-Release-Notes +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml new file mode 100644 index 0000000000000..240512a870810 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.18673.35/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 251.18673.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml new file mode 100644 index 0000000000000..1f3d14bbab302 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 251.20015.29 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ProductCode: IntelliJ IDEA 251.20015.29 +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: IntelliJ IDEA 251.20015.29 + ProductCode: IntelliJ IDEA 251.20015.29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-251.20015.29.exe + InstallerSha256: C3096F06778EF87E1416F10DE6715F65792BB4206C4F59BD33CFE463C118F786 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-251.20015.29.exe + InstallerSha256: C3096F06778EF87E1416F10DE6715F65792BB4206C4F59BD33CFE463C118F786 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-251.20015.29-aarch64.exe + InstallerSha256: D485235FF677F9048F249B2CAE87C8A957977AB61D017F291680EC7804FEDD62 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/ideaIU-251.20015.29-aarch64.exe + InstallerSha256: D485235FF677F9048F249B2CAE87C8A957977AB61D017F291680EC7804FEDD62 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..b3d2c8c116edd --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 251.20015.29 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: |- + IntelliJ IDEA 2025.1 EAP 4 is out with the following new features: + - Quick-fix for non-imported KDoc names + - Auto-conversion of Gradle Groovy DSL dependencies + - Option to set automatic plugin updates + Learn more in our blog post. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662359/IntelliJ-IDEA-2025.1-EAP-4-251.20015.29-build-Release-Notes +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5689431b16719 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 251.20015.29 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: IntelliJ IDEA Ultimate Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662359/IntelliJ-IDEA-2025.1-EAP-4-251.20015.29-build-Release-Notes +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml new file mode 100644 index 0000000000000..9836a73e94569 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/Ultimate/EAP/251.20015.29/JetBrains.IntelliJIDEA.Ultimate.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.Ultimate.EAP +PackageVersion: 251.20015.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.installer.yaml b/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.installer.yaml new file mode 100644 index 0000000000000..fa515323e1865 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 251.18673.45 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ProductCode: PhpStorm 251.18673.45 +ReleaseDate: 2025-01-31 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 251.18673.45 + ProductCode: PhpStorm 251.18673.45 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-251.18673.45.exe + InstallerSha256: EF4E7E49FEA88D44C614FFCACA8346FE478A8E46E5C9DE6ACE396B76814EE162 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-251.18673.45.exe + InstallerSha256: EF4E7E49FEA88D44C614FFCACA8346FE478A8E46E5C9DE6ACE396B76814EE162 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-251.18673.45-aarch64.exe + InstallerSha256: 6FB4F1DEE71D58BE1726D3D510EB83F8A13B793EFDA8D72212A546CF856810F6 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-251.18673.45-aarch64.exe + InstallerSha256: 6FB4F1DEE71D58BE1726D3D510EB83F8A13B793EFDA8D72212A546CF856810F6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..8071d2fd18f3f --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 251.18673.45 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm (EAP) +PackageUrl: https://www.jetbrains.com/phpstorm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2025.1 EAP #3 is now available + This build brings a bunch of bug fixes and quality-of-life improvements. + + Here are the most notable changes and bug fixes in this build: + + - Fix: Directory mappings lost on composer file change even with disabled sync [WI-74631] + - Fix: UI freezes in com.jetbrains.php.composer.lib.ComposerLibrariesNodePatcher.* [WI-76242] + - Fix: Pest plugin causes out-of-memory issues [WI-77578] + - New: Automatic plugin update [IJPL-6046] + - New: New UI: allow showing expanded menu and other toolbar widgets in window header [IJPL-43725] + - Fix: Vue custom global properties added by augmenting `vue` are not resolved [WEB-59818] + - Fix: False positive "Invalid ID reference" error when using BootstrapVue components [WEB-43981] + - Fix: Pinned editor tab is pinned only during current session [IJPL-167786] + - New: Refactoring template to templateUrl and inline again [WEB-57878] + - Fix: Support GPG signing in remote setup [IJPL-149731] + - New: Missing code completion and generator for FormGroups/FormArray/FormControl and FormBuilder (Angular, reactive forms) [WEB-29262] + - Fix: Settings Sync plugin API should support authorization for Remote Dev [IJPL-13365] + + For the full list of changes in this build, please see the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736207/PhpStorm-2025.1-EAP-3-251.18673.45-build-Release-Notes +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f74c7199ac3b0 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 251.18673.45 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736207/PhpStorm-2025.1-EAP-3-251.18673.45-build-Release-Notes +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.yaml b/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.yaml new file mode 100644 index 0000000000000..bb07259842ea8 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/251.18673.45/JetBrains.PhpStorm.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 251.18673.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.installer.yaml b/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.installer.yaml new file mode 100644 index 0000000000000..33b67e27ca02a --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 251.20015.34 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ProductCode: PhpStorm 251.20015.34 +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: PhpStorm 251.20015.34 + ProductCode: PhpStorm 251.20015.34 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-251.20015.34.exe + InstallerSha256: B175B2CABE2C5AC4A4DC18E584059AFDCD6A4B5FC761EEDDD5F7CB1906BB7A99 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-251.20015.34.exe + InstallerSha256: B175B2CABE2C5AC4A4DC18E584059AFDCD6A4B5FC761EEDDD5F7CB1906BB7A99 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-251.20015.34-aarch64.exe + InstallerSha256: 0B2A87D3183B9A11E300D3994651DF4A6ABAF1AC56A0EAD10AFC38E8746E280C +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-251.20015.34-aarch64.exe + InstallerSha256: 0B2A87D3183B9A11E300D3994651DF4A6ABAF1AC56A0EAD10AFC38E8746E280C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..182fe9ecde09f --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 251.20015.34 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm (EAP) +PackageUrl: https://www.jetbrains.com/phpstorm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2025.1 EAP #4 is now available + This build brings a bunch of bug fixes and quality-of-life improvements. + + Here are the most notable changes and bug fixes in this build: + + - Fix: When the PHP interpreter has multiple ini files, clicking on them sends you to the documentation page [WI-80448] + - Fix: PhpStorm cannot find the path to php.ini of freshly added Laravel Herd php interpreters [WI-80444] + - Fix: Herd interpreter detection does not configure debugger [WI-79703] + - Fix: Herd Interpreter detection doesn't support multiple php herd versions [WI-79702] + - Fix: Pest icon is detected for files with functions named as in Pest [WI-77883] + - New: Angular 17.2: signal queries support [WEB-65418] + + For the full list of changes in this build, please see the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736208/PhpStorm-2025.1-EAP-4-251.20015.34-build-Release-Notes +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..67e0911531767 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 251.20015.34 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736208/PhpStorm-2025.1-EAP-4-251.20015.34-build-Release-Notes +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.yaml b/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.yaml new file mode 100644 index 0000000000000..912583af489da --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/251.20015.34/JetBrains.PhpStorm.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 251.20015.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.installer.yaml index 5d49fcfb2e821..3629ad9e67ad1 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.4631.9 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/python/pycharm-community-213.4631.9.exe InstallerSha256: 5A5B26DA700E71FFD2D9839B895F36D7C62E0A50BCDBD5D5C68F8FCD6006BEE3 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index a7e6084e735b3..36173102b6a91 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.4631.9 @@ -19,10 +19,15 @@ ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: pycharm-community-eap Tags: -- pycharm -- python - ide - jetbrains -- programming ide +- programming-ide +- pycharm +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.yaml index af903a3d655e8..d7ea9e2d999d6 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.4631.9/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.4631.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.installer.yaml index 9d8d348687d29..b5fc2811f4aab 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.5281.17 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/python/pycharm-community-213.5281.17.exe InstallerSha256: 020D9DFD5A5EED15722C1ADBA2539EEBBEE3AC6F50F7AF156D23C57494637A17 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 4d74499b20582..28fe4472ba114 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.5281.17 @@ -19,10 +19,15 @@ ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: pycharm-community-eap Tags: -- pycharm -- python - ide - jetbrains -- programming ide +- programming-ide +- pycharm +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.yaml index 1d2f0624cf636..3cac65a42eee4 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5281.17/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.5281.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.installer.yaml index d1b41c315e8f8..0561bae30aa59 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.5605.23 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 4132D6E71CA8947C8D9EB75EE9B3705CC2BD13DC019B5A6ED29F880E894EC1F6 ProductCode: PyCharm Community Edition 213.5605.23 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 356843adb0f45..dcb881423d524 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.5605.23 @@ -17,11 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. +# Moniker: Tags: -- pycharm -- python - ide - jetbrains -- programming ide +- programming-ide +- pycharm +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.yaml index a8fa6ebb8ca50..6958c18cff0a8 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/213.5605.23/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 213.5605.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.installer.yaml index 109ada5711228..630d24016d663 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.3427.103 @@ -17,4 +17,4 @@ Installers: InstallerSha256: A61620740EBAC70412EDB3A78504FB1A968DF2B6043270F4C89F824A20581247 ProductCode: PyCharm Community Edition 221.3427.103 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 236840f54dd2d..87e33a3d826a0 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.3427.103 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.yaml index 991df2a6febaf..46be8dde0da98 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.3427.103/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.3427.103 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.installer.yaml index 4fb6770f5a6c1..9aaa82e01c7e0 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.4165.171 @@ -17,4 +17,4 @@ Installers: InstallerSha256: DD2AA9C7135B6329C9747C7E4F191CEECC8FC7C8B1D717EBF9B60AC6A9C96D9E ProductCode: PyCharm Community Edition 221.4165.171 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 6bd2ce518a2a5..f36a057199393 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.4165.171 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.yaml index 086f8f81d31ee..09f3d233a1938 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4165.171/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.4165.171 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.installer.yaml index e6a787321c67b..d9482a145780b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.4994.44 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 06DAE48F26528339D89A9D590925FE216C8957717533007C07E4260633E9A4F5 ProductCode: PyCharm Community Edition 221.4994.44 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 3ac1f2dda5949..1bee775b5881c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.4994.44 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.yaml index d5d3152a1595f..4398526935075 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/221.4994.44/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 221.4994.44 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.installer.yaml index 1c6dd6e4e2e74..a43b2598d8828 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.2270.35 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 658BB99BCE50FBE21D394F1F4E2F19D765ADE7ECB386EB79361B0A21D52699F2 ProductCode: PyCharm Community Edition 222.2270.35 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 5fb79c4ac0cce..1c9348dc600de 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.2270.35 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.yaml index 95e20e534af26..a291edec0eb48 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2270.35/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.2270.35 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.installer.yaml index 7c4fe050a7639..b8135d818e474 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.2889.11 @@ -17,4 +17,4 @@ Installers: InstallerSha256: B2869497C07A000AD5019D52AE959F62FCBF8296CB6ABC7E38D8BF60D6287499 ProductCode: PyCharm Community Edition 222.2889.11 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index e1bac6a425ed9..c78fd8056f58a 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.2889.11 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.yaml index 4b81ac7434093..6212729d7b959 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.2889.11/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.2889.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.installer.yaml index 1902ae74a8b41..17eb4bdc14644 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3048.9 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 7F499DA9164907893795DA327F06451C85AEFBC4257521C95538CFDFAA487F11 ProductCode: PyCharm Community Edition 222.3048.9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index d7737b0368d0b..f8cdd279760b3 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3048.9 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.yaml index 2eaad5c88f19a..90b384b5cdb8b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3048.9/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3048.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.installer.yaml index 601fe6857af10..e472510c19f1f 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3244.2 @@ -17,4 +17,4 @@ Installers: InstallerSha256: BFC8EE2EB2C83475551D3B42342A9ACD5B6EBC8A8AD394DA5D7038236D989EF2 ProductCode: PyCharm Community Edition 222.3244.2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index a7aa58090f7a9..39761e946d701 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3244.2 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.yaml index 558006b7039e6..5e65aa5f7cc0c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3244.2/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3244.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.installer.yaml index f262f5a1fbadd..1b6c45caae3f6 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3345.3 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 9EA34BFCE42E4696CDF83DCAF26E9EB286E8D795B25D0159399D121B928E0960 ProductCode: PyCharm Community Edition 222.3345.3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index ad3a32fa15263..2dcec2b952f24 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3345.3 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.yaml index 0f8cd6b08e8ea..b6d3df08c2e5b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.3/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3345.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.installer.yaml index 981a18e6a6895..9a4ea6484bd2c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3345.40 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 97C39D0F1982262DA8B2845A901A5FF80D9A760908B4F1CFF472CE6AC7B94D17 ProductCode: PyCharm Community Edition 222.3345.3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 3e9890a531e40..aba88d716b6e4 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3345.40 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.yaml index 3c667838e9637..a5096c41e2571 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/222.3345.40/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 222.3345.40 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.installer.yaml index 8bdd937802145..0d232cae641de 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.4884.74 @@ -18,4 +18,4 @@ Installers: InstallerSha256: F5F1218B31C1F9F8766563CC96995A608DDF93480A47166118BED3898FAE9ADD ProductCode: PyCharm Community Edition 223.4884.74 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 00d206fb3d7cc..173929c1207d6 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.4884.74 @@ -17,18 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538006/PyCharm-20223-EAP-1-223488474-build-Release-Notes -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.yaml index 2ccba9f3c5c6b..7223288a5b92f 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.4884.74/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.4884.74 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.installer.yaml index 612655944675c..f4c6b2e73eccd 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.6160.21 @@ -18,4 +18,4 @@ Installers: InstallerSha256: B700D3D88FEA1BE5752AE57D634FF6E595BB31D67AEDD82C8938F61CEB6D6D68 ProductCode: PyCharm Community Edition 223.6160.21 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 363319cf28809..9c348ef40e376 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.6160.21 @@ -17,18 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming-ide - pycharm - python -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538009/PyCharm-20223-EAP-2-223616021-build-Release-Notes -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.yaml index 5b59faaf88253..59340750fd53b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.6160.21/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.6160.21 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.installer.yaml index 9c0f9176b7c4d..ce553082c9243 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.7255.83 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 6B5FD812F8043CC5FDEFB4D558728F51E953B02DA12998E5CF1CA26E83313C51 ProductCode: PyCharm Community Edition 223.7255.83 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 9df46a8076bfd..006a7b87604b0 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.7255.83 @@ -24,11 +24,10 @@ Tags: - programming-ide - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538012/PyCharm-20223-EAP-3-223725583-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.yaml index 45e7d3a4eba1b..71e77f774ff17 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7255.83/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.7255.83 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.installer.yaml index 11acce1a3a80c..2685127c90222 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.7401.13 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 1C3F7828287C0822D48FE28C5C3EDA080A7076F23525F8FF395729A96500C099 ProductCode: PyCharm Community Edition 223.7401.13 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 14f51ab8ad1da..26c386bbeb7b7 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.7401.13 @@ -24,11 +24,10 @@ Tags: - programming-ide - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538016/PyCharm-20223-EAP-4-223740113-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.yaml index 7616d371c80eb..78927ffd1baf6 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/223.7401.13/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 223.7401.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.installer.yaml index 2856b0ce09bc1..146e058305129 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.4840.379 @@ -18,4 +18,4 @@ Installers: InstallerSha256: CA0D308DBF4B6D91C752834ACFD71CA4E2D375CCDCABF48B9A44E49BB6A2F381 ProductCode: PyCharm Community Edition 223.7401.13 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 315b7c42cadad..f431d52e220cd 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.4840.379 @@ -24,11 +24,10 @@ Tags: - programming-ide - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538045/PyCharm-2023.1-EAP-1-231.4840.379-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.yaml index f54fb5944f09f..5a7e9ec5fbdd9 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.4840.379/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.4840.379 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.installer.yaml index 5d81a3820f20c..b9fabf5a70067 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.6471.3 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 03C79CE56EC8EABF28C46B77E6C4CF2E33D1F7E5876E6F8B65928059AA40D269 ProductCode: PyCharm Community Edition 223.7401.13 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index ef987e06fb89c..6f283ca4d3d7e 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.6471.3 @@ -24,11 +24,10 @@ Tags: - programming-ide - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538070/PyCharm-2023.1-EAP-2-231.6471.3-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.yaml index acae9ae7a919f..4f87bd3b3d455 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.6471.3/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.6471.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.installer.yaml index 5cbcb34700616..402b9529545cf 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.7515.12 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 49EA22113FA619F5E34C60B98B44E87B10B3DF2125CA0751EBCCAD1C546DC7BC ProductCode: PyCharm Community Edition 231.7515.12 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index e4f6f6e622dc8..3fd4a606841f4 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.7515.12 @@ -24,11 +24,10 @@ Tags: - programming-ide - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538074/PyCharm-2023.1-EAP-3-231.7515.12-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.yaml index 249dd3c782753..733ac0d3c05a2 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7515.12/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.7515.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.installer.yaml index f3f60d5270486..c1a14a6c8e590 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.7864.77 @@ -22,4 +22,4 @@ Installers: InstallerSha256: CB07342677AFF73C2E7752C9C464F51038DFB273EF659B891C4AF99E86E32F01 ProductCode: PyCharm Community Edition 231.7864.77 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 4bfd5ac74bd95..c31b7de2bbe1c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.7864.77 @@ -24,11 +24,10 @@ Tags: - programming-ide - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538076/PyCharm-2023.1-EAP-4-231.7864.77-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.yaml index f7e0573510fe8..2f484710c5069 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/231.7864.77/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 231.7864.77 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.installer.yaml index e7891bd6b7911..0b76f8f7ef244 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 233.11799.32 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 27FC8B0AB81570D518D015735457D02B4196F57EC58404C7EE032AC3837A0A68 ProductCode: PyCharm Community Edition 233.11799.32 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 3ffe101c07bda..ee6744191699d 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 233.11799.32 @@ -21,9 +21,9 @@ Description: Intelligent Python IDE with refactorings, debugger, code completion Tags: - code - coding -- django - develop - development +- django - programming - python ReleaseNotes: |- @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 190a9758e247a..3fad23574aab5 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 233.11799.32 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.yaml index b43f0aa0b199c..d3067b400ded5 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/233.11799.32/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 233.11799.32 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.installer.yaml index 8468a071824a1..c6c692971ea35 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.10840.16 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 1EB070BCF5008E0D61D1DF4F87C70B6265AA0BE10A2B85A726F77DA4A39AD0CF ProductCode: PyCharm Community Edition 241.10840.16 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 40e8f04feaf85..87fc8e8348c4f 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.10840.16 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index da18909733f07..1258a3bb8ff9d 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.10840.16 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.yaml index 92d1a200c2a12..fcbb094741f1e 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.10840.16/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.10840.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.installer.yaml index e20b46a9e88b8..45e9edc811b54 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.11761.13 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 362E22E2DFC2FC4B98C9EFF5E8CC63E188C6818C1A8100220829A992AB78894D ProductCode: PyCharm Community Edition 241.11761.13 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 9f8438530bc56..b0ce050173524 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.11761.13 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 61411c40ab631..00e886137866c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.11761.13 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.yaml index 43c2cce51f808..19c7aacd221f7 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.11761.13/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.11761.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.installer.yaml index 332b015f5b3a4..3ef13d9e4a9d9 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.12662.44 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 7013B9E62588D8173880EADE6988AB34DFC4EA9633EC71893076A861129EE8F8 ProductCode: PyCharm Community Edition 241.12662.44 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index aca2a4c942997..c0d86abfe3cdb 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.12662.44 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 40a4b9649745a..fb8072d4d27a8 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.12662.44 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.yaml index 9cd0b0f25b576..aaaee03811ee8 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.12662.44/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.12662.44 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.installer.yaml index 1c61356c0da07..e9a0ee340b67c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.13688.16 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 2DC82694D71B84B10F2B08AFEDB512FBC8592EF175765B82AC1C8912D6AF5B4C ProductCode: PyCharm Community Edition 241.13688.16 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index db73715a0007a..5ec544618c20e 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.13688.16 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index c263dbbd3becc..40e8b056286c7 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.13688.16 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.yaml index 7a1135f0c08ed..3e8245635c266 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.13688.16/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.13688.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.installer.yaml index 0db6481b16f30..a28ac2a3c2e80 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14024.28 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 6B952567CA9391852AB95DCD7F3846D4F0999CBD7076A255CBCE320D13F2D0BD ProductCode: PyCharm Community Edition 241.14024.28 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 586ff96a1ab5f..f8ab15a10daaf 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14024.28 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 7acb0cbe63295..73c6c4efb4748 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14024.28 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.yaml index 2e4eeda8459a3..d3a1bb60c4759 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14024.28/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14024.28 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.installer.yaml index 8cf8c4f5b58c3..61ea8afb5b092 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14494.122 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 53A36D07F762C955CEDE4C0C1F6102C8FECBA1C79EB873E29DE7097F4F066CC2 ProductCode: PyCharm Community Edition 241.14494.122 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index affef24d50b2d..ae9297a34eeda 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14494.122 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 936f2069e2127..a294efa81e06f 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14494.122 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.yaml index 3e5b8e68851b0..b6cf9cf212801 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.122/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14494.122 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.installer.yaml index 644ee10404a37..f0b59d129df4e 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14494.19 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 09A6841577BDE48E0D7D4B56E163BD099A0651A8BC0FC521C6F35B4F09B34CC8 ProductCode: PyCharm Community Edition 241.14494.19 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 8ab88e8e59909..7a5087997e236 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14494.19 @@ -36,4 +36,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index ad3e83e3ee3b8..e0a5e9f626c2e 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14494.19 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.yaml index 9ae06c474f7e0..c67bbef49f7d3 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.14494.19/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.14494.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.installer.yaml index 7025f014dc27c..080559176cc1e 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.8102.133 @@ -24,4 +24,4 @@ Installers: InstallerSha256: A1FDE12082BFCA43071DA6B46F41345117E9B28C155641D3337F8B6881567081 ProductCode: PyCharm Community Edition 241.8102.133 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 322544f2adba0..85955b24e83fa 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.8102.133 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index f33279b462438..e925ff4454752 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.8102.133 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.yaml index 6c5324a0a3067..161c12698c360 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.8102.133/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.8102.133 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.installer.yaml index 7c023902ee40e..e589011fd4d44 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.9959.30 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 985BEFC2C7C2392D921CC11889D0A030335F232C8CA2C128D6ACBD4EDD9EA256 ProductCode: PyCharm Community Edition 241.9959.30 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 63b13158d6be9..7e15681d64ed7 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.9959.30 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 28450a8310d16..1471b582ae238 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.9959.30 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.yaml index 1192c55b80d1c..688e0591c7659 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/241.9959.30/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 241.9959.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.installer.yaml index f6dfc7653cab1..800ff035c4487 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.10180.30 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 0451085D1243B473D0730742C5D6852153FB86A71772454431448D8F8F818D4D ProductCode: PyCharm Community Edition 242.10180.30 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 22f514613fbd2..1cedb563337b0 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.10180.30 @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index a44ff02494b6b..33e8b9a62696f 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.10180.30 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.yaml index caad23fe38e67..9bb3fe7807e4b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.10180.30/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.10180.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.installer.yaml index 794f5877ad52a..29b68d4e83bb3 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.14146.24 @@ -36,4 +36,4 @@ Installers: InstallerSha256: EB35BD3CB1776E1D4CF5669BDF1C87932B32E4DD14B2A3174916DB4ADCDED935 ProductCode: PyCharm Community Edition 242.14146.24 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 03d8aae993112..799bac3f4f8c9 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.14146.24 @@ -47,4 +47,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index a6a41b19744b9..4dff24e2e787c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.14146.24 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.yaml index e112216b75722..2ca8feacef384 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.14146.24/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.14146.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.installer.yaml index 4c3f8896a781a..2cc2020d06ac8 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.16677.12 @@ -36,4 +36,4 @@ Installers: InstallerSha256: C75281E761284E09A70B934AD9E1D7C6D07CAA377473916FA99D246E09D3937C ProductCode: PyCharm Community Edition 242.16677.12 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 9cc312df86148..4c04c878c3c71 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.16677.12 @@ -43,4 +43,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 2b193cf5186ce..c3d5e6f290305 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.16677.12 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.yaml index 4f6cd113d2a53..7e3bf8fb2014c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.16677.12/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.16677.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.installer.yaml index 46e913ee294cf..c5ec37762d4d3 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.18071.12 @@ -36,4 +36,4 @@ Installers: InstallerSha256: EDF88325DE07170FCC4A22E5F0EB2EAC5B3D9BF18F42B11F2EBBDB171A4723B1 ProductCode: PyCharm Community Edition 242.18071.12 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 3d76382d2accf..e0882354b3b0b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.18071.12 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index d1e36fcff86af..8408c2349a7e7 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.18071.12 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.yaml index 792cd56e9837b..0c5b3b5075b9c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.18071.12/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.18071.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.installer.yaml index 0ee007246f08b..56bc758644992 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.19890.32 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 320C8ED04E28CD8695B3A547A8CD48231B8775CEB8A55E96855BB89BE96BDED9 ProductCode: PyCharm Community Edition 242.19890.32 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 0558c036e1857..31045c3d56b41 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.19890.32 @@ -48,4 +48,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 11873ef32c169..a053e68c29b8e 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.19890.32 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.yaml index 16d96c5265b4e..7b677066ec50c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.19890.32/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.19890.32 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.installer.yaml index dcf01447021a6..80c6c26c7cfc1 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.20224.25 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 3CB9E3D83AC7338EC6A2F45C108983CE820359D35C4E6F289F0D4E426E512DD6 ProductCode: PyCharm Community Edition 242.20224.25 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 1f6fcf5ac1d45..bcaa131abb373 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.20224.25 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index b7aed73681f57..40dbb8d8f311f 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.20224.25 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.yaml index 9becd526c4fad..982dc5d9ac83b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.25/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.20224.25 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.installer.yaml index 1980d8545b0da..9f94e1f62bfb6 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.20224.89 @@ -36,4 +36,4 @@ Installers: InstallerSha256: EA795D5685C6EB03E602F2E8E662A644B07060498DB99370F472FFD95AB9B7DF ProductCode: PyCharm Community Edition 242.20224.89 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 35249d6357c54..da29a0288c499 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.20224.89 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 08f340ede83db..1bc6814d6664a 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.20224.89 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.yaml index f645850e4345a..713202713b826 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/242.20224.89/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 242.20224.89 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.installer.yaml index 74f97e77a30e9..35fda5a892ff6 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.15521.16 @@ -36,4 +36,4 @@ Installers: InstallerSha256: FE5ADFF7006005B33798DB9AD3AADF07DD54C989CEF67D27C098D49C7AD86C9A ProductCode: PyCharm Community Edition 243.15521.16 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index b2d3878db0a91..fe5c54ba02e64 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.15521.16 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 4164865b0b909..4e0082d2109c7 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.15521.16 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.yaml index f638142c7bc22..1d51dc37040f9 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.15521.16/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.15521.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.installer.yaml index 2ea687b4e5fd3..38eacc66df207 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.16718.36 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 91347C2FEC95FBF185E5961CD7C0C54614B0B8DFB18533523DFBE9D155408275 ProductCode: PyCharm Community Edition 243.16718.36 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index a6f6e73ed1dd7..0d48087276074 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.16718.36 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index f04e6ab1cddf0..c553bd800a8ed 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.16718.36 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.yaml index 2eec58aa0882f..28009e6c2742c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.16718.36/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.16718.36 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.installer.yaml index 44713389c6daa..fd2a7ad04f539 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.18137.19 @@ -36,4 +36,4 @@ Installers: InstallerSha256: E7E2B9646C7F0FEA3B35B45A57028E25894714691F667B9B20645B1041CCE702 ProductCode: PyCharm Community Edition 243.18137.19 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index ea039ddd5e6d6..ee2f90d956ab5 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.18137.19 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 00db39511e6f5..c593d62624637 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.18137.19 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.yaml index 34d1aed08afef..52113296ec82b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.18137.19/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.18137.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.installer.yaml index 9799c3ba38440..052f2d26daa69 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.19420.35 @@ -36,4 +36,4 @@ Installers: InstallerSha256: DE7BF4CC755AB0B83AA26C464CE7C94D4AF32D96076CFA3F2AA6971395183E96 ProductCode: PyCharm Community Edition 243.19420.35 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index e5422d4c97a41..41b4482b2c809 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.19420.35 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 30b861e3a31a6..ef01a40e20ed4 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.19420.35 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.yaml index fba399b30283e..52bc064b755d3 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.19420.35/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.19420.35 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.installer.yaml index 5c2b1a22da808..746da176bad86 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.20847.48 @@ -36,4 +36,4 @@ Installers: InstallerSha256: ADD8B0C09098AB7825BC166C7192921B5CCA23119DBC5A3A6811ADC3E5EFA9E5 ProductCode: PyCharm Community Edition 243.20847.48 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index d3da1e86d0f08..99f35583a250c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.20847.48 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 2c113c323a27b..916a6bf624a3a 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.20847.48 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.yaml index 7054a238b4389..51ad434128dc1 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.20847.48/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.20847.48 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.installer.yaml index bfa9b7c5ca63e..7262222fa973b 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.21155.22 @@ -36,4 +36,4 @@ Installers: InstallerSha256: B66B668C360D22F285DC56AC85EC63C4EB2BC5A5E0F848AA17ABF5D2752F732C ProductCode: PyCharm Community Edition 243.21155.22 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index 0c030801b691f..aaabdedd16c7c 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.21155.22 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index 436bdc2b80046..33a7772ff69d0 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.21155.22 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.yaml index d145b9005931e..3b602f0318d8e 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21155.22/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.21155.22 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.installer.yaml index 30b30becd938f..efbc6a8bc4de8 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.21565.33 @@ -36,4 +36,4 @@ Installers: InstallerSha256: AC058CE69D95B2CBD0F7B33F6FD443D1D9ED5A7FEBBD0CB2AA744A26DC9DCBDA ProductCode: PyCharm Community Edition 243.21565.33 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml index f0b27fdb6827a..dc7585c1ed058 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.21565.33 @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml index a34c9e2704190..470fb115a1561 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.21565.33 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.yaml index 0c4d6cebf8f15..1878994805542 100644 --- a/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/243.21565.33/JetBrains.PyCharm.Community.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Community.EAP PackageVersion: 243.21565.33 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.installer.yaml new file mode 100644 index 0000000000000..0e7f95071663a --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community.EAP +PackageVersion: 251.18673.39 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ProductCode: PyCharm Community Edition 251.18673.39 +ReleaseDate: 2025-01-30 +AppsAndFeaturesEntries: +- DisplayName: PyCharm Community Edition 251.18673.39 + ProductCode: PyCharm Community Edition 251.18673.39 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-251.18673.39.exe + InstallerSha256: 49516BCE5EAF3DECE3AF3B0F02E00FA0F0B672416AEB51292CB5C7ABEC69870C +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-251.18673.39.exe + InstallerSha256: 49516BCE5EAF3DECE3AF3B0F02E00FA0F0B672416AEB51292CB5C7ABEC69870C +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-251.18673.39-aarch64.exe + InstallerSha256: 9A1F40034E48ABB2B20B71AA2755A16E175E04DA83F5E77FB31F816C10CEE45B +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-251.18673.39-aarch64.exe + InstallerSha256: 9A1F40034E48ABB2B20B71AA2755A16E175E04DA83F5E77FB31F816C10CEE45B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..a4628e0c35e08 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community.EAP +PackageVersion: 251.18673.39 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition (EAP) +PackageUrl: https://www.jetbrains.com/pycharm/nextversion/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The Python IDE for Professional Developers +Description: Intelligent Python IDE with refactorings, debugger, code completion, on-the-fly code analysis and coding productivity orientation +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + - No more "Generics should be specified through square brackets" false positive warning outside of type annotations - PY-32634 + - Breakpoints on the first code-line are no longer ignored if there is an empty line before - PY-37355 + - uv integration for Jupyter support - PY-77878 + - openai library no longer causes RecursionError during debugging - PY-64445 + - typeshed stubs for non-installed packages are now ignored - PY-74114 + - Support for black selection formatting with --line-ranges - PY-77985 + - Support for "View as Image" action for numpy arrays - PY-78015 + - Code insight performance for TypedDict is greatly improved - PY-78377 + Check out all the fixes and features in the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538336/PyCharm-2025.1-EAP-2-251.18673.39-build-Release-Notes +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..826312dd90989 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community.EAP +PackageVersion: 251.18673.39 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: PyCharm Community Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/nextversion/ +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 面向专业开发者的 Python IDE +Description: 智能 Python IDE 具有重构、调试、代码补全、动态代码分析和以编程生产力为导向 +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538336/PyCharm-2025.1-EAP-2-251.18673.39-build-Release-Notes +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.yaml new file mode 100644 index 0000000000000..31c74692c96c7 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/251.18673.39/JetBrains.PyCharm.Community.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Community.EAP +PackageVersion: 251.18673.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.installer.yaml index 97ff647f9ed7a..b2d0c00f38c8a 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.4631.9 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/python/pycharm-professional-213.4631.9.exe InstallerSha256: 3BDAD6D63E9200938FC2EAFAF0B5CEE88188EC4337DD10C8BADC42FBBB5BF37B ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 0af14e8a26d11..df4a0383a6d81 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.4631.9 @@ -19,10 +19,15 @@ ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: pycharm-professional-eap Tags: -- pycharm -- python - ide - jetbrains - programming +- pycharm +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.yaml index ac64f2287bb4d..663d035a470b5 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.4631.9/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.4631.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.installer.yaml index 17ce59562b7dd..0e04583a4138c 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.5281.17 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/python/pycharm-professional-213.5281.17.exe InstallerSha256: 8416377B5E6CDD8E128452C093CDE2175DFB0BB56BD68F633812A68F986DD441 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 9edb643a0712d..afb1eb7bca5e7 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.5281.17 @@ -19,10 +19,15 @@ ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: pycharm-professional-eap Tags: -- pycharm -- python - ide - jetbrains - programming +- pycharm +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.yaml index bb8076c96f890..2a673ed1ad9a2 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5281.17/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.5281.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.installer.yaml index 7f9bda3e9d959..f7b15012145fd 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.5605.23 @@ -17,4 +17,4 @@ Installers: InstallerSha256: E1BCCD049B87D5A4C05D29511023D6454D28E745B1298E4AE21D0BD4FAEE0576 ProductCode: PyCharm 213.5605.23 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 81ab6db3dc5cc..d2fd7b89e86bb 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.5605.23 @@ -17,11 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. +# Moniker: Tags: -- pycharm -- python - ide - jetbrains - programming +- pycharm +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.yaml index 989206c8afd5b..679a816f6ebd7 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/213.5605.23/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 213.5605.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.installer.yaml index 5ebbc1033ae92..f0baf97ca71a2 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.3427.103 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 13054CDB4D2D679265170AF848C51C3CC1C424F1244AB7D2408D67E8FD68FB62 ProductCode: PyCharm 221.3427.103 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index d5a4c2084adc7..cd14c99dfed0a 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.3427.103 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.yaml index 46c204ae15d19..33001d7b5f56c 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.3427.103/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=QUSU.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.3427.103 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.installer.yaml index f64d10326b803..a4f143e061ce1 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.4165.171 @@ -17,4 +17,4 @@ Installers: InstallerSha256: BC9EA5C54A5EEDA9E59E1C0AE552A81CD771DBCF99A2B753995D5C8EAA506BC9 ProductCode: PyCharm 221.3427.103 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 2e3656f8bf77f..e991aa447b863 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.4165.171 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.yaml index 036d1628ff947..19c91f8115c55 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4165.171/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.4165.171 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.installer.yaml index 9cd6d5a968d71..e210cbbff927e 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.4994.44 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 36CE33C5503035ABEF33DB203804771D3070C59A3C8BE93A8CB8A9C6DE70BECF ProductCode: PyCharm 221.4994.44 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 9a0f2bb57fe28..98bf25d6c12f7 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.4994.44 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.yaml index 4165afea3e5a0..5238ca92dff33 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/221.4994.44/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 221.4994.44 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.installer.yaml index fac27e0593244..48620f4e22ff5 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.2270.35 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 1CEB74C393A5A5E93BEC609B953CC34D79116960A07966C48A19FCC662F54B5A ProductCode: PyCharm 222.2270.35 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 3862870eb05ac..597040a298025 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.2270.35 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.yaml index 1bdd3ebb72f43..e221c317c6234 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2270.35/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.2270.35 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.installer.yaml index a4d0166f5f128..56e2c4a0b4710 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.2889.11 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 586ECF25C1E8424A01EE1384FC4674196E2D40039E6FB1D67922A45C20599E80 ProductCode: PyCharm 222.2889.11 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index aae58eac14402..c902b49168429 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.2889.11 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.yaml index a9886dc05f4a5..4d45d9738ba6e 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.2889.11/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.2889.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.installer.yaml index 9b7d9387ca223..bba696dc8f8f7 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3048.9 @@ -17,4 +17,4 @@ Installers: InstallerSha256: EF073D32C2BB508B28F3F7E7E3CC7A1E00DA4F732919FB9A69613F50369F204D ProductCode: PyCharm 222.3048.9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index de707f8243ac8..01a0ef0c80f6b 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3048.9 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.yaml index 256e5c1659415..f6906cb106483 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3048.9/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3048.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.installer.yaml index ea8f10bd69d90..20e43420a904c 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3244.2 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 2A2377D99C65BE04CDD38A26371B9B6CDFECA0B6C0B09F63EDB26CA8BCD63859 ProductCode: PyCharm 222.3244.2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index c809042541648..90fa326be812e 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3244.2 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.yaml index f754df3b66962..b5367e0477857 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3244.2/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3244.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.installer.yaml index b1f9477a75324..f7dd3ebe0f90b 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3345.3 @@ -17,4 +17,4 @@ Installers: InstallerSha256: C02465E05E560FEC86CCF8645854794B15F288205EDB000C5F780B16FC50D00D ProductCode: PyCharm 222.3345.3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 8e8647d31c74a..7221a36cf5774 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3345.3 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.yaml index 09ae5f975915a..fdbbb44a23620 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.3/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3345.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.installer.yaml index b909e70fb7027..693253834ce96 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3345.40 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 10C976F979BD3481E0B6B02E73E35AB823C44A93642E87358CC1CB79440C575F ProductCode: PyCharm 222.3345.3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 00b94c06f15e1..693ec1dec7595 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3345.40 @@ -17,15 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.yaml index 650d2a04375c5..8df4ec8d47a44 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/222.3345.40/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 222.3345.40 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.installer.yaml index dd0bc15358789..1a1d7b95f02f6 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.4884.74 @@ -18,4 +18,4 @@ Installers: InstallerSha256: CD364B62B4117BA664064AF2F2AACDF5B94A61B2F824594CE141B5226A4B7C69 ProductCode: PyCharm 223.4884.74 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index f07c564687a21..af5630b464c08 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.4884.74 @@ -17,18 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538006/PyCharm-20223-EAP-1-223488474-build-Release-Notes -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.yaml index 351e8b865ab41..378696774abf5 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.4884.74/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.4884.74 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.installer.yaml index acdd1f3bab6c8..628f6559d7e92 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.6160.21 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 3835FABAD747EEC91B0B4B741590A1D2726835BCB51B2738EC05977E5FCCE67B ProductCode: PyCharm 223.6160.21 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index afd241d58183c..aec49892426d8 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.6160.21 @@ -17,18 +17,17 @@ Copyright: Copyright © JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/#licensing ShortDescription: The Python IDE for Professional Developers. Description: The Python IDE for Professional Developers. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - ide - jetbrains - programming - pycharm - python -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538009/PyCharm-20223-EAP-2-223616021-build-Release-Notes -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.yaml index a269a369f1c25..94682b077a8cf 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.6160.21/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.6160.21 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.installer.yaml index 686bfed51b875..3552ceb189153 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.7255.83 @@ -18,4 +18,4 @@ Installers: InstallerSha256: B77FD8AC72C8AA2C6076482C9B5828259EA98B7BA914C9A21AB61D89CEA4929B ProductCode: PyCharm 223.7255.83 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 91766292dda97..489467d298795 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.7255.83 @@ -24,11 +24,10 @@ Tags: - programming - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538012/PyCharm-20223-EAP-3-223725583-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.yaml index 37d01c34c0897..2d105db3ffe9e 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7255.83/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.7255.83 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.installer.yaml index c0032fd553e4c..588a6bfbc6f9f 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.7401.13 @@ -18,4 +18,4 @@ Installers: InstallerSha256: F7B3C6AADDCA71714D421C53FEAF3A765E1B21BF0B0504DAFD0F12C147A626E2 ProductCode: PyCharm 223.7401.13 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 700593a36ee4a..713425013b8fc 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.7401.13 @@ -24,11 +24,10 @@ Tags: - programming - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538016/PyCharm-20223-EAP-4-223740113-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.yaml index b2ea3c2019d7e..47a5b9576ad47 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/223.7401.13/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 223.7401.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.installer.yaml index c37863c996837..d0da633ebe247 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.4840.379 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 440D23D547F1E23BEE1E2CA9616495F7AFDD9321878CDD1CB036C18BA60C5A22 ProductCode: PyCharm 223.7401.13 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 95be63b18a6d3..03768363eb2f7 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.4840.379 @@ -24,11 +24,10 @@ Tags: - programming - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538045/PyCharm-2023.1-EAP-1-231.4840.379-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.yaml index 43276dbb5eeee..853201d25e0be 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.4840.379/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.4840.379 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.installer.yaml index 9d6e4af077b55..8eebf0fca0a24 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.6471.3 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 77EEA85EB412C49C113E289356CB93E851A8C991F4C20BD1FD6F79B6F403D3CF ProductCode: PyCharm 223.7401.13 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 8a5847e4750a8..ab5dfafa162ab 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.6471.3 @@ -24,11 +24,10 @@ Tags: - programming - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538070/PyCharm-2023.1-EAP-2-231.6471.3-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.yaml index ced375ffbfb3b..285754f0afc61 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.6471.3/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.6471.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.installer.yaml index 4f0783833aa4a..ceea425a0af5a 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.7515.12 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 31EF30D7D26F371476A0CF0A81694136ECC41B323238359742FB7F52D1C42946 ProductCode: PyCharm 231.7515.12 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 461c74e22c671..11b9370e204da 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.7515.12 @@ -24,11 +24,10 @@ Tags: - programming - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538074/PyCharm-2023.1-EAP-3-231.7515.12-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.yaml index 037b951c42ff2..3272ff1296c11 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7515.12/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-9 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.7515.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.installer.yaml index 215329db999c9..d866707dbeaee 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.7864.77 @@ -22,4 +22,4 @@ Installers: InstallerSha256: FD99DDE769F601F9161FD32969A2535D89167801ED1D63FB27E423C5984F7E13 ProductCode: PyCharm 231.7864.77 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index db36bfb675f60..8c26c5acc6439 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.7864.77 @@ -24,11 +24,10 @@ Tags: - programming - pycharm - python -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538076/PyCharm-2023.1-EAP-4-231.7864.77-build-Release-Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.yaml index 6661a206f61f7..2cc4dd29a5a7f 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/231.7864.77/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 231.7864.77 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.installer.yaml index 1d4aaa8cf8d57..d0a2413a55f2f 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 233.11799.32 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 77852969AB1FF5CBD4BC4327527A6C11CC5CA58A30F11F658B2194F302B65278 ProductCode: PyCharm 233.11799.32 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index a3e15a7d78300..27eb8145f9354 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 233.11799.32 @@ -21,9 +21,9 @@ Description: The Python & Django IDE with intelligent code completion, on-the-fl Tags: - code - coding -- django - develop - development +- django - programming - python ReleaseNotes: |- @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 1f017195ab2f5..b0569d37e2d8d 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 233.11799.32 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.yaml index 6e48a9f2958f7..2ae9768d1c1a7 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/233.11799.32/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 233.11799.32 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.installer.yaml index 06135827ecb60..2c09f6954da3b 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.10840.16 @@ -24,4 +24,4 @@ Installers: InstallerSha256: E2BFDEF05AAFDA72FCF7BC0AD26327E9D2C93E6D3AE5E20B2C718862BD25C6C9 ProductCode: PyCharm 241.10840.16 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index ccbbb425c278f..b6a3f32e54b23 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.10840.16 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index d830d1e137ebf..7c586ee314c41 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.10840.16 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.yaml index 92646f83a5f4c..c4e2adbfe87ac 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.10840.16/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.10840.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.installer.yaml index 2d65b1ca4195f..cb7d1f79e89db 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.11761.13 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 9A71EF78BA079FFE5F60B2C0D43D30ABB4ADF17E67711ED4FC6DDB7019E69706 ProductCode: PyCharm 241.11761.13 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index fd2d2b196c25c..b96b476271cda 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.11761.13 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 94276d58a4431..8ecb704805f48 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.11761.13 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.yaml index c4f9e91267a1c..33418a7401ed0 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.11761.13/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.11761.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.installer.yaml index bed2d0e9e8d27..864969b5ea2e1 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.12662.44 @@ -24,4 +24,4 @@ Installers: InstallerSha256: ABB8FD715AA0F19CB4381680710E3C1FEA3A85E81229E1D55A3FBB597E17EA03 ProductCode: PyCharm 241.12662.44 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 8a8934f383dcc..b8d8314d95e2f 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.12662.44 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 0c78d1dd24cee..2aef0cfd1e322 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.12662.44 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.yaml index 98bbb8cc8a858..de26a976aabb6 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.12662.44/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.12662.44 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.installer.yaml index 90da39023ed30..bd7feedced12d 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.13688.16 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 5909591CCF76CD53D06AD94D2A00F1F7D27538AF848A4040723666C81936C1BD ProductCode: PyCharm 241.13688.16 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index fa10b28630f45..db28ee7167ff9 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.13688.16 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index b270987c04375..be8f1dc178eb2 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.13688.16 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.yaml index 285946d9ba1ff..65dc8c4b20fa1 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.13688.16/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.13688.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.installer.yaml index dafc94b5c4b05..7d9627bab42b7 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14024.28 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 0B3156C416797B462FA0B99E4075D84541E7BEF5187F6B96589C02FABBB9B70F ProductCode: PyCharm 241.14024.28 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index e26bd651cf17f..a27fe2fcf9ccc 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14024.28 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index e21366d70c3b0..26190985abe9a 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14024.28 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.yaml index daac6a3c3fd77..0cae22015e21e 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14024.28/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14024.28 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.installer.yaml index 4da9dcf86fbd7..c06a6e54c60f6 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14494.122 @@ -36,4 +36,4 @@ Installers: InstallerSha256: A206E5638FDF0563B973450BCA52A1DA42EA87E013994E8B56D41FB0D61B7B79 ProductCode: PyCharm 241.14494.122 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 4be23539510fe..fd27871a47a99 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14494.122 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index c64a711778ade..617e960448734 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14494.122 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.yaml index fd84257ae81b2..3515b262e9205 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.122/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14494.122 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.installer.yaml index 3c0308de332c7..1e7d4f6cb4ee2 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14494.19 @@ -24,4 +24,4 @@ Installers: InstallerSha256: EF420BA373526A712D8735EEEA1F8F70A406C0EEC0BB28F96D0485D7E4676B83 ProductCode: PyCharm 241.14494.19 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 20a5a3953ae77..bd40740def1d9 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14494.19 @@ -36,4 +36,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 3dd5568ea6a64..ad0a59a50b3d0 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14494.19 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.yaml index 90a071dd0691a..bb528670933f7 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.14494.19/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.14494.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.installer.yaml index d547ca2b9ca08..c55295992ae1e 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.8102.133 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 043B37768A16E7AEEDE778AB85B6E2812519834CF7B27F97865160095FCEA097 ProductCode: PyCharm 241.8102.133 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index e2deeb7d1dadf..45d21a26a0a4a 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.8102.133 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 07de4ca3451cf..9c23f8b06a5ef 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.8102.133 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.yaml index 597c21b849701..3f9356f43d884 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.8102.133/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.8102.133 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.installer.yaml index c2b8d5dbab196..e8f99a4bf226f 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.9959.30 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 9BFAE7B6134EAB15FF7AA4B984E52B82E4FB55C41D1C23B20185466FC0313751 ProductCode: PyCharm 241.9959.30 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 421a94e4a2957..aca7983975ef9 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.9959.30 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 38aaae45390cb..c19861d8dd449 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.9959.30 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.yaml index dfcd76cb9a888..e018db0c27468 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/241.9959.30/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-2-18.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 241.9959.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.installer.yaml index 29000694c21b3..0d364f1f6daa6 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.10180.30 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 6D7AC540C44FD2B8B0AF57AD5CDBB8F252A9837FEDF38B18FB9CE6EA638EACAB ProductCode: PyCharm 242.10180.30 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 828bbc9219863..5b4d82abb0dc5 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.10180.30 @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 3278616e24195..6d7a891536418 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.10180.30 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.yaml index ed8e597c57761..9f3f24c819921 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.10180.30/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.10180.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.installer.yaml index 9c7e87e0ac1dd..33b1a9ace12be 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.14146.24 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 0D40A8DF61AD71FF9ED00969973DD93878FA81C65D9D349ED56D6CE0AF7133E9 ProductCode: PyCharm 242.14146.24 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 2066d10f971f6..98f673c00b43f 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.14146.24 @@ -47,4 +47,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 9105c08560392..d5e90e4d230be 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.14146.24 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.yaml index 3bf7cb0f18203..43e6581cef742 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.14146.24/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.14146.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.installer.yaml index 40d17f4da9c89..8463625861acf 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.16677.12 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 1C90F2867FC636608493881883D8E3963C795668C76CB28B6C7A40B24CBC8E46 ProductCode: PyCharm 242.16677.12 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 3eea99216fc5d..055147e1ba54d 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.16677.12 @@ -43,4 +43,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index e81d144ce697e..1251a51ecd762 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.16677.12 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.yaml index 920657ed2658a..a789d270d40c3 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.16677.12/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.16677.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.installer.yaml index 9413a0fa29a62..3062b0b369576 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.18071.12 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 2B07583266EE8CE38724E1E20E5036A0C0622CF0763482DBD1D8D2F88B948A98 ProductCode: PyCharm 242.18071.12 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index e7dc961fb7854..c27d2272a6294 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.18071.12 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index f2c3aaccc9870..da795d765ec09 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.18071.12 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.yaml index 3e590af954588..f576619b0f941 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.18071.12/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.18071.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.installer.yaml index c8b3bb2f55e3a..0944cade557aa 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.19890.32 @@ -36,4 +36,4 @@ Installers: InstallerSha256: EEE516BBAC47A3D3F2278137F0C6170E83FD6C47CEE57F3AE90415D2E3AA1301 ProductCode: PyCharm 242.19890.32 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 745dc4b76cdda..61ebb1b0cf078 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.19890.32 @@ -48,4 +48,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 82dd52d99fe59..b86bbbfcdd312 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.19890.32 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.yaml index 5fdb43cd10fc4..18a91619e035a 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.19890.32/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.19890.32 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.installer.yaml index 61f1aac9e5934..b2f450b0d8a79 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.20224.25 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 694CCCDF379EB7FA8C1071C3A8A60F1B9FD9FB72B82441857ED53CD706BB1A44 ProductCode: PyCharm 242.20224.25 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 2df109aa95567..ac19d0387d160 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.20224.25 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 2b83963663980..403c07a7133ea 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.20224.25 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.yaml index 9452f3796b68d..b9a89a544a587 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.25/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.20224.25 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.installer.yaml index d0da370194683..68b5aea81cf6d 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.20224.89 @@ -36,4 +36,4 @@ Installers: InstallerSha256: CD9D170FF3B8C86ECCF6821C8E680D64B00A832DBC58478A183C439411DA1620 ProductCode: PyCharm 242.20224.89 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 1cb9c5f2e3f23..6e130812a463a 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.20224.89 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 3109996952c87..3b6fc05832cd2 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.20224.89 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.yaml index 4c27d5d5a9450..1c97b404214c9 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/242.20224.89/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 242.20224.89 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.installer.yaml index fe759bcf47483..c2b27aa2bb961 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.15521.16 @@ -36,4 +36,4 @@ Installers: InstallerSha256: CBC56AAB4E7A9BEDA8ABC9FF81E5D3FC2B019DF60455512895455C62EE95448E ProductCode: PyCharm 243.15521.16 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index a315612506dd4..0b62fd46db914 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.15521.16 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 7702a43796989..a5039edc639e2 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.15521.16 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.yaml index 2e4a6f147c8eb..cca2c0e708823 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.15521.16/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.15521.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.installer.yaml index b8f2541333260..5a7f06a3a6ac2 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.16718.36 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 9A68CFA224C332332EEF763B73556FA54368EA654B3D5D7B279443EFA7A20BB4 ProductCode: PyCharm 243.16718.36 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 58398d8021830..f8e7c82b58e5f 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.16718.36 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 38483d4dff78a..4566b0c848436 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.16718.36 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.yaml index 510c59e021c3d..6b98f3c290440 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.16718.36/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.16718.36 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.installer.yaml index 13c0f0d54ba5d..4c5ff1e897b01 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.18137.19 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 816FF7EC2F20C8BD80C66C062C96DD8738650C1CCD969356680CB57C42DE171B ProductCode: PyCharm 243.18137.19 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 344bdb6d0b6ab..6ca7670211000 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.18137.19 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 6a5c0657eec28..85d9a04351f3e 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.18137.19 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.yaml index 408ce9288e281..c69b8c59ceb83 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.18137.19/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.18137.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.installer.yaml index cc56603d7f576..cc4be81978fb6 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.19420.35 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 98D3A077F466EC8F281F830AE885F2A2EBA45AC5C3550FFD6E055BC9F3533995 ProductCode: PyCharm 243.19420.35 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 454b6586da4ea..1b3650bd5fe64 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.19420.35 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index b2d25673b9c2d..301ba075a720c 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.19420.35 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.yaml index 126ee17b33590..1fbf7ad13d41a 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.19420.35/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.19420.35 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.installer.yaml index b53b5d7ded9c7..b5e1bd05090e9 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.20847.48 @@ -36,4 +36,4 @@ Installers: InstallerSha256: DC29E0BA5C208839A1B684A416511C5F0C4D148E4A3F78EE8E314F5701E74A2C ProductCode: PyCharm 243.20847.48 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index e53366eabcf26..b26ca017387c4 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.20847.48 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 39db5a3eecad3..ab6063a942f95 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.20847.48 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.yaml index e1487cfb03ab4..9b06b3ae3c119 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.20847.48/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.20847.48 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.installer.yaml index dd4cb2c97760e..5d0865ee20f87 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.21155.22 @@ -36,4 +36,4 @@ Installers: InstallerSha256: F86E6B8FC367DE9961C2B290A2A2C08B28007D01F87175BB45A142521738B98C ProductCode: PyCharm 243.21155.22 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index f8fa232bf8c88..120873bb28bfb 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.21155.22 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 1c85ce7c2b483..b405b3958705c 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.21155.22 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.yaml index e32b4786da0c7..d9513204fb5c2 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21155.22/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.21155.22 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.installer.yaml index 682368340b756..a7f1117ba8ee9 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.installer.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.21565.33 @@ -36,4 +36,4 @@ Installers: InstallerSha256: 38FFCFD3C52EBC6A62579ADD6FC6DB2E61554F09747D0C1965CFC64D8CA5DA66 ProductCode: PyCharm 243.21565.33 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml index 65ee6377005b3..e17e8734c2874 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.21565.33 @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: Learn PyCharm DocumentUrl: https://www.jetbrains.com/pycharm/learn/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml index 5b956e244abb9..ccd6c6cd4612c 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.21565.33 @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: 学习 PyCharm DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.yaml index 436abbd8fb8e6..28b9399be82bf 100644 --- a/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.yaml +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/243.21565.33/JetBrains.PyCharm.Professional.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.PyCharm.Professional.EAP PackageVersion: 243.21565.33 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.installer.yaml new file mode 100644 index 0000000000000..dd7a828a1621e --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional.EAP +PackageVersion: 251.18673.39 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ProductCode: PyCharm 251.18673.39 +ReleaseDate: 2025-01-30 +AppsAndFeaturesEntries: +- DisplayName: PyCharm 251.18673.39 + ProductCode: PyCharm 251.18673.39 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-251.18673.39.exe + InstallerSha256: 267162A7D7E39B20024374B625E831D6810F0110087A77C29337B37B082D7CA3 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-251.18673.39.exe + InstallerSha256: 267162A7D7E39B20024374B625E831D6810F0110087A77C29337B37B082D7CA3 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-251.18673.39-aarch64.exe + InstallerSha256: 73A7198AEED3E213EAFAD4DB1959273B1A5A347C55DC391E80A441F45939ED69 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-251.18673.39-aarch64.exe + InstallerSha256: 73A7198AEED3E213EAFAD4DB1959273B1A5A347C55DC391E80A441F45939ED69 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..18c1a76981e55 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional.EAP +PackageVersion: 251.18673.39 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition (EAP) +PackageUrl: https://www.jetbrains.com/pycharm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + - No more "Generics should be specified through square brackets" false positive warning outside of type annotations - PY-32634 + - Breakpoints on the first code-line are no longer ignored if there is an empty line before - PY-37355 + - uv integration for Jupyter support - PY-77878 + - openai library no longer causes RecursionError during debugging - PY-64445 + - typeshed stubs for non-installed packages are now ignored - PY-74114 + - Support for black selection formatting with --line-ranges - PY-77985 + - Support for "View as Image" action for numpy arrays - PY-78015 + - Code insight performance for TypedDict is greatly improved - PY-78377 + Check out all the fixes and features in the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538336/PyCharm-2025.1-EAP-2-251.18673.39-build-Release-Notes +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..369d91dc18b60 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional.EAP +PackageVersion: 251.18673.39 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538336/PyCharm-2025.1-EAP-2-251.18673.39-build-Release-Notes +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.yaml new file mode 100644 index 0000000000000..f996b099064d2 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.18673.39/JetBrains.PyCharm.Professional.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.Professional.EAP +PackageVersion: 251.18673.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.installer.yaml new file mode 100644 index 0000000000000..e40b05b2bc50d --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.3.5 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2025-02-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.3.5/JetBrains.ReSharper.2024.3.5.web.exe + InstallerSha256: 3955D5B692B27F913B7CD8D4E0D031D46E7EB63380E82A1C7DAB091CCA55A17E +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2024.3.5/JetBrains.ReSharper.2024.3.5.web.exe + InstallerSha256: 3955D5B692B27F913B7CD8D4E0D031D46E7EB63380E82A1C7DAB091CCA55A17E + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 0000000000000..23dff418318db --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.3.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The Visual Studio Extension for .NET Developers +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2024.3.5 + This update comes with the following fixes: + - You can now run xUnit v3 tests under the .NET Framework in the Test Explorer without any issues. [RSRP-499789] + - The Test Runner now handles large test suites seamlessly, allowing you to execute them without interruptions or performance concerns. [RSRP-499217] + For the full list of issues resolved, please see our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.3.5* +PurchaseUrl: https://www.jetbrains.com/store/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8b7ca89c6a87 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.3.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20ReSharper%20Available%20in:%202024.3.5* +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.yaml new file mode 100644 index 0000000000000..e6adc0389f439 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2024.3.5/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2024.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.installer.yaml b/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.installer.yaml new file mode 100644 index 0000000000000..af77aa51aff40 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.3.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ProductCode: JetBrains Rider 2024.3.5 +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 2024.3.5 + DisplayVersion: 243.24978.27 + ProductCode: JetBrains Rider 2024.3.5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.5.exe + InstallerSha256: E21236EDEAB69240E926C0C8DCB4AD213FC428738D6EB1A33CB911519B4D8D99 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.5.exe + InstallerSha256: E21236EDEAB69240E926C0C8DCB4AD213FC428738D6EB1A33CB911519B4D8D99 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.5-aarch64.exe + InstallerSha256: 7444AE306541BF0534FE91AE28E256711AA38A7D699E27718239A836ED63A059 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.5-aarch64.exe + InstallerSha256: 7444AE306541BF0534FE91AE28E256711AA38A7D699E27718239A836ED63A059 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.locale.en-US.yaml b/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.locale.en-US.yaml new file mode 100644 index 0000000000000..1b94526ab87ba --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.3.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/rider/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Moniker: rider +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2024.3.5 is out with the following updates: + Notable fixes + We've addressed an issue in the 2024.3.4 release where the Go to Class feature (Ctrl+N) did not display results as expected. This functionality has now been restored, ensuring a more reliable navigation experience in Rider. [RIDER-122277] + New in-house models for C# cloud completion + Cloud completion powered by AI Assistant now features new in-house models for C#. Our proprietary Jet models for C# took time to perfect, but the results are worth the wait. You’ll notice significantly improved reliability and higher-quality code suggestions, tailored to your .NET projects. + Support for Claude Models in AI Assistant + Anthropic's Claude models are here for JetBrains AI Assistant, provisioned in Amazon Bedrock. With this release, we're adding support for the latest Claude models, including Claude 3.5 Sonnet and Claude 3.5 Haiku. Check out this blog post for details. + For the full list of changes, please see our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.3.5* +PurchaseUrl: https://www.jetbrains.com/rider/buy/ +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f8932c201d2e2 --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.3.5 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider +PackageUrl: https://www.jetbrains.com/zh-cn/rider/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/issues?q=project:%20Rider%20Available%20in:%202024.3.5* +PurchaseUrl: https://www.jetbrains.com/zh-cn/rider/buy/ +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.yaml b/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.yaml new file mode 100644 index 0000000000000..ee7bc18bc5b9c --- /dev/null +++ b/manifests/j/JetBrains/Rider/2024.3.5/JetBrains.Rider.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.Rider +PackageVersion: 2024.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.installer.yaml new file mode 100644 index 0000000000000..6b2554bb81a65 --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 251.18673.40 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ProductCode: JetBrains Rider 251.18673.40 +ReleaseDate: 2025-01-31 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 251.18673.40 + ProductCode: JetBrains Rider 251.18673.40 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP2-251.18673.40.Checked.exe + InstallerSha256: A9B356EDC9C7B063FDB6CF02A3F9667BB64E5C28896D5A2A32A7C5CB2E5950EB +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP2-251.18673.40.Checked.exe + InstallerSha256: A9B356EDC9C7B063FDB6CF02A3F9667BB64E5C28896D5A2A32A7C5CB2E5950EB +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP2-251.18673.40.Checked-aarch64.exe + InstallerSha256: D5B00A4BFE65354059E9F6B243DECC732C0B987854264A6AAEB9F232E30ADF35 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP2-251.18673.40.Checked-aarch64.exe + InstallerSha256: D5B00A4BFE65354059E9F6B243DECC732C0B987854264A6AAEB9F232E30ADF35 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..74bfe3e194d9a --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 251.18673.40 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider (EAP) +PackageUrl: https://www.jetbrains.com/rider/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2025.1 EAP 2 build comes with: + Easier environment variable configuration with .env files + Rider 2025.1 EAP 2 simplifies the management of environment variables. Instead of entering variables manually, you can now use .env files directly in your run/debug configurations. + Look for the folder icon (Browse) next to the Environment Variables field to attach your .env files, and Rider will take care of loading them before launch. You can even use multiple files across different projects to maintain consistent configurations. + A Load .env option is also available as a pre-launch task to ensure your environment variables are ready when your application starts. + Faster debugging for C++ projects + Rider 2025.1 brings faster stepping times to debugging large C++ projects, particularly in Unreal Engine development. Thanks to targeted optimizations in our custom LLDB debugger, delays during step-over and step-into operations have been dramatically reduced. This blog post has all the details. + Improvements for remote development environments + This build also brings improvements to workflows in Docker containers and other remote environments. Check out this blog post to learn more. + For full information about the updates included in this build, please see our issue tracker. +ReleaseNotesUrl: https://www.jetbrains.com/rider/whatsnew/ +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3507e6e130ae0 --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 251.18673.40 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rider/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://www.jetbrains.com/zh-cn/rider/whatsnew/ +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.yaml new file mode 100644 index 0000000000000..2b1764093479c --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/251.18673.40/JetBrains.Rider.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 251.18673.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.installer.yaml b/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.installer.yaml new file mode 100644 index 0000000000000..04411dcd7e19b --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 251.18673.29 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ProductCode: RubyMine 251.18673.29 +ReleaseDate: 2025-01-30 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 251.18673.29 + ProductCode: RubyMine 251.18673.29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-251.18673.29.exe + InstallerSha256: D5009DF50923B23863D2F5B0461F5F08919C51C839E19C8B2FD21402033AB11D +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-251.18673.29.exe + InstallerSha256: D5009DF50923B23863D2F5B0461F5F08919C51C839E19C8B2FD21402033AB11D +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-251.18673.29-aarch64.exe + InstallerSha256: B93E3570F8080646D8AECDBD04DDD92E7D45435563E00F1A7DB7C27BD7E0278E +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-251.18673.29-aarch64.exe + InstallerSha256: B93E3570F8080646D8AECDBD04DDD92E7D45435563E00F1A7DB7C27BD7E0278E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..e621b23f41c11 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 251.18673.29 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine (EAP) +PackageUrl: https://www.jetbrains.com/ruby/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: Empowering Ruby Developers +Description: Cross-platform Ruby on Rails IDE with first-class support for Ruby-related technologies. +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rails +- ror +- ruby +- ruby-on-rails +ReleaseNotes: |- + RubyMine 2025.1 EAP 3 Is Out! + Fixes and improvements: + - Fixed the problem with running Rails generators: RUBY-33764 + - Fixed the problem where tests wouldn't run with Ruby 3.4 unless the mutex_m gem was added to the Gemfile: RUBY-33799 + - Added an option to update plugins automatically: IJPL-6046 + - Implemented an option to merge the main menu with the main toolbar: IJPL-43725 + For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365247 +Documentations: +- DocumentLabel: Learn RubyMine + DocumentUrl: https://www.jetbrains.com/ruby/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d110cfaf6f222 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 251.18673.29 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RubyMine(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/ruby/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 为 Ruby 开发者赋能 +Description: 跨平台 Ruby on Rails IDE,对 Ruby 相关技术提供了出色支持。 +Tags: +- rails +- ror +- ruby +- ruby-on-rails +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365247 +Documentations: +- DocumentLabel: 学习 RubyMine + DocumentUrl: https://www.jetbrains.com/zh-cn/ruby/learn/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.yaml b/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.yaml new file mode 100644 index 0000000000000..ec6440cc5ff8d --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/251.18673.29/JetBrains.RubyMine.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.RubyMine.EAP +PackageVersion: 251.18673.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.installer.yaml b/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.installer.yaml new file mode 100644 index 0000000000000..8f9c820f4911f --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 251.18673.38 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- rs +ProductCode: RustRover 251.18673.38 +ReleaseDate: 2025-01-30 +AppsAndFeaturesEntries: +- DisplayName: RustRover 251.18673.38 + ProductCode: RustRover 251.18673.38 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-251.18673.38.exe + InstallerSha256: 74C8DE623BF21C3C9C0E6C86C5D065D38CD5F8B5A9B4F49B7C58A82CDFACAAA1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-251.18673.38.exe + InstallerSha256: 74C8DE623BF21C3C9C0E6C86C5D065D38CD5F8B5A9B4F49B7C58A82CDFACAAA1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-251.18673.38-aarch64.exe + InstallerSha256: 63EDCE0E4C6245FD8905799CCB80C4E7D357971D560145EEDBE7B98F3FC18611 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-251.18673.38-aarch64.exe + InstallerSha256: 63EDCE0E4C6245FD8905799CCB80C4E7D357971D560145EEDBE7B98F3FC18611 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..fbea14a7aca3c --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 251.18673.38 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover (EAP) +PackageUrl: https://www.jetbrains.com/rust/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: A brand new JetBrains IDE for Rust Developers +Description: Try a new feature-rich Rust IDE with timely support, regular updates, and an out-of-the-box experience. Enjoy coding with Rust and focus on what matters. +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rust +ReleaseNotes: |- + The RustRover 2025.1 EAP 1 build is now available! + Here are full release notes. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..55164ed952f07 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 251.18673.38 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 面向 Rust 开发者的全新 JetBrains IDE +Description: 尝试功能丰富的新 Rust IDE,获得及时支持、定期更新和开箱即用的体验。使用 Rust 享受编码,专注于重要事项。 +Tags: +- rust +- 代码 +- 开发 +- 编程 +- 集成开发环境 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.yaml b/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.yaml new file mode 100644 index 0000000000000..6b9cce9365eb6 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/251.18673.38/JetBrains.RustRover.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 251.18673.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.installer.yaml b/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.installer.yaml new file mode 100644 index 0000000000000..9d6b90492823c --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 251.20015.38 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- rs +ProductCode: RustRover 251.20015.38 +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: RustRover 251.20015.38 + ProductCode: RustRover 251.20015.38 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-251.20015.38.exe + InstallerSha256: 3A8441640D105BAA3FA72198472A07F182BC5AEBF35D980F6CABF4AD5BEC7CAD +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-251.20015.38.exe + InstallerSha256: 3A8441640D105BAA3FA72198472A07F182BC5AEBF35D980F6CABF4AD5BEC7CAD +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-251.20015.38-aarch64.exe + InstallerSha256: 7AE702D96C34ED083373138DC187535DDDD9A52E2752922A2C7BC0D8BF509CB7 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-251.20015.38-aarch64.exe + InstallerSha256: 7AE702D96C34ED083373138DC187535DDDD9A52E2752922A2C7BC0D8BF509CB7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..912385febcf48 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 251.20015.38 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover (EAP) +PackageUrl: https://www.jetbrains.com/rust/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: A brand new JetBrains IDE for Rust Developers +Description: Try a new feature-rich Rust IDE with timely support, regular updates, and an out-of-the-box experience. Enjoy coding with Rust and focus on what matters. +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rust +ReleaseNotes: |- + The RustRover 2025.1 EAP 2 build is now available! + Here are full release notes. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..546956ec7cfe5 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 251.20015.38 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 面向 Rust 开发者的全新 JetBrains IDE +Description: 尝试功能丰富的新 Rust IDE,获得及时支持、定期更新和开箱即用的体验。使用 Rust 享受编码,专注于重要事项。 +Tags: +- rust +- 代码 +- 开发 +- 编程 +- 集成开发环境 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.yaml b/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.yaml new file mode 100644 index 0000000000000..55316570b7499 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/EAP/251.20015.38/JetBrains.RustRover.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.RustRover.EAP +PackageVersion: 251.20015.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.installer.yaml b/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.installer.yaml new file mode 100644 index 0000000000000..7b654332002ec --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.12.2 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ProductCode: JetBrains TeamCity +ReleaseDate: 2025-02-03 +AppsAndFeaturesEntries: +- DisplayVersion: Build 174504 + ProductCode: JetBrains TeamCity +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/teamcity/TeamCity-2024.12.2.exe + InstallerSha256: 27EFEA46690642FE36BA5E538FD77FD5B48D4532BD03D78F4B900B3BF07642ED +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.locale.en-US.yaml b/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.locale.en-US.yaml new file mode 100644 index 0000000000000..05b6cb7275dc7 --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.12.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains TeamCity +PackageUrl: https://www.jetbrains.com/teamcity/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: Powerful continuous integration for DevOps-centric teams +Description: The powerful Continuous Integration and Deployment tool for Developers and DevOps Engineers. +Moniker: teamcity +Tags: +- cd +- ci +- develop +- development +- devops +ReleaseNotesUrl: https://www.jetbrains.com/help/teamcity/2024.12/teamcity-2024-12-2-release-notes.html +PurchaseUrl: https://www.jetbrains.com/teamcity/buy/ +Documentations: +- DocumentLabel: Learn TeamCity + DocumentUrl: https://www.jetbrains.com/teamcity/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.locale.zh-CN.yaml b/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.locale.zh-CN.yaml new file mode 100644 index 0000000000000..93e2eb84fa391 --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.12.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains TeamCity +PackageUrl: https://www.jetbrains.com/zh-cn/teamcity/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 面向以 DevOps 为中心的团队的强大持续集成 +Description: 面向开发者和 DevOps 工程师的强大持续集成和部署工具。 +Tags: +- devops +- 开发 +- 持续交付 +- 持续部署 +- 持续集成 +ReleaseNotesUrl: https://www.jetbrains.com/help/teamcity/2024.12/teamcity-2024-12-1-release-notes.html +PurchaseUrl: https://www.jetbrains.com/zh-cn/teamcity/buy/ +Documentations: +- DocumentLabel: 学习 TeamCity + DocumentUrl: https://www.jetbrains.com/zh-cn/teamcity/learn/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.yaml b/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.yaml new file mode 100644 index 0000000000000..87b719c98f9e4 --- /dev/null +++ b/manifests/j/JetBrains/TeamCity/2024.12.2/JetBrains.TeamCity.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.TeamCity +PackageVersion: 2024.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.installer.yaml index c3fb985266edc..ec8ca9626c5ef 100644 --- a/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.17.7275.0 @@ -11,4 +11,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.17.7275.exe InstallerSha256: A04A6BF9F668961714399A60DC75DF58B2B34393B799FB5353DF9A7499E3CE10 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.locale.en-US.yaml index 09967fd9d8484..c08586e65844e 100644 --- a/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.17.7275.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.yaml index 290cc8cec9726..7a2443ed39fbf 100644 --- a/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.17.7275.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.17.7275.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.installer.yaml index ee47ed8cc4299..d5bde25e39137 100644 --- a/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.18.7455.0 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.18.7455.exe InstallerSha256: EAF72671B52E4D7F4ED9C46C18FED129DDEBEE5D2BCA59C24E8A9973AF6B1E71 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.locale.en-US.yaml index a486ec8a1f69b..0f712e7df4046 100644 --- a/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.18.7455.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.yaml index b4b27a46325bd..89cfa25e47da0 100644 --- a/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.18.7455.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.18.7455.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.installer.yaml index d0d0acd616472..b0fda4c4644a3 100644 --- a/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.18.7609.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.18.7609.exe InstallerSha256: 5062A5CABD5FA8BF6BB139D7842AD63561D3236AE8825F657BB6F046948017C1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.locale.en-US.yaml index f7c88ba0fe563..d9a9cfa430318 100644 --- a/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.18.7609.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: +# Description: Moniker: jetbrainstoolbox -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.yaml index 1bc3574253913..e3206dbc8492f 100644 --- a/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.18.7609.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.18.7609.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.installer.yaml index 9ecac9770b3b1..1c2e082a03a8e 100644 --- a/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.19.7784.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.19.7784.exe InstallerSha256: 4691A75911B260CBA03843B22FFD8ABB6D19B13E08EF35747E1E5F759A112882 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.locale.en-US.yaml index a56e3feaedb9b..71bda5ffc5b0d 100644 --- a/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.19.7784.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: +# Description: Moniker: jetbrainstoolbox -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.yaml index 01e85fb00224c..f2d88644dcf74 100644 --- a/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.19.7784.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.19.7784.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.installer.yaml index 5025cdcee8caf..95e1ddf10b0e7 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.7939.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.20.7939.exe InstallerSha256: 1C8268D7314ED351838F938B4EC9CF71EA97718EFFC978C5E940ACA2C9D4A751 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.locale.en-US.yaml index 8a5ec35bcda37..a335872881e0a 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.7939.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: +# Description: Moniker: jetbrainstoolbox -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.yaml index 42f8ca8cc94b7..0feb7e5212748 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.7939.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.7939.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.installer.yaml index 676a27bb649af..8aa0befc11b61 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.7940.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.20.7940.exe InstallerSha256: CCC6A1A1083DCA541DBA7668DE54A62E7A1BCF7E4DAD0D10F9ECAEDE84CF704C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.locale.en-US.yaml index 228a2ebeea1a9..9e7ed1758683d 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.7940.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: +# Description: Moniker: jetbrainstoolbox -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.yaml index 75d758891034d..17341c7af1662 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.7940.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.7940.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.installer.yaml index e0faa9c73e05f..6c7c21e47ed96 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8337.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.20.8337.exe InstallerSha256: 428A434BD2DD7B062A1F3AF536EFFA6BFBA0B6E3D6FC81E74559EAA854ED2514 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.locale.en-US.yaml index a4038235a9f8b..e71dedea345bf 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8337.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: +# Description: Moniker: jetbrainstoolbox -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.yaml index 5f96716f2b994..436a617bfd38b 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8337.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8337.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.installer.yaml index e2fa33099b0b0..a25db6c283dc3 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8348.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.20.8348.exe InstallerSha256: 0046A285D2D88D54B1118CB1A435CEAC11E090F7560CD83C682E65D5FDA21249 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.locale.en-US.yaml index 39947f0e403be..5a0a4260feb7d 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8348.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: +# Description: Moniker: jetbrainstoolbox -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.yaml index 21ce323ba1da5..a6f42cdffb615 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8348.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8348.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.installer.yaml index 02446cc97b34f..2f08c2e23f92f 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8352.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.20.8352.exe InstallerSha256: 21EA0798A63A58B17A44C31EC90FE9D35A1CE104876E4D0DEDB705E82926802B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.locale.en-US.yaml index c254915cc3f37..4842bc1e229e0 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8352.0 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: +# Description: Moniker: jetbrainstoolbox -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.yaml index 7c2711ad9a9bf..362270052b163 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8352.0/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8352.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.installer.yaml index 3b392eb0257be..7cc8796c29d72 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8804 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.20.8804.exe InstallerSha256: 72E3FAE148D5108D204F1C8F28A8DCC11628C458537E19038340A5D0786917B9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.locale.en-US.yaml index 6eb376c05c5cb..ed4b2418f00cb 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.locale.en-US.yaml @@ -1,26 +1,28 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8804 PackageLocale: en-US Publisher: JetBrains -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Toolbox PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Includes an evaluation license key for a free 30-day trial of any JetBrains desktop tool. -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Manage your tools the easy way. -# Description: +# Description: Moniker: jetbrainstoolbox -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.yaml index f38a2200a2364..4ad6c54e0276f 100644 --- a/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.20.8804/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.20.8804 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.installer.yaml index 80f565c98d500..f1a537e187483 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.installer.yaml @@ -1,22 +1,21 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9473 +InstallerLocale: en-US +Platform: +- Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- Platform: - - Windows.Desktop - InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: user +- Architecture: x86 InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.21.9473.exe InstallerSha256: CB37191297B627CE7471A230371722006BF19E3232F944F9FB29EC33E6B2405B - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.locale.en-US.yaml index 93d6b4f9f3688..fca33668c2988 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9473 @@ -16,10 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -#Description: +# Description: Moniker: jetbrainstoolbox Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.yaml index 2d4a06c8faa1a..5633941aa7d9f 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9473/JetBrains.Toolbox.yaml @@ -1,9 +1,8 @@ -# Created using YamlCreate.ps1 v1.1.5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9473 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.installer.yaml index 27e9df074f534..977f412d9ad3b 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.installer.yaml @@ -1,20 +1,21 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9547 +InstallerLocale: en-US +Platform: +- Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- Platform: - - Windows.Desktop - InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: user +- Architecture: x86 InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.21.9547.exe InstallerSha256: 35B10E97CF3206A2507E4824CB58B24773BEFBD233EB0409369183E87E628BE9 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.locale.en-US.yaml index 652b580e5d6ca..3ea472bea9056 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9547 PackageLocale: en-US @@ -14,9 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. +# Description: Moniker: jetbrainstoolbox Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.yaml index 749f0d8235184..0b6cbdf76a3f2 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9547/JetBrains.Toolbox.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9547 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.installer.yaml index 7a40ff9da2775..e3cd4b6f5271c 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.installer.yaml @@ -1,19 +1,19 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9712 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user InstallModes: - interactive - silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: user +- Architecture: x86 InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.21.9712.exe InstallerSha256: 0C7D7F612FB849BC9E898ABA87019F857B5C690367007F02755069A8B418E6BE - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.locale.en-US.yaml index 80c422a73304b..2059cfed6b5ff 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9712 @@ -16,8 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. +# Description: Moniker: jetbrainstoolbox Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.yaml index 4ac34ed6aad48..55435faa84291 100644 --- a/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.21.9712/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 using YAML parsing -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.21.9712 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.installer.yaml index dc2d06250f666..28a892370d44d 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10685 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.22.10685.exe InstallerSha256: E8DFA0B5A859D374730ED308365D6093308D5A03A4B332ACF407776A75FBE662 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.locale.en-US.yaml index 4a74aec32b63e..bb60d1b299edf 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10685 @@ -16,8 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: +# Moniker: Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.yaml index fe260c2df9edb..beb4db506c70c 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10685/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-1-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10685 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.installer.yaml index e1008f1ae4d72..d1c97f570e690 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10740 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.22.10740.exe InstallerSha256: 484BE3F5CFB4CFE6644A21E7973EC72587406B259E42E3BEA225C46065EE26F4 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.locale.en-US.yaml index 4accbe5eb1715..208940c748098 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10740 @@ -16,9 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.yaml index 6c20a4a1e6ca9..bf883a411ff0a 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10740/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.5-1-19041-1320 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10740 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.installer.yaml index f82e785e59dc8..9c0997905ff45 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10774 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.22.10774.exe InstallerSha256: 665F3DBC7C9654E41D6CC7B9BA30E89FF29644B1E6811282D6AFCBC908FDBEAE ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.locale.en-US.yaml index f65ccb6454e4a..82817aba3a60d 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10774 @@ -16,8 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: +# Moniker: Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.yaml index 6385933e625a1..59e8b86c205ce 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10774/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10774 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.installer.yaml index 2b67207cc1c66..b02d82cf020f4 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10970 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.22.10970.exe InstallerSha256: 4BBF66219B7ACE875C15FC14E86211DA86423C7B2FEECB1347194891FF15E74E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.locale.en-US.yaml index 41e53b91cdd05..ea507eded00db 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10970 @@ -16,12 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.yaml index dd9a061be5305..b83faceae72eb 100644 --- a/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.22.10970/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.4 $debug=QUSU.7-2-0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.22.10970 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.installer.yaml index b20f6a2978d9f..11e4c71126291 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11680 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.23.11680.exe InstallerSha256: 6262F05085260EB8132D3FC18F5AC5AE65904AD3341DFF22B7A3A81B9A333D63 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.locale.en-US.yaml index 85f9637383c28..c99f4f672dd57 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11680 @@ -16,12 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.yaml index 300eb8e0abfe5..e8f3ea872ce43 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11680/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11680 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.installer.yaml index 11f00c89d87a0..786c6cb3d3606 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11731 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.23.11731.exe InstallerSha256: A29F8C5331571BA9A59EBD67FE7548B80EE3FD83F7D6B38E8049A22CFE16FA00 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.locale.en-US.yaml index 809a94f8bb2d4..49de81e0ed21b 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11731 @@ -16,12 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.yaml index ae8baa26f645b..ee7083facf099 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11731/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11731 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.installer.yaml index 6ce4b4cfcf79b..8c2e3c1c576ec 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11849 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.23.11849.exe InstallerSha256: D5C0D2EF39B39AD899B8F96562E749B28A8D687C179C3DB79B59CB44B73ED35C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.locale.en-US.yaml index 7f2095c3a688b..b8d73cf984c10 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11849 @@ -16,12 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.yaml index 1d3a0357c737e..6dc271d072308 100644 --- a/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.23.11849/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.23.11849 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.installer.yaml index 92eba681f2c50..e7085ec0f3409 100644 --- a/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.24.11947 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.24.11947.exe InstallerSha256: 9589CAAD1BB789F55B5F5C53802EDC3AA9A48BAB31B3E6FED59E6D124B332462 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.locale.en-US.yaml index bccbea0fac2a4..50f6d7c38b4b4 100644 --- a/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.24.11947 @@ -16,12 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.yaml index 29a735bed9399..ac8bef1497e85 100644 --- a/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.24.11947/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-3 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.24.11947 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.installer.yaml index cabdececf8ccd..1c157db1efa89 100644 --- a/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.24.12080 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.24.12080.exe InstallerSha256: 845A8D2751C107C0D305BA2739AAF1461DDCB64D7349A03DB8CFD5D5E262BB4B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.locale.en-US.yaml index a6717f1a454d2..8cde1913be44f 100644 --- a/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.24.12080 @@ -16,12 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.yaml index a9c94f6a76349..cf4838cdb73ee 100644 --- a/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.24.12080/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-4 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.24.12080 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.installer.yaml index 8c23046f570ec..882269e6a2db4 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.25.12424 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.25.12424.exe InstallerSha256: DF3876A7AFBA00E4B2DABE9529E0841ED4D0C67CC0C47727E5020719DB88D48C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.locale.en-US.yaml index c9ee28212c257..cb300bad2b29e 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.25.12424 @@ -16,12 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.yaml index 33df2a4b626e5..9c89b7070aecb 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12424/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-5 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.25.12424 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.installer.yaml index dd883a2c33f59..cf5ed77c15470 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.25.12627 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/toolbox/jetbrains-toolbox-1.25.12627.exe InstallerSha256: C5B6248CA55DABDC2354384C21C8CD991A8D00933F8870ACCAB80275525F96E0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.locale.en-US.yaml index a81d659aba4f0..faa936ad72a32 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.25.12627 @@ -16,15 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.yaml index a034df0ae3922..b516be35813c9 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12627/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.25.12627 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.installer.yaml index ec4fa910c7c41..cabd7c23453fd 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.0.13072 @@ -20,4 +20,4 @@ Installers: InstallerSha256: B15C0C8F4315793914B996C49301FFD5EB79751AFAB29FF0C86194A923CBB3EE ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.locale.en-US.yaml index 8fbbc572d2120..8b9b0c0557d9d 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.0.13072 @@ -16,15 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fixed%20in:%201.26.0.13072%20%20%23Resolved%20-Duplicate&title=Toolbox%20App%201.26%20Release%20Notes -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.yaml index d9373d5bcf1d1..50231806ae7aa 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.0.13072/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.0.13072 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.installer.yaml index 472e893c1bd9a..044e0239a19c5 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.1.13138 @@ -11,7 +11,6 @@ InstallModes: - interactive - silent UpgradeBehavior: uninstallPrevious -ProductCode: Toolbox ReleaseDate: 2022-09-29 AppsAndFeaturesEntries: - ProductCode: Toolbox @@ -21,4 +20,4 @@ Installers: InstallerSha256: E67359F8349D317B4BB37573A98F5517B2EADDF670125390E60017BE631D595D ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.locale.en-US.yaml index 88377f88de359..c54cbdac0d4cb 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.1.13138 @@ -16,15 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. -# Description: +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%201.26,%201.26.1%20%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%201.26%20Release%20Notes -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.yaml index 0ab996084db8d..4105aa483ca95 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.1.13138/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.3 using InputObject 🤖 $debug=QUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.1.13138 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.installer.yaml index 6082b6a036087..4ce6f22ff9369 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.4.13374 @@ -11,7 +11,6 @@ InstallModes: - interactive - silent UpgradeBehavior: uninstallPrevious -ProductCode: Toolbox ReleaseDate: 2022-10-27 AppsAndFeaturesEntries: - ProductCode: Toolbox @@ -21,4 +20,4 @@ Installers: InstallerSha256: 831CB3CED25598FAF6E364748B9D4E3A19F582034C6B2190DACE01B6D526572C ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.locale.en-US.yaml index 35851a78a09bc..da2370e4b80a3 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.4.13374 @@ -20,11 +20,10 @@ ShortDescription: Manage your IDEs the easy way. Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%201.26,%201.26.1,%201.26.2,%201.26.3,%201.26.4%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%201.26%20Release%20Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.yaml index afb23eb2b2edc..c97e425dc2cdb 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.4.13374/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.26.4.13374 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.installer.yaml index 31d2fbf79d984..27faed0929bcc 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.0.13477 @@ -11,7 +11,6 @@ InstallModes: - interactive - silent UpgradeBehavior: uninstallPrevious -ProductCode: Toolbox ReleaseDate: 2022-11-22 AppsAndFeaturesEntries: - ProductCode: Toolbox @@ -21,4 +20,4 @@ Installers: InstallerSha256: 7086A7DFDF13111B976DCE7249705C2A2D64B2B9A76293CBE0346F9EA27FEA75 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.locale.en-US.yaml index 8a795e37b9788..d237e26108bad 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.0.13477 @@ -20,11 +20,10 @@ ShortDescription: Manage your IDEs the easy way. Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fixed%20in:%201.27%20%23Resolved%20-Duplicate&title=Toolbox%20App%201.27%20Release%20Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.yaml index 91b2107694f32..24ed99e91f792 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.0.13477/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-7 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.0.13477 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.installer.yaml index 0350a841b84c5..c424421f2dc95 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.2.13801 @@ -11,7 +11,6 @@ InstallModes: - interactive - silent UpgradeBehavior: uninstallPrevious -ProductCode: Toolbox ReleaseDate: 2022-12-20 AppsAndFeaturesEntries: - ProductCode: Toolbox @@ -21,4 +20,4 @@ Installers: InstallerSha256: 87FB1D38E811069898FFA8453434100D949FE6C926BBA20C5A862CC9A0475458 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.locale.en-US.yaml index 3228a24c6b5ac..fc4ca16486241 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.2.13801 @@ -20,11 +20,10 @@ ShortDescription: Manage your IDEs the easy way. Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%201.27,%201.27.1,%201.27.2%20%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%201.27%20Release%20Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.yaml index 2ad50bbb0d256..d50b1b4fc3cd8 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.2.13801/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-8 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.2.13801 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.installer.yaml index a39e99f4bdf73..2726daa9b3435 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.3.14493 @@ -11,7 +11,6 @@ InstallModes: - interactive - silent UpgradeBehavior: uninstallPrevious -ProductCode: Toolbox ReleaseDate: 2023-03-02 AppsAndFeaturesEntries: - ProductCode: Toolbox @@ -21,4 +20,4 @@ Installers: InstallerSha256: 82D2817DA34C999565B16F54EE198504B4940A8A3B5BD4D28DA4BF87704D85D3 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.locale.en-US.yaml index 182ec673bb627..5526bdd5cca9d 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.3.14493 @@ -20,11 +20,10 @@ ShortDescription: Manage your IDEs the easy way. Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%201.27,%201.27.1,%201.27.2,%201.27.3%20%20%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%201.27%20Release%20Notes # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.yaml index 1f994ca0cfb02..aa381f20936b4 100644 --- a/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.27.3.14493/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 using InputObject 🤖 $debug=QUSU.CRLF..7-2-10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.27.3.14493 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.installer.yaml index 84a40ce07bde5..1d7b876ceea5d 100644 --- a/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.28.1.15219 @@ -10,12 +10,12 @@ InstallModes: - interactive - silent UpgradeBehavior: uninstallPrevious -ProductCode: Toolbox AppsAndFeaturesEntries: - ProductCode: Toolbox Installers: - Architecture: x86 InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.28.1.15219.exe InstallerSha256: 3C7AEC4A7D241EC2254C862D621B81C80D8B07239FD907F76B309A4F27180FE3 + ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.locale.en-US.yaml index 6ed15200291a2..627379f94e4b5 100644 --- a/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.28.1.15219 @@ -16,8 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms.html Copyright: Copyright © 2000–2021 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms.html ShortDescription: Manage your IDEs the easy way. +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.yaml index 7b5ec22bc83f3..fea7ac42ba9b2 100644 --- a/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.28.1.15219/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with Komac v1.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 1.28.1.15219 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.installer.yaml index 14e61c55da110..6dfa84c36acd4 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.0.2.16660 @@ -9,11 +9,11 @@ InstallModes: - interactive - silent UpgradeBehavior: install +ReleaseDate: 2023-08-11 Installers: - Architecture: x64 InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.0.2.16660.exe InstallerSha256: 4D642AC91AB7920086373D9B90574FC058FA50812CCAD5D9853A6B5A27949ACF ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.4.0 -ReleaseDate: 2023-08-11 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.locale.en-US.yaml index 9f2732a8face1..b93fdbb6d4005 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.0.2.16660 @@ -16,8 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms/ Copyright: Copyright © 2000-2023 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms/ ShortDescription: Manage your IDEs the easy way. +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.yaml index 6471c45f85096..d6c284bef8586 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.2.16660/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.0.2.16660 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.installer.yaml index e579e1560a636..8596a5b46ce15 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.0.4.17212 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install -ProductCode: Toolbox Installers: - Architecture: x64 InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.0.4.17212.exe InstallerSha256: A3A20261F5ECDC714AE341FEFC1F0D0DC7974A2C4E62583914816E376812D039 + ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.locale.en-US.yaml index fb4a4f73e2072..193e3157e1567 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.0.4.17212 @@ -16,8 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms/ Copyright: Copyright © 2000-2023 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms/ ShortDescription: Manage your IDEs the easy way. +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.yaml index 54d30d6ba0ff5..dc0f3ae585211 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.4.17212/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.0.4.17212 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.installer.yaml index 1fac5dd507df3..fab9fd58cb7ad 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.0.18144 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install -ProductCode: Toolbox Installers: - Architecture: x64 InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.1.0.18144.exe InstallerSha256: B15F645590C15297B35782C614CB049BCCCD483F93FCCC407AD93792791F9A30 + ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.locale.en-US.yaml index 31facfa80a9fd..8e093a270f19e 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.0.18144 @@ -16,8 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms/ Copyright: Copyright © 2000-2023 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms/ ShortDescription: Manage your IDEs the easy way. +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.yaml index df06baa0e87fc..ed7ce8abc1439 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.0.18144/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.0.18144 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.installer.yaml index 3868b2864b299..c910d8497f205 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.1.18388 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install -ProductCode: Toolbox Installers: - Architecture: x64 InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.1.1.18388.exe InstallerSha256: 13CB8E3433DFFC2D39DE3C870256F627C97CA6145A125AA94F1413F65526EDCE + ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.locale.en-US.yaml index 96104c63be68e..2d9f002c356aa 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.1.18388 @@ -16,8 +16,14 @@ LicenseUrl: https://www.jetbrains.com/legal/docs/company/useterms/ Copyright: Copyright © 2000-2023 JetBrains s.r.o. CopyrightUrl: https://www.jetbrains.com/legal/docs/company/useterms/ ShortDescription: Manage your IDEs the easy way. +# Description: Moniker: jetbrains-toolbox Tags: - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.yaml index 13fb83a305845..c822157d82791 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.1.18388/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.1.18388 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.installer.yaml index db3234181a7d0..5fd988d165a96 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.3.18901 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 06EBEF05E569A4367C488738EF58FECD146C547E488F5A628E9B03EDBF7048C0 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.locale.en-US.yaml index 7858a7bc972d3..f98a3928c1491 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.3.18901 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.locale.zh-CN.yaml index 54762c7874aae..bce41aaa6902d 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.3.18901 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.yaml index d9c99721b81c8..608891a4dc831 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.3.18901/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 by Dumplings $debug=QUSU.CRLF.7-4-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.1.3.18901 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.installer.yaml index 743582e699cf3..1b7d9bc48420c 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.0.19611 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 42E92A0BE86957436824F3D7C060097495628D82E4FE45FDB7DFDE1B4B5FD71D ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.locale.en-US.yaml index 8db4403dbbf72..8de775520834a 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.0.19611 @@ -32,4 +32,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.locale.zh-CN.yaml index 575fff7e32235..ff69918f4d474 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.0.19611 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.yaml index 18dfe2b53a454..e6ee7d96e3c1b 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.0.19611/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.0.19611 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.installer.yaml index 98313c24f45e3..11a38f8aacdb2 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.1.19765 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 11EFA7E20B52C83A7EC23FB95495C819A2693E900B4AB111F903598D88F0F6BB ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.locale.en-US.yaml index 46e0419067fcd..995cb1ebcc707 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.1.19765 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.locale.zh-CN.yaml index 8844120d9baf8..d351d7c815c17 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.1.19765 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.yaml index 34e98e9a3fd89..33165f94feb66 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.1.19765/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.1.19765 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.installer.yaml index 15e24a323cbda..c0714ee87b0e9 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.2.20062 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 213D53EF12D34BBF2C12748DFB3A4FF0F033B2F038208D2C1E8E899C2B362FBF ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.locale.en-US.yaml index f181240f13c7d..7a5b97fcd8149 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.2.20062 @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.locale.zh-CN.yaml index e90ba08b6bb5b..b2f601cfcb2ba 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.2.20062 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.yaml index b68b963acaa12..ff27a4c0f17f4 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.2.20062/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.2.20062 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.installer.yaml index 4576a6f894936..b6c1a33e9a1df 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.3.20090 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 5494E7E79B543AD022A2CDBB103B0B985CC14A7C564C35D1C0963D0B75C2989A ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.locale.en-US.yaml index 8731c9046903c..781d4587b2b82 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.3.20090 @@ -42,4 +42,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.locale.zh-CN.yaml index a3842d2efc5e1..d2b76f9c8d2cd 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.3.20090 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.yaml index dbba6edf22510..e10978726e834 100644 --- a/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.2.3.20090/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.2.3.20090 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.installer.yaml index c0ee857470828..25c8196bac569 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.0.32175 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 5E9455D652D846A83C739DD0918E13C74EAF2994B5EF246293E85F60A19EFD3F ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.locale.en-US.yaml index c3eeff16e8643..6a72c93d8f584 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.0.32175 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.locale.zh-CN.yaml index c19787fbfa83d..2566dc8d2c442 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.0.32175 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.yaml index ee8d746362d0f..7e9ef422e4a68 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.0.32175/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.0.32175 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.installer.yaml index af9b15c853610..10a3fa3bc470e 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.1.32573 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 7C6EE7EF0D56274FD8C948588556462237BF97DAA1DAF000694AC1F5F97F0314 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.en-US.yaml index b1a1f0cffe05f..5a26c7d337f9b 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.1.32573 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.zh-CN.yaml index 94e86b9657fcc..b916fb0ecf9ef 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.1.32573 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.yaml index 1f2bc678b24ed..1c611bb4cbb64 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.1.32573/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.1.32573 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.installer.yaml index e164bd01228d3..58775578ae45a 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.2.32922 @@ -15,11 +15,11 @@ InstallerSwitches: UpgradeBehavior: install Protocols: - jetbrains -ProductCode: Toolbox +ReleaseDate: 2024-08-15 Installers: - Architecture: x64 InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.4.2.32922.exe InstallerSha256: 281F575872C5519B4D831F63783513D21E868E83A16711D72CC2F1C68776063E + ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-08-15 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.en-US.yaml index 3a6c856d99b43..e4e31a3f06063 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.2.32922 @@ -14,6 +14,7 @@ PackageUrl: https://www.jetbrains.com/toolbox-app/ License: Freeware LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: ShortDescription: Manage your IDEs the easy way Description: Open any of your projects in any of the IDEs with one click. Moniker: jetbrains-toolbox @@ -37,8 +38,10 @@ ReleaseNotes: |- The Toolbox App Chrome and Firefox extension now also support Gitee, on top of GitHub, GitLab and Bitbucket. Check out our blog post to learn more. ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%202.4,%202.4.1,%202.4.2%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%202.4%20Release%20Notes +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.zh-CN.yaml index 90a849b276d83..385360c65fade 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.2.32922 @@ -14,13 +14,18 @@ PackageUrl: https://www.jetbrains.com/zh-cn/toolbox-app/ License: 免费软件 LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ Copyright: Copyright © 2000-2024 JetBrains s.r.o. +# CopyrightUrl: ShortDescription: 轻松管理您的 IDE Description: 一键打开任何 IDE 中的任意项目。 +# Moniker: Tags: - jetbrains +# ReleaseNotes: ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%202.4,%202.4.1,%202.4.2%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%202.4%20Release%20Notes +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.yaml index 71bb4b29be964..a334e82a9274a 100644 --- a/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.4.2.32922/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.4.2.32922 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.installer.yaml index c350fd87f066b..f26ccd1f11cdc 100644 --- a/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.5.1.34629 @@ -22,4 +22,4 @@ Installers: InstallerSha256: D8C7606D80FC432B4C70516E0039E7DAC2711B7AF464A53E2833C9B38E533AC8 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.locale.en-US.yaml index f6479aac88f2b..d0238e5f3d1f3 100644 --- a/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.5.1.34629 @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.locale.zh-CN.yaml index ff90351d1c3df..afc82161036f2 100644 --- a/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.5.1.34629 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.yaml index 61ad644d49c3c..fbd4eb9bb6b99 100644 --- a/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.5.1.34629/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.5.1.34629 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.installer.yaml index 52ac7ff623a0a..00c93e3776ac0 100644 --- a/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.5.2.35332 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 4B97493CF642CB5E9B625F9532DF345A48F7E1165B4CCA85E61300CEF5CC18A2 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.locale.en-US.yaml index 009bc2f69355f..64f0c8a0e6f7c 100644 --- a/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.5.2.35332 @@ -44,4 +44,4 @@ Documentations: - DocumentLabel: FAQ & Shortcuts DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.locale.zh-CN.yaml index 29d6e69057663..5dfe68b59fbb7 100644 --- a/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.5.2.35332 @@ -28,4 +28,4 @@ Documentations: - DocumentLabel: 常见问题解答和快捷键 DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.yaml index 68c6e1daf9960..5c20d9ab2b406 100644 --- a/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.5.2.35332/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JetBrains.Toolbox PackageVersion: 2.5.2.35332 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.installer.yaml new file mode 100644 index 0000000000000..78971c09c4508 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.5.3.37797 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /headless + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- jetbrains +ProductCode: Toolbox +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.5.3.37797.exe + InstallerSha256: A44BF411A12779B05A84B8F4DB23D28FDBE9848B7D8366CCD4CF6BB71061AABE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.locale.en-US.yaml new file mode 100644 index 0000000000000..3d9b2207e06b2 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.5.3.37797 +PackageLocale: en-US +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Toolbox +PackageUrl: https://www.jetbrains.com/toolbox-app/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: Manage your IDEs the easy way +Description: Open any of your projects in any of the IDEs with one click. +Moniker: jetbrains-toolbox +Tags: +- jetbrains +ReleaseNotes: |- + Toolbox App 2.5.3 Update + - The Toolbox now indicates if the tool's auto-update fails.TBX-11793 + - Fixed the issue with joining organizations managed through IDE Services.TBX-13182 + - Fixed several other bugs related to IDE Services. + In Toolbox App 2.5.2, the following issues were fixed: + - Fixed issue which may have lead to not showing list of projects. TBX-13140 + - Fixed crash when Toolbox cannot load and display encrypted tool icons. TBX-13188 + - Fixed crashes when Toolbox is trying to render a malformed SVG image.TBX-13120 + - Fixed opening on a wrong display with dual monitor setup.TBX-6919 + Toolbox App 2.5.1 Bugfix Update + - Fixed IDE logging out each time Toolbox 2.5.0 is started. TBX-13105 + - Fixed prompted request for acceptance of EAP end user agreement instead of release. TBX-13091 + What's New in Toolbox App 2.5 + This update introduces the following changes: + - Reduced onboarding steps by implementing single-screen onboarding. [TBX-12535] + - Region setting management via Toolbox is introduced. [TBX-12306] + - Bash scripts are now being generated along with shell scripts on Windows. [TBX-4053] + - The installer on Windows has localised versions available. [TBX-11871] + - Community localization to Dutch. [TBX-8334] + Check out our release notes to learn more. +ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%202.5,%202.5.1,%202.5.2,%202.5.3%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%202.5%20Release%20Notes +Documentations: +- DocumentLabel: FAQ & Shortcuts + DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..930ac86e4a825 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.5.3.37797 +PackageLocale: zh-CN +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Toolbox +PackageUrl: https://www.jetbrains.com/zh-cn/toolbox-app/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 轻松管理您的 IDE +Description: 一键打开任何 IDE 中的任意项目。 +Tags: +- jetbrains +ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes/TBX?q=Fix%20versions:%202.5,%202.5.1,%202.5.2,%202.5.3%20%23Resolved%20-Duplicate%20-Answered&title=Toolbox%20App%202.5%20Release%20Notes +Documentations: +- DocumentLabel: 常见问题解答和快捷键 + DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.yaml new file mode 100644 index 0000000000000..cca82faa0b668 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/2.5.3.37797/JetBrains.Toolbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 2.5.3.37797 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/WebStorm/EAP/251.18673.31/JetBrains.WebStorm.EAP.installer.yaml b/manifests/j/JetBrains/WebStorm/EAP/251.18673.31/JetBrains.WebStorm.EAP.installer.yaml new file mode 100644 index 0000000000000..be25756f07f5b --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/EAP/251.18673.31/JetBrains.WebStorm.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.WebStorm.EAP +PackageVersion: 251.18673.31 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- json +ProductCode: WebStorm 251.18673.31 +ReleaseDate: 2025-01-30 +AppsAndFeaturesEntries: +- DisplayName: WebStorm 251.18673.31 + ProductCode: WebStorm 251.18673.31 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-251.18673.31.exe + InstallerSha256: 255D8BD4CAFA0A2C33747BECEC2637D27BA8AA81B448BF6A2750CD737DAB0CF5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-251.18673.31.exe + InstallerSha256: 255D8BD4CAFA0A2C33747BECEC2637D27BA8AA81B448BF6A2750CD737DAB0CF5 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-251.18673.31-aarch64.exe + InstallerSha256: 591331BEC4EC3D72F53D02299A7F07BB684E6D2FD33C1FFB895F3E285A8E3F09 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-251.18673.31-aarch64.exe + InstallerSha256: 591331BEC4EC3D72F53D02299A7F07BB684E6D2FD33C1FFB895F3E285A8E3F09 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/WebStorm/EAP/251.18673.31/JetBrains.WebStorm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/WebStorm/EAP/251.18673.31/JetBrains.WebStorm.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..847fe9bae973d --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/EAP/251.18673.31/JetBrains.WebStorm.EAP.locale.en-US.yaml @@ -0,0 +1,98 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.WebStorm.EAP +PackageVersion: 251.18673.31 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm (EAP) +PackageUrl: https://www.jetbrains.com/webstorm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The smartest JavaScript IDE +Description: WebStorm is an integrated development environment for JavaScript and related technologies. Like other JetBrains IDEs, it makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease. +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- programming +- webpage +ReleaseNotes: |- + What's fixed: + - We've added a refactoring to extract an Angular template or a templateURL to a template file and a refactoring to inline template files (WEB-57878). + - We've added code completion and code generation to create FormControl, FormGroup and FormArray instances in Angular components (WEB-29262). + - We've improved the Angular support by fixing the problem with recognizing inputId from PrimeNG p-password as id (WEB-62929). + - We've extended the Angular support showing suggestions for property names id, title and description on property binding (WEB-64473). + - We've fixed highlighting of unused variables in the Angular @for snippets (WEB-65954). + - We've fixed the false-positive Duplicate id reference report when a dynamic ID is used in Angular applications (WEB-42484). + - We've fixed validation in Angular templates with interpolation used in an id attribute (WEB-38290). + - We've fixed a false positive Invalid ID reference error that was reported when using BootstrapVue components (WEB-43981). + - We've fixed a false positive Invalid id reference error that was reported when an HTML form was referenced from a nested Vue component (WEB-50211). + - We've fixed a false positive Invalid id reference that was reported when a